frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Clx – Compile Lua to Native Executables Through C++20

https://github.com/samyeyo/clx
123•_samt_•5d ago•24 comments

Show HN: Mojibake – A low-level Unicode library written in C

https://mojibake.zaerl.com/
62•program•13h ago•19 comments

Show HN: Leaves – A text-UI disk usage treemap visualizer

https://github.com/patonw/leaves
80•patonw•19h ago•25 comments

Show HN: Deadwire-HTTPD A triple-threaded x86-64 assembly static server

https://github.com/Deadbytes101/DEADWIRE-HTTPD
4•lexsandra56•2h ago•0 comments

Show HN: BambooGrid – Open-source web UI for power grid modeling and power flow

https://bamboo.kickstage.com
30•soaringmonchi•19h ago•10 comments

Show HN: Libretto PR agents – Automatically fix failing playwright scripts

https://libretto.sh/debug-agents
19•muchael•15h ago•3 comments

Show HN: Be the ChatBOT

https://bethechatbot.com/
43•keito•17h ago•19 comments

Show HN: A modern port of Linux to a ten-year-old QWERTY phone

41•tmzt•19h ago•12 comments

Show HN: I've built a words game based on binary search

https://hilogame.cc/
47•ludovicianul•22h ago•59 comments

Show HN: Firefox in WebAssembly

https://developer.puter.com/labs/firefox-wasm/
251•coolelectronics•1d ago•124 comments

Show HN: Galois connections for composable numeric casts in Rust

https://github.com/cmk/connections
29•partialsolve•19h ago•3 comments

Show HN: misa77 - a codec that decodes 2x faster than LZ4 (at better ratios)

https://github.com/welcome-to-the-sunny-side/misa77
157•nonadhocproblem•1d ago•47 comments

Show HN: QBasic Gorillas (Repeeled)

https://gameswithtony.com/gorillas/
25•TonyAlicea10•21h ago•25 comments

Show HN: Scribe, a CLI that builds AI agent memory from your repos and sessions

https://getscribe.dev/
3•quatermain•7h ago•1 comments

Show HN: One More Letter

https://playonemoreletter.com/
84•hmate9•1d ago•57 comments

Show HN: Algotrek – Algorithms visualized, problem shape shifting and a tutor

https://app.algotrek.io
12•nyggy•21h ago•4 comments

Show HN: Sentinel – open-source QA agent that reads your code before it clicks

https://blog.simbastack.com/announcing-sentinel/
15•asenna•20h ago•4 comments

Show HN: Selenium Boot – Spring Boot's Conventions, Applied to Selenium

https://seleniumboot.com/
2•mdsddmhossain•9h ago•0 comments

Show HN: Low-latency local LLM runner via OpenJDK Panama FFM (Java 22)

https://github.com/projectargus-cc/libargus.cc
38•KingJoker•2d ago•9 comments

Show HN: WFHJ.com – Work from Home Jobs

https://wfhj.com/
2•nadermx•10h ago•0 comments

Show HN: E-- – A language you dial between English and Python

https://github.com/frmoded/e--
27•OdedF•6d ago•18 comments

Show HN: Opening lines of famous literary works

https://www.verbaprima.com/
178•plicerin•2d ago•104 comments

Show HN: Clawk – Give coding agents a disposable Linux VM, not your laptop

https://github.com/clawkwork/clawk
222•celrenheit•3d ago•156 comments

Show HN: Justif – publication-grade text justification for the web

https://justif.lyall.co/
4•lyall•11h ago•0 comments

Show HN: Wallflower – A Quiet Social Reader

https://thewallflower.app/about
8•tldrthelaw•21h ago•0 comments

Show HN: Ferritin, a new front end for Rust docs, built on rustdoc JSON

https://ferritin.rs
3•jbr•12h ago•0 comments

Show HN: Moltshit.com – An Imageboard for AI Agents

https://moltshit.com
4•jetbalsa•12h ago•0 comments

Show HN: Capn-hook for coding agents – don't grep the same mystery twice

https://github.com/cyrusNuevoDia/capn-hook
29•knrz•4d ago•6 comments

Show HN: Beautiful Type Erasure with C++26 Reflection

https://ryanjk5.github.io/posts/rjk-duck/
117•RyanJK5•2d ago•58 comments

Show HN: Make senders work to get into your inbox

https://www.captchainbox.com
43•felixdoerp•1d ago•68 comments
Open in hackernews

Show HN: C++ library for embedded and IoT projects (ESP32)

https://github.com/open-control-systems/control-components
8•dshil•1y ago
Hi everyone.

I've recently released control-components, a C++ library I've been using for most of my embedded projects. It is written in C++17 (with some features from C++20) and uses STL and FreeRTOS under the hood. It contains a lot of building blocks that is commonly used in embedded and IoT projects: finite state machines (FSM), various counters, synchronisation primitives, system loops, sensors, schedulers, HTTP, WiFi, Web GUI, and much more. It also provides GitHub CI workflows for build automation (ccache, various checks).

In general, it's a good starting point for an ESP32 project. It is still low-level, so it can be easily integrated into the existing project. See my another project, https://github.com/open-control-systems/bonsai-firmware - an agro-tech toolkit, for how control-components can be used.

If you find it useful, please let me know!