oroppas's Avatar

oroppas

@oroppas

28
Followers
198
Following
47
Posts
28.11.2023
Joined
Posts Following

Latest posts by oroppas @oroppas

Video thumbnail

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

11.03.2026 21:44 👍 232 🔁 39 💬 16 📌 28
Preview
Introducing Moonforge: A Yocto-Based Linux OS | Igalia Igalia is an open source consulting firm specialised in the development of innovative projects and solutions. Our engineers have expertise in a wide range of technological areas, including browsers an...

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

10.03.2026 13:26 👍 30 🔁 16 💬 1 📌 0
Preview
Meet a TinyGopher: Patricio Wittingslow, TinyGo committer 🤖 [ONLINE], mer. 11 mars 2026, 15:00 | Meetup You're into Go, TinyGo, IoT, microcontrollers ? Join us for this special moment with a TinyGo committer during our afternoon hacking session, as part of our [Robotics Field

🎈 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

08.03.2026 23:42 👍 4 🔁 4 💬 0 📌 0
Post image

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!

09.03.2026 14:41 👍 1 🔁 1 💬 0 📌 0
Preview
Can the Most Abstract Math Make the World a Better Place? | Quanta Magazine Columnist Natalie Wolchover explores whether applied category theory can be “green” math.

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:

09.03.2026 15:46 👍 27 🔁 7 💬 2 📌 3
Preview
embedded world | Conferences & Programme Find out more about the embedded world Exhibition&Conference supporting program with all the important topics from the embedded systems industry.

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

09.03.2026 16:36 👍 6 🔁 4 💬 0 📌 0

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

06.03.2026 02:34 👍 0 🔁 1 💬 0 📌 0
Post image

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:

06.03.2026 02:34 👍 1 🔁 1 💬 0 📌 0
Daniel Almeida Interview, Writing a Linux GPU Kernel Driver in Rust [Rust Project Content]
Daniel Almeida Interview, Writing a Linux GPU Kernel Driver in Rust [Rust Project Content] YouTube video by Rust Programming Language

🦀 Daniel Almeida Interview, Writing a Linux GPU Kernel Driver in Rust

youtu.be/rgjTPBRae6I

#rustlang #linux

05.03.2026 02:12 👍 3 🔁 2 💬 0 📌 0
Preview
GitHub - tinygo-org/espflash: Go CLI and library for flashing firmware to Espressif ESP8266 and ESP32-family microcontrollers Go CLI and library for flashing firmware to Espressif ESP8266 and ESP32-family microcontrollers - tinygo-org/espflash

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

05.03.2026 06:08 👍 14 🔁 6 💬 0 📌 0
Post image

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

04.03.2026 03:32 👍 1 🔁 1 💬 0 📌 0
Preview
Building a Multi-Toolchain Rain-Triggered Greenhouse Rain-Triggered Greenhouse Automation shows how MPLAB® for VS Code, Zephyr RTOS, and Microchip tools work together in one connected build. By Ethan Layton and Robert Perkel.

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.

03.03.2026 18:21 👍 0 🔁 1 💬 0 📌 0
Original post on social.makerforums.info

**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 […]

03.03.2026 21:15 👍 1 🔁 10 💬 0 📌 0
Preview
State of WASI support for CPython: March 2026 It's been a while since I posted about WASI support in CPython! 😅 Up until now, most of the work I have been doing around WASI has been making its maintenance easier for me and other core developers. ...

Wrote a blog post to give a status update on WASI support for CPython as PEP 816 got accepted!

snarky.ca/state-of-was...

02.03.2026 19:31 👍 30 🔁 9 💬 1 📌 0
Post image

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.

01.03.2026 21:00 👍 14 🔁 1 💬 0 📌 0
Post image

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

01.03.2026 20:59 👍 35 🔁 3 💬 1 📌 0
A meshed gear created from the intersection between meshes

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

01.03.2026 08:02 👍 20 🔁 2 💬 1 📌 0
Preview
Kronk — Local LLM Inference for Go Hardware accelerated local LLM inference for Go with llama.cpp integration.

There is a new website for Kronk. Check it out!

www.kronkai.com

26.02.2026 22:31 👍 2 🔁 3 💬 0 📌 0
Preview
Why is WebAssembly a second-class language on the web? – Mozilla Hacks - the Web developer blog This post is an expanded version of a presentation I gave at the recent WebAssembly CG meeting in Munich. WebAssembly has come a long way since its first release in 2017. The 1.0 version of WebAssembl...

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

27.02.2026 20:48 👍 12 🔁 3 💬 0 📌 0
Preview
Making WebAssembly a first-class language on the Web – Mozilla Hacks - the Web developer blog This post is an expanded version of a presentation I gave at the recent WebAssembly CG meeting in Munich. WebAssembly has come a long way since its first release in 2017. The 1.0 version of WebAssembl...

Making WebAssembly a first-class language on the Web

hacks.mozilla.org/2026/02/maki...

26.02.2026 20:18 👍 0 🔁 0 💬 0 📌 0
Post image

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

25.02.2026 20:03 👍 20 🔁 2 💬 1 📌 0

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

25.02.2026 14:36 👍 1 🔁 2 💬 0 📌 0
Preview
Is Embedded Rust Ready for Primetime? - Shawn Hymel My Introduction to Embedded Rust series is being released and last November, I taught an Intro to Embedded Rust workshop at Hackaday Supercon. The goal wasn’t

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

24.02.2026 14:50 👍 127 🔁 14 💬 6 📌 0
Video thumbnail

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

24.02.2026 20:37 👍 7 🔁 3 💬 0 📌 0
Preview
Release FOSDEM 2026 · firefly-zero/firefly-model This is the model that we used at FOSDEM 2026. It's a bit messy and overcomplicated: we had to make some adjustments to make it easy to print on a 3D printer and to make it fit well the prototype P...

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.

23.02.2026 15:08 👍 2 🔁 1 💬 0 📌 0
Preview
Meshtastic Does More Than Simple Communication Hackaday Article

Meshtastic Does More Than Simple Communication

22.02.2026 21:05 👍 26 🔁 8 💬 1 📌 1
Preview
ESPB: WASM-like bytecode interpreter for ESP32 with seamless FreeRTOS integration. Part 2: The JIT... Hi. Exactly 3 months have passed since the first publication. During this time, I’ve shaken things up significantly: I added a full-fledged JIT for Xtensa and RISC-V and implemented a heap of...

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

22.02.2026 13:24 👍 0 🔁 1 💬 0 📌 0
Preview
Poking at the ESP32-P4 and -C6 Dies in an ESP32-P4-M3 Module Hackaday Article

Poking at the ESP32-P4 and -C6 Dies in an ESP32-P4-M3 Module

20.02.2026 00:09 👍 6 🔁 3 💬 0 📌 0
Preview
Home TamaGo - bare metal Go. Contribute to usbarmory/tamago development by creating an account on GitHub.

Thanks to @filippo.abyssdomain.expert contribution installing our GOOS=tamago compiler is now as easy as:

go tool tamago

github.com/usbarmory/ta...

20.02.2026 10:01 👍 10 🔁 1 💬 0 📌 1
Video thumbnail

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

20.02.2026 17:51 👍 13 🔁 1 💬 2 📌 0