Feeds:
Posts
Comments

Posts Tagged ‘Foreign Function Interfaces’

When working on some code, I came across a random number generation algorithm (a pseudorandom number generator to be exact, since the numbers aren’t truly random but only designed to “look” like it to the casual observer) called ISAAC. The name stands for “Indirection, Shift, Accumulate, Add, and Count,” which is essentially what it does [...]

Read Full Post »

As some of you know, I’ve applied to this year’s Google Summer of Code (GSoC). In particular, I am interested in working with the Debian project, but my proposal has impact in a few other communities, including KDE’s Qt project and Perl.
Every year, Google provides students with a $4500USD stipend to work on an open [...]

Read Full Post »