frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A local-first grid of grids for notes (similar to treesheets)

https://tanji.systems/ingrid/
1•97-109-107•2m ago•0 comments

Ask HN: What are you using for LLM inference in production?

1•chrislim•3m ago•0 comments

Gemini Spark Your 24/7 personal AI agent

https://gemini.google/overview/agent/spark/
1•__vivek•5m ago•0 comments

Progress toward compiling Linux with gccrs

https://lwn.net/SubscriberLink/1083202/f1ba926cd57ac5c5/
1•birdculture•6m ago•0 comments

Floatboat DeepSeek Agent – AI with real browser access

https://deepseek-agent.com/
1•Floatboat_ai•7m ago•0 comments

They are just thoughts and feelings

1•alfarez•12m ago•0 comments

Datasaurus Dozen

https://en.wikipedia.org/wiki/Datasaurus_dozen
2•diatone•12m ago•0 comments

Being early looks a lot like being wrong: notes after a defence tech exit

https://medium.com/@ErikKannike/being-early-looks-a-lot-like-being-wrong-notes-after-a-defence-te...
2•possiblelion•13m ago•0 comments

The Center on Long-Term Risk

https://longtermrisk.org/about-us
2•Bluestein•14m ago•0 comments

Ask HN: What are your rules for letting an AI agent commit code?

1•Marvin_RunAI•18m ago•0 comments

Why e-readers are so expensive?

https://world-of-ereader.com/why-e-readers-are-so-expensive/
2•nicoloren•21m ago•0 comments

Gemini Spark now integrates with Chrome

https://blog.google/innovation-and-ai/products/gemini-app/gemini-spark-updates-july-2026/
1•nyku•23m ago•0 comments

Linux Network Latency Testing

https://0xcafed00d.neocities.org/#/linux/network-latency-testing
1•neomech•23m ago•0 comments

The Problem – Machine Intelligence Research Institute

https://intelligence.org/the-problem/
1•1d22a•26m ago•0 comments

Evidence of a Global SuperOrganism (2008)

https://kk.org/thetechnium/evidence-of-a-g/
2•jalev•30m ago•0 comments

AI: Considerations for people who make decisions

https://berthub.eu/articles/posts/ai-for-decision-makers/
3•soheilpro•31m ago•0 comments

Ask HN: How do you sell software to customers in China?

1•fenesiistvan•33m ago•0 comments

A London Taxi Family Confronts the Driverless Future

https://www.bloomberg.com/news/articles/2026-07-31/waymo-s-london-launch-tests-the-future-of-icon...
1•helsinkiandrew•36m ago•1 comments

Show HN: AI Product Opportunity

https://aiproductopportunity.com
1•vinitk80555•37m ago•0 comments

German court rules AI music firm Suno broke copyright rules

https://www.reuters.com/world/german-court-rules-ai-music-firm-suno-broke-copyright-rules-2026-07...
3•saaaaaam•38m ago•0 comments

US Military jamming disrupted a medical plane's GPS system before it crashed

https://apnews.com/article/new-mexico-plane-crash-medevac-ntsb-gps-d95ba57711f926082d7f11d2c20f0f0d
2•1d22a•39m ago•1 comments

A detailed Lidar map of England and Wales

https://lidarmap.uk/
1•hermitcrab•40m ago•1 comments

Why Enterprise AI Gets Hard After the First Agent

https://medium.com/@DolphinDB_Inc/enterprise-ai-needs-more-than-chatbots-meet-dolphinx-6704da50a733
1•yiweileng•41m ago•0 comments

First AI Agent in 30 Minutes

1•lawalkola•42m ago•0 comments

Boomers Can't Stop Gifting Their Grandkids AI-Generated Slop Books

https://www.wired.com/story/boomers-cant-stop-gifting-their-grandkids-ai-generated-slop-books/
2•01-_-•42m ago•0 comments

Sony Not Budging on Ending PlayStation Discs in the Face of Fan Protests

https://kotaku.com/sony-not-budging-on-ending-playstation-discs-in-the-face-of-fan-protests-were-...
1•01-_-•43m ago•0 comments

A Microsoft Flight Simulator Cinderella Story: Building the A220 Airliner

https://news.xbox.com/en-us/2026/07/30/microsoft-flight-simulator-cinderella-story-building-a220-...
1•rb2e•46m ago•0 comments

Chinese military researchers tap US AI models to train defence systems

https://www.reuters.com/world/asia-pacific/chinese-military-researchers-tap-us-ai-models-train-de...
2•iLuddite•49m ago•0 comments

Show HN: STE-Code a distillation and adaptation of ASD-STE100 for code

https://github.com/NikolaRHristov/STE-Code
1•nikolahristov•51m ago•0 comments

Yann LeCun's $1B Bet Against LLMs [Part 1] [video]

https://www.youtube.com/watch?v=kYkIdXwW2AE
3•KolmogorovComp•52m 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.