myopic void

Mon, 22 Feb 2010

fdsbuilder 2.1 Release

I’ve forked the code of KingMike’s fdsbuilder for another project I’m working on, adding changes as needed.

What’s new in fdsbuilder?

  • Unattended fdssplit and fdsmerge! You can now script these operations as fdsbuilder no longer requires you to input via scanf.
  • Now compiles on for Unix-like operating systems in addition to Windows
  • fdssplit has been ported from C++ to C. It sure looked a lot like C code so I gave it a little push the rest of the way. Most people have a C build-system, and it’s also much more portable.

What’s coming?

  • Python API bindings
  • fdsmerge C port

Relevant Link: Bitbucket

Mon, 28 Dec 2009

Release: PyblTwitter 0.2

This is just a small update, you no longer need to provide a password to display a public timeline.

Get it here

Thu, 26 Nov 2009

A Strange Easter Egg on Slashdot.

I saw this on shell-fu today:

curl -Is slashdot.org | egrep '^X-(F|B)' | cut -d \- -f 2

and, like the tip says, it will give you a random quote from Fry or Bender of Futurama. So what’s going on here and how can we make it better?

Curl is silently grabbing the HTTP headers from slashdot.org, and piping the results into egrep. egrep searches for any line in the piped data that start with X-F or X-B and then pipes that information into cut which trims the first two characters from the line so you’ll only see the emitted quote.

Well if that’s the case, then we can modify the egrep to:

egrep '^X-(B|F|L)'

to get quotes from Bender, Fry and also Leela.

Thu, 12 Nov 2009

Release: pyimgur 0.5

Reddit users already know that imgur is probably one of the easiest, most inobtrusive ways to host an image online. Now, the good imgur devs have made an api available for developers.

I wrote a quick little python interface for it using pycurl and simplejson. It is available for download here.

Sat, 07 Nov 2009

The Only Adblocker You'll Ever Need

It turns out it’s called Privoxy, and it’s probably the best solution I’ve seen for adblocking. Not every browser has a plugin architecture, or, someone to write an adblock plugin for that matter.

Privoxy however, is a catch-all solution. It’s open source, it’s available on just about any platform you’d be doing and serious websurfing on. It runs as a local proxy, filtering out all sorts of “junk”, as the authors put it, including ads. It’s of a pretty reasonable footprint, ~3mb. So it won’t exactly be a burden on most systems.

About

Devon Meunier is a software engineering major, currently studying at the University of Toronto. Gosh!

Tweet Tweet

Follow my stupid Twitter

Flickr
  • Potato Leek Soup
  • Nintendo GamePack
  • Marche Mon Chien
Sophisticated Wayback Machine

2010-Feb
2010-Jan
2009-Dec
2009-Nov
2009-Oct

Major Arcana

Validate | RSS