Should be considered the definitive list of linux resources. Prepare your bookmarks.
Programming Ruby: The Pragmatic Programmer's Guide
If you wish to learn Ruby, who better to teach you than the Pragmatic Programmers? These guys know their stuff and always give useful tips […]
Ars: Can Linux (or other OS) ever catch up?
Discussion on what it will take to replace Windows on the x86 platform. I agree with one of the members when he mentions that it […]
Void Main's Red Hat/Fedora Tips
Some good hard to find tips on Red Hat and Fedora to help you get started with the world’s most popular distro.
SitePoint: What's So Good About OOP?
Great post over at Sitepoint that shows why OOP should be used in favor of Functional Programming. This guy shows clear thinking in the sense […]
How to Upgrade to the 2.6 Kernel
An article with screenshots (glad to see someone realizes that geeks love screenshots) giving step-by-step instructions on moving to the 2.6 Kernel.
A Few Tips for Writing Useful Libraries in PHP
Anyone who is tackling large PHP projects or enjoys reusing their code should definitely take a look at this. Hell, every PHP programmer should take […]
Why's (Poignant) Guide to Ruby
Shaping up to be a great book that teaches Ruby in layman’s terms that even a hardcore geek can appreciate.
Hackers and Painters
A classic essay comparing hackers to painters and further proving why programming is an art.
Template Engines
Article describing how a template engine should be done in PHP. Great read for those who are turned away by Smarty’s custom syntax.