frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: We built an 8-bit CPU as 2nd year EE students

https://github.com/c0rRupT9/STEPLA-1
75•CorRupT9•2d ago•18 comments

Show HN: An 8-bit live gamecast for baseball

https://ribbie.tv/watch
232•brownrout•17h ago•121 comments

Show HN: Inkwash, a watercolor sketching app and explanation

https://johnowhitaker.github.io/inkwash/about
231•Yenrabbit•4d ago•26 comments

Show HN: Spin Lab

https://srijanshukla.com/artifacts/spin-lab/
35•srijanshukla18•1d ago•16 comments

Show HN: High-Res Neural Cellular Automata

https://cells2pixels.github.io/
193•esychology•1d ago•50 comments

Show HN: Capacitor Alarm Clock

https://github.com/ArcaEge/capacitor-alarm-clock
145•arcaege•3d ago•42 comments

Show HN: StarScope – Free astronomy dashboard for observers outside the US/UK

https://starscope.live/feed
20•xenophin•2d ago•2 comments

Show HN: Local personal data redaction for any AI tools

https://github.com/sophia486/pii-gui
9•unusual_typo•8h ago•3 comments

Show HN: BlitzGraph – Supabase for graphs, built for LLM agents

https://blitzgraph.com
12•lveillard•1d ago•5 comments

Show HN: Deconvolution – a Rust image deconvolution and restoration crate

https://github.com/pbkx/deconvolution
32•rmi0•2d ago•5 comments

Show HN: Attagram, a tiny printer that gives kids a magical daily digest

https://www.attagram.com/
5•mvkel•5h ago•2 comments

Show HN: cuTile Rust: Safe, data-race-free GPU kernels in Rust

https://github.com/nvlabs/cutile-rs
103•melihelibol•1d ago•18 comments

Show HN: Criterion Closet as a website – pull any of 1,247 films off the shelf

https://the-criterion-closet.vercel.app/
7•olievans•11h ago•3 comments

Show HN: Vpod – Tiny Linux sandbox running in WASM

https://github.com/capsulerun/vpod
10•mavdol04•17h ago•2 comments

Show HN: Fata – Spaced repetition to fight skill rot from AI coding

https://fata.dev
118•djoume•6d ago•53 comments

Show HN: Cowork/Codex DOCX plugin. Uses 2x fewer tokens than the docx skill

https://github.com/LegalRabbit-AI/legalrabbit-docx-claude-plugin
4•tanin•9h ago•4 comments

Show HN: Garden of Flowers – an archive of pictorial typography before ASCII art

https://garden-of-flowers.heikkilotvonen.com/
156•california-og•2d ago•26 comments

Show HN: VoiceDraw – Talk system design out loud, the diagrams draw themselves

https://voicedraw.com/
47•ajaypanthagani•1d ago•19 comments

Show HN: Sabela – A Reactive Notebook for Haskell

https://sabela.datahaskell.com/
45•mchav•4d ago•5 comments

Show HN: Veterinarian turned founder, AI lawn diagnosis

https://grassdx.com/
76•andrewbr•2d ago•60 comments

Show HN: WaylandClientKit – a Swift Wayland client substrate for Linux

https://github.com/conxlgtm/WaylandClientKit
3•Nocerg•11h ago•0 comments

Show HN: Reyn – local-first AI that journals and recalls your work

https://www.usereyn.com/
4•toluwajibodu•11h ago•0 comments

Show HN: Kage – Shadow any website to a single binary for offline viewing

https://github.com/tamnd/kage
700•tamnd•3d ago•140 comments

Show HN: Relaymux, a tmux-based meta-harness for local coding agents

https://github.com/mupt-ai/relaymux
7•byhong03•16h ago•0 comments

Show HN: Agenthatch – Compile any skill into a standalone Python agent

https://github.com/agenthatch/agenthatch
8•EternalRights•20h ago•0 comments

Show HN: Chatty Lingo – A language practicing app

https://www.chattylingo.com
3•farstill•12h ago•2 comments

Show HN: I built a spelling app for kids with my 7-year-old

https://spellabee.com/
3•narenst•12h ago•1 comments

Show HN: In-browser Python/Pandas/Git practice with animated Git simulator

https://practice.lernerpython.com/classroom/540d7ab1a1/
5•reuven•18h ago•0 comments

Show HN: machine0 – Persistent NixOS VMs You Control from the CLI

https://machine0.io
94•bwm•2d ago•36 comments

Show HN: Trace – Offline Mac meeting transcripts you can flag mid-call

https://traceapp.info
204•AG342•4d ago•83 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!