random thoughts to oil the mind

Category: General Page 19 of 25

[:en]For news and blog related stuff, and everything else that doesn’t fit.[:de]Ein Sammelordner für alles, was irgendwo anders nicht untergebracht werden konnte.

Juice on Vista

Whilst installing the latest version of Juice, a cross-platform podcast receiver on Windows Vista, I came across a rather simple error that prevented the program from functioning correctly on the first load, and then from loading thereafter. The error log generated the following output (where xxx indicates the username):

Traceback (most recent call last):
File "gui.py", line 4, in ?
File "iPodderGui.pyc", line 3573, in main
File "ipodder\configuration.pyc", line 468, in __init__
File "os.pyc", line 154, in makedirs
OSError: [Errno 2] No such file or directory: 'C:\\Users\\xxx\\My Documents\\My Received Podcasts'

Fortunately the fix seems to be quite simple and pain free (though a bit of a hassle to implement manually), found courtesy of Randall’s Life.

  1. Change the compatability mode of the application to Windows XP SP2 mode. To do this, right-click the application file, or a shortcut to the program, select properties, click the ‘Compatability’ tab and then tick the box to ‘Run this program in compatability mode for:’ and select the appropriate option from the download menu.
  2. Locate the file Ipodder.cfg (normally found under C:\Users\xxx\AppData\Roaming\iPodder) and edit it such that the line reading “download_dir = ‘C:\\Users\\xxx\\My Documents\\My Received Podcasts'” instead reads “download_dir = ‘C:\\Users\\xxx\\Documents\\My Received Podcasts'”.

After that, the program should run normally.

Rise and Fall of the Blogosphere

A recent Wired article has certainly provoked some controversy amongst bloggers. Claiming that blogs are history, and that Twitter, Flickr and Facebook are the future, the post’s author Paul Boutin recommends that anyone who’s thinking of starting a blog should stop, and anyone already writing one should pack it in.

Whilst I wouldn’t normally comment on a post of this ilk (given my feelings about bloggers who blog about blogging) it seems pretty clear that unless Boutin is giving us a tongue-in-cheek excuse for a debate on web trends, he’s essentially wrong in his assessment. After all, it comes as no surprise that Boutin proclaims the fall of the blogosphere from the comfort of a blog entry, nor indeed that he rails against his own ilk in decrying the “tsunami of paid bilge” that ranks highest on the Technorati charts. The idea that blogs should be abandoned on account of the fact that personal blogs rarely garner any extended readership or popularity calls into question why authors set up their blogs in the first place, and why indeed they should switch to other means if popularity is their main objective. Boutin upbraids blogs for being text-only affairs, a charge which I daresay isn’t especially accurate, particularly since it is easily possible these days to integrate precisely those services that are supposed to supercede blogs, such as Flickr or Youtube.

Of course, no one can deny that the nature of the Internet is constantly changing, so much the better, and whilst the blogosphere may start to shrink once the new wave of Web2.0 forms of communication become fully fledged, they will merely overlap and supplement the current crop of technologies available. The continued prominence of email, IRC, Usenet and web forums all point to this fact. So whilst I daresay the number of new blogs appearing on the web will start to slow as new users find outlet to their thoughts on other media, there may always be a place for the humble (and not so humble) blogs that litter the webscape today.

[Via huffenglish.com]

I recently installed Ubuntu on a system with a slightly irregular hard drive configuration. Two SATA drives were running Windows on a mirrored (fake) RAID array, and a third SATA drive was ready to have linux installed. The Ubuntu installer recognised the drive as the third hard drive, and installed itself as expected, with Grub installed in the MBR of this drive, being first in the BIOS’ boot queue. However, all references in Grub’s menu.lst for the Ubuntu installation pointed to (hd2,0), which resulted in an “Error 17: Cannot mount selected partition.” message from Grub. The solution was simply to edit the entries to read (hd0,0) for (hd2,0) as Grub now recognised the third drive as the first on account of its place in the boot order.

Mapped Drives in Windows XP

Having recently set up some network storage, I came across a rather irritating problem mapping network drives in Windows XP. The basic setup procedure, as outlined here, worked perfectly on some systems, but failed to retain the stored username/password for network attached drives requiring alternative login details. The solution found, courtesy of this blog, is to map the drives using the following command (replacing U with the drive letter, and NETHOME\LOCID with the relevant UNC network location):

NET USE U: \\NETHOME\LOCID /PERSISTENT:YES /SAVECRED

The necessary username/password details can then be entered and should be stored, allowing the drive to be mapped automatically when the user logs on.

Daily Links

De Radio 4 Top 400 – The favourite classical pieces as voted for by Dutch radio listeners. Certainly a handsome proportion of religious works in the list. (PDF)

100 Best Last Lines from Novels – How great can a last line be? I’ve read some of the works on the list and can’t say any are particularly memorable, but here’s an arbitrary list of the top 100 anyway. (PDF)

The World’s Spookiest Weapons – Starting with the A-bomb and working through mind control, crowd control and animal manipulation, this little list illustrates some of the craziest weapons designed or researched in the years since the last war.

Boxhead 2play – While away some moments (hours!) with this mad flash-based zombie fest. Can also be played cooperatively or in deathmatch mode from the same machine.

Page 19 of 25

Powered by WordPress & Theme by Anders Norén