frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

GPS Map Camera: Timestamp

https://play.google.com/store/apps/details?id=com.gpsmapcamera.gpscameratimestamp.photo.video&hl=...
1•karlnelsone•46s ago•0 comments

ICD-10 chapters and code letters

https://www.johndcook.com/blog/2026/07/14/icd-10-chapters-letters/
1•ibobev•2m ago•0 comments

Thermodynamic Computers Go with the (Energy) Flow

https://www.quantamagazine.org/thermodynamic-computers-go-with-the-energy-flow-20260715/
1•ibobev•2m ago•0 comments

Detecting Full Table Scans with SQLite

https://tenderlovemaking.com/2026/07/15/detecting-full-table-scans-with-sqlite/
1•ibobev•2m ago•0 comments

Apple in talks with PrismML, which shrinks AI models up to 15x to run on iPhones

https://www.cnbc.com/2026/07/14/apple-prismml-ai-compression-iphone.html
1•mgh2•3m ago•0 comments

Men Without Guns- Tribute to Larry McMurtry

https://religiondispatches.org/2021/05/03/men-without-guns-tribute-larry-mcmurtry
1•oliculipolicula•4m ago•0 comments

Uber Agrees to Buy Delivery Hero in $14.8 Billion Deal

https://www.bloomberg.com/news/articles/2026-07-16/uber-agrees-to-buy-delivery-hero-as-food-secto...
1•thm•10m ago•0 comments

AWS CloudFront Is Down

https://health.aws.amazon.com/health/status?eventID=arn:aws:health:global::event/CLOUDFRONT/AWS_C...
6•komape•18m ago•1 comments

Atelier, an open source local AI desktop app for everyone

https://open-atelier.app
1•acleefr•18m ago•0 comments

Nervé: Some Things Here Are Not Right

https://www.royalroad.com/fiction/103797/the-journals-of-noiruzi-sangsung/chapter/2485794/nerve-s...
1•bryanrasmussen•19m ago•0 comments

WorkOS Having a Major Outage

https://status.workos.com
2•weli•20m ago•0 comments

Show HN: LHIC – Deterministic browser automation without an LLM in the fast path

1•pinyencheng•21m ago•0 comments

Rtings Is Now Paywalled

https://www.rtings.com/company/revamping-our-membership-program
1•ivanjermakov•23m ago•0 comments

Engineering Leader's Guide to Outcome-Based Pricing

https://www.thewitn.com/blog/an-engineering-leaders-guide-to-implementing-outcome-based-pricing
1•georgekats•24m ago•0 comments

OpenInterstate – Canonicalized U.S. Interstate Highway Data

https://tomjohnell.com/openinterstate-canonicalized-us-interstate-highway-data/
1•dnw•25m ago•0 comments

How many people still write code by hand?

1•intenex•27m ago•11 comments

Horse – Fast, Opinionated, Minimalist Web Framework for Delphi and Lazarus

https://github.com/HashLoad/horse
2•TheWiggles•28m ago•0 comments

Reinventing Daydreaming Machines

https://zzbbyy.substack.com/p/reinventing-daydreaming-machines
1•nairboon•29m ago•0 comments

Ask HN: How do you handle OSS project with private artifacts?

1•mrsalty•31m ago•0 comments

From Modern Data Stack to Agentic Data Stack

https://seatunnel.apache.org/blog/modern-data-stack-to-agentic-data-stack/
1•luckypeter•32m ago•0 comments

We Rebuilt a Securities Firm's FICC Data Stack – Queries Got 10x Faster

https://medium.com/@DolphinDB_Inc/we-rebuilt-a-securities-firms-ficc-data-stack-queries-got-10x-f...
3•yiweileng•34m ago•0 comments

Is Anthropology Hopelessly Politicized?

https://www.chronicle.com/article/is-anthropology-hopelessly-politicized
1•Michelangelo11•34m ago•0 comments

Native Inotify in FreeBSD

https://klarasystems.com/articles/native-inotify-in-freebsd/
2•fanf2•40m ago•1 comments

HuggingFace is down due to global AWS outage

https://status.huggingface.co/
2•armcat•42m ago•1 comments

Spotify removes 75 million "AI slop" songs

https://www.abc.net.au/news/2026-07-16/spotify-making-ai-music-easier-to-detect/106919814
2•lexandstuff•44m ago•0 comments

A free, hands-on cybersecurity foundations certificate

https://hackviser.com/core
1•sadican•44m ago•1 comments

At DocuWriter.ai, the documentation will make you smile:)

https://www.docuwriter.ai/
1•magarrent•45m ago•0 comments

Tell HN: CloudFront VPC Origins is down

7•cyounkins•46m ago•2 comments

AI and the paradox of self-replacing workers [video]

https://www.ted.com/talks/madison_mohns_ai_and_the_paradox_of_self_replacing_workers
1•fagnerbrack•46m ago•1 comments

I created OpenClaw, the breakthrough AI agent [video]

https://www.ted.com/talks/peter_steinberger_how_i_created_openclaw_the_breakthrough_ai_agent
1•fagnerbrack•46m 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.