Embedding Web Servers from perl.com discussing (you guessed it) embedding a web server inside your application to provide management, data access, or other functionality.
MacDevCenter has an article about Apple's new iBackup software that's part of the .mac service, and how easy it is to backup your laptop frequently with it and an Airport connection.
Interesting article on O'Reilly's OnJava site about "space drives" or the concept of peer-to-peer file storage. One implementation is located at jworkspace.org
Interesting article from another senior engineer at Sun entitled "Changing the Zen of Programming", talking about the shift from static, strongly-typed languages such as C, to more dynamic languages such as Java.
A new version (2.0.1) of the Eclipse cross-platform development environment has been released. They still don't have an official MacOS X release, but you can download an unofficial build here (link to dmz file). Very cool.
Camelbones is an Objective-C/Perl bridge which allows Cocoa applications to be written solely in Perl using Apple's standard development tools! It's a bit rough right now (you have to use native Cocoa data structures instead of Perl hashes/arrays/etc, but the functionality is there. Awesme! Now if we just had the same thing for Python.
SecurityFocus discusses using Solaris' built in IPSEC support to encrypt traffic between two hosts. Can be very useful, and simpler to set up than a network-to-network IPSEC tunnel. [RootPrompt.org -- Nothing but Unix]
MacDevCenter talks about integrating the Tomcat servlet container with Apache on MacOS X. This is nice companion to their earlier article on building Tomcat for OS X as a standalone server.
Application Builder Collection 1.2.3 is a very nice set of Cocoa widgets, bundled into a reusable library. It's not free, but if you're doing serious application development for the Mac, it my save you a lot of time spent trying to write your own. [Studio Log]
Hack your Jaguar boot screen. shows you how to replace the (somewhat boring) grey apple on the 10.2 boot screen with your own custom art. It would be cooler to be able to do a full bootup screen image, but this is still cool.[Hack the Planet]
This article from MacOS X Hints, tells how to setup the Classic environment to run from a disk image under 10.2. This gives you the advantage of keeping your Classic applications and System software out of your 10.2 environment, preventing potential conflicts and generally making your system neater. Even if it's not that useful to you, it's still a pretty cool hack.
Apple Developer Connection has written an introduction to Mozilla's SOAP API. Part of me things it's incredibily cool that the Mozilla browser has a built-in web services API, and part of me remembers why I switched to Chimera (because Mozilla's too bloated with things like web services API's). [Sam Ruby]
All Consuming is a terrific web site (or application?) that lets you manage your book reading list and collection online, then include your "currently reading" list on your weblog automatically. It uses the Amazon web services API, and is written in Perl. Awesome. You can check out my "currently reading" box on my online journal site.
[Aaron Swartz: The Weblog]