Safe For Seneca

Lat week I got a fancy new printer. I was trying to find something that will work for years and years so I shopped around for a couple of days. The shopping experience was pretty painful. It’s very difficult to find whether a printer is actually supported in Linux before buying it and trying it …

Continue reading How I almost switched to Ubuntu

Do you remember the first time someone told you about fork()/exec() for Linux? Do you remember beeing completely confused? I do, and it’s an ongoing pain in the ass for me – every time I want to call something simple without blocking and without worrying about pipes or the structure of exec()/execl()/execlp() parameters, or the …

Continue reading CreateProcess for Linux

Check this out: andrew@littlesvr:~$ uptime 00:20:16 up 730 days, 15:13,  1 user,  load average: 0.57, 0.22, 0.11 At 4AM this morning it was 730 days, that’s exactly two years! The server would have been up for about 6 years if I didn’t decide once to upgrade the hardware, once to upgrade Slackware, and once to …

Continue reading Two years of uptime

just finished my master’s so I’m allowed to quote Wikipedia again :) In 2008 WorldDMB adopted APNG as a backward compatible extension to enable animation as part of the MOT SlideShow user application for Digital Radio. “APNG 1.0 Specification – Animated Portable Network Graphics” is included as normative Annex A in the ETSI standard TS …

Continue reading What’s digital broadcasting got to do with animated images?

I’ve been reading about literate programming, and was reminded that most programmers don’t write comments in their code. Whether to write them or not is a question that’s asked all the time, in all circles – starting in school and all the way to teams of masters of the known universe like Linus (who I’m …

Continue reading Remember how good you are

I’ve been running my more-or-less regular backup of littlesvr.ca, and found that yet again the online APNG assembler data directory is the one taking most of the time. Turns out that even though I cleared it a few months ago there is over 4GB of PNG files in there (half of that – 5800 APNG …

Continue reading APNG is still alive