@wlach

166 Followers
179 Following
360 Posts
Software developer in the energy/climate tech space at the intersection of product, data, and user interface. Writer of documentation and tools to present it. They/them.
Bloghttps://wrla.ch
GitHubhttps://github.com/wlach
LinkedInhttps://linkedin.com/in/wrlach/
TIL: Strudel is pretty neat -- repl/js based port of the tidalcycles music creation software: https://strudel.cc/
Strudel REPL

Strudel is a music live coding environment for the browser, porting the TidalCycles pattern language to JavaScript.

Wrote a bit more about my adventures in getting off Spotify. Spoiler: I got sick of not having a streaming service, so I created my own out of my venerable old Mozilla-issued Thinkpad w520. Jellyfin is pretty great!

https://wrla.ch/log/2026/03/music-updates/

The attention economy rewards the same behaviours regardless of whether the content being spread is a coordinated disinformation campaign or a genuinely interesting essay. The platform does not distinguish between the two. It just measures the engagement.

https://thejaymo.net/2026/02/24/427-the-firehose-and-the-feed/?utm_source=mastodon&utm_medium=jetpack_social

The Firehose and the Feed | Weeknotes #427 - thejaymo

When I read the RAND paper and Paying Attention side by side, the physics of the incentive landscape were made quite a bit clearer to me.

thejaymo

Went to see Nine Inch Nails in Hamilton yesterday, which I listened to a lot in a previous life era (somewhat less now). They were a 15 minute walk from my place, it would be almost silly not to.

Coming out of this with the same realization I have whenever I go see live music (whatever the genre): I really should do this more often.

Pretty impressed with this UX, kind of a model of transparency in this day and age?

apache bench (ab) is such a great little utility. Installed everywhere, great way to do some simple load testing of anything that speaks HTTP. e.g. to test 40 requests, 20 concurrently do:

ab -n 40 -c 20 'http://localhost:8000/my_expensive_endpoint'

https://httpd.apache.org/docs/2.4/programs/ab.html

ab - Apache HTTP server benchmarking tool - Apache HTTP Server Version 2.4

Avoids a whole lot of talking before proceeding to a vote where people can feel coerced into a premature yes/no.

Learned about this interesting consensus-oriented decision-making framework yesterday at work.

In a meeting discussing a proposal and not sure how to proceed? Try the fist to five:

https://www.lucidmeetings.com/glossary/fist-five

tl;dr: Instead of a "vote", everyone gives a score of 1-5:

0: No way
1: I see major issues we need to resolve
2: I see minor issues we need to resolve now
3: I see minor issues we can resolve later
4: I support this proposal as-is
5: I will champion this proposal

What is Fist to Five?

The Fist to Five is a technique for quickly getting feedback or gauging consensus during a meeting. The leader makes a statement, then asks everyone to show their level of agreement with the statement by holding up a number of fingers, from 5 for wild enthusiasm (Jazz hands!) down to a clenched fist for vehement opposition. One way to define the Fist to Five scale. Make sure

Project itself now lives at: https://github.com/wlach/idr-tools
GitHub - wlach/idr-tools: Tools for managing Implementation Decision Records (IDRs)

Tools for managing Implementation Decision Records (IDRs) - wlach/idr-tools

GitHub