Advertisement Β· 728 Γ— 90

Posts by Fabrice Aneche

Preview
TinyGo 0.41.0 Brings Wireless Support on Espressif's ESP32 Chips and Arduino UNO Q Compatibility Fancy running your Go code on the Arduino UNO Q's STMicroelectronics STM32 coprocessor? Well, now you can.

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.

7 hours ago 14 5 0 0

I like it better!

5 hours ago 1 0 0 0

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.

5 hours ago 0 0 1 0
Preview
unsloth/Qwen3.6-35B-A3B-GGUF Β· Hugging Face We’re on a journey to advance and democratize artificial intelligence through open source and open science.

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...

5 days ago 1 0 0 0
Preview
Atomic Operations in Go β€’ Asaduzzaman Pavel How I actually use sync/atomic for lock-free programming when a mutex is too heavy, and the weird edges you hit along the way.

Elegant atomic operation solution in #golang iampavel.dev/blog/atomic-...

6 days ago 2 1 0 0
Lottie animations native support

Lottie animations native support

DaVinci Resolve 21 supports Lottie animation! www.blackmagicdesign.com/products/dav...

1 week ago 0 0 0 0
Transformers Tutorial: Process and Transform Data Streams | Beginner Connector Series
Transformers Tutorial: Process and Transform Data Streams | Beginner Connector Series YouTube video by Synadia

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...

3 weeks ago 0 0 0 0
Advertisement
Preview
Truly convenient SSH Automatic Shell integration on remote hosts, Easily clone local shell/editor config on remote hosts, Automatic re-use of existing connections to avoid connection setup latency, Make the kitten bina...

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.

3 weeks ago 0 0 0 0

Hot take, since we can't trust our own software developments anymore (because of LLMs), hosting will evolve into untrusted sandboxes like WASM, gVisor.

4 weeks ago 1 1 0 0
Preview
GitHub - akhenakh/nats-provisioner: Dependency-free CLI tool for declaratively managing NATS JetStream resources (Streams, Consumers, KeyValue stores, and ObjectStores). Dependency-free CLI tool for declaratively managing NATS JetStream resources (Streams, Consumers, KeyValue stores, and ObjectStores). - akhenakh/nats-provisioner

NATS Provisioner is a lightweight, dependency-free CLI tool for declaratively managing #NATS JetStream resources (Streams, Consumers, KeyValue stores, and ObjectStores).

4 weeks ago 0 0 0 0
GitHub - akhenakh/bentoviz: A visual node editor for Bento stream processing workflows, built with LiteGraph.js. A visual node editor for Bento stream processing workflows, built with LiteGraph.js. - akhenakh/bentoviz

I've published the code for my Bento visual tool, it is already useful to me while creating new workflow.

1 month ago 0 0 0 0
syntaqlite: high-fidelity devtools that SQLite deserves Most SQL tools treat SQLite as a β€œflavor” of a generic SQL parser. They approximate the language, which means they break on SQLite-exclusive features like virtual tables, miss syntax like UPSERT, and ...

An LSP and syntax validator for SQLite not « sql »

1 month ago 1 0 0 0
screenshot of bentoviz

screenshot of bentoviz

Added live bloblang editing

1 month ago 0 0 0 0

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β€˜

1 month ago 0 0 0 0
a screenshot of a bento streams visualizer

a screenshot of a bento streams visualizer

Working on a stream visualizer for #Bento

1 month ago 1 0 1 0
Preview
GitHub - akhenakh/goh3: A native Go h3 port A native Go h3 port. Contribute to akhenakh/goh3 development by creating an account on GitHub.

Updated my Uber H3 #gis library native Go port (non CGO), using the great ccgo github.com/akhenakh/goh3

1 month ago 1 0 0 0

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!

1 month ago 1 1 0 0
Advertisement
GitHub - akhenakh/a5-go: A native Go port of the A5 Discrete Global Grid System (DGGS) that partitions the world into equal-area pentagonal cells. A native Go port of the A5 Discrete Global Grid System (DGGS) that partitions the world into equal-area pentagonal cells. - akhenakh/a5-go

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

1 month ago 0 0 0 0
Preview
GitHub - akhenakh/geo-bento: Benthos plugins to transform geographic coordinates from a stream. Benthos plugins to transform geographic coordinates from a stream. - akhenakh/geo-bento

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)

1 month ago 0 0 1 0
Example output of the APRS bento plugin

Example output of the APRS bento plugin

Example output:

1 month ago 0 0 0 0
Preview
GitHub - akhenakh/bento-aprs: A Bento input plugin for connecting to APRS-IS servers and streaming parsed APRS packets. A Bento input plugin for connecting to APRS-IS servers and streaming parsed APRS packets. - akhenakh/bento-aprs

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...

1 month ago 0 0 1 0
Preview
GitHub - akhenakh/bento-llm: A custom Bento processor plugin that allows you to query Large Language Models (LLMs) directly within your data pipelines. A custom Bento processor plugin that allows you to query Large Language Models (LLMs) directly within your data pipelines. - akhenakh/bento-llm

I've created a new plugin for Bento, to have an event triggering a prompt request

1 month ago 0 0 0 0

PR accepted, Bento can now use DuckDB 1.5.0 github.com/warpstreamla... πŸŽ‰

1 month ago 0 1 0 0
Preview
Bento | Fancy stream processing made operationally mundane Bento is a stream processor that makes data engineering simple with declarative and unit testable configuration. Connect various sources and sinks with YAML.

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...

1 month ago 4 0 1 0

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!

1 month ago 0 0 0 0
Advertisement

2026 we have AI, capable of reasoning, coding, but Python dependencies is still an unsolved problem ...
Installing anyone else project is hell !!@#$

1 month ago 2 0 0 0
Preview
GitHub - akhenakh/zim-mcp: 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.). 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.). - GitHub - akhenakh/zim-m...

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.

1 month ago 0 0 0 0
screenshot of the integrated http server showing a wikipedia zim

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:

1 month ago 1 0 1 0

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!

1 month ago 4 0 2 0
Rp2350 showing a chess game

Rp2350 showing a chess game

Working on a mate in 1 game for the rp2350 using tinygo

1 month ago 1 1 0 0