Archive for the 'Fun' Category

Sat
1
Sep '07
How to enjoy housecleaning
by Frank Spychalski filed under Fun, Work
  • Turn on computer
  • search for google tech talks at video.google
  • turn up the volume and start working

ps: I watched Seattle Conference on Scalability: Lessons In Building Scalable Systems, an older talk called A New Way to look at Networking and Haiku: The Operating System


Sat
4
Aug '07
Multiplayer Desktop Tower Defence
by Frank Spychalski filed under Fun

You can reserve a username at casualcollective.com and the first 1000 players are already allowed to test the system. And guess who is among these 1000? Yes, I am ;-)


Wed
27
Jun '07
New Software Methologies
by Frank Spychalski filed under Fun

If you don’t know bugbash you are missing such funny strips like the one for today:


Sun
24
Dec '06
Perfect customer service
by Frank Spychalski filed under Fun, Rants

On Thursday I ordered an Ixus 800 IS with a 2gb SD card from amazon.com as a christmas gift for myself. As promised the camera arrived yesterday morning but without the memory card. Amazon screwed up but why am I writing an article titled “Perfect customer service”?

First I read amazon.de Help but I found no phone number. Then I checked Imprint, where I found a link label Callback service. Less than a second after I entered my phone number, my phone rang. Less than 30sec later I was explaining my problem to a customer service person. I was really suprised as he told me something like “the card is in stock, you will have it tomorrow”. Me: “What?!?” Him: “Yes, I will send it by express. 99.9% of the packages are delivered the very next day.” Me: “Cool, that’s great. Thank you VERY MUCH!”. And for the happy ending the package did arrive today :-) Thank you, Amazon!


Tue
12
Dec '06
Magic Ruby Hacker mug
by Frank Spychalski filed under Fun, Ruby

ruby hacker logo in courier

There is a CafePress shop for RubyHacker stuff with a few nice thingies. But I wanted something else :-)

magic mug

A shop (fotokasten.de) sells all-black mugs which only reveal the image when something hot is inside. Therefore I needed my own RubyHacker image and couldn’t find one online. To save everybody else the work, here’s my result.

I will post images of the mug when I have it :-)

Update:
I made a mistake and put the wrong image online. Fotokasten does not accept gif (which is pretty lame but I cannot change it). Changed the image to a jpg.


Thu
23
Nov '06
German ThinkGeek clone
by Frank Spychalski filed under Computer, Fun

I love ThinkGeek and all the useless gizmos they sell. But it has one huge disadvantage: obscene costs for shipping. I was happy to find out about GetDigital.de, a German online store, that sells similar stuff.


Thu
7
Sep '06
Islam vs. Christianity
by Frank Spychalski filed under Fun

Sorry, this is completly off topic, but too funny to ignore:


Mon
7
Aug '06
Playing on the CodeGolf Range
by Frank Spychalski filed under Computer, Fun, Ruby, articles

picture by bigpru

I stumbled over this funny site called CodeGolf.com and tried my luck on the first problem (actually it’s the sixth, but it was the last and therefore appeared first on their page - confused?) Writing a Brainfuck Interpreter:

The brainfuck language uses a simple model of a computer consisting of an array of memory cells, a movable pointer into the array, an output stream, an input stream and the program itself. The program is formed from a sequence of the below commands :

  • > - Increment the pointer to point to the next cell to the right.
  • < - Decrement the pointer to point to the next cell to the left.
  • + - Increment the byte pointed to by the pointer.
  • - - Decrement the byte pointed to by the pointer.
  • [ - Jump forward to the command after the corresponding ] if the byte at the pointer is zero.
  • ] - Jump back to the command after the corresponding [ if the byte at the pointer is non-zero.
  • . - Output the value of the byte at the pointer.
  • , - Accept one byte of input, storing its value in the byte at the pointer.

It didn’t take me very long to write a running interpreter. My first version was more than a thousand characters. Even after renaming the variables and stripping all the whitespaces I still needed around 700 characters, which is huge compared to the best Ruby solution with only 142 characters. Read the rest of this entry »


Fri
10
Mar '06
Language inventor or serial killer?
by Frank Spychalski filed under Computer, Fun
Thu
2
Mar '06
I guess I have to order some T-Shirts soon :-)
by Frank Spychalski filed under Fun, Ruby

Have a look at these nice Ruby T-Shirts: Read the rest of this entry »