frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tech CEOs summoned to Congress for another hearing on social media's risks

https://apnews.com/article/tech-ceos-senate-hearing-zuckerberg-8c2c46758fd669e688170f96fa12a882
1•1vuio0pswjnm7•2m ago•0 comments

Pope Leo calls for being 'profoundly human' in the age of AI

https://www.theverge.com/news/936945/pope-leo-letter-encyclical-ai-anthropic-labor-warfare
1•1vuio0pswjnm7•5m ago•0 comments

Noioaapps – our tools keep you informed (a dream)

https://medium.com/luminasticity/noioaapps-our-tools-keep-you-informed-43db36175f5d
1•bryanrasmussen•7m ago•0 comments

GPT Image 2 left me amazed but exhausted – so I built a little tool

https://imagesv2.ai
1•taoji•11m ago•0 comments

The terrifying rise of schoolboys making AI girlfriends

https://www.telegraph.co.uk/news/2026/05/25/schoolboys-ai-girlfriends/
1•Markoff•13m ago•0 comments

Self-Driving bus in Sweden crashes with tram on first day of passenger service

https://www.firstpost.com/auto/self-driving-bus-in-sweden-crashes-with-tram-on-first-day-of-passe...
2•Markoff•14m ago•0 comments

Notes on Pope Leo XIV's Encyclical on AI

https://simonwillison.net/2026/May/25/encyclical-on-ai/
1•pretext•14m ago•0 comments

The Little Go Book

https://github.com/karlseguin/the-little-go-book
1•saikatsg•15m ago•0 comments

Enhance or Eliminate? How AI Will Likely Change These Jobs

https://www.library.hbs.edu/working-knowledge/enhance-or-eliminate-how-ai-will-likely-change-thes...
1•_____k•19m ago•0 comments

NanoClaw creator turns down $20M buyout offer, raises $12M seed instead

https://techcrunch.com/2026/05/20/nanoclaw-creator-turns-down-20m-buyout-offer-raises-12m-seed-in...
2•doppp•19m ago•0 comments

The User Is Visibly Frustrated

https://pscanf.com/s/354/
2•croes•21m ago•0 comments

Real wages start to shrink in developed countries

https://www.ft.com/content/e126f744-3db9-4305-8871-31f83ebc4ed7
1•mikhael•22m ago•0 comments

The working definition of an Agent Endpoint

https://ianpilon.github.io/agent-endpoint/
1•ianpilon•23m ago•0 comments

New Google sheet favicon – but why?

1•jinen83•24m ago•2 comments

Ask HN: When and why did you start believing in God?

2•dvrp•25m ago•10 comments

Ask HN: Pregunta para los devs hispanohablantes

2•alonsovm44•30m ago•0 comments

AgentBrew – Portable toolbelt for your AI agents

https://github.com/patchen0518/AgentBrew
1•patchen0518•33m ago•0 comments

Ollama v0.30.0-rc23: "directly support llama.cpp" & "compatibility with GGUF"

https://github.com/ollama/ollama/releases/tag/v0.30.0-rc23
2•theanonymousone•33m ago•0 comments

My minimal, memory-safe Go rsync steers clear of vulnerabilities

https://michael.stapelberg.ch/posts/2026-05-24-minimal-memory-safe-go-rsync-vulns/
1•gsky•36m ago•0 comments

Interest Rate May Explain Consumer Sentiment Anomaly

https://www.nber.org/papers/w32163
3•efavdb•37m ago•0 comments

Show HN: Auto GPU Kernel – Autonomous GPU-kernel discovery and optimizer

https://github.com/Dogacel/auto-gpu-kernel
1•dogacel•37m ago•0 comments

Polymorphic Associations in Postgres

https://danolivo.substack.com/p/on-polymorphic-associations-in-postgres
2•gsky•37m ago•0 comments

Elusive order of async GPU kernels: scheduling, abstractions, DSL implications

https://ianbarber.blog/2026/05/25/the-elusive-order-of-things/
1•matt_d•41m ago•0 comments

NewAgentsHub

https://www.newagentshub.dev/
1•IlijaD123•42m ago•0 comments

Continual Speaker Identity Unlearning with Minimal Interference

https://arxiv.org/abs/2605.25962
2•berlianta•49m ago•0 comments

Motorola phones have started hijacking the Amazon app to insert affiliate codes

https://9to5google.com/2026/05/25/motorola-amazon-app-hijacking-behavior/
18•Cider9986•1h ago•5 comments

Show HN: Self-hosted collaborative SQL editor for teams

https://github.com/p-raj/collab-sqlc/
1•joddystreet•1h ago•0 comments

Show HN: Lily Design System: Components for React, Vue, Svelte, HTML, More

https://lilydesignsystem.github.io/
2•jph•1h ago•0 comments

Show HN: AgentToolBench-Code – security benchmark for AI coding agents

https://gist.github.com/allenwu-blip/fa2bd0218b93a1d7aef765817e3c6608
1•allenwu06•1h ago•0 comments

Earthion: A New Mega Drive-Style Shoot-Em-Up

https://earthiongame.com/
6•MrBuddyCasino•1h 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.