Skip to content
follow me on Twitter

Category Archives: Programming

MedGraph

So it’s been a while since I’ve updated – I’ve been rather busy working on some projects. One of those projects, though this one has been done a while now, is a product for graphing concentrations of medications in your body over a 24 hour period.
It doesn’t take into account your bodyweight, nor does [...]

Ruby’s Odd

I hear cool things about Ruby, but also horror stories. And also, just bizarre things like this from Evan at snax:
I ran into an interesting issue. Ruby is faster if compiled with -Os (optimize for size) than with -O2 or -O3 (optimize for speed). Hongli pointed out that Ruby has poor instruction locality and benefits most from squeezing [...]