RSA Made Easy
After obsessing over it today, I decided to write a quick primer on RSA Encryption you can do in your head. It’s pretty simple, and to the point. The numbers are very small. Try it out! I plan to write...
View ArticleGreasemonkey Script to get Jabber Room for Google Group Chat
So, today I was invited to Google Group chat for the first time. This would be really cool on a terminal that’s not equipped with an IM client, since it’s all done through the web with flash and magic....
View ArticleRuby to generate RSS feeds for sites that don’t offer them
There’s this site that has an equipment exchange I wanted to keep track of. Yet, it’s done with what seems to be a custom php file rather than vbulletin, so none of the usual RSS feeds from the site...
View Article1,000,000th Fibonacci Number One-Liner in C
This is possibly the best one-liner I’ve ever written: gcc -x c -o /tmp/out - -lgmp <<< '#include <stdlib.h> #include <stdio.h> #include <string.h> #include <stdint.h>...
View ArticleDiving into OOC, a fun new programming language
OOC is cool. Yesterday I started writing some code in it after reading about it on the github blog. Here is the first result: I’m extremely happy with how well this performs. Using the latest ooc...
View ArticleParsing WFM Oscilloscope files in C
So, I got this Rigol Oscilloscope – I wrote a little instructable about it. One cool feature is the ability to save waveforms to a USB stick. There are many options for the file format, but the default...
View ArticleLXPanel Plugins: Simplified
I started using LXDE last night, and I’m really liking it. It seems to take a whole ton less memory than Gnome did, and as a result my Intel Atom box runs a lot smoother because it doesn’t have to...
View Article