Joke - GNU Visual Basic
The following joke about GNU Visual Basic was once published on Freshmeat.net, but has since been misplaced. A Freshmeat editor I contacted sent me the text of it (without the comments) and I've placed it on my site. Enjoy!
Movie Recommendation: "Eight Days a Week"
I don't watch Television regularly, but sometimes I see something that makes me watch it till the end. This time it was Eight Days a Week which I saw on the cables' "Hot Fun" channel, which is dedicated to comedy movies. This is a teen comedy sort of, about sex and love and stuff. It's very funny and entertaining. It stars Keri Russel and Joshua Schaefer, which strangely enough hasn't acted since, and there's little information about him on IMDB.
Updates to Perl for Perl Newbies
I went over the Perl for Perl Newbies series and updated it. What I've done so far is made the entire slides validate as XHTML 1.0 Strict, fixed many problems in the text (typos, spelling, grammatical or syntactical), and also fixed the wrong or misleading content. My understanding of Perl was not as good when I wrote the slides as it is today, and so I had to fix quite a lot of inaccuracies.
There are still some things that I want to change there, but as a general rule, everything is much better now.
New Release of Freecell Solver
When I went over the entire comments in the OSNews coverage of "When C is the Best", I read this comment. It mentioned two bugs in Freecell Solver, which I fixed by releasing Freecell Solver 2.8.11. I would have missed them if I didn't go over all the comments.
Apparently Mac OS X does not have a malloc.h header file. OS X never ceases to surprise me.
Joel's Back!
After a small lull, Joel Spolsky is back with a very nice article and some very insightful and amusing weblog entries. I hope this trend goes on.
Testing a Two-Domain Website
See this post I made to PerlMonks about how to test the local copy of my two domains' (www.shlomifish.org and vipe.technion.ac.il/~shlomif/) web-site on my local machine.
Configuring Xkb to have a Compose Key and Hebrew Keyboard
I wanted to have a compose key so I can have them Über-cool accénts. But naturally, I still needed the Hebrew keyboard. After playing a bit with Xkb, I got to the following configuration:
Option "XkbModel" "pc105"
Option "XkbLayout" "us,il"
Option "XkbCompat" ""
Option "XkbOptions" "compose:rwin,grp:switch,grp:alt_shift_toggle,grp_led:scroll"
Option "XkbVariant" "lyx"
Énjoy!