frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Lying in Therapy

https://proud2bme.substack.com/p/lying-in-therapy
1•mohmdsad•19s ago•0 comments

Show HN: ResumeSkip – automatically tailor your resume to jobs

https://resumeskip.com/
2•ghosts_•3m ago•0 comments

My AI Agents Ship Code While I Sleep. Nobody Reviews It

https://goatsquadstudios.com/blog/how-i-work-with-ai-agents-autonomously
2•csgod•6m ago•0 comments

Building in the Cloud with Codex, Safely

https://www.ivan.codes/blog/building-in-the-cloud-with-codex
3•deeshee•6m ago•0 comments

Too much Chinese science is ignored by the West

https://www.economist.com/science-and-technology/2026/06/10/too-much-chinese-science-is-ignored-b...
2•ViktorRay•8m ago•0 comments

Show HN: Maritime, a platform for running AI agents for $1 a month

https://maritime.sh
3•mariagorskikh1•9m ago•0 comments

Threepp: Cross-platform C++20 3D library with the high-level API of Three.js

https://github.com/markaren/threepp
2•klaussilveira•10m ago•0 comments

AI-drafted bills are swamping the House office that writes US laws

https://gizmodo.com/its-absolutely-terrifying-ai-is-reportedly-slopping-up-the-bills-in-congress-...
2•fintuner•10m ago•0 comments

Which universities pay their faculty the most?

https://insurancedimes.com/2026/08/17/20-us-universities-where-professors-earn-over-200k-a-year/
2•crookedroad44•11m ago•0 comments

Why packaging is moving from 1D to 2D barcodes

https://www.packaging-gateway.com/features/why-packaging-is-moving-from-1d-to-2d-barcodes/
3•jawns•12m ago•0 comments

The Book of Bots

https://whatever.scalzi.com/2026/08/18/the-big-idea-james-patrick-kelly-2/
2•MattSayar•13m ago•0 comments

To Build a Data Center – Intro to Diesel Generation

https://power2026.ai/diesel
2•nsomani•14m ago•0 comments

Show HN: A sample dataset of computer-use tasks on professional software

https://cua.graderlabs.com/
8•parthmah•16m ago•1 comments

Memory Allocation for Constant-Bounded Programs

https://arxiv.org/abs/2608.14471
1•matt_d•17m ago•0 comments

Ask HN: Good IMAP Email Clients?

2•pudgywalsh•22m ago•1 comments

OpenAI's Second-Quarter Sales Show Tepid Growth Compared with Anthropic

https://www.wsj.com/tech/ai/openais-second-quarter-sales-show-tepid-growth-compared-with-anthropi...
4•cwwc•26m ago•1 comments

Ask HN: Slightly Strange LinkedIn Survey

1•duxup•27m ago•0 comments

The 90-year history of the binoculars bolted to scenic overlooks

https://www.dpreview.com/news/the-90-year-history-of-the-binoculars-bolted-to-scenic-overlooks/
4•sohkamyung•29m ago•0 comments

Simple Systemd Hermes Service Management for Linux and WSL2

https://github.com/icecore2/hermes-as-a-service
2•icecore•29m ago•1 comments

Apple: DOJ's latest challenge in antitrust case 'fails at every level'

https://9to5mac.com/2026/08/17/apple-dojs-latest-challenge-in-antitrust-case-fails-at-every-level/
2•CharlesW•29m ago•0 comments

Building apps using TanStack Start

https://lovable.dev/blog/building-apps-using-tanstack-start
1•e2e4•29m ago•0 comments

Cork Oak Forest in Spain

https://explorelatierra.com/en/2020/11/30/cork-oak-forest-in-spain-uses-and-extraction-of-cork/
1•devy•30m ago•0 comments

Google wins $10M bankruptcy auction for Spirit Airlines 100M emails, 500M chats

https://247wallst.com/investing/2026/08/18/google-just-bought-100-million-emails-from-a-dead-airl...
1•CGMthrowaway•31m ago•0 comments

Google 'gradually' rolling out Android's 'advanced' sideloading

https://9to5google.com/2026/08/18/google-gradually-rolling-out-androids-advanced-sideloading-ahea...
2•gumby271•32m ago•0 comments

Fx, a tiny, open, native coding agent

https://twitter.com/vercel_dev/status/2089828083415355806
2•cramforce•33m ago•0 comments

Fx: Unix Like Coding Agent

https://github.com/vercel-labs/fx
2•jlaneve•33m ago•0 comments

An Ancient Poop Explosion Could Have Helped Complex Life Evolve

https://www.sciencealert.com/an-ancient-poop-explosion-could-have-helped-complex-life-evolve
1•gmays•35m ago•0 comments

Building Without Predicting

https://sive.rs/fit
2•herbertl•35m ago•0 comments

Terry A. Davis Quotes

https://en.wikiquote.org/wiki/Terry_A._Davis
3•LAC-Tech•36m ago•0 comments

The Microsoft Rebrand Registry

https://www.msrebrandregistry.com/analysis.html
2•jnord•38m 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.