Thomas Hunter II
banner
thomashunter.name
Thomas Hunter II
@thomashunter.name
Node.js Programmer by weekday, Photographer by weekend. I pronounce Bluesky like Brewski.
// Firefox = true, V8 = false
Intl.supportedValuesOf('timeZone')
.includes('America/Nuuk');
// Firefox = OK, V8 = OK
Intl.DateTimeFormat('ia', {
timeZone: 'America/Nuuk' })
// Firefox = Throws, V8 = Throws
Intl.DateTimeFormat('ia', {
timeZone: 'XXX' })
November 13, 2025 at 3:01 AM
Reposted by Thomas Hunter II
> I do wish I could do
instead and get graceful fallback…

You can, see dev.to/yawaramin/wh...
Why hx-boost is actually the most important feature of htmx
A widely misunderstood htmx attribute holds the key to unlocking its hypermedia design philosophy
dev.to
November 6, 2025 at 2:54 PM
It seems bonkers to me that Cloudflare, which is able to read the response headers and HTML content from my website, isn't inserting a script nonce field by default.
October 25, 2025 at 7:24 PM
The smell, mostly
October 16, 2025 at 5:40 PM
September 24, 2025 at 1:56 PM
I once spent a week porting my massive blog to something like ghost v0.97 and then a week later 1.0 came out with no upgrade path and I never forgave them 😆
September 18, 2025 at 4:40 AM