VirtualBox 3.1 is out! Teleportation (aka live migration)!!!
Now you can supposedly move your VM from server to server, server to client. Sweet!
More details @ http://www.virtualbox.org/wiki/Changelog.
Now you can supposedly move your VM from server to server, server to client. Sweet!
More details @ http://www.virtualbox.org/wiki/Changelog.
That’s right. Now you can intergrate your apps with LinkedIn. See the blog entry for more details @ http://blog.linkedin.com/2009/11/23/linkedin-platform-launch/. I wonder who will write the first RiaForge Project!
A very promising framework modeled on Ruby on Rails has finally hit Version 1.0.
Find out more @ http://cfwheels.org/.
In case you haven’t seen this already. (Trying to motivate folks to keep innovating!)
Just received a note from Adobe that this bug (the now infamous LOCAL bug) has been squashed and will be available with Updater 1. Woo-hoo!
I knew this from reading their forums, but the stats are astounding! HP Sucks as Laptops.
Read more, and find out the best, @ http://tech.yahoo.com/blogs/null/154921.
Summary:
I was wondering if anyone has been using Git for a while, and can speak to working on a team where there is a lot of merging. What’s been your experience like? Is Git mature enough?
I’m thinking of jumping ship from Subversion. While I had the same thought about a year ago, new merge functionality promised a lot in Subversion 1.6.
Unfortunately, I’m in the middle of a new development cycle where there is a ton of merging, and I have two words for Subversion: SLOW and STUPID. Subversion 1.6, unlike the SVNMERGE tool which I used for ages and worked like a charm, doesn’t remember the previous merge. Its half-built. Its slow. And I’ve about had it.
I recently saw this video on Git. Its Linus Torvalds speaking at Google on Git, and while I have issues with some of the things he says, he’s right-on when he says that SVN should have focused on merging, not branching.
Hopefully you guys can shed some lights on some of the specifics I need before I jump ship!
As you guys may or may not know, there has been a lot of improvment in the web sphere in terms of performance tweaking and security. A lot of people have realized that its just not to good to have your web server be a first point of contact (after the firewall). That’s right. Your web server should NOT be serving the web. Sounds counter intuitive, right?
Well, allow me to explain. Web servers like IIS and Apache, as an example, have gotten too heavy and cumbersome. Ok, well – some of you guys are hard core fans of both servers. But they don’t scale very well. That is why you see people moving to lighter weight web servers like Resin (and many others), or so specially built high performance web servers like Lighttpd.
What’s needed is a server that can do a couple thing:
In fact, here is the official description: “Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. Written by Igor Sysoev in 2005, Nginx now hosts nearly 6% (13M) of all domains worldwide. Nginx is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption. Nginx is one of a handful of servers written to address the C10K problem. Unlike traditional servers, Nginx doesn’t rely on threads to handle requests. Instead it uses a much more scalable event-driven (asynchronous) architecture. This architecture uses small, but most importantly, predictable amounts of memory under load. Even if you don’t expect to handle thousands of simultaneous requests, you can still benefit from Nginx’s high-performance and small memory footprint. Nginx scales in all directions: from the smallest VPS all the way up to clusters of servers. Nginx powers several high-visibility sites, such as WordPress, Hulu, Github, Ohloh, SourceForge and TorrentReactor.”
This solves a couple issues. One being that your web server isn’t directly hit by outside traffic. Traffic goes from the firewall to this server, which can then do a couple things. It can scruitinize the request, do re-writing, caching, handle sending files, block bad requests, etc. All those things you didn’t want your primary web server to do!
That’s where NGINX comes in. NGINX currently handles 6% of all sites on the net. Its the web server you never heard of, and you better get to know. People building high performance sites in Ruby on Rails have started to use NGINX to boost perfomance. For more details, see http://www.modrails.com/. Yes, they are overcoming those infamous RoR hurdles with free and easy solutions! So should you!
There are a couple of things you need to know.
Basically, my job is to get your minds whirling again. No ColdFusion is NOT dead, its just we as a community need to step up and take it to the next level. Imagine is MySpace has been built with ColdFusion, and instead if adding servers upon servers and including .NET, they had this option? Do you currently have load issues? What can NGINX do for you?
For more details go to:
People have been using NGINX in front of their mail servers (like Exchange), and for all sorts of other purposes. I’m investigating NGINX, Varnish, and other Web Application Firewalls to formulate what could become an awesome front-end for ColdFusion!
Tons of new features. More details available at the links below.
The Open Web Application Security Project has updated its list of Top 10 Risks.
Read this article at Information Week for more details.