frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Playwright Skill for Claude Code – Less context than playwright-MCP

https://github.com/lackeyjb/playwright-skill
55•syntax-sherlock•3h ago•22 comments

Show HN: I got tired of managing dev environments, so I built ServBay

https://www.servbay.com
7•Saltyfishh•3h ago•0 comments

Show HN: Duck-UI – Browser-Based SQL IDE for DuckDB

https://demo.duckui.com
206•caioricciuti•1d ago•58 comments

Show HN: Pyversity – Fast Result Diversification for Retrieval and RAG

https://github.com/Pringled/pyversity
77•Tananon•1d ago•11 comments

Show HN: Open-Source Voice AI Badge Powered by ESP32+WebRTC

https://github.com/VapiAI/vapicon-2025-hardware-workshop
44•Sean-Der•1w ago•6 comments

Show HN: Browser-based PDF form fields detection (YOLO-based)

https://commonforms.simplepdf.com/
22•nip•23h ago•3 comments

Show HN: Hank – Simplest CLI tool to get errors in plain English

https://github.com/dillondesilva/hank
3•dillondesilva•7h ago•1 comments

Show HN: Smash Balls – Breakout and Vampire Survivors

https://smash-balls.app/
4•waynerd•7h ago•2 comments

Show HN: I Built Raycast for Windows (Microsoft Store)

https://apps.microsoft.com/detail/9n8fpgknwlfq?hl=en-US&gl=US
2•NabilChiheb•3h ago•0 comments

Show HN: Web-directive.js – A directive pattern for native HTML

https://github.com/asika32764/web-directive
11•asika32764•1d ago•2 comments

Show HN: MarkdownConverters – Convert any file format to clean Markdown

https://markdownconverters.com
6•Dkaur•22h ago•3 comments

Show HN: CheckHN – A checklist for the most popular Hacker News posts

https://checkhn.ad-si.com
6•adius•22h ago•0 comments

Show HN: Syna – Minimal ML and RL Framework Built from Scratch with NumPy

https://github.com/sql-hkr/syna
7•sql-hkr•1d ago•0 comments

Show HN: The Shape of YouTube

https://soy.leg.ovh/
36•hide_on_bush•1w ago•11 comments

Show HN: Jotite – A whimsical Linux Markdown note-taking app

https://github.com/maxberggren/jotite
5•maxberggren•19h ago•0 comments

Show HN: Hokusai Pocket (WIP) – Portable GUIs with MRuby

https://codeberg.org/skinnyjames/hokusai-pocket
2•zero-st4rs•14h ago•0 comments

Show HN: Nova: Open-source solution for CAD file conflicts

https://github.com/agg111/nova
8•aishwaryagune•1d ago•0 comments

Show HN: ServiceRadar – open-source Network Observability Platform

https://github.com/carverauto/serviceradar
58•carverauto•2d ago•3 comments

Show HN: Proxmox-GitOps: Container Automation Metaframework (Recursive Monorepo)

https://github.com/stevius10/Proxmox-GitOps
9•gitopspm•1d ago•1 comments

Show HN: Inkeep (YC W23) – Agent Builder to create agents in code or visually

https://github.com/inkeep/agents
78•engomez•4d ago•49 comments

Show HN: We packaged an MCP server inside Chromium

https://github.com/browseros-ai/BrowserOS/blob/main/docs/browseros-mcp/how-to-guide.mdx
46•felarof•2d ago•16 comments

Show HN: Firm, a text-based work management system

https://github.com/42futures/firm
169•danielrothmann•5d ago•60 comments

Show HN: A large format XY scanning hyperspectral camera

https://www.anfractuosity.com/projects/waverider/
44•anfractuosity•1w ago•10 comments

Show HN: Halloy – Modern IRC client

https://github.com/squidowl/halloy
378•culinary-robot•5d ago•100 comments

Show HN: HN Terminal Theme Browser Extension

https://github.com/DanceItBreakIt/hacker-news-terminal-theme
4•danceitbreakit•22h ago•1 comments

Show HN: Photerra – One app to discover hidden gems, plan with friends, and book

https://www.photerra.com/
3•davidlevien•22h ago•3 comments

Show HN: Land use visualization for European countries

https://onsland.koenvangilst.nl/
21•vnglst•2d ago•6 comments

Show HN: Moonfish – AI podcast generator with research, writing, and voicing

https://apps.apple.com/us/app/moonfish-ai/id6748574770
2•huygiab•23h ago•0 comments

Show HN: EloqDoc: MongoDB-Compatible Doc DB with Object Storage as First Citizen

https://github.com/eloqdata/eloqdoc
11•eloqdata•1d ago•10 comments

Show HN: 17 Y/O built my second app: Omegle for Indie Hackers and Builders

https://www.xappy.fun/
4•imad-101•1d ago•0 comments
Open in hackernews

Show HN: Hank – Simplest CLI tool to get errors in plain English

https://github.com/dillondesilva/hank
3•dillondesilva•7h ago
Hey folks,

Here's a quick tool for anyone who wants a way to simplify error messages with AI without needing to switch to a fully agentic terminal solution. Simply add hank before compiling/running your program to get a clear, readable explanation of any errors that occur.

You can think of this as just another system utility like grep, ls or echo that is at your fingertips for debugging a program. It uses local models as well so your code outputs don't go into online LLM services.

Excited to see what gets thrown back, hope it helps someone. Feel free to add onto it as its pretty raw at the moment.

Comments

petargyurov•2h ago
Looks nice. Would be way more convenient to use if I could just do `?` in the command line after a failed command. I suppose one could create an alias.

Regarding your README, I would add a text version of the example in the demo.