May 8th, 2008
I’ve had a quick go at upgrading ClockingIT to Ruby On Rails 2.1 and the most difficult snag I ran into was a has_and_belongs_to_many relation with a symbol as the join_table parameter which suddenly lacked the downcase method, and had to be changed to a string.
Posted in ClockingIT, Rails, Ruby | No Comments »
March 8th, 2008
Whups.
I’ve been using QProcess from QT to spawn some SSH processes in glTail, and then just using exit(1) to quit while testing.
And on thursday evening, by server ran out of memory due to ~4000 SSH processes running. Guess I should find out how to properly quit a QT application instead of just exiting.
Posted in Linux, Software, Programming | No Comments »
March 4th, 2008

I’ve had a bit of fun the last week or so, and done two implementations of the same program. One in Ruby, and one in C++. The goal was to try and make a ‘pretty’ and entertaining view of the relationship between your web-pages, and where your traffic is coming from.
The Ruby version ended up dropping below 30 FPS when handling the relationships between ~90 urls, while the C++ version is at about ~800. Even though C++ is a pain to develop in compared to Ruby, I’m going to have to drop Ruby this one time due to speed.
Posted in Software, Programming | No Comments »
December 7th, 2007
Posted in ClockingIT | No Comments »
July 20th, 2007
RIAA spends thousands to obtain $300
They were aiming for $529,500. Tihi.
Posted in P2P, Music | No Comments »
October 31st, 2006
Recording Industry vs The People
In SONY v. Arellanes, the Court has refused to allow the RIAA untrammelled access to the defendant's hard drive, holding instead that only a mutually agreeable, neutral computer forensics expert may examine the hard drive, and that the parties must agree on mutually acceptable provisions for confidentiality
Earlier, RIAA has used their own experts to find incriminating evidence on hard-drives.
Posted in File-Sharing, Music | No Comments »
October 31st, 2006
BitTorrent Site Admin Sent to Prison at Torrentfreak
> The 23 year old Grant Stanley has been sentenced to five months in prison, followed by five months of home detention, and a $3000 fine for the work he put in the private BitTorrent tracker Elitetorrents.
I wonder why most torrent sites move to other countries, with a bit more liberal view on these things. Elitetorrents did promote that they had StarWars on their frontpage, so I can see how the MPAA got a bit pissed off.
Posted in File-Sharing, Internet | No Comments »
October 31st, 2006
Sun CEO sets open source Java time frame - Yahoo! News
> San Francisco (InfoWorld) - SAN FRANCISCO – Demonstrating a perhaps more aggressive path than anticipated, Sun Microsystems is set to announce the open-sourcing of the core Java platform within 30 to 60 days, Sun President and CEO Jonathan Schwartz said at the Oracle OpenWorld conference on Wednesday morning.
This means around chrismas. Will be interesting to see what comes of this.
Posted in Software, Java | No Comments »
October 26th, 2006
Ubuntu 6.10 Released
Woot woot! Fire up those cd-burners and get installing!
Posted in Ubuntu, Linux | No Comments »