/images/bio-photo-small.jpg

Shallow and Pedantic

A person/tech/code blog of a coder/techie/person. Like calculus in a kiddie pool, the author of this blog is known to be quite shallow and pedantic.

The show downloading stack - part n+1

I’ve already mentioned my show downloading stack on this blog. It’s changed a bit since - I now use Transmission rather than rtorrent, as it has the excellent transmission-daemon package which has it acting exactly the way I like (without using screen). Also, it now E-mails me when a torrent is done downloading. So while this may be how TV works for you: Notice that a new episode is out Torrent it Wait for the download to finish Watch it …this is how TV works for me now:

Developing TransportDroidIL for Android

Here are a few words on developing TransportDroidIL, a small utility to query Israeli public transportation sites more easily using an Android phone. Source control is super important. Mistakes will be made, other coders will want to join in, and experimental features will want to be in their own branches. Git is awesome; it does source control right, gives me powerful tools, and isn’t a hassle to set up - even for a small project like this.

Home network wiring

I don’t like wireless connections; they’re always second-best, be it in terms of security, speed, or reliability. Here’s how my apartment looks (very approximately):

Upcoming features in TransportDroidIL

Hello everyone, TransportDroidIL 1.0 will be released this month. It has quite a few new features: Separate “Source”, “Destination” and “Time” fields. This is much better for auto-completion as well. Automatic location-based detection of “Source”. Hopefully you’ll find the interface for this unobtrusive. Quick reversal of “Source” and “Destination”, for your return trip. A new settings screen, with: Provider selection (currently Egged or MOT) A small attempt at right-to-left fixes for non-supporting devices.

SMS and why it annoys me

Don’t get me wrong. I love being able to communicate textually with friends, coworkers and family. It’s ideal for a noisy pub; a somewhat-private conversation on a crowded bus; telling something to someone who may be asleep, so they see it first thing when they wake up; making quick responses while in a meeting without being rude (well, at least at my workplace it’s considered perfectly acceptable). It’s also very handy when you want to tell someone something they ought to write down, such as a phone number or something they should remember to buy.

DD-WRT awesomeness

Since I’ve last posted, I’ve moved to a new apartment. First order of business - get a working internet connection. This is extra-challenging when your primary machine doesn’t even have a wireless network card. My first hack used my trusty laptop - it has a properly working wireless card, and could connect to my roommate’s router quite easily. It runs Ubuntu, and as it turns out, that means sharing the connection was dead-simple: Right-click on the network manager icon, add a new wired connection called “Shared”, and under IPv4 settings, choose “Shared to other computers”.