helvede.net is one of the many independent Mastodon servers you can use to participate in the fediverse.
Velkommen til Helvede, fediversets hotteste instance! Vi er en queerfeministisk server, der shitposter i den 9. cirkel. Welcome to Hell, We’re a DK-based queerfeminist server. Read our server rules!

Server stats:

163
active users

#tinygo

0 posts0 participants0 posts today

TinyGo 0.37 is released! That was fast, especially with all the excellent work that made it in:
- updated WASI support with latest from the Bytecode Alliance
- faster speed+PIO support on RP2350
- new Linux GC

Plus critical fixes too!

Full changelog: github.com/tinygo-org/tinygo/r

This is probably our fastest time in-between full releases, especially given all of the excellent work that has made it in. A few highlights are updated compatibility with the latest WASI work from...
GitHubRelease 0.37.0 · tinygo-org/tinygoThis is probably our fastest time in-between full releases, especially given all of the excellent work that has made it in. A few highlights are updated compatibility with the latest WASI work from...
#tinygo#golang#wasm

Both of my talks from @fosdem last weekend are now available online.

"Return To Go Without Wires" about using Go/TinyGo to make your own AirTags without any Apple hardware:

cuddly.tube/w/p/2H3BJMkJZEJRUS

"Seeing Eye to Eye: Computer Vision using wasmVision" in the first ever WebAssembly dev room at FOSDEM:

video.fosdem.org/2025/k4601/fo

Experimenting!
Previously I had MicroPython driving this LED string, but I wasn't convinced I could run an HTTP server at the same time (for receiving commands).

@TinyGo to the rescue!
Pitfalls included:
(1) the PicoW having a different way to address the on-board LED to the Pico, which meant the example code looked like it loaded but did *nothing*
(2) One LED driver implementation doing odd things with the first LED.

Overall, not bad from zero to lit. I'm impressed.
#TinyGo #golang #LEDs