The TinyGo team has announced a new version of its eponymous Go compiler targeting embedded and other resource-constrained environments, promising a wealth of new features β and support for the new Arduino UNO Q single-board computer.
Posts by Fabrice Aneche
I like it better!
Here is my take on a coding LLM analogy:
LLM is a tool, it's like a smart shovel, if nobody is holding the shovel, it won't produce a hole.
If the human holding the shovel does not know how to dig a hole, the smart shovel won't be able to produce a hole.
It's a tool, just a tool, a great tool.
Qwen 3.6 35B-A3B MOE very close to the quality of Qwen 3.5 27B dense! What a time to be alive! Unsloth quants incoming huggingface.co/unsloth/Qwen...
Elegant atomic operation solution in #golang iampavel.dev/blog/atomic-...
Lottie animations native support
DaVinci Resolve 21 supports Lottie animation! www.blackmagicdesign.com/products/dav...
Interesting to see Synadia, the company behind NATS, talking about their cloud offer and the introduction of transformers using the Bloblang language. So they went with Bento! warpstreamlabs.github.io/bento/docs/g...
Kitten ssh (kitty) is underrated, I would like to see it in Ghostty for example. It is part of my daily workflow to open new windows on remote hosts.
Hot take, since we can't trust our own software developments anymore (because of LLMs), hosting will evolve into untrusted sandboxes like WASM, gVisor.
NATS Provisioner is a lightweight, dependency-free CLI tool for declaratively managing #NATS JetStream resources (Streams, Consumers, KeyValue stores, and ObjectStores).
I've published the code for my Bento visual tool, it is already useful to me while creating new workflow.
screenshot of bentoviz
Added live bloblang editing
Split view are in Firefox already! (weird they hide it):
Open Firefox (version 146.0 or later)
Enter about:config in the address bar
Search for browser.tabs.splitView.enabled
Double-click the βfalseβ value to set it to βtrueβ
Updated my Uber H3 #gis library native Go port (non CGO), using the great ccgo github.com/akhenakh/goh3
Big llamacpp update for AMD gpus: my 7900XTX 39.1t/s with 128k context Qwen3.5-27B-UD-Q4_K_XL
I'm so glad I've bet on this card a year ago, it was even cheaper!
There was no native Go port for A5, it's an AI assisted port using Gemini Pro 3.1 and GLM 5.
The API slightly diverge to look a bit more Goish.
github.com/akhenakh/a5-go
I've added support for A5 #gis cells in my data feed enrichment plugin for #Bento github.com/akhenakh/geo...
root.a5 = a5(this.latitude, this.longitude, 5)
Example output of the APRS bento plugin
Example output:
A Bento plugin for radio amateur using #APRS
input:
aprs_is:
address: "rotate.aprs2.net:14580"
callsign: "N0CALL"
filter: "r/46.82/-71.25/200"
This simple yaml workflow will show you weather packet around a location github.com/akhenakh/ben...
PR accepted, Bento can now use DuckDB 1.5.0 github.com/warpstreamla... π
So recent #DuckDB supports geometry, recent #Bento supports DuckDB, planets are aligning, to have the best no code tool ever!
warpstreamlabs.github.io/bento/docs/c...
Geometry is a now a first citizen in DuckDB: GEOMETRY Becomes a Built-In Type
The GEOMETRY type has been moved from the spatial extension into core DuckDB!
2026 we have AI, capable of reasoning, coding, but Python dependencies is still an unsolved problem ...
Installing anyone else project is hell !!@#$
zim-mcp github.com/akhenakh/zim... A Model Context Protocol (MCP) server written in Go that allows LLMs to search and read offline `.zim` archives (such as offline Wikipedia, StackOverflow, DevDocs, etc.) to ground the model with facts or even more recent facts than the model cut.
screenshot of the integrated http server showing a wikipedia zim
Just released zim-cgo github.com/akhenakh/zim..., Go bindings for the libzim.
A prequel to:
I've started a new Go bindings for libzim, (I wrote a native implementation 10y ago so surely it helped).
Used Gemini (free tier) to bootstrap the project then Qwen3.5 27B Q4 running locally llamacpp & Opencode.
And to my surprise so far it is producing valid code!
What a time to be alive!
Rp2350 showing a chess game
Working on a mate in 1 game for the rp2350 using tinygo