Skip to content

Category Archives: tech

Scripting Scry

12-Jan-11
Share

Yesterday, I wrote about Scry, a PHP photo publishing script that I basically like for the same reasons I like my favorite Linux distribution: simplicity and elegance make it easy to use and to maintain. To make things even easier, tonight I wrote a small bash script that allows me to publish a collection of [...]

Arch Linux: an end to my distro shuffle!

10-Jan-11
Share

For some time now I’ve been meaning to write about Arch, the Linux distribution I’ve been using for almost a year now. Today I stumbled onto an old OSNews article, which perfectly describes my feelings on Arch. The article is in fact from 2004, but if you replace Mozzila-firebird in the text with Firefox, it [...]

Scry

10-Jan-11
Share

Whenever I do something or go out with family or friends, I usually take lots of pictures. And so do they, at least some of them. Afterwards, we are often interested in each other’s pictures, so I usually collect them all to show them to everyone. But that is easier said than done. I have [...]

Diaspora on Arch

16-Sep-10
Share

I have some kind of a love/hate relationship with Facebook. I like being up to speed on what people I know or once knew are up to and the network site allows to me to conveniently stay in contact with people without any effort on my part. That said, Facebook has a questionable reputation where [...]

Bad, bad Powerpoint

26-Aug-10
Share

A couple of days ago, someone in my vicinity needed to create a Powerpoint presentation with lots and lots of JPEG files. She was doing this on a netbook which is usually pretty fast, but after adding a couple of pictures, she noticed it slowing down to a crawl. She was working on a USB [...]

KDevelop 4: first steps

25-Aug-10
Share

This will be one of those blog entries that I write primarily to document for myself some stuff I found out after some effort, but that might also be useful for others. When developing applications, I primarily use Java, mostly because it will do everything I want and it’s the language I’m most familiar with. [...]

X Forwarding and sudo

05-Jun-10
Share

I administrate a remote linux machine of someone I know who now and then needs me to help him out. To find out if applications actually work, I use X forwarding. To do that, the remote box has X forwarding enabled, by having this line in its /etc/ssh/sshd_config: X11Forwarding yes Then I use: me@localbox:~$ ssh [...]

Lucid breaks Firefox Flash plugin (+solution)

05-May-10
Share

After upgrading their Ubuntu 9.10 machine to 10.4 (Lucid Lynx), someone in my neighbourhood noticed that Flash had stopped working in Firefox. Googling around didn’t provide me with a solution, but reinstalling the plugin did the trick: # sudo apt-get remove flashplugin-nonfree flashplugin-installer # sudo apt-get install flashplugin-nonfree flashplugin-installer

Netbeans ignores class (+ solution)

03-Mar-10
Share

The weirdest thing happened while I was programming with my favorite IDE, Netbeans 6.8, today. When I work on big applications, I usually split them in two or three projects (usually model, view, controller). Then I import the projects in the main application project. At some point Netbeans suddenly told me it couldn’t find a [...]

Kubuntu Karmic installation

07-Nov-09
Share

I upgraded my desktop box from Ubuntu Jaunty to Kubuntu Karmic today as well, since I find the latter’s advantages over the former outweighing its disadvantages. Among the advantages are the standard availability of Firefox 3.5, the out of the box working of sound (no hassle with sound systems this time), and faster booting up. [...]