Category Archives: coding

Such an insightful essay …

Paul Graham has impressed me time and again with his stunning insight. Whenever I read his writings, it’s as if he plucked his ideas out from my own head and then put pen to paper. His latest, Holding a Program … Continue reading

Posted in coding, programming, software, writing | Leave a comment

Links for June 3, 2007

Fedora 7 is released!: I really liked the last Fedora release, but I believe it was slightly plagued by problems with some of it’s package management utilities. I have already installed this release and am quite impressed. Wireless now works … Continue reading

Posted in apple, coding, computers, linux, mac, news, operating systems, osx, programming, software | Leave a comment

Some web links for today

I’m going to occasionally post links here that I find particularly insightful, interesting or geeky. Three things that caught my interest today: PowerTOP: Released by Intel, this utility builds on work done by kernel developers to make the Linux kernel … Continue reading

Posted in coding, linux, operating systems, programming, software | Leave a comment

LinuxWorld 2006

LinuxWorld started yesterday here in rainy London and I had a great time! It was the first time ever that I wasn’t a visitor, but was helping out at the Jokosher stand. I did several demos of the app to … Continue reading

Posted in coding, computers, linux, podcasting, programming, python | Leave a comment

Wierd Java error on my Mac

I turned my computer on today to get some work done, started Eclipse and started coding. When I tried to use the command-line though, I got this strange error: Error: no known VMs. (check for corrupt jvm.cfg file) I couldn’t … Continue reading

Posted in apple, coding, computers, mac, operating systems, osx, programming, software | 1 Comment

Doing quick tasks in Python

A lot of the time at work I have to come up with quick solutions to various programming problems, and I mean *real* quick. There is usually very little time for finding the right library or open source toolkit that … Continue reading

Posted in coding, computers, programming, python, scripting | Leave a comment

Ruby on Rails

“Rails is the most well thought-out web development framework I’ve ever used. And that’s in a decade of doing web applications for a living. I’ve built my own frameworks, helped develop the Servlet API, and have created more than a … Continue reading

Posted in coding, computers, software | Leave a comment

Microsoft at the PDC

A lot of cool stuff has been coming out of Microsoft recently at the PDC. You can watch the webcast of the event here. Here is a short summary of some of the announcements, linking to a Channel 9 video … Continue reading

Posted in coding, computers, news, operating systems | Leave a comment

WebOS and the future of the Web

[Jason Kottke](http://www.kottke.org) has an interesting write-up about how he envisions the future of the OS and the Web. The gist of his post can be summed up in the following points: 1. The OS can be made irrelevant by people … Continue reading

Posted in coding, computers, news, operating systems | Leave a comment

J2EE/EJB Persistence Frameworks

I need to start investigating alternative persistence frameworks whenever I get some free time. I’ve tried looking at Hibernate in the past but just couldn’t find the time to implement a small project properly in it and understand the benefits. … Continue reading

Posted in coding, computers | Leave a comment

Hiding the menubar on OS X

I’m quite fond of the Apple mailing lists, particularly java-dev and cocoa-dev. They’ve helped me solve quite a few problems on occasion. I once needed to hide the menubar on top of the screen in OSX and I found that … Continue reading

Posted in coding | Leave a comment

Teach Yourself … in 24 hours :)

Nice review of Linux Programming By Example on slashdot today. The book goes through the source of the Unix V7 code for the ls program. The second part then delves into processes, etc. I have a similar book at home, … Continue reading

Posted in coding | Leave a comment

Weather Parser

UPDATE: Sorry but this was written ages ago and the weather parser has stopped working now. I thought about keeping the code posted here but there is no point as it’s so outdated and there are so many newer methods … Continue reading

Posted in coding | Leave a comment

Code reviews and Peer Programming

Kasia has been trying out code reviews/pair programming at her work and I do tend to agree that code reviews should be done and that they probably result in better code, i.e. code that is less full of bugs We … Continue reading

Posted in coding | Leave a comment

JavaScript and Motif

Ok, so I kept almost true to my promise today. I studied JavaScript in the morning and I studied Motif in the evening. I also managed to watch a bit of Alien Resurrection in between. That’s an excellent movie. I’m … Continue reading

Posted in coding | Leave a comment

GTK or QT?

Today was Friday, our holy day, and of course I was sleeping until 12! The prayer was about to start in half an hour and I had to rush to take a shower, eat some breakfast (??) and get dressed … Continue reading

Posted in coding | Leave a comment