At the risk of sounding like a programming language whore, here’s yet another object-oriented functional language. This one looks less intimidating than Haskell or OCaml, since it is extremely Java-like and claims to interoperate really well with Java code, thereby having the ability to use lots of libraries and avoiding the Achilles Heel of most boutique languages, which are excellent for computing factorials but don’t have any knowledge of the Web (heck, even Awk is Web-enabled these days).
Monthly Archives: March 2007
It’s fun to workout at the YMCA
After a few trial visits, Nicole and I decided to join the East Valley YMCA. It’s reasonably nearby, inexpensive, and the staff are very nice and helpful. Best of all for the geek in me is that their machines have this neat computerized system called FitLinxx. You get an identification # which you type in when you start using a machine and it keeps track of what you do and how you’re progressing on your pre-established workout plan. It looks like you can also access your data from the Web so it could be fun to write some code to suck the data down from the Web.
Autoproject
autoproject interviews the user, then creates a source package for a new program which follows the GNU programming standards. The new package uses autoconf to configure itself, and automake to create the Makefile. `make distcheck’ succeeds.
The idea is that you execute autoproject just once when you start a new project. It will ask a few questions, then create a new directory and populate it with standard files, customized for the new project. Optionally, the new package will use an external command line parser or a parser generator. ‘Autoproject’ currently supports clig and autogen.
Gawkinet
Gawkinet: TCP/IP Networking with Gawk
Hmmm…. Why? 🙂
Stupid bird
A weird thing happened on the way to work yesterday.
Driving up the 101 freeway, I saw a bit of commotion ahead of me and then swerved a bit to avoid a large bird standing there in the middle of the roadway. I figured that it must be too injured to fly and was probably not going to last too long if it could not take to the air. Glancing in my rear-view mirror, I saw a car behind me come really, really close to hitting it, might’ve even brushed it a bit, and the bird then took to flight and got away. Perhaps the bird was having some difficulty flying but it got a little boost of adrenaline that did the trick?
It’s not every day that you nearly kill something on the freeway.
For any birds who are reading my blog, it’s not a good idea to hang out on freeways. I suggest avoiding them if you can.
Getting vanishing OS X desktop icons back
Just noticed that my desktop icons had disappeared on my PowerBook.
I managed to fix it with: open -a /System/Library/CoreServices/Finder.app
I guess Finder crashes sometimes and doesn’t always restart itself.
Magic Ubuntu performance tip?
How often is is that you come across a simple tweak to your configuration file (/etc/hosts
in this case) that claims to give you a noticeable performance increase, and with no discernable drawback?
I was psyched to try this one out and then I realized that I already had my hostname in /etc/hosts
.
On a side note, I’m looking forward to the Ubuntu Feisty release, which is coming up in a couple of weeks…