frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: Easy Python Time Parsing

https://github.com/felixnext/python-time-helper
15•felixnext•3d ago•2 comments

Show HN: Nia – MCP server that gives more docs and repos to coding agents

https://www.trynia.ai/
52•jellyotsiro•10h ago•43 comments

Show HN: Is Anthropic Down?

https://isanthropicdown.com/
6•ymichael•59m ago•0 comments

Show HN: I built BodyCount to get an accurate 'number'

https://bodycount.love/
3•dsstudios•1h ago•4 comments

Show HN: A code editor that integrates into the browser

https://tachicode.dev/
34•quintu5•8h ago•5 comments

Show HN: Local Email Client for AI Horseless Carriages

https://github.com/dbish/DispatchMail
12•shahahmed•8h ago•4 comments

Show HN: Inflammation – Intelligent Voice to Code for Cursor and VSCode

https://github.com/moughxyz/inflammation
2•moughxyz•5h ago•0 comments

Show HN: Zu – A minimalist key-value database engine for modern applications

https://github.com/539hex/zu
4•539hex•5h ago•3 comments

Show HN: Tinder but it's only pictures of my wife and I can only swipe right

https://trytender.app/
946•risquer•1d ago•256 comments

Show HN: Selling My AI App Builder

https://buildwise.space
3•theonlyvasudev•5h ago•0 comments

Show HN: The missing link of a bookstore's tech stack

https://bookhead.net/
90•greenie_beans•1d ago•26 comments

Show HN: TheProtector – Linux Bash script for the paranoid admin on a budget

https://github.com/IHATEGIVINGAUSERNAME/theProtector
154•lotussmellsbad•1d ago•35 comments

Show HN: MacMan – A Mac cleaner made for developers

https://macman.dev/
2•sudhar172•7h ago•0 comments

Show HN: I built an AI tools hub with 70 categorized and reviewed apps

https://www.toolsverse.tools/
9•yuanchuangAI•11h ago•1 comments

Show HN: Compass CNC – Open-source handheld CNC router

https://www.compassrouter.com
171•camchaney•5d ago•44 comments

Show HN: Self-updating MCP server for official pip, uv, poetry and conda docs

https://github.com/KemingHe/python-dependency-manager-companion-mcp-server
29•keminghe•1d ago•17 comments

Show HN: A word of the day that doesn't suck

80•jsomers•2d ago•31 comments

Show HN: Phind.design – Image editor & design tool powered by 4o / custom models

https://phind.design
86•rushingcreek•2d ago•22 comments

Show HN: The Magic of Code – book about the wonders and weirdness of computation

https://themagicofcode.com/sample/
109•arbesman•2d ago•29 comments

Show HN: LLMs suck at writing integration code… for now

https://github.com/superglue-ai/superglue/tree/main/packages/core/eval/api-ranking
15•sfaist•10h ago•11 comments

Show HN: Product as Code – YAML-based product management for AI coding workflows

https://productascode.org
4•mantcz•10h ago•1 comments

Show HN: NeoArchive – Lightweight offline tool for files, media and PDFs

https://play.google.com/store/apps/details?id=com.tool4file.neo_archive\
2•Quoriath•10h ago•0 comments

Show HN: YouTubeTLDR – A lightweight, self-hosted YouTube summarizer in Rust

https://github.com/Milkshiift/YouTubeTLDR
4•milkshift•10h ago•2 comments

Show HN: Duende: Web UX for guiding Gemini as it improves your source code

https://github.com/alefore/duende
8•afc•4d ago•0 comments

Show HN: Any-LLM – Lightweight router to access any LLM Provider

https://github.com/mozilla-ai/any-llm
123•AMeckes•2d ago•67 comments

Show HN: SECONDSENSE – The OS for the Resale Economy

https://secondsense.co:443/
7•misha599•12h ago•2 comments

Show HN: WTFfmpeg – Natural Language to FFmpeg Translator

https://github.com/scottvr/wtffmpeg
85•ycombiredd•1d ago•67 comments

Show HN: Reddit but for bots – humans can only vote, not post

https://honig.boo/
4•addrzone•5h ago•2 comments

Show HN: Quite Fast, sharded cache for Go with LRU/LFU, TTL and object pooling

https://github.com/unkn0wn-root/kioshun
11•unkn0wn_root•1d ago•1 comments

Show HN: Lotas – Cursor for RStudio

https://www.lotas.ai/
79•jorgeoguerra•3d ago•28 comments
Open in hackernews

Show HN: Gitpatch – send patches with git push

https://gitpatch.com
4•shayief•1d ago
Hey HN,

I built Gitpatch to make sending code patches as simple as git push.

The idea is that patch-based workflows are powerful but they're not very well supported by git platforms.

Gitpatch brings this model to any repository:

* Send patches by pushing branches (e.g. patch/my-patch-name)

* Apply any patch locally with one command

* Review them in a lightweight UI

* Stack patches with patchstack/ branches

This has been in development for some time, but things should mostly work. Would love any feedback, questions or ideas.

Thanks for checking it out.