Posts

  • Font Awesome as a SASS mixin library

    Here is a fun little project I did a while ago. What if you wanted to use only a small subset of Font Awesome instead of the whole thing? And tidy up your HTML classes while you are at it?

  • List of pygments lexer aliases

    I didn’t have a list of pygments lexers and their aliases to use with Jekyll, so I made one. This is current for pygments 1.6 and should hopefully be parsable as YAML.

  • RVM: Ubuntu binary rubies for Linux Mint

    RVM, the Ruby Version Manager is a magnificent tool that lets you manage different Ruby versions and gemsets. Kinda like python’s virtualenv, but on steroids. Pair it with bundler and there is not much you can’t do if you want to work with multiple Ruby environments.

  • Welcome to Jekyll!

    You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve --watch, which launches a web server and auto-regenerates your site when a file is updated.

  • [FOSS TEIWest] (Greek) Hackathon Cloud 9 setup

    Setup for our hackathon through cloud9.

  • [FOSS TEIWest] (Greek) Hackathon at Sep. 20

    Our FOSS group had a hackathon building a django application.

  • [FOSS TEIWest] (Greek) Django Advanced Install with Virtualenv and mod-wsgi

    How to set django on an apache machine without relying on system dependencies for python.

  • [Seeing the FOSS] Python and encapsulation

    So, does python have encapsulation? Of course it does.

  • [Seeing the FOSS] Using processing's rxtx with Arduino on Linux

    Ok, let me state up front: Trying to get Processing to read your Arduino on linux (ones that get the /dev/ttyACM0 port) is broken! For all the good work all the devs are doing, this has been the case for far too long.

  • [Seeing the FOSS] Geeking out over NASA mp3s

    Yesterday NASA published a collection of sounds from historic spaceflights and current missions. I noticed there was no ‘download ALL’ button there, and because most links at a time were hidden by means of javascript my normal tools didn’t really work. It was time for some scripting!

  • [Seeing the FOSS] Learning new stuff

    For the past couple of weeks I’m  (re)learning a couple of web frameworks. Namely, Yii for PHP and jQuery for JavaScript.

  • [Seeing the FOSS] The Morse Buzzer

    This is the Arduino project I worked on while attending last weekend’s all-night hackfest at our local hackspace, P-space. It is a simple Arduino project for playing back any text sent to the Arduino via the serial interface in Morse code.

  • [Seeing the FOSS] All-night Hackfest @ P-space

    This weekend was full of fun and WIN! We had an all-night hackfest on both Friday and Saturday nights at our local hackerspace, P-Space. The event was the first of it’s kind for us and was an open invitation for local hackers to come, socialize and write code on Arduino (or whatever else) projects.

  • [Seeing the FOSS] Recording studio hardware: I still rock!

    Couple of days ago a drummer friend of mine asked for some help with setting up an I/O sound card for his home studio.

  • [Seeing the FOSS] VirtualBSD 8.1 (in virtualbox)

    I decided to give VirtualBSD a try ;) Now, being more familiar with VirtualBox than VMware, I decided to take the bit more complicated installation decribed.

  • [Seeing the FOSS] Recipe for destruction

    So, here’s a recipe for destruction: Write up a nice little recursive version of a simple algorithm. Put some printf statements there for debugging too.

  • [Seeing the FOSS] Python Object Reference Pastie

    I have a friend struggling with some code right now, so I’m copy-pasting an interactive session with some object reference basics that I hope will clarify some things

subscribe via RSS