frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: BeVisible.app - Blog that runs itself

https://www.bevisible.app
2•evanyang•49m ago•0 comments

Show HN: OSS Agent I built topped the TerminalBench on Gemini-3-flash-preview

https://github.com/dirac-run/dirac
338•GodelNumbering•19h ago•125 comments

Show HN: Gate – AI workers handle dev tickets in a visual workspace

https://soliddark.net/gate
2•SolidDark•2h ago•0 comments

Show HN: Utilyze – an open source GPU monitoring tool more accurate than nvtop

https://www.systalyze.com/utilyze
97•ManyaGhobadi•18h ago•23 comments

Show HN: Nat-zero – Scale-to-zero NAT instances for AWS (Terraform module)

https://machine.dev/blog/nat-zero-scale-to-zero-nat-instances/
2•leonardosul•2h ago•1 comments

Show HN: Waiting for LLMs Suck – Give your user a game

https://github.com/ftaip/waiting-game
12•dalemhurley•5h ago•12 comments

Show HN: A terminal spreadsheet editor with Vim keybindings

https://github.com/garritfra/cell
93•garritfra•20h ago•45 comments

Show HN: AgentSwift – Open-source iOS builder agent

https://github.com/hpennington/agentswift
37•hpen•7h ago•7 comments

Show HN: Turning a Gaussian Splat into a videogame

https://blog.playcanvas.com/turning-a-gaussian-splat-into-a-videogame/
229•yak32•4d ago•58 comments

Show HN: PrePrompt – rewrites vague prompts before they reach the LLM

https://preprompt.org/
2•yashdeeptehlan•5h ago•1 comments

Show HN: Blotter, a live map of LAPD radio activity

https://blotter.fm
2•s_e__a___n•7h ago•1 comments

Show HN: Unusual Wikipedia

https://unusualwiki.nk412.com/
10•grilledchickenw•15h ago•0 comments

Show HN: The Unix Magic poster, annotated (updated)

https://github.com/drio/unixmagic
59•drio•1d ago•6 comments

Show HN: Tiao, A two-player turn-based board game

https://playtiao.com
59•trebeljahr•1d ago•28 comments

Show HN: Free textbook on engineering thermodynamics

https://thermodynamicsbook.com/
173•2DcAf•1d ago•45 comments

Show HN: Startup Equity Adventure Game

https://options-game-polymathrobotics.pythonanywhere.com/
33•iliabara•1d ago•24 comments

Show HN: Vibe-coding video games with Claude (Day 14: Tetris)

https://gamevibe.us/14-tetromino
5•pzxc•16h ago•2 comments

Show HN: Git-agecrypt – transparent file-level encryption for Git

https://github.com/bartei/git-agecrypt
4•bartei81•16h ago•0 comments

Show HN: I built a dual crossword puzzle where two crosswords share one grid

https://forkle.co.uk/
19•daveoshawrus•21h ago•15 comments

Show HN: AgentSwarms – free hands-on playground to learn agentic AI, no setup

https://agentswarms.fyi/
24•rohan044•1d ago•9 comments

Show HN: Tera – A Compiler‑Native UI Framework with Shared Runtime/AI Context

https://github.com/terajs/terajs
3•thecodergabe•13h ago•0 comments

Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite

https://github.com/russellromney/honker
312•russellthehippo•4d ago•80 comments

Show HN: AI memory with biological decay (52% recall)

https://github.com/sachitrafa/YourMemory
94•SachitRafa•1d ago•46 comments

Show HN: I remade my blog into a Windows 3.1 environment

https://passo.uno/win31/
28•theletterf•1d ago•25 comments

Show HN: I've built a nice home server OS

https://lightwhale.asklandd.dk/
191•Zta77•3d ago•84 comments

Show HN: Browser Harness – Gives LLM freedom to complete any browser task

https://github.com/browser-use/browser-harness
131•gregpr07•3d ago•64 comments

Show HN: A free ESG stock screener that publishes its losses and methodology

https://jumpstartsignal.com/
29•irldexter•1d ago•25 comments

Show HN: Gova – The declarative GUI framework for Go

https://github.com/NV404/gova
142•aliezsid•4d ago•29 comments

Show HN: Matrirc – run irssi in 2026, talk to people on Matrix

https://github.com/pawelb0/matrirc
12•pawelb0•1d ago•1 comments

Show HN: 2 weeks of coding, 3 months of OpenAI review, my ChatGPT App is live

4•Aldipower•16h ago•0 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!