frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Nostalgebraist's Hydrogen Jukeboxes

https://www.astralcodexten.com/p/nostalgebraists-hydrogen-jukeboxes
1•Michelangelo11•4m ago•0 comments

How a self-proclaimed Swiss king's 'empire' is riling local authorities

https://www.france24.com/en/europe/20260510-how-switzerland-self-proclaimed-king-built-a-land-emp...
1•smcin•5m ago•1 comments

kzoo.k

https://www.nsl.com/k/kzoo.k
1•tosh•9m ago•0 comments

My Thoughts on AI, Part 1: Fears, Opinions, and Mental Journey

https://blog.isquaredsoftware.com/2026/05/ai-thoughts-part-1-fears-opinions-journey/
1•mavelikara•9m ago•0 comments

Terse Code

https://iabdb.me/2021/04/13/terse-code/
1•tosh•12m ago•0 comments

Solving Connect Four

http://blog.gamesolver.org/
1•truegoric•13m ago•0 comments

Distrust Has a Job; It's Just Not the One You're Doing

https://age-of-product.com/micromanager-ai/
1•swolpers•22m ago•0 comments

World Models for Planning Agents

https://mpmisko.github.io/ai-fundamentals-world-models-and-latent-dynamics/
2•mpmisko•22m ago•0 comments

Amazing Chessboard Patterns [video]

https://www.youtube.com/watch?v=VgmDuBCayPw
1•rwmj•28m ago•1 comments

Fellow Artists, I'm Begging You to Pull Your Heads Out of the Sand About AI

https://glasshalftrue.substack.com/p/fellow-artists-im-begging-you-to
1•_thisdot•34m ago•0 comments

LLMs Are the Key to Mutation Testing and Better Compliance

https://engineering.fb.com/2025/09/30/security/llms-are-the-key-to-mutation-testing-and-better-co...
1•nishantjani10•35m ago•1 comments

The Daily Wire vs. US State Department

https://www.courtlistener.com/docket/68065253/131/the-daily-wire-llc-v-united-states-department-o...
1•47282847•38m ago•0 comments

Updated Aether Mind Whitepaper

https://qbc.network/docs/aether
1•BlockArtica•40m ago•0 comments

A beginner's guide to irrational behaviour

https://danariely.com/coursera/
1•charlieirish•41m ago•0 comments

Show HN: GDD–36 MCP tools to run N isolated Chromium browsers from Claude/Cursor

https://github.com/Cap-of-tea/GDD
1•imVSall•41m ago•0 comments

Pancreatic cancer just met its match: its death sentence is treatable

https://www.worksinprogress.news/p/pancreatic-cancer-just-met-its-match
1•NewCzech•45m ago•0 comments

A Lo-Fi Rebellion Against A.I

https://www.newyorker.com/culture/infinite-scroll/a-lo-fi-rebellion-against-ai
1•XzetaU8•46m ago•1 comments

Recent Kernel exploits, attack surface reduction, example IPSEC

https://www.openwall.com/lists/oss-security/2026/05/16/3
1•birdculture•47m ago•0 comments

The Gervais Principle

https://chamoda.com/the-gervais-principle
2•chamoda•57m ago•0 comments

When can the C++ compiler devirtualize a call?

https://quuxplusone.github.io/blog/2021/02/15/devirtualization/
1•lionkor•1h ago•0 comments

Fast16 Sabotage Tool Was Built to Subvert Nuclear Weapons Simulations

https://www.security.com/threat-intelligence/fast16-nuclear-sabotage
2•ledoge•1h ago•0 comments

Writing Z80 assembly, 4 decades later:-)

https://github.com/ttsiodras/3D-on-a-ZX-Spectrum-48K/
2•ttsiodras•1h ago•0 comments

MegaTrain Full Precision Training of 100B+ Parameter LLMs on a Single GPU

https://github.com/DLYuanGod/MegaTrain
1•adulau•1h ago•0 comments

WHO declares Ebola outbreak in DR Congo a global health emergency

https://www.bbc.co.uk/news/articles/c2l2p0wwzzdo
3•lifeisstillgood•1h ago•1 comments

Ra

https://qntm.org/ra
3•sim04ful•1h ago•0 comments

How to Tell If You're Living in a Binary Crisis

https://www.honest-broker.com/p/how-to-tell-if-youre-living-in-a-8ee
2•Khaine•1h ago•0 comments

Strait of Hormuz submarine cable

https://www.cnn.com/2026/05/17/middleeast/iran-hormuz-undersea-cables-intl
1•reconnecting•1h ago•0 comments

Towards local plug-and-play AI

https://adlrocha.substack.com/p/adlrocha-towards-local-plug-and-play
1•adlrocha•1h ago•0 comments

Why are there squares everywhere in statistics?

https://statmodeling.stat.columbia.edu/2026/05/16/why-are-there-squares-everywhere-in-statistics-...
2•Tomte•1h ago•0 comments

Show HN: Extendable API Gateway Written in Go

2•starwalkn•1h ago•2 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.