Programming
Flex Builder 3: Autogenerating setter/getter
May 26th
Use the following script with Eclipse Monkey; activate with ALT+9 after selecting variables:
Compiling Mono 2.6 on Slicehost
Mar 18th
It’s a pain in the ass. It takes ages. And did I mention it’s a pain in the ass? After reading the forums and stumbling upon xyzzyxyzzy’s awesome script, I decided to make it easier on all us Mono/.NET lovers.
I did it manually, but this should work – alas, you’ve been warned. Insert typical “Works on my machine” disclaimer here; if your cat dies from using this script, it’s not my fault. You need kernel version 2.6.24-23-xen (standard on Slicehost I think)
UPDATE: I’ll post the SVN version in a few. Seems there was a POSIX issue that wasn’t fixed on the tarball, forcing me to go the SVN way. New post in a few minutes, once I test it.
Optimization
Jan 6th
I needed to optimize a function for my neural network. How hard could it be? It’s only one function, and it’s <5 lines at that…
After spawning a huge thread, I’m left to wonder: why didn’t I continue learning ML after my functional languages class? Blargh!
Benchmarks after the break… More >