frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Puzzle Rush, but for Go

https://tsumerush.com/
2•kyubic•55s ago•1 comments

The Community Firmware for Sensor Watch

https://www.sensorwatch.net/docs/movement/
3•Bluestein•2m ago•0 comments

A public noticeboard for AI agents

https://agents.scrygl.dev/
2•d3nit•3m ago•0 comments

Verflink, a link checker that catches affiliate tags stripped in redirects

https://verflink.com/
2•verflink•4m ago•0 comments

Show HN: Mador – Make any DOM reactive with a tiny 80-line Proxy state tuple

https://github.com/marsbos/mador
4•bosmarcel•4m ago•1 comments

XCancel is available again

https://xcancel.com/about
3•1matin•4m ago•0 comments

Show HN: Byosynch – Continuous two-way file sync over SSH for Mac and Linux

https://byosynch.com/
2•hamiltonc•5m ago•0 comments

The CINT C/C++ Interpreter

https://web.archive.org/web/20081226231317fw_/http://root.cern.ch/twiki/bin/view/ROOT/CINT
2•GaryBluto•10m ago•1 comments

Salt Men of Iran (2011)

https://web.archive.org/web/20140317115651/http://www.pasthorizonspr.com/index.php/archives/06/20...
3•joebig•10m ago•0 comments

Ask HN: Show your micro-SaaS (September 2026)

2•genekrapivin•12m ago•0 comments

browser_image.png shows different text in the image if you open it in Safari

https://lr0.org/browser_image.png
3•lr0•15m ago•1 comments

It took a year to ship WebAssembly in Anubis

https://anubis.techaro.lol/blog/2026/anubis-wasm/
4•xena•16m ago•0 comments

Watch GPT 6 play NetHack

https://www.twitch.tv/vaguely_aligned
2•kenforthewin•17m ago•0 comments

Harnessing the Universal Geometry of Embeddings

https://arxiv.org/abs/2505.12540
3•ur-whale•18m ago•0 comments

The 4KB Trick That Still Divides Old-School Programmers Decades Later

https://comuniq.xyz/Programming/post?t=1649
2•01-_-•20m ago•0 comments

AI Code Share Tracker: Percent of Code Written by AI

https://provenbrief.com/story/the-ai-code-share-tracker-every-verified-public-number-on-ai-writte...
2•bnsaid•21m ago•0 comments

Google AI Pro vs. ChatGPT Plus: Which Is Better in 2026?

https://provenbrief.com/story/google-ai-pro-vs-chatgpt-plus-which-is-better-in-2026
2•bnsaid•22m ago•0 comments

Internet2.edu

https://internet2.edu/
2•gurjeet•23m ago•0 comments

Show HN: Sol, my macOS music player and jukebox app, is now free and open source

https://github.com/FulltimeFeline/Sol
2•fulltimefeline•24m ago•0 comments

GrapheneOS Overhauled Default Apps and Secure Clipboard

https://grapheneos.social/@GrapheneOS/117225539756835649
5•Cider9986•25m ago•1 comments

See Windows CE Running on the N64

https://retrododo.com/see-windows-ce-running-on-the-n64/
2•rbanffy•27m ago•0 comments

"The Heroic Ideal – A Personal Odyssey" by Diana Wynne Jones

https://petson.livejournal.com/200935.html
2•barry-cotter•28m ago•0 comments

Artifactor: Visual HTML editor for AI-generated artifacts

https://colliber.com/artifactor/
2•welsenesbros•29m ago•0 comments

Human archive: They were only human

https://sayyss.github.io/human-archive/
3•jonwinstanley•31m ago•1 comments

The Leaked Audit That Exposes OpenAI's Real Financial Crisis [video]

https://www.youtube.com/watch?v=UVKmPMTwglI
7•__natty__•35m ago•0 comments

Pre-auth RCE on MikroTik: exploited before the patch, rebuilt in three hours

https://blog.tolmo.com/p/pre-auth-rce-on-mikrotik-exploited
2•ecares•35m ago•0 comments

Which came first, Windows 95's taskbar or NeXT's Dock? Neither

https://www.theregister.com/os-platforms/2026/09/03/which-came-first-windows-95s-taskbar-or-nexts...
3•rbanffy•36m ago•0 comments

Firefox extension that makes Reddit Old again, no account required

https://github.com/moomou/reddit-classic
4•ppymou•40m ago•1 comments

They're Made Out of Meat

https://www.eastoftheweb.com/short-stories/UBooks/TheyMade.shtml
9•embedding-shape•41m ago•0 comments

Show HN: VODForge – a free local desktop UI for YouTube video/playlist downloads

https://getvodforge.com/
4•coopernusbaum•41m ago•1 comments
Open in hackernews

Git GPT Commit

https://github.com/laststance/git-gpt-commit
1•ryotamurakami•1y ago

Comments

ryotamurakami•1y ago
I found it annoying to come up with commit messages every time, so I looked for a solution that naturally integrates a commit message generation feature—like the ones built into VSCode or Cursor—directly into the git commit command. Since I couldn’t find one, I built it myself. I managed to at least add basic prefixes like fix: and add:, but I'm not prompt master, so if anyone who's familiar with instructing LLMs is interested, I’d love to get some feedback. That said, it’s totally fine as-is for a side project, lol.