DYMO LabelWriter 4XL on Ubuntu
Call me a freak: I don’t like writing on envelopes. I dislike the way it feels when you push on an envelope already stuffed and sealed, I don’t like making a mistake and having to unseal and restuff. And let’s not even talk about the days when you have to send out a bunch of mailers – thankfully that’s become less common these days.
So I got myself a Brother label printer. It’s one of those dual purpose printers you can use to label, say, an envelope, but you can also print the address on an envelope. The problem: I had to enter every single label by hand, print it, and then go on to the next one.
Continue reading
It took me a long while to fall in love with Python (the language). It was mostly because the features I ended up liking were hidden behind the giant flaw in the foreground: mandatory matching white space. That means that, unlike in most other programming languages, Python decides that two lines belong together if they are preceded by exactly the same white space. If the white space doesn’t match, Python complains.