Barnaby Walters

Arranging atoms and pressurising air in a variety of manners, such as:

Pronouns: they/he

  1. Drehleierwiki has a very comprehensive list of string suggestions, and is excellent reference if you’re not sure where to get strings, what to get, or simply want to try something new.

    I’m currently using a Thomastik Infeld Dominant Viola a1 medium, (synth core, aluminium wound) as my g, some unbranded roundwound violin G (turns out roundwound doesn’t sit nicely with my gurdy) and a Violin D for the D. Planning on replacing the D with another low G set up for harmony playing, and maybe trying some gut strings for my trompettes after I’ve made new chiens.

  2. Rewatching Star Wars IV for the first time in years (not counting the Uncut) is a hilarious reminder of all the mondegreens my 10 year old ears heard amongst the dialog, such as threepio exclaiming that for droids to suffer is “our Latin life”

  3. that “The Lion Sleeps Tonight” was appropriated by Pete Seeger (and then further sanitized by George Weiss) from a song written by Solomon Linda, who died in poverty. His family only received royalties for the song’s widespread Disney use after a lawsuit in 2006 — 44 years later.

    There’s an archive of the in-depth three part write-up of the whole thing from Rolling Stone by Rian Malan here.

  4. My geeky system datetime format: longnow variant ISO8601 dates with ordinal day of year:

    02015-01-30 (030)

    Protip: leave out the longnow preceding 0 in the short/medium formats as otherwise the created/modified datetimes in the Finder column view will be truncated to just the date by default.

  5. Today’s lesson: be VERY careful with programmatic use of contribute_to_class(). It doesn’t overwrite existing fields of the same name, resulting in intriguing errors when the ORM tries to do a SELECT query containing the same columns hundreds of times over…