With the upcoming Swift 6 support for static Linux binaries, I updated my post (and scripts) on packaging #Swift apps for Alpine Linux https://t.co/wwBH2cPa0l
.@WasmGroundUp looks like the book I wish existed when I started WAForth. Everything written about WebAssembly seemed to just be about how to compile language X to Wasm, never about Wasm itself. The spec isn't very accessible, this looks like a great way to get into the details.
Telegram has launched a pretty intense campaign to malign Signal as insecure, with assistance from Elon Musk. The goal seems to be to get activists to switch away from encrypted Signal to mostly-unencrypted Telegram. I want to talk about this a bit. 1/
@p_ch I don't know how it compares to puppeteer, never tried that. Could be that it's much less error-prone and resource hungry after all; I have used it with a similar volume, doesn't cost much, and the only errors I know of are the occasional network errors when fetching images).
@p_ch I find that wkhtmltopdf as a microservice works reasonably well, but it's also relatively slow and memory-hungry, and has some layout limitations due to the old HTML engine. I've looked for years, but never found something better (all SaaS solutions are way too pricy at volume)
An interesting talk about a wonderful project —
@remko's WAForth is a Forth interpreter entirely written in .wat, and the compiler generates WebAssembly code on the fly: https://t.co/q6LuGBy6df
Exploring WebAssembly with Forth (and vice versa): https://t.co/QXUS9avmIa
Used #Genuary as an excuse to do some small improvements to the WAForth Turtle Graphics demo. Now with colors, Unicode support, and URL compression:
“Grow a seed” https://t.co/43n7WFQUXm
#Forth#WebAssembly#genuary26
@HansStuer @jbaert Speaking of which: Claypool Lennon Delirium heeft deze week hun cover van Astronomy Domine op bandcamp gezet. Binnenkort nieuw album? 🤞🏼https://t.co/lXdedMr6tU
@binjimint Had an 'I wonder how @binjimint does this?' moment after styling a giant br_table for readability in raw wasm 😉 https://t.co/cxuTV7rRYK Interesting, `block/end`! I'm going to keep my s-expr though 🌳
@binjimint btw, do you know of any tools to test line/branch coverage of Wasm? (very slow is ok) I'm guessing 'no' because i'd think nobody tests coverage at that level.