I See Dead Code

… as sounding brass, or a tinkling cymbal.

I See Dead Code header image 4

Entries from May 2008

I have no life and I must program

May 31st, 2008 · No Comments

Some participants of this semester’s „Computational Linguistics” course (which is a code word for „10 different lecturers guide you through the wonderful world of algorithms and theoretical foundations of CoLi”) obviously lack a life and willfully extended their own homework assignment, writing small toolkits for finite state automata.
Surprisingly, all those toolkits were written in Python [...]

[Read more →]

Tags: coli · lang:en · programming · python

Saarbrücken Lecturers Define Multiword Expressions

May 6th, 2008 · No Comments

Today: The Bag of Words

For those of you who don’t know what a bag of words [model] is, just imagine a bag of words, because it’s ultimately the same thing.

[Read more →]

Tags: saarbrücken · uni

Look at me, I know Functional Programming!

May 5th, 2008 · 1 Comment

Sometimes I wonder what the hell I might have been thinking while writing code like this1 :

1
2
3
4
5
6
7
def uncurry(f):
return lambda t: f(*t)
 
def longest_common_prefix(Sa, Sb):
return len(list(
takewhile(uncurry(eq),
[...]

[Read more →]

Tags: lang:en · programming · python

FAST, A Microsoft Subsidiary

May 4th, 2008 · 2 Comments

I don’t know whether the author tries to be funny, or if he is just being himself (from the Microsoft Enterprise Search Blog):

Speaking of Linux and UNIX, some people may be (mis)interpreting our continued support and investment in these platforms as a broader change for Microsoft – so here’s some color. We’re making a pragmatic [...]

[Read more →]

Tags: rant · work