frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Reddit now requiring an account to access old.reddit.com

1•wrongdumbass•2m ago•0 comments

AI Course for Golang incorrectly generates content about the Go board game

https://github.com/nilbuild/developer-roadmap/issues/10226
1•connorboyle•4m ago•0 comments

Show HN: Remove AI Watermark from Text

https://nomark.me/#text-watermark
1•textcortex•5m ago•0 comments

Life on the Uncanny Precipice

https://nsaphra.net/post/uncanny/
1•cdrnsf•6m ago•0 comments

Docker VMM Public Beta: A Complete Overhaul, Built for Performance

https://www.docker.com/blog/docker-vmm-public-beta/
1•Slix•6m ago•1 comments

Trentino DataMine Opens 6MW Data Center Inside Active Dolomites Mine

https://mlq.ai/news/trentino-datamine-opens-6mw-data-center-inside-active-dolomites-mine/
1•T-A•6m ago•0 comments

Fingerprinting documents with steganography (Fast Fwd Labs, 2015)

https://blog.fastforwardlabs.com/2017/06/25/fingerprinting-documents-with-steganography.html
1•aanet•8m ago•1 comments

In the Footsteps of Robert Moses

https://aresluna.org/in-the-footsteps-of-robert-moses/
2•throwaway270925•10m ago•0 comments

Mother of Invention

https://www.economist.com/1843/2018/02/27/mother-of-invention
1•geneticdrifts•12m ago•0 comments

Show HN: Keep batch LLM jobs from starving interactive traffic (TypeScript)

https://github.com/janbalangue/async-bulkhead-llm
1•janbalangue•12m ago•0 comments

Show HN: Xpt – minimalist C package manager

https://git.sr.ht/~juanvel400/xpt
1•juanvel400•15m ago•0 comments

Contributing to the Lean Mathlib Library – Tanner Duve

https://www.youtube.com/watch?v=GqsBVW3d_vc
1•abaradwaj•17m ago•1 comments

Ask HN: Why Connected Home Appliances?

2•ripe•19m ago•1 comments

circle rain sin

https://openprocessing.org/@u141185/2376570
1•bookofjoe•20m ago•0 comments

Beer Nuts

https://en.wikipedia.org/wiki/Beer_Nuts
1•reaperducer•20m ago•0 comments

Senior Scala/Java Developer

1•ali_rezvani•21m ago•1 comments

A simple fix for LLM tail latency

https://engineering.myhoai.com/posts/a-simple-fix-for-llm-tail-latency/
1•zhixuan•21m ago•0 comments

Cats and dogs are missing meals after a popular smart feeder went down

https://www.theverge.com/tech/979295/petlibro-outage-smart-pet-feeders
1•speckx•23m ago•1 comments

Solo founder, non-technical, $100M raised

https://solofounders.beehiiv.com/p/solo-founder-non-technical-100m-raised
1•spking•24m ago•0 comments

Chestnut

https://blog.comma.ai/chestnut/
2•simonpure•25m ago•0 comments

87-Webcam Multiview of the 2026 Eclipse

https://ostwilkens.se/blog/eclipse
1•ostwilkens•28m ago•0 comments

Show HN: VolumeM8 – Volume Control for Chrome

https://chromewebstore.google.com/detail/volumem8-volume-control/nacgakdfnhfmoipjhfbbpicfpkdajomg
1•louisblythe•29m ago•0 comments

ICE equipping agents with gloves that deliver electric shocks

https://www.bbc.com/news/articles/c20d292gdp4o
1•dabinat•29m ago•0 comments

Turning molecules into reliable electronic devices

https://news.mit.edu/2026/turning-molecules-into-reliable-electronic-devices-0803
1•signa11•31m ago•0 comments

Unless nderstanding std:counting_semaphore and std:binary_semaphore from C++20

https://www.cppstories.com/2026/semaphore/
1•signa11•32m ago•0 comments

The End of Mathematics

https://www.daniellitt.com/blog/2026/8/11/the-end-of-mathematics
1•rzk•33m ago•0 comments

Rubber Chicken AI

https://teambuildingschool.com
1•tylerhayden•34m ago•1 comments

My Ten Years in No Man's Sky

https://nmsspot.com/2026/08/09/my-ten-years-in-no-mans-sky/
2•blakespot•35m ago•1 comments

Show HN: TimeM8 – Time Tracking and Invoicing

https://chromewebstore.google.com/detail/timem8-–-time-tracking-in/mchhcaboohohmhedhmghenjnfjgk...
1•louisblythe•35m ago•0 comments

Show HN: DarkM8 – Dark Mode Chrome Extension

https://chromewebstore.google.com/detail/darkm8/ilhmpipdbgkiogeiicdjcmpgijeicpdb
1•louisblythe•37m ago•0 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.