Anders Murphy
@andersmurphy.bsky.social
Had a load of fun at Maker Gonna Make Dundee. Ended up making a location share QR code (after spending a morning messing with quadkeys).
The codes are generated on the server, converted to SVG and then morphed in to DOM via SSE (using #Datastar). They compress nicely too.
The codes are generated on the server, converted to SVG and then morphed in to DOM via SSE (using #Datastar). They compress nicely too.
July 27, 2025 at 7:48 AM
Had a load of fun at Maker Gonna Make Dundee. Ended up making a location share QR code (after spending a morning messing with quadkeys).
The codes are generated on the server, converted to SVG and then morphed in to DOM via SSE (using #Datastar). They compress nicely too.
The codes are generated on the server, converted to SVG and then morphed in to DOM via SSE (using #Datastar). They compress nicely too.
Compression vs diffing it's not as intuitive as you think.
Sending down 2304+ divs (85041 bytes uncompressed ) over SSE and relying on #brotli compression instead of diffing results in a checkbox change being 13 bytes.
Sending down 2304+ divs (85041 bytes uncompressed ) over SSE and relying on #brotli compression instead of diffing results in a checkbox change being 13 bytes.
June 9, 2025 at 1:18 PM
Compression vs diffing it's not as intuitive as you think.
Sending down 2304+ divs (85041 bytes uncompressed ) over SSE and relying on #brotli compression instead of diffing results in a checkbox change being 13 bytes.
Sending down 2304+ divs (85041 bytes uncompressed ) over SSE and relying on #brotli compression instead of diffing results in a checkbox change being 13 bytes.
#Emacs Tramp + Dired is amazing. Just compiled SQLite on my server and now I can transparently copy it to my local machine. But, as a user it's just like I'm just working on a single machine.
May 21, 2025 at 10:03 AM
#Emacs Tramp + Dired is amazing. Just compiled SQLite on my server and now I can transparently copy it to my local machine. But, as a user it's just like I'm just working on a single machine.