frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Clawk – Give coding agents a disposable Linux VM, not your laptop

https://github.com/clawkwork/clawk
195•celrenheit•19h ago•153 comments

Show HN: I implemented a neural network in SQL

https://github.com/xqlsystems/xarray-sql/blob/claude/xarray-sql-mnist-demo/benchmarks/nn.py
96•alxmrs•13h ago•18 comments

Show HN: Jacquard, a programming language for AI-written, human-reviewed code

https://github.com/jbwinters/jacquard-lang
88•jbwinters•17h ago•47 comments

Show HN: Sx 2.0 – Share AI skills with your team through a Dropbox folder

https://sleuth-io.github.io/sx/2026/07/10/your-dropbox-is-now-a-skill-server.html
37•detkin•10h ago•31 comments

Show HN: Hackney – Compare Uber, Lyft, Waymo, and Robotaxi Prices

https://hackney.app/
49•griffinli•18h ago•43 comments

Show HN: Turn any folder of code, SQL schemas into a queryable knowledge graph

https://github.com/Graphify-Labs/graphify
2•adithyaharish•1h ago•0 comments

Show HN: Benchmark your eng team's AI agent maturity in 5 minutes

https://agent-benchmarks.com/software-factory/
6•adamgold7•2h ago•4 comments

Show HN: YouTube Guitar Tab Parser

https://github.com/marcelpanse/youtube-guitar-tab-parser
101•neogenix•13h ago•63 comments

Show HN: Neverswipe – your AI agent dates so you don't swipe

https://neverswipe.ai
3•pro_methe5•1h ago•2 comments

Show HN: DOM-docx – HTML to native, editable Word docs (MIT)

https://github.com/floodtide/dom-docx
145•fishbone•21h ago•36 comments

Show HN: I built a site to see what politicians are beating S&P 500

https://politicianstocktracker.com/
2•wbemaker•2h ago•1 comments

Show HN: ClaudeThings – your AI engineering and marketing team in one command

https://www.claudethings.com/
3•mohitvaswani•2h ago•0 comments

Show HN: Free color tools that run entirely in the browser (no sign-up)

https://colorpicker.cx
3•djerek•2h ago•1 comments

Show HN: Sigwire – a live TUI switchboard for every signal on your Linux box

https://github.com/yeet-src/sigwire
40•zasc•13h ago•15 comments

Show HN: Nobie – an Excel-compatible runtime for agents and humans

https://nobie.com
78•matthewgapp•15h ago•49 comments

Show HN: ZenStack – access control at the ORM layer, built for coding agents

https://zenstack.framer.website/
6•carlual•2h ago•0 comments

Show HN: A FPV Lego car, controlled in Rust

https://dystroy.org/blog/picamobile/
3•dystroy•2h ago•1 comments

Show HN: MemStitch – Zero-copy context bridging for vLLM (25x TTFT speedup)

https://github.com/DaqulaLin/MemStitch
11•daqulalin•8h ago•1 comments

Show HN: BillAI Bass, an AI-Powered Big Mouth Billy Bass Using Strands Agents

https://github.com/morganwilliscloud/billai-bass
70•mtw14•15h ago•27 comments

Show HN: OpenClawMachines – Extending OpenClaw to the Enterprise

https://github.com/mathaix/OpenClawMachines
34•mathaix•16h ago•27 comments

Show HN: RandoFont – A browser for Google Fonts

https://randofont.alesh.com
34•aleshh•4d ago•5 comments

Show HN: I built a small transcription tool for non-English videos

https://transcrevervideo.com
2•Yummiy•2h ago•1 comments

Show HN: DriftTrip – A Virtual Road Trip

https://drifttrip.connelly.casa/
2•eskibars•3h ago•0 comments

Show HN: Rqshc – A C++/x64 assembly image compressor with its own RQI format

https://github.com/Eiryou/rqshc-image-compressor
2•Hide_AI_Awake•3h ago•0 comments

Show HN: ContextVault – Shared memory layer for your AI and your team

https://www.contextvault.dev/
9•Repeater22746•10h ago•2 comments

Show HN: Microphone – Talk out your side-project ideas, then test them with ads

https://www.trie.dev/
8•Kriptering•9h ago•7 comments

Show HN: Giving Claude Code and codex its voice using kokoro

https://github.com/softcane/aloud
2•pradeep1177•5h ago•0 comments

Show HN: I built a one-prompt hackathon platform, free entry, sponsored prizes

https://1shotchallenge.ai
11•lucasmartinic•11h ago•8 comments

Show HN: Taetype – a complete font engine for Rust and WASM

https://github.com/silly-tae/taetype
5•silly-tae•10h ago•1 comments

Show HN: Self-hosting unpruned GLM-5.2 on a 4-node DGX Spark cluster

https://github.com/XanuNetworks/GLM-5.2-QuantTrio-DCP-4x-DGX-Spark
2•deepseaOne•5h ago•0 comments
Open in hackernews

Show HN: A FPV Lego car, controlled in Rust

https://dystroy.org/blog/picamobile/
3•dystroy•2h ago

Comments

dystroy•2h ago
In addition to deepening my knowledge of Rust Embedded, the challenge was to make the most of standard LEGO parts, the servo, the motor, and especially the power supply (LEGO Power Functions pack of 6 AA batteries).

Non LEGO parts are mostly a Raspberry Pico W (for Wi-Fi control), an arducam (video stream), a Kitronik 5331, a buck converter, and a lot of jumper cables.

What I found most interesting, as a Rust programer, is how similar the backend and embedded code are. Even with the constraints of no_std, the parallel code running on the small Pico looks like your standard rust backend, even while there's no OS and almost no memory on this small chip.