frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Sesame - a local-first, open-source password manager

https://usesesame.app/
13•d0mkaaa•2h ago•6 comments

Show HN: Conduct, open-source guardrails for LLM and MCP tool calls

https://github.com/sseshachala/conductai
17•sudhendra1•2h ago•3 comments

Show HN: SubSmith – Turn your own videos into language-learning material

https://subsmith.app
62•IbrahimF96•10h ago•48 comments

Show HN: Kvist – a Lisp for systems programming that compiles to Odin

https://github.com/kvist-lang/kvist
3•andreasflakstad•43m ago•1 comments

Show HN: Hacker News Client with Claude Code and Codex Integration

https://github.com/nilbuild/rundown
3•kamranahmedse•1h ago•0 comments

Show HN: Passively Earn BTC/Sol/Anthropic for Using Claude Code

https://prmpt.cash/
6•enamakel•47m ago•0 comments

Show HN: Blast – Open-source sandbox-as-a-service

https://github.com/stanford-mast/blast
5•calebhwin•3h ago•0 comments

Show HN: iOS app for learning any song on piano with AI music transcription

https://apps.apple.com/us/app/anything-piano-learn-any-song/id6761146933
3•katielb•2h ago•1 comments

Show HN: Boop – tiny, self-hosted push notifications for your apps built in Go

https://github.com/chrisgreg/boop
2•bustylasercanon•2h ago•0 comments

Show HN: FeatureFlags.app – Feature Management for .NET

https://featureflags.app/
3•avlcodemonkey•5h ago•0 comments

Show HN: OpenTIE and OpenXWA, Modern Ports of Tie Fighter and X-Wing Alliance

https://github.com/elyosh/OpenTIE/
216•elyosh•23h ago•54 comments

Show HN: The load-bearing vocabulary of Claude

https://louisabraham.github.io/load-bearing/
642•Labo333•1d ago•314 comments

Show HN: A retirement planner in one HTML file, works offline, nothing uploaded

https://www.torsalis.com
3•rachelb1331•4h ago•1 comments

Show HN: Texttile, a multiplayer blog engine for people who write together

https://www.texttile.blog/
12•klausbreyer•9h ago•3 comments

Show HN: Watermarks Remover: Clean LLM watermarks from text and files

https://github.com/guillaumemeyer/watermarks-remover
2•gmeyer•4h ago•0 comments

Show HN: Watches user sessions, finds bugs that matter, and fixes them

https://github.com/opslane/opslane
34•aray07•1d ago•10 comments

Show HN: We built open OpenRouter that turns usage into a better model

https://github.com/experientiallabs/experiential
206•SilenN•1d ago•46 comments

Show HN: Open tool for testing your AI Agents (No LLM)

https://github.com/IdoGol24/weir
4•CarryOn1212•5h ago•4 comments

Show HN: URML – safety-eval harness for AI agents on lab and factory hardware

https://github.com/URML-MARS/URML/tree/main/examples/physical-ai-safety-eval
2•Yahalomi•5h ago•0 comments

Show HN: Adding and Extending Integer Support for MATLAB Code in RunMat

https://runmat.com/blog/adding-and-extending-integer-support-for-matlab-code-in-runmat
3•nallana•5h ago•0 comments

Show HN: I read 648 banks' exchange boards daily to show what they charge

https://myratefx.com/
2•pedroalbaladejo•5h ago•0 comments

Show HN: Free lifetime pro access to a crunchbase alternative

https://startupwiki.tech/giveaway
3•skiski•5h ago•2 comments

Show HN: OpenLayer – local Photoshop plugin for ComfyUI (inpaint/outpaint demo)

https://github.com/MehranMarxian/OpenLayer
4•HMUSER•5h ago•0 comments

Show HN: CleanMySheet – Privacy-first CSV/Excel cleaner that runs in the browser

https://cleanmysheet.in
4•nvn333•6h ago•0 comments

Show HN: FnScribe – Open-source, offline dictation for macOS

https://github.com/AlgorithmicResearchGroup/fnscribe
20•modagent•14h ago•14 comments

Show HN: Get agents to do what I want with code documentation

https://github.com/treadiehq/codecut
2•dantelex•6h ago•0 comments

Show HN: OutRip – a pay-to-rank board where rank is a card pull, not a bid

https://outrip.lol
2•kyisaiah47•6h ago•1 comments

Show HN: Satroot – a semantic ledger rooted in a single Satoshi

https://satroot.com/
2•parthod0x•6h ago•0 comments

Show HN: Ramanujan-computing: use idle computation to run scientific computing

https://github.com/Ramanujan-Computing/Ramanujan
3•ps_ramanujan•6h ago•0 comments

Show HN: Voronoi Go

https://voronoigo.com/
153•igpay•1d ago•26 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!