frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I made a calculator that works over disjoint sets of intervals

https://victorpoughon.github.io/interval-calculator/
120•fouronnes3•6h ago•16 comments

Show HN: Smol machines – subsecond coldstart, portable virtual machines

https://github.com/smol-machines/smolvm
316•binsquare•14h ago•98 comments

Show HN: PanicLock – Close your MacBook lid disable TouchID –> password unlock

https://github.com/paniclock/paniclock/
184•seanieb•15h ago•76 comments

Show HN: Stage – Putting humans back in control of code review

https://stagereview.app/
114•cpan22•1d ago•97 comments

Show HN: Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG

https://github.com/yapstudios/sfsym
3•olliewagner•4h ago•0 comments

Show HN: Pyra – a Python toolchain experiment inspired by uv and Bun

https://github.com/treyorr/pyra
6•trey-orr•10h ago•1 comments

Show HN: MacMind – A transformer neural network in HyperCard on a 1989 Macintosh

https://github.com/SeanFDZ/macmind
150•hammer32•1d ago•42 comments

Show HN: A site for stopping work slop

https://stopnoslop.com/
2•vlidholt•2h ago•1 comments

Show HN: CodeBurn – Analyze Claude Code token usage by task

https://github.com/AgentSeal/codeburn
103•agentseal•4d ago•24 comments

Show HN: PodWarden – A catalog of 9k+ self-hosted apps with one-click deploy

https://www.podwarden.com/
3•rayneclarke•7h ago•0 comments

Show HN: SPICE simulation → oscilloscope → verification with Claude Code

https://lucasgerads.com/blog/lecroy-mcp-spice-demo/
119•_fizz_buzz_•1d ago•30 comments

Show HN: Marky – A lightweight Markdown viewer for agentic coding

https://github.com/GRVYDEV/marky
69•GRVYDEV•1d ago•35 comments

Show HN: Cogveo–Schedule AI agents to run Python on your files and email results

https://cogveo.com
2•thrinz•9h ago•0 comments

Show HN: External admission gate for GitHub Actions before execution

https://ai-admissibility.com/
2•pinfloyd•9h ago•0 comments

Show HN: Mind-OS – First free online AI dependency self‑assessment

https://iamalex-afk.github.io/human-os-patch-33-protocols/
3•bitkin_dev•10h ago•0 comments

Show HN: Irl.rent – What renters pay, not what's listed in SF

10•rajatady•7h ago•4 comments

Show HN: Home Memory – A local DB of my house, down to cables and pipes

https://github.com/impactjo/home-memory
49•impactjo•1d ago•12 comments

Show HN: web-pinentry: a pinentry program that leverages matrix and http

https://codeberg.org/seanhly/web-pinentry
3•seanhly•12h ago•0 comments

Show HN: Libretto – Making AI browser automations deterministic

https://github.com/saffron-health/libretto
129•muchael•2d ago•54 comments

Show HN: SmallDocs - Markdown without the frustrations

35•FailMore•2d ago•20 comments

Show HN: Waputer – The WebAssembly Computer

https://waputer.app
5•marcandrysco•14h ago•0 comments

Show HN: Bookmark Tool in Common Lisp

https://github.com/ediw8311xht/cl-bookmark-tool
2•landdate•14h ago•0 comments

Show HN: Bird, a CLI for Tired Brains

https://github.com/DavidLiedle/bird
4•DavidCanHelp•14h ago•1 comments

Show HN: Hiraeth – AWS Emulator

https://github.com/SethPyle376/hiraeth
38•ozarkerD•2d ago•8 comments

Show HN: Gave Claude a casino bankroll – it gambles till it's too broke to think

https://letaigamble.com/
37•mackbrowne•2d ago•9 comments

Show HN: I turned my MacBook notch into a live Claude Code dashboard

https://github.com/devmegablaster/Notch-Pilot
2•devmegablaster•16h ago•0 comments

Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis

17•kaliades•1d ago•6 comments

Show HN: Ilha – a UI library that fits in an AI context window

https://ilha.build/
22•ryuzyy•1d ago•9 comments

Show HN: Every CEO and CFO change at US public companies, live from SEC

https://tracksuccession.com/explore
187•porsche959•2d ago•64 comments

Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years

https://www.perplexity.ai/computer/a/us-olympiad-tracker-__5Gzx3tQaKOInGlalN8sQ
5•bkls•1d 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!