I See Dead Code

… as sounding brass, or a tinkling cymbal.

I See Dead Code header image 4

Entries Tagged as 'lang:en'

Sweden 2007, Part 7/7: Stockholm.py II

Mai 20th, 2007 · 4 Comments

This entry collects some of the remarkable things that happened to us during the course. In honor of the course language, this blog entry is in English. Meeting Old Friends On Tuesday, after finishing all preparations, we spontaneously decided to visit Lappis and see if any of Torsten’s former co-residents lived in Forskarbacken 12. Both [...]

[Read more →]

Tags: lang:en · sweden

Nvidia vs. ATI

Mai 13th, 2007 · 2 Comments

The world has turned upside down. As I expected, AMD is opening the graphics drivers for ATI cards. At the same time – and I expected that as well, the new ThinkPad T61 comes with Nvidia graphics. This does not make my search for a new laptop easier. I had more or less settled for [...]

[Read more →]

Tags: hardware · lang:en · news · tech

To me, „pretentious” is a compliment…

Mai 11th, 2007 · 1 Comment

Ah, the goodness!

[Read more →]

Tags: lang:en · news

Eclipse Shmeclipse, pt. I

Mai 11th, 2007 · No Comments

Content Types in Eclipse do not only feel like spoilers bolted on to a pig in order to make it run faster – they also feel like if the pig decided not to like these spoilers at all. Okay, I do admit that we are not using content types as conceived. Just keep in mind [...]

[Read more →]

Tags: eclipse · lang:en · programming · rant · work

WP-Syntax Test

Mai 5th, 2007 · 4 Comments

Well, this post is only here to be a public test of WP-Syntax, a syntax coloring plugin for WordPress. 1 2 3 4 5 6 7 8 9 10 from itertools import islice   def fib(): x, y = 1, 1 while True: yield x x, y = y, x + y   for num [...]

[Read more →]

Tags: lang:en · programming · python