CloudAV prototypes anti-virus scanning via cloud computing
This is interesting research, but is it something you would use?
The researchers’ new approach, called CloudAV, moves antivirus functionality into the “network cloud” and off personal computers. CloudAV analyzes suspicious files using multiple antivirus and behavioral detection programs simultaneously.
In general, that’s not a bad idea. It might save a few CPU cycles on your local workstation by not having to directly virus scan files. Then again, you have to use network resources uploading each file to the cloud, where it is scanned for you.
Each time a computer or device receives a new document or program, that item is automatically detected and sent to the antivirus cloud for analysis.
The privacy concerns here are obvious. Would you trust CloudAV to receive a copy of every file you want to virus scan? How sure can you be that they don’t use the contents for something else, or accidentally leak private information?
I think this idea has more merit as an internal virus scanning system for a large organization. That way sensitive data doesn’t have to leave the corporate boundary, or be sent to a third party. The benefit is that you have a more thorough and updated virus scanning engine, possibly using several different products at once.
Researchers develop next-generation antivirus system.
No commentsBig Doings with Little Languages
I recently started reading Dr. Dobb’s Journal again, and quickly came across this article on Ruby. It goes beyond just talking about how Ruby is really gaining momentum as a serious enterprise programming language, especially for dynamic web apps. The article also mentions two supposed new technologies from Microsoft: APAX and ARAX. Yep, that’s basically AJAX with Python or Ruby instead of the JavaScript. Unfortunately, I haven’t really seen anything official about either APAX or ARAX, except maybe this post from Savas (a Microsoft engineer). As a Python fan, I’m looking forward to more information becoming available.
On a side note, I recently learned that Ruby treats zero as a true value. I find that rather irritating.
No commentsComparing web frameworks
This isn’t exactly breaking news, but it’s new to me! I just came across this screencast by Sean Kelly of NASA, where he does a bake-off between several web application frameworks: J2EE, Ruby on Rails, Zope/Plone, TurboGears, and Django. He starts out by creating a simple “Hello, world” application, just to get a feel for the frameworks. As he goes along, he gives each one a “fun level” rating, as well as making note of how many lines of code, configuration files, and XML sit-ups were required to get the desired functionality. Once that’s done, he goes into creating a more involved application, so that he can really try out a few of the advanced features each framework offers.
Not to spoil the ending, but it did make me want to give Plone a try. I currently do mostly Python with Django for the web stuff at work, and its been great so far. But it certainly couldn’t hurt to try out something different and see how it fits in…
No commentsDealing with “bad apples”
No, not the Mac kind of apples. I’m talking about the problem team member - someone who is working on a team, but really ends up working against the team. I found this quote from McConnell’s Rapid Development to really ring true:
…the most consistent and intense complaint from team members was that their team leaders were unwilling to confront and resolve problems associated with poor performance by individual team members.
Everyone knows that there will be conflicts whenever a group of people attempt to work towards some goal. But once in a while, the entire team suffers because of just one person constantly going against the grain. And it’s frustrating when your leadership seems to refuse to do anything about it, even after you’ve made the situation crystal clear to them. As Jeff says on his blog: “…if your team leader or manager isn’t dealing with the bad apples on your project, she isn’t doing her job.”
Sometimes the problem isn’t that a team member is necessarily doing negative things, but rather not doing anything at all. Why keep someone around when he’s completely unproductive? Unless, of course, you only care about spending your client’s money.
No comments


