frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Watch a neural net learn to play Snake

https://ppo.gradexp.xyz/
14•c1b•1d ago•2 comments

Show HN: Find the best local LLM for your hardware, ranked by benchmarks

https://github.com/Andyyyy64/whichllm
262•andyyyy64•6h ago•61 comments

Show HN: Ane, a new chord-based terminal code editor with one-shot CLI edits

https://github.com/prettysmartdev/ane
3•cohix•2h ago•0 comments

Show HN: TongueType – Local, privacy-focused Whisper dictation for macOS

https://tonguetype.app/
3•claviska•3h ago•0 comments

Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model

https://github.com/cactus-compute/needle
738•HenryNdubuaku•2d ago•207 comments

Show HN: GridTravel – A community based travel app for users to share routes

https://www.gridtravel.app
50•knuaym9•18h ago•29 comments

Show HN: Vibe Coding a $20k /Year Enterprise Logistics Platform

https://trmnl.com/blog/vibe-coding-shiphero
14•ryanckulp•2h ago•4 comments

Show HN: Running the second public ODoH relay

https://numa.rs/blog/posts/odoh-anonymous-dns-without-an-account.html
119•rdme•1d ago•41 comments

Show HN: GlycemicGPT – Open-source AI-powered diabetes management

https://github.com/GlycemicGPT/GlycemicGPT
62•jlengelbrecht•11h ago•51 comments

Show HN: OrcaSheets, local first analytics engine to process billions of rows

https://orcasheets.ai
5•ydgandhi•5h ago•3 comments

Show HN: Race to the Bottom

https://race-to-the-bottom.onrender.com
57•maxwellito•1d ago•47 comments

Show HN: Sanjaya – Academic paper discovery and extraction (OpenAlex/Scrapy)

https://sanjaya-six.vercel.app/
2•oug-t•6h ago•1 comments

Show HN: Domain DMARC Checker

https://dmarcdefender.io/tools/domain-check
6•c0nrad•6h ago•0 comments

Show HN: Mailenc – Test if your PGP email setup works

https://mailenc.org/
5•soeckly•6h ago•0 comments

Show HN: Nibble

https://github.com/glouw/nibble
95•glouwbug•1d ago•24 comments

Show HN: I solved my study problems by talking to a goose

https://professorgoose.com/
12•polaritymaking•10h ago•9 comments

Show HN: Gigacatalyst – Extend your SaaS with an embedded AI builder

60•namanyayg•2d ago•24 comments

Show HN: JDS – a Copilot skill suite for structuring AI coding behavior

https://github.com/josipmusa/jds
7•anaq42•19h ago•0 comments

Show HN: Openvid – open-source cinematic screen recorder and mockup editor

https://github.com/CristianOlivera1/openvid
5•cristianolivera•16h ago•0 comments

Show HN: Agentic interface for mainframes and COBOL

https://www.hypercubic.ai/hopper
94•sai18•2d ago•49 comments

Show HN: Statewright – Visual state machines that make AI agents reliable

https://github.com/statewright/statewright
122•azurewraith•3d ago•54 comments

Show HN: TikTok but for scientific papers

https://andreaturchet.github.io/website/index.html
191•ciwrl•4d ago•77 comments

Show HN: Latencies and BEIR – Typesense, Meilisearch, Elasticsearch, Amgix Now

https://amgix.io/blog/2026/05/14/release-now-v0.1.1/
2•kvasserman•14h ago•5 comments

Show HN: Parse LLM Markdown streams incrementally on the server or client

https://github.com/nimeshnayaju/markdown-parser
4•nayajunimesh•17h ago•1 comments

Show HN: A modern Music Player Daemon based on Rockbox firmware

https://github.com/tsirysndr/rockbox-zig
122•tsiry•6d ago•28 comments

Show HN: Full Stack HQ – Claude.md and Agent Stack for Claude Code

https://github.com/sabahattink/antigravity-fullstack-hq
7•sabahattink•19h ago•0 comments

Show HN: Browse 61 3D Printable Robots

https://orobot.io/
13•xanderjanz•22h ago•3 comments

Show HN: OpenGravity – A zero-install, BYOK vanilla JS clone of Antigravity

https://github.com/ab-613/opengravity
105•ab613•3d ago•30 comments

Show HN: SwiftUI package for onboarding flows in iOS apps

https://github.com/Vadimkomis/onboarding
2•vadimkomis•20h ago•0 comments

Show HN: I made a Clojure-like language in Go, boots in 7ms

https://github.com/nooga/let-go
282•marcingas•5d ago•84 comments
Open in hackernews

Show HN: Vibe Coding a $20k /Year Enterprise Logistics Platform

https://trmnl.com/blog/vibe-coding-shiphero
14•ryanckulp•2h ago

Comments

rubythis•1h ago
Yep, this is my experience with Claude code. Given clear requirements it can build an app. And it excels at complicated but well documented tasks like integrations. The only issue is that I don't see any code review or tests or risk audit. But those are just prompts, so easy to add.
ryanckulp•52m ago
thanks for reading, updating the post now to explain we use the Superpowers skill and spend 90% of our effort on specs / tests. measure thrice, cut once.
rubythis•32m ago
sure, also I have it look for bugs, problems with database indexes (missing or should be/ should not be unique). reviews for code quality, srp, complexity, etc. also reviewing deployment and infra. and what happens when the db goes down. and find 10 problems that can happen after deployment and how to detect and manage.
ryanckulp•28m ago
takes notes thanks again.