“How Finance Sharks Destroy Industries: Chicago Tribune Edition - Ian Welsh”

“The return of fancy tools - macwright.com”

Looks like I timed my recent focus on simple tools pretty well 😝

“A high-resilience org chart – Jessitron”

I’ve finally uploaded the next episode in the podcast series I and @tomabba recorded last year: “Ep. 2: The New York Times Snow Fall”

www.notthedarkesttimeline.com/podcast/0…

Where we talk about a groundbreaking piece of interactive storytelling.

“Surviving IDEO”

“But you can’t spell culture without the word cult.”

This applies to so so many companies. I can’t speak to the rest, but the chilling effect of being dependent on a work visa definitely struck a chord with me.

“CSS Container Queries For Designers - Ahmad Shadeed”

Container queries have the potential to completely transform how we style our pages.

“Adactio: Links—No, Utility Classes Aren’t the Same As Inline Styles - frontstuff”

“Anyway, if you removed every instance of the word “utility” from this article, it would still work.”

As an Icelander it’s always been a bit weird to see foreigners extol the virtue of skyr and see it take the foodie world by storm, not the least because I find the stuff utterly revolting myself.

Terrifying realisation: there are a ton of developers out there who think you can’t use an anchor tag in an SPA without breaking it.

“Pathological culture - Chris Swan’s Weblog”

“How organisations are changing.. The next “next” generation - by swardley - May, 2021 - Medium”

Here’s a minimal Makefile for transforming JS with esbuild

js_files := $(shell find src -name "*.js" -print)
js_targets := $(addprefix dist/, $(js_files))
.PHONY: js
js: $(js_targets)
dist/%.js: %.js
	@npx esbuild $? $(FLAGS) --outfile=$@ --format=esm --log-level=error

“The High Bar of Expectations Can Crush Our Creativity - zen habits zen habits”

“GitHub OCTO - Flat Data”

This is clever.

“Subtext: markup for note-taking - Subconscious”

Is micro.blog cross-posting down? None of the usual tricks to bump it into cross-posting when its stuck seem to be working.

(Seriously tired of micro.blog’s cross-posting bugs, which is all I’m really using it for.)

I’m hesitant to express my opinions about web development when I’m reliably employed…

…but feel free to air controversial web dev opinions when I’m freelancing*

Should be the other way around, right?

(* I’m available! See www.baldurbjarnason.com/work/2021… )

I kinda get the feeling sometimes that a lot of people aren’t aware that you can use nunjucks or liquid templates outside of a static site generator. You don’t have to run the whole SSG in a lambda to dynamically render html on the server. You could just use nunjucks in a lambda

“Annoy a medievalist Bingo – Going Medieval”

“on average modern workers work far more than workers in the thirteenth and fourteenth centuries, for example”

Most people don’t appreciate just how much we work in modern society.

“svg-loader: A Different Way to Work With External SVG - CSS-Tricks”

This article claims that external urls in tag don’t work in Safari but the article it links to says no such thing

I see Basecamp is celebrating their sudden influx of white supremacist customers.

(Ultra-nationalist media were the only outlets that covered Basecamp’s mistakes in a positive light. It’s near certain that most of these new customers come via these outlets.)

“Classes vs. prototypal inheritance in vanilla JS - Go Make Things”

Good overview. I’d only add that you need to use classes if you want to subclass built-ins, such as when you make a custom element.

The saddest thing about the Basecamp drama is how common it is. Bosses at an SMB mismanage their way into a crisis. Lose 20-40% of the staff over a fairly short period. Learn nothing because those who left were just “troublemakers”

Know first- or second-hand of around 4-5 cases

“Google revives RSS - TechCrunch”

RSS never died and now, in the pop culture that is software, it seems to be back in fashion.

“Review: Panic’s Nova 2021 – a VS Code and Sublime Text beater? – Ben Frain”

The one thing I truly miss from the Mac are the third party apps.