/images/bio-photo-small.jpg

Shallow and Pedantic

A person/tech/code blog of a coder/techie/person. Like calculus in a kiddie pool, the author of this blog is known to be quite shallow and pedantic.

My alarm clock

YNet was running a story on how to use your computer as an alarm clock. Here’s what I do, for our commandline junkies :) Here’s ~/bin/run_alarm.sh: 1 2 3 4 5 6 7 8 9 10 11 #!/bin/bash find ~/music/ -name '*.mp3' -print0 | xargs -0 mplayer -shuffle & MAXVOL=31 TIME=900 for (( i = 0; i <= $MAXVOL; i++ )); do amixer set Master $i > /dev/null; sleep `echo $TIME / $MAXVOL | bc -l` done This basically plays all of my MP3 files, in random order.

Nokia 6120 Classic

I’ve switched to a Nokia 6120 Classic, and I’ve switched my carrier over to Orange. I’m very happy with it: The price is right, at 0 NIS a month (if your monthly bill adds up to over 100 NIS without it, which it does). It’s very small, but has a nice screen and a respectable 2 megapixel camera. It’s “3.5G”, which means it has a very fast internet connection (I’ve clocked over 50kbyte/sec), and the Symbian S60 operating system lets me use it well - it comes with a very, very nice webkit-based browser and RSS reader, and a fast GMail client is a few clicks away.

Egged Getter 0.1

The Egged Getter has been lost in the mists of time. However, it’s code has largely been integrated into TransportDroidIL. An old version of the Python code has been pasted at the end of this post. Here’s a little something I’ve been messing with: A simple fetcher script for the Egged (Israeli bus company) site. I’ve made a deskbar applet which uses it, which was fun to do :) (I’m looking for other cool ideas to implement as deskbar applets)

Sour chewing gum

On an online board, friends posted a photo from a party a while back, as I’m chewing some extra-sour chewing gum: חמוצקי נולד I find this suitable for use in macro form. For example, in the Computer Security course, we’re going to compromise a windows-based server using a buffer overflow vulnerability. Unfortunately, this means we’re going to have to use (as per the course’s demands) Visual Studio 2003. My response (now known as חמוצקי):

Means of control

New URL - not interesting. You’d notice by now, as you’ve been redirected. Guess my new E-mail. OpenID - interesting, but I don’t have anything particularily interesting to say about it right now. This, however, is interesting: “10 things christians and atheists can (and must) agree on”, a nicely written piece over at cracked.com. But this isn’t blogspam, I’ll actually share my two cents. (or shnekel, if you like) I have a serious problem with religion; It is my opinion that it is an overly powerful means of control.

Vacation

The most recent events in my life which I would consider to be vacations would be the second Lebanon war and my basic training. I love the Technion, but I think it’s high time for some R&R. With no upcoming tests hovering over my head, homework pressure low-to-nonexistent, and my girlfriend’s birthday Murphy’s-law-bendingly coinciding with her getting some leave, this is a perfect opportunity to try my hand at a real vacation.