Skip to content

{ Monthly Archives } November 2005

GTA:SA soundtrack playlist creator

I found some time again to work on this little project. It’s not finished, but it does the most important stuff: generate a playlist with random intro’s and outro’s (with or without dj chatter or both). Here it is. You need to install this first: http://www.lysator.liu.se/~creideiki/ra … n-andreas/

HCC

I went to the HCC Dagen, together with my friend dodo. We met a friend there with her boyfriend who were also strolling overthere. I bought a new motherboard and a new case (foto’s will be available soon). This Asus A8n5x isn’t the one I wanted, but it is close enough, even saved me a [...]

Star Wreck: In the Pirkinning

This slashdot entry reminded me of this great movie: Star Wreck: In the Pirkinning. It’s everybodies fantasy come true, Babylon 5 versus Star trek. A must see if you’ve seen both series!

Band

Saturday I went to see a live performance of my of my online mates’ band with my girlfriend. It was a pretty long trip to Den Helder. They played very good, especially considering this was their first performance. Some nice guitar work on the metallica songs, although their singing could use some improvement. Here are [...]

Home alone

Yup… I’m home alone with my little brother most of this week. Ofcourse i’ll be taking advantage of this in one way. Tonight some friends are comming over for some b33r and.. well.. chatting i guess. I haven’t used the tablet much. I could not get the pointer in the corners of my 2 screens, [...]

Vim case insensitive search

Not much of news, but I ran into this problem today, do a case insensitive search in vim. this can be done with: :set ci or :set caseinsensitive This makes future searches case insensitive. A per search way is this: /pattern\c Notice the \c. It does not really matter where you put that \c as [...]