Django Wexler's avatar

Django Wexler

@djangowexler.bsky.social

If you're curious what a Shlemiel the Painter algorithm is, I learned the term from this Joel Spolsky post lo these two score and three years past. Basically it means any algorithm that clearly should be O(n) but in practice is inexplicably O(N^2).

www.joelonsoftware.com/2001/12/11/b...

3 replies 8 reposts 13 likes


Peter Clines's avatar Peter Clines @peterclines.bsky.social
[ View ]

I've learned something today. Thank you.

1 replies 0 reposts 2 likes


Django Wexler's avatar Django Wexler @djangowexler.bsky.social
[ View ]

gah one score

0 replies 0 reposts 1 likes


Django Wexler's avatar Django Wexler @djangowexler.bsky.social
[ View ]

That post, incidentally, gets at some of the reasons why the idea of AI coding in any serious capacity gives me hives. It's fine for like one-off scripting or toys, if it makes mistakes then you just debug it. But for a real application that needs to be performant its a nightmare ->

1 replies 1 reposts 9 likes