frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Fly By – retro biplane flying game

https://michaelteter.com/flyby.html
56•michaelteter•4d ago•36 comments

Show HN: Open-Source eInk Bike Computer

https://opentrailpaper.com
389•stingrae•1d ago•118 comments

Show HN: Cowbull – Wordle-like game where you only get match counts

https://cowbull.co/
2•ajayvk•2h ago•2 comments

Show HN: I made a retro falling block puzzle, with a twist ;)

https://blocknado.app/marathon
2•jamwise•3h ago•1 comments

Show HN: TERMy – A fast terminal assistant that does not use LLMs

https://github.com/gioblu/NPC-Forge/blob/main/docs/development.md
191•gioscarab•1d ago•44 comments

Show HN: HyperCard to HTML Converter

https://github.com/stachon/hc2html
11•druidcz•11h ago•2 comments

Show HN: Fast Cut Video tool for cutting video for Agents

https://github.com/modecir/fast-cutvid
8•Modecir•6h ago•4 comments

Show HN: Merge Wikipedia articles across languages into one page

https://github.com/gojiplus/wikifuse
3•neehao•6h ago•0 comments

Show HN: Amaze Kings – a browser logic puzzle with 1,400 hand-graded levels

https://kings.amaze-apps.com/
13•amaze-apps-com•11h ago•1 comments

Show HN: Moadim.io – A scheduler for agents

https://moadim.io/
32•tupe12334•1d ago•16 comments

Show HN: Reactor Atlas

https://reactoratlas.com
75•fedecaccia•2d ago•25 comments

Show HN: Personal Context MCP

https://lanes.sh/showcase/personal-context-mcp
22•s-xyz•1d ago•3 comments

Show HN: Getting to the top of Show HN is getting harder

https://artifactbin.dev/@vivek/6bXsx3-vol-2-show-hn-hall-of-fames
12•ppsreejith•11h ago•7 comments

Show HN: MobileCode – OpenCode with Built-In iOS and Android Previews

https://github.com/hsandhu/mobilecode
7•rsandhu•11h ago•1 comments

Show HN: HN Match Maker – Matching "Who Wants to Be Hired?" With "Who's Hiring?"

https://hnmatchmaker.com/
123•all2•4d ago•46 comments

Show HN: Minilith – A zero-dependency CMS stored inside a PNG file

https://blog.minilith.site/#posts/minilith-architecture
9•a_bytecycle•15h ago•5 comments

Show HN: OwnTime – a chess clock for your day's priorities

https://owntime.app/
112•fmos•4d ago•61 comments

Show HN: I made a word building game supporting anagrams and one handed use

19•busymom0•2d ago•1 comments

Show HN: TenantLayer – Multi-Tenancy for Spring Boot and Postgres

https://tenantlayer.io
6•suchait6655•18h ago•1 comments

Show HN: Newton's Orchard – Browser-based space/gravity playground

https://newtonsorchard.app
31•andrewchilds•4d ago•6 comments

Show HN: Weedout – Safari extension that hides YouTube AI-labeled videos

https://masteranza.github.io/weedout/
182•masteranza•4d ago•82 comments

Show HN: WinZST > 7-Zip fork with first-class compressed tar support on Windows

https://github.com/firebadnofire/WinZST
4•firebadnofire•23h ago•2 comments

Show HN: Rubato – Retro-Mac desk device mirrors AI coding state-ESP8266

https://github.com/lovaxi/Rubato_Device
6•Beartificial•1d ago•2 comments

Show HN: Running 104GB Qwen3.8-Flash-Next on 48GB Mac with at ~12 tok/s

https://github.com/carloslfu/slotstream
237•carloslfu•4d ago•116 comments

Show HN: The cheapest GPU cloud – H100s at $2.04/HR, H200s at $3/HR

https://compute.cheap/
60•EmiCorleone•3d ago•20 comments

Show HN: Less-sheet – A minimal but fast CSV viewer

https://te-x.github.io/less-sheet/
5•te-x•1d ago•1 comments

Show HN: Agent-to-agent payment. Your agents can pay each other

https://openspender.com/agent-to-agent
9•firatcan•1d ago•1 comments

Show HN: TimerVana a Local-first scheduler for real world routines

https://timervana.net/browse
4•granto•1d ago•0 comments

Show HN: asciiQuake

https://asciiquake.wtf/
16•apresmoi•3d ago•7 comments

Show HN: Real-time AI news aggregator with daily digest

https://aibriefs.news
13•michelmi•2d ago•19 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!