Skip to main content

Category: Code

Setting up a new mac

Setting up a new mac

I bought a new iMac recently and figured it would be worthwhile to write down everything I did to get it to where I wanted it. Install bootstraps: Chrome – Preferred browser Iterm2 – Terminal Homebrew – The missing package manager Atom – Text…

Read more →
Unevenly spaced time series analysis

Unevenly spaced time series analysis

A number of years ago I bought a Withings connected scale. It’s great. You get on every morning, it logs your weight and uploads it to the internet where it can be analyzed. Recently, I decided to use the Withing…

Read more →

Keyboard modified clicks

In case you’re ever wondering, here is a full list of the “key modified clicks” that the major browsers look for: (Note that on Windows, “cmd” is “ctrl”) Chrome, Firefox: shift: new active window cmd: new tab cmd-shift: new active tab…

Read more →

Wow Google Spreadsheets

I’ve long been a fan of Google Spreadsheet. Like all disruptive technologies, it doesn’t meet the needs of most customers of the incumbent product, Excel. I’m no banker, but even my relatively neophyte hands keep trying to hit F4 to…

Read more →

PicasaWeb Downloader

In the genuinely useful software dept., here is a little app written in C# (source included!) that will download an entire google web album. Great for grabbing copies of all of your friends photos.

Read more →

Theme weirdness

I upgraded WordPress to the latest version and my theme seemed to be interacting poorly with the new Schema. So I’ve reverted to the default theme and I’ll find a new one I like at some point soon.

Read more →

Computing distances with Lat/Lon

Have you ever wanted to compute distances with latitude and longitude? At first it seems so simple. We all learned the pythagorean theorem in elementary school: d=sqrt((x2 – x1)^2 + (y2 – y1)^2) So if we have our two points…

Read more →

KML in Google Maps and the challenge of standards

91 N. MAIN ST., WARSAW NY 14569200geocode

91 N Main St, Warsaw, NY 14569, USA

USNYWyomingWarsaw91 N Main St14569-78.132576,42.741659,0

Read more →

The joys of screenscraping

A while back, I ran across a great HackDiary entry extolling the virtues of using TagSoup and XPATH to do screenscraping from the web. TagSoup is a library that coerces all the ugly nasty HTML you find out in the…

Read more →

Postfix

My rimu host hosts a number of domains, including oroup.com, openrelay.com, cadabraco.com and drugmaps.com. I want to be able to send and receive email to those domains, but (at least for now) I don’t really want to set up dovecot…

Read more →