I think my practical notes on xslt/xml are mostly complete and could work as a blog post this month. I got distracted last month trying out syncthing’s newest features… if I get around to editing those notes, they could work as a blog post at some point too.
If you think about it, the
<abbr>
tag is not that well thought out. Or rather, inconsistent interpretations of the
title attribute on different displays limits <abbr>
usefulness.
Sure, conditional media types allow auto expanding the title on touch or print displays.
But many semantic elements have similar quirks that are only noticeable with a good cross browser/display testing suite, which no one has .
Surprising quirky behaviour +
real world “get it done now” business constraints
=
everything’s a <div>
and/or a <span>
.
Following a bunch of blogs always resurfaces interesting stuff — here’s an entertaining article and video summary of modern rope climbing. Article is old – must have updated recently. I like the humour.
Even though I know the risk of losing viewers by discussing math and physics…
Blade CLI is a nice find. I saw a past iteration of this a while back in nsrosenqvist/blade-cli. Basically, it’s a for kinda rendering blade templates. Don’t ask why…
name: {{ $name }}
type: {{ $type }}
blade render data.yaml --name="name" --type="type"
Htmx is a nice library to know about that makes
frontend = backend. Include strategic
(htmx.js
)
to not write any more js and compose an interactive website/application in
only. Use your favorite back end
to create routes that return partial HTML that is swapped in on event triggers
(transclusion).
The Syncthing developers have added
support for synchronizing
ownership and
extended attributes.
If enabled, root might be needed and the bidirectional sensitivity/conditions for
file conflicts might increase dramatically. From perusing the
commits, versions after
1.22.1
should stabilize these features.
Enriching influencers, pundits, companies, and politicians online is counterproductive — instead prioritize your local community. Online authenticity is a facade.
I’m not even that old yet, and think I’ve seen people owned by every scam in the book, it’s brutal. “The” Yellow Kid would be proud of this money/fame/status “scarcity games” obsessed generation.
Text (book or screen) has an allure that allows otherwise intelligent people to throw away their deductive and dialectical skills. Faulty information online drives decision making for many influencers/politicians. And so the question remains; who influences the influencers?
FTX
, a cryptocurrency company
headquartered in my country (The Bahamas) has
fallen.
This was the obvious outcome… but convincing people beforehand was an
impossibility. Authority and influence always beat reason and sanity.
Sometimes the source code is the ultimate documentation. If you’re creating color schemes based on chroma, nothing beats types.go for finding out what each token means.