www.percepta.ai/blog/can-llm...
As a research lark at Percepta, Christos embedded a computer into an LLM, showed that it could solve the hardest Sudokus, and then as a side bonus built an exponentially faster attention
www.percepta.ai/blog/can-llm...
As a research lark at Percepta, Christos embedded a computer into an LLM, showed that it could solve the hardest Sudokus, and then as a side bonus built an exponentially faster attention
🚀 We've released Moonforge, a brand new fully open-source Linux distribution based on Yocto. We aim to provide a production-ready foundation for building embedded operating systems! Read more: www.igalia.com/2026/03/09/I...
🎈 Yay, another special guest for Robotics Field Day : Patricio Wittingslow @whittileaks will join us online to give us an update on TinyGo and present his latest journey: Lneto, a TCP/IP networking stack for small places.
➡️RSPV at www.meetup.com/fr-fr/golang...
#go #golang #robotic
Happy to share the poster on mesh generation with CGAL that we presented last week at IMR26.
It gives a comprehensive overview of the existing tools for 2D, surface, and 3D meshing in CGAL, as well as a glimpse into some on-going developments!
John Baez wants to wrangle one of the most abstract branches of math to better model the natural world. It sounds like a pipe dream. But is it? Read the latest Qualia column:
On my way to Nuremberg for the Embedded World Conference. I'll present a talk "Web Engines for Embedded Devices: An Introduction to WPE WebKit" on Thursday, and I will also be around in our booth at 4-443 with some cool demos to show. Feel free to come around and say hi!
#wpe #webkit #igalia #ew26
Part 2 of our QuickCheck tutorial is out.
This time we look at one of the hardest parts of property-based testing: constrained random generation — when valid inputs are rare and simple generators stop working.
Full Write-up: moonbitlang.com/pearls/quick...
Most GC'd languages (Python, JS) make FFI painful. MoonBit doesn't.
With lifetime annotations (`#borrow`/`#owned`), MoonBit interops cleanly with almost any C memory pattern — making it surprisingly easy to bind to system APIs, native libraries, game engines, you name it.
Even stackful coroutines:
🦀 Daniel Almeida Interview, Writing a Linux GPU Kernel Driver in Rust
youtu.be/rgjTPBRae6I
#rustlang #linux
Introducing espflash, a Go CLI/library for flashing Espressif ESP8266 and ESP32 boards.
- Binaries for macOS/Linux/Windows
- No Python
- Auto-ID, compression, & many more features
- Use as Go library to add to your own code
github.com/tinygo-org/e...
#esp32 #esp8266 #esp32c3 #esp32s3 #espressif
AI refactors better with guidance.
`moon ide analyze` shows real API usage, so agents can tighten internal package APIs instead of guessing.
Less AI slop, cleaner boundaries, better MoonBit code.
⚠️This is available on MoonBit nightly for now, and will be in the next stable
This rain-triggered automated greenhouse system demonstrates how MPLAB® for VS Code, Zephyr RTOS, and multiple Microchip tools can work in harmony to create a single, intelligent application.
**This is amazing.** EA1FUO has built nec2c into WebAssembly, and now you can do antenna simulations on your phone or desktop without depending on nec2c running on a server. You can also deploy it locally, and he provides instructions for how to do this on docker or bare, and you can run nec2c […]
Wrote a blog post to give a status update on WASI support for CPython as PEP 816 got accepted!
snarky.ca/state-of-was...
His interactive imgui_manual also got improved and rebranded as 'Dear ImGui Explorer' pthom.github.io/imgui_explorer
It's a web build of the Dear ImGui Demo w/ source code displayed for whichever section you are hovering.
Pthom's Dear ImGui Bundle has a nice looking web demo (native compiled to Emscripten) showcasing various use of Dear ImGui: traineq.org/imgui_bundle...
A meshed gear created from the intersection between meshes
Getting ready for SIAM International Meshing Roundtable in Berlin
www.siam.org/conferences-...
Tuesday, I'll be giving a course on mesh intersections, featuring
- algorithms
- horrible meshes
- gritty details
- war stories
Image: new version of Graphite:
github.com/BrunoLevy/Gr...
We at Mozilla feel that WebAssembly has been a second-class citizen on the web for long enough. You shouldn't have to go through JS to do everything.
This is probably a lot of what I will be focusing on for work in 2026!
hacks.mozilla.org/2026/02/maki...
Making WebAssembly a first-class language on the Web
hacks.mozilla.org/2026/02/maki...
Brainstorming with Mermaid diagrams... from the terminal 💯
🧠 nereid — A terminal-first Mermaid diagram workspace with built-in AI collaboration
⚡ Edit diagrams, serve MCP, export ASCII & more
🦀 Written in Rust & built with @ratatui.rs
⭐ GitHub: github.com/bnomei/nereid
#rustlang #ratatui #tui
Backstage interview: Ian Thomas
Ian shared his 15-year open-source journey: from fixing a one-line bug in Matplotlib to building multi-threaded Jupyter kernels and WebAssembly-powered JupyterLite. A true bridge between low-level and high-level innovation!
youtu.be/K0gtB4Xk0Qw%22
After spending some time with embedded #Rust, I've come to the conclusion that it can work for real product development, but for most projects, C is still the safer default choice. Check out the full blog post to see my thoughts:
shawnhymel.com/3197/is-embe...
#embedded #programming
Working with DNA and protein alignments from the terminal! 🔥
🧬 salti — A TUI viewer for multiple sequence alignments
💯 Smooth scrolling, minimap, translation support & remote/SSH loading
🦀 Written in Rust & built with @ratatui.rs
⭐ GitHub: github.com/Sam-Sims/salti
#rustlang #ratatui #tui #dna
If you want to print a 3D model of the prototypes we had at FOSDEM, we've tagged and compiled the right version:
github.com/firefly-zero...
The model includes not only the case but also stubs for the components, so you can print a model of the whole thing.
ESPB: WASM-like bytecode interpreter for ESP32 with seamless FreeRTOS integration. Part 2: The JIT Compiler
via Dev.to
https://flarestart.com/article/espb-wasm-like-bytecode-interpreter-for-esp32-with-seamless-freertos-integration-part-2-the-jit-compiler-20260222
#DevNews #Systems
Thanks to @filippo.abyssdomain.expert contribution installing our GOOS=tamago compiler is now as easy as:
go tool tamago
github.com/usbarmory/ta...
When you develop complicated geometric algorithms, like what we do with Tessael, testing is important
- to detect bugs
- to make sure you don't break anything else when you fix smthg
We gathered OpenSCAD scripts from Thingi10K, to test the geometric kernel in geogram+
github.com/BrunoLevy/th...