On Pre-built Binaries for Python Packages

Or. Why I Hate Windows. For Mac OS X, you download XCode (for free) and you can build anything. For Linux, you use some kind of yum or rpm installer for the developer tools, and you can build anything. For Windows... Pre-built binaries. 😂 And a hope that the version numbers …

more ...

Regular Expression "Hell"

Actual quote:

"they spend a lot of time maintaining regular expressions. So, what are the alternatives to regular expression hell?"

Regular Expression Hell? It's a thing?

I have several thoughts:

  1. Do you have metrics to support "a lot"? I doubt it. It's very difficult to tease RE maintenance away from …
more ...





Proverbs and Bumper-Sticker Computer Science

There's much to learn. The idea of digesting knowledge down to a pithy little proverb is interesting.

https://github.com/AntJanus/programmers-proverbs

http://futurice.com/blog/programmer-proverbs

http://quotes.cat-v.org/programming/bumper-sticker-computer-science

Some of it's new to me. Some of it's timeless.

Also, this http://www.bowdoin.edu/~ltoma …

more ...