frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I made Google Trends for Hacker News by indexing 18 years of comments

https://hackernewstrends.com
446•ytkimirti•4h ago•120 comments

Show HN: Chess-Inspired Roguelike

https://princechazz.com
24•cowboy_henk•4d ago•6 comments

Show HN: Turn native language audio into flashcards and shadowing practice

https://lingochunk.com/try
58•alder•6h ago•26 comments

Show HN: MiniPCs.zip – Charting the Pareto frontier of Mini PCs

https://minipcs.zip
67•yathern•4d ago•27 comments

Show HN: Bible as RAG Database

https://www.crosscanon.com/
97•jacksonastone•16h ago•66 comments

Show HN: Secs-man, a secrets manager you can (not) rely on

https://github.com/Fran314/secrets-manager-rs
25•Fran314•5h ago•16 comments

Show HN: Top' for Redis Using eBPF

https://github.com/yeet-src/redissnoop
3•ok_major_9889•1h ago•0 comments

Show HN: StartupsBR – A map of Brazilian startups

https://www.startupsbr.com/sao-paulo
51•leonagano•6d ago•24 comments

Show HN: Nimic – Pure Python as a systems language with AOT compilation

https://github.com/dima-quant/nimic
34•dima-quant•2d ago•23 comments

Show HN: Hikaru Labs – Bulk image and file processing, 100% in-browser

https://hikarulabs.xyz
4•CFBL•2h ago•1 comments

Show HN: Write SaaS apps where users control where their data is stored

https://github.com/wolfoo2931/linkedrecords/
68•WolfOliver•6d ago•30 comments

Show HN: iOS Apps on Linux

https://github.com/Lore-Hex/QuillUI
5•ljlolel•2h ago•0 comments

Show HN: Monolisa v3 – a typeface for developers and creatives

https://www.monolisa.dev/
179•bebraw•3d ago•82 comments

Show HN: Navatala GPU – multi-back end GPU kernels and Python bindings

https://github.com/navatala-systems/navatala_gpu
6•bvenkat•3h ago•0 comments

Show HN: Wordit – Change One Letter, Keep the Chain Going

https://victorribeiro.com/wordit/
35•atum47•1d ago•24 comments

Show HN: FileVeil · Hide Any File Inside Another File

https://fileveil.com/
3•fileveil•4h ago•3 comments

Show HN: Brain Frog – Can you be random enough for 11 lines of JavaScript?

https://brainfrog.lol
47•AlexanderZ•6d ago•31 comments

Show HN: LookAway, a Mac break reminder that knows when not to interrupt

https://lookaway.com
70•_kush•1d ago•22 comments

Show HN: Nub – A Bun-like all-in-one toolkit for Node.js

https://github.com/nubjs/nub
265•colinmcd•1d ago•74 comments

Show HN: peerd – AI agent harness that runs entirely in your browser

https://github.com/NotASithLord/peerd
67•NotASithLord•2d ago•22 comments

Show HN: DPI Bypass – directory of tools and clients to evade DPI

https://github.com/ubub111/awesome-dpi-bypass
3•ububus•5h ago•0 comments

Show HN: Multi Agent Protocol for AI Scientist by Hexo Labs

https://github.com/hexo-ai/socrates
5•martianvoid•6h ago•0 comments

Show HN: Visual Workspace for Agents Based on Unix

https://www.prototyper.co
10•thijsverreck•6h ago•2 comments

Show HN: Pure Effect – Reproduce production bugs on your laptop without a DB

https://pure-effect.org
56•tie-in•4d ago•14 comments

Show HN: ParseHawk – 100% Local Document AI with API, CLI, and Web UI

https://github.com/parsehawk/parsehawk
6•francisrafal•7h ago•0 comments

Show HN: An ASCII 3D Rendering Engine

https://glyphcss.com
207•apresmoi•4d ago•51 comments

Show HN: Tree, truth, druid and tar share one Proto-Indo-European root

https://p.migdal.pl/tree-of-tree/
5•stared•8h ago•1 comments

Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX

https://tikz.dev/editor/
442•DominikPeters•2d ago•74 comments

Show HN: Got sick of ads, so I made my own logic puzzle site

https://puzzlelair.com/
247•HaxleRose•3d ago•165 comments

Show HN: CleverCrow: give tokens to your favorite projects

https://clevercrow.io
66•zhubert•3d ago•80 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!