frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Enju – humans, AI agents, and compute as peers on one workflow graph

https://github.com/tamerh/enju
1•timurg•41s ago•0 comments

One SQLite File and One Harness Is Enough for French Social Housing

https://github.com/charnould/pierre/blob/master/docs/documentation/2026-05-from-rag-to-sqlite-and...
1•charnould•1m ago•0 comments

Cssdb – Tracks the Implementation Status of Modern CSS Features

https://cssdb.org/
1•javatuts•2m ago•0 comments

Phantom-UI Creates Structure-Aware Skeleton Loaders from the DOM

https://github.com/Aejkatappaja/phantom-ui
1•javatuts•2m ago•0 comments

Scientists are raising new questions about vitamin B12 and cancer

https://www.sciencedaily.com/releases/2026/05/260526022009.htm
1•brandonb•2m ago•0 comments

Typewritten.org Vintage Computer and Technology Manuals

http://www.typewritten.org/Manual/
1•oldnetguy•2m ago•0 comments

Feed Validation Service

https://validator.w3.org/feed/
1•javatuts•2m ago•0 comments

Why AI Agents Cannot Change Software Systems

https://phroneses.com/articles/build/notes/agents-cannot-maintain-systems.html
2•jhevans•3m ago•0 comments

Pope Leo Schooled the Tech Bros on Tolkien

https://www.wired.com/story/pope-leo-schooled-the-tech-bros-on-tolkien/
1•theriddlr•3m ago•0 comments

For the First Time, AI Was My User

https://clairetsao.substack.com/p/for-the-first-time-ai-was-my-user
2•missmoss•5m ago•0 comments

One of the great unresolved embarrassments of physics

https://www.space.com/science/one-of-the-great-unresolved-embarrassments-of-physics-its-been-340-...
1•SVI•5m ago•0 comments

Show HN: PolyCSS – A 3D engine for the DOM (without WebGL)

https://polycss.com
1•rofko•7m ago•0 comments

Why does AI love writing about lighthouse keepers?

https://www.unite.ai/why-does-ai-love-writing-about-lighthouse-keepers/
1•50kIters•9m ago•0 comments

Pardon MIE? – Researchers Discover First Bypass of Apple's Memory Integrity

https://ironpeak.be/blog/bypassing-apple-mie/
2•birdculture•12m ago•0 comments

A helm plugin to show the manifests resource tree of a release

https://github.com/major1201/helm-tree
1•major1201•12m ago•0 comments

SSMS Copilot Is Messing with Your AI Prompts

https://www.brentozar.com/archive/2026/05/ssms-copilots-prompting-can-mess-with-your-ai-advice/
1•speckx•12m ago•0 comments

Whistle

https://abson.bearblog.dev/whistle/
3•Absonsonson•12m ago•1 comments

Show HN: Continuity-auth – Respect-weighted rate limits for the open web

1•danieltanfh95•12m ago•0 comments

Binary Compatible Critical Section Delegation

https://danglingpointers.substack.com/p/binary-compatible-critical-section
1•blakepelton•15m ago•0 comments

The Premier Chipmaker Is Facing Its Biggest Crisis Yet

https://www.culpium.com/p/the-worlds-biggest-chipmaker-is-facing
2•osnium123•16m ago•0 comments

Show HN: Shamefile – Enforce docs for linter bypasses

https://github.com/BKDDFS/shamefile
2•BKDDFS•16m ago•0 comments

Shippstream – a build-in-public execution network for indie builders

https://www.shippstream.com
1•alexandchris•17m ago•0 comments

Show HN: The platform layer for agentic ML engineering

https://github.com/luml-ai/luml
3•iryna_kondr•17m ago•0 comments

Computer programmer finishes game sequel 37 years later

https://www.itv.com/watch/news/computer-programmer-finally-finishes-game-sequel-37-years-later/rp...
1•speckx•18m ago•0 comments

A Linux-like kernel in a browser tab – deep dive in the BrowserPod architecture

https://labs.leaningtech.com/blog/browserpod-deep-dive
2•yuri91•19m ago•0 comments

90% of the T Distribution

https://entropicthoughts.com/ninety-percent-of-the-t-distribution
1•ibobev•20m ago•0 comments

Show HN: Sitchy – Auto-setup any GitHub repo

https://sitchy.vercel.app/
1•herrj•20m ago•0 comments

In Defense of Manual Memory Management

https://dayvster.com/blog/in-defense-of-manual-memory-management/
2•ibobev•20m ago•0 comments

Why Bun Leaving Zig Is Great for Zig

https://dayvster.com/blog/why-bun-leaving-zig-is-great-for-zig/
2•ibobev•21m ago•0 comments

Bluedot 2.1 – Record meetings from your Apple Watch, pipe them to Claude via MCP

https://www.bluedothq.com/
2•rusras64•22m 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.