May 8, 2009

Woooooooooooooooo, I am pretty excited that my talk has been accepted for EuroPython 2009! It's in Birmingham, UK, at the end of June. My talk is called "RjDj + Python = Reality morph for the iPhone" and is about how we've used Python at RjDj to break out of the iPhone jail[1], somewhat.

There are a ton of really fascinating talks happening, and every one of the keynote speakers is a tech luminary. I am especially excited about seeing both Professor Sir Tony Hoare, and Cory Doctorow speak.

Good times!

[1] Note that I am an independent contractor and my views do not reflect those of Reality Jockey Ltd. :)

April 24, 2009

If yr in London, come check this out tommorrow. I am playing a set using Pd, during the performances section, which should be a lot of fun.

OpenLab 5 : Cafe OTO, 25th April 2009

Openlab are providing a day of workshops & presentations about opensource software, and performances in the evening at Cafe OTO, Dalston. There is a venerable lineup of OpenLab members providing some in depth knowledge during the day and some great performances at night. The preliminary line up goes like this:

DAY: Workshops & Presentations : 12 - 5pm (free entry).

NIGHT: Performances : 7:30pm - 12:30am (5 pounds entry) - doors 7pm

Presentations

Workshops

  • Fluxus (Dave Griffiths) : (free, 1-2hrs, max 10) The venerable OpenGL/scheme environment. http://www.pawfal.org/dave/index.cgi?Projects/Fluxus

  • APODIO (Julien Ottavi) : (1hrs, max 20) Gnu/Linux multimedia distribution LiveDVD

  • Introducing Processing for Visual Artists (Evan Raskob) : (10 pounds, 2hrs, max 20)

Performances

You are all very welcome - see you there.

MORE INFO : openlab

April 20, 2009

Wow, huge news. There is finally, after all these years, an awesome free and open source audio playing library for the Nintendo DS and GBA. Hooray! This is big news for me as Looper Advance has been built against the non-Free Krawall library for years now and it's always irked me, quite appart from making the GPL license on Looper Advance invalid, and probably illegal.

Hopefully I'll get a chance to update Looper Advance soon and then I can release it properly as 100% Free Software.

MaxMod appears to be pretty comprehensive in that its API provides for mod-playing, sample-playing, and direct access to streaming buffers. This basically means you can write apps which mix and match all three types of audio playback.

maxmod

April 13, 2009

Many governments now employ 'internet filters' in order to censor the content which their citizens receive whilst browsing. As expected, China does this, and more suprisingly so does Thailand. Much more unexpectedly, so do the UK and Australia, as well as Denmark, and a host of other countries that should know better.

Whilst I can see the need for secrecy and censorship in certain very marginal cases, censorship is in general a bad idea, and this particular form of censorship is ridiculous and arbitrary. Much better is an educated citizenry who are free to decide their own morality and life choices. The Australian government for example has, at the request of some fringe nut, banned access to an anti-abortion site, and a site that has published a list of the sites censored by the Danish government, and also images of the band Hanson, and the website of a Queensland dentist (say what?). The UK government restricted access to a Wikipedia page recently because of a picture that some unaccountable, hypersensitive, parent run NGO found contained an objectionable image. The image was a low resolution scan of an album cover from the 1970s by the rock band The Scorpions. The premise for these bans (child pornography) makes no sense at all since the filters will have no effect at all against the perpetrators and those types of crimes are much better combatted at the source than by censoring the public who are largely uninterested in looking at such sites anyway. In other words, the filters are 100% political props and 0% useful in preventing crimes against children.

The good thing about all of this is that if you don't want the government deciding what you can and can not see on the web, it's extremely easy to route around, which is another reason why they shouldn't even bother: people will just find ways to route around their stupid filters anyway. In order to use one simple method of routing around government web filters you will need to do three things:

  • Get a unix-based server of some sort, hosted in a country where they don't do this type of content-based filtering, such as the United States which has freedom-of-speech laws.
  • Run this simple command on your local machine: ssh -D 8080 -f -C -q -N SERVERIP where SERVERIP is the IP address of your server.
  • Set your browser's proxy to point to a socks 5 proxy at localhost:8080

Getting a unix-based server is extremely easy these days thanks to the abundance of VPSes or Virtual Private Servers. The company I use to host my email and websites is called vpsland and they offer a machine running GNU/Linux for about $15 US per month. I suggest creating a user on your new machine and setting up an ssh-key so that you won't have to enter your password every time you start up your proxy. You can learn the ip address of your new server by typing 'ifconfig' after ssh'ing in to it.

Note that this means that all of your web traffic will now appear to come from the server, not from your local machine. Some geographically sensitive sites will now assume that you are browsing from where your server is located. For example, my server is located in Atlanta, USA, so if I ran a proxy like this it would appear to websites that I was browsing from there, not from here in the UK.

"Those who would give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety." -- Benjamin Franklin

April 10, 2009

Ubuntu GNU/Linux is a nice way to try out Linux, if you're interested.