Linux

Installing HiPi on Raspberry Pi – Beware the date and time!

I’m currently in a small research group to see what the Raspberry Pi can mean for my school. Basically we’re checking out its features and capabilities. Our eventual goal is to create a remote controlled boat with a tracking camera on top of it. Since Perl is my language of choice I decided to see …

Installing HiPi on Raspberry Pi – Beware the date and time! Read More »

The future of Maximus, the BlitzMax Module Manager

Lately I’ve been thinking of Maximus‘ future. I’ve had a draft blog post with the title ‘Pulling the plug on Maximus’ poking me in the face for at least 6 months now and I’m still not sure if I should be writing it or not. I’ve got a number of reasons to end the project …

The future of Maximus, the BlitzMax Module Manager Read More »

Vim essentials: Ack

Ack is a tool for searching your (code)files, much like grep already does, but better. Ack is written in Perl and works on all major platforms, including Windows. To use Ack with Vim there’s this nice plugin called ack.vim. Install it together with App::Ack and you’re set to go. With a single command (:Ack [options] …

Vim essentials: Ack Read More »

Scroll to Top