Selling cookie info to third-parties is a classic example of you can make money without doing evil.
RSS

Yahoo Mail Beta blocks Linux users

2007/02/02 filed under /linux

Today I was surprised by Yahoo Mail. Usually, I can access the beta version without a problem, but for some reason, Yahoo deemed it necessary to block linux users. Why, oh why? It was working rather well!


image hosted by photobucket.

The solution? Get MS Windows or a Mac. Yahoo, why hast thou forsaken us Linux users?


Update: another, simpler solution workaround is to use the User Agent Switcher Extension (and set it to FireFox 2.0, WinXP).

Posted by: B10m | permanent link | comments (0)

My iPod

2007/01/12 filed under /personal, /linux, /software

In the WebWereld article I was dubbed "Dutch Hacker". The first thing my wife said after reading the article was "Wow, I'm married to a hacker!". That and my new job made her give me an iPod Nano (for I travel to work by train now).

After picking up the iPod Nano, I went to look how to work with it. First, I hooked it up to a Windows Laptop and was planning to use the official way, through iTunes Unfortunately, this application seemed too hard for me. I messed with it for a while, but I really couldn't figure out how to use it. It's just too hard!

So I went for the preferred syncing method, through my own Linux box. I plugged the USB cable in and my OS recognized it straight away. What a relief! So it was time to give gtkpod a go. Too bad it was like iTunes: too hard for me to grasp (I still really have no clue how those two programs work!).

But thank god there were some Perl tools, called gnupod. Easy to use tools, good documentation, and I can finally put my noise on my iPod!

Posted by: B10m | permanent link | comments (0)

iPod Nano and Linux

2006/11/30 filed under /linux

After my 30Boxes greasemonkey script had been implemented on the website, I figured it was time to look at more possibilities.

The iPod Nano I have always tells me it can offer me calendars, so why not give it a go? I already found out how to put music on the iPod so let's see if I can get more stuff to work!

The format iPod supports (for calendars) is ics (the iCal file format). 30Boxes makes it a breeze to grab this file. Just login, go to Setting, Sharing, Entire View and there you'll see a link pointing to your ICS File.

After mounting your iPod, all you have to do is something like:

$ GET [ICS File URL] > /mnt/ipod/Calendars/30boxes.ics

And you're good to go. Your 30Boxes calendar can now be viewed on your iPod.

Sweet, but of course a calendar isn't too fun to look at all day. It usually contains appointments and data concerning boring meetings, so lets see if I can also get some photos of my wife on there (believe me, it's much more fun to look at than a calendar ;-).

Sure enough this is easy too! GPixPod, a python solution, is designed just for this. After installing it, it worked straight out of the box.

So now I can listen to (part of) my collection of metal CDs by using gnupod. 30Boxes is providing me with an ics file, so I can keep track of my appointments and in the meanwhile, I can look at my wife, thanks to GPixPod. That leaves me with the Contacts option, but I first have to find a good way to store addresses and phone numbers (... as if I didn't try half a billion things already). Feel free to recommend me a service like hiveminder or 30boxes with solid addressbook functionality :-)

Posted by: B10m | permanent link | comments (0)

Goodbye festival!

2006/09/16 filed under /linux

Every morning, I find myself making breakfast as fast as possible, so I can check on the traffic jam situation, weather forecast and emails. Why not let my computer talk to me, while I prepare breakfast?

People who use Linux and are interested in text-to-speech all know festival. It's fun for a while, yet not too useful in my humble opinion, because I (and others) have problems understanding the text.

So I went to look for other software and found Cepstral.

The voices are audible, the "effects" are funny and it's easy to teach your voice how to pronounce words (names can be a problem). The only drawback: it's not for free (except for the demos).

My first bet was to write a script around the demos, thinking it'd be very expensive. But when I found out you can get a license for a mere 30 USD, I dropped my script and went for it.

I registered the voice "Callie" and am impressed by her. The quality is so much better than festival. Woohoo, awesome!

So, for the people who have nothing else to do, feel free to listen to Callie reading this entry :-)

Posted by: B10m | permanent link | comments (0)

WLAN with SMC SMCWPCI-G

2006/05/01 filed under /linux

In the past, I didn't care about my home too much. Computers and wires everywhere. But now that I live in my new home, I think it'd be more appropriate to make it all look a little nicer (if only it was to prevent problems with my wife ;-)

So I started out with my WiFi LAN. As usually, I don't pay attention to hardware compatibility and my Linux system and so I ended up with the damned Linksys WRK54G. After that was fixed, I still encountered many problems. It usually happened when I'd be downloading some torrent. The D-Link AP would freak out and needed a reset. Not nice. Maybe my PCI card (D-Link DWL-G520+ using the acx module) was to blame?

Time for a change! And yes, I finally looked at the driver support, and computer stores in my vicinity. After some time of researching, the best I could easily get would be a SMC SMCWPCI-G.

This card contains an atheros chip and is supposed to work decent with the madwifi modules. After installing the card and modules, I got it working quite nice, although my connection wasn't as fast as I hoped it to be. This was easily fixed by the iwconfig command (`iwconfig ath0 rate 54M`).

Yay! Stable, somewhat fast, WLAN!

Posted by: B10m | permanent link | comments (2)
return-member