frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Scientists Engineer "Tumor-Eating" Bacteria That Devour Cancer from Within

https://scitechdaily.com/scientists-engineer-tumor-eating-bacteria-that-devour-cancer-from-within/
1•doener•57s ago•0 comments

Claude Code now appends a link to a Claude session in every commit

3•codexon•7m ago•0 comments

Develop Cross-Platform CLI and GUI Tools with Tcl/Tk

https://cgicoffee.com/blog/2026/04/tcl-tk-develop-cross-platform-cli-gui-tools-tutorial-guide
1•aryonoco•7m ago•0 comments

EC2 R9g and R9gd Instances Powered by AWS Graviton5 Are GA

https://aws.amazon.com/blogs/aws/amazon-ec2-r9g-and-r9gd-instances-powered-by-aws-graviton5-proce...
2•krembo•7m ago•0 comments

Grand Theft Auto VI Has a New Trailer and Grand Ambitions

https://www.nytimes.com/2026/08/27/arts/grand-theft-auto-vi-trailer-extended-look-rockstar.html
1•mikhael•9m ago•0 comments

Congress to vote on denying federal funding to universities that boycott Israel

https://twitter.com/dylanotes/status/2094229210889965634
3•slowin•15m ago•0 comments

Progress, Pitfalls, and the Fight for Enforceable Location Data Protections

https://www.eff.org/deeplinks/2026/08/privacy-map-part-2-progress-pitfalls-and-fight-enforceable-...
1•hn_acker•17m ago•1 comments

CrispASR: One C++ binary for multilingual ASR and TTS models

https://github.com/CrispStrobe/CrispASR
1•sea-gold•17m ago•0 comments

How to get a free .arpa domain

https://hawksley.dev/blog/get-free-arpa-domain
3•ethanhawksley•17m ago•1 comments

Solaris our first Interface World Model [video]

https://www.youtube.com/watch?v=c2yCePPnrSA
1•elsewhen•19m ago•0 comments

Repeating Ourselves Less with M4

https://nemin.hu/httpd-macros/index.html
2•birdculture•21m ago•0 comments

Google Analytics MCP Server

https://developers.google.com/analytics/devguides/MCP
1•__vivek•24m ago•0 comments

Delulu Is the Solulu

https://antar.me/blog/delulu-is-the-solulu/
3•JumpCrisscross•24m ago•0 comments

Remix 3 Release RC

https://remix.run/blog/remix-3-release-candidate
1•0xedb•25m ago•0 comments

Ancient Volcano in Nth England Caused Kinnekulle Tephra

https://gizmodo.com/scientists-discover-a-hidden-supervolcano-buried-beneath-england-2000805057
1•Gaishan•30m ago•0 comments

25-year update on the "Millennium problems" in physics

https://bigthink.com/starts-with-a-bang/update-millennium-problems-physics/
2•audreyfei•31m ago•0 comments

1,664 cases where the AI went out of control

https://www.theguardian.com/technology/2026/aug/29/sharp-rise-in-incidents-of-ai-escaping-users-c...
1•kinti•31m ago•1 comments

The history of frontier models on a crime scene evidence board

https://models.kylejeong.com/
1•Kylejeong21•33m ago•0 comments

Metadata requests no longer tracked in PyPI download counts

https://blog.pypi.org/posts/2026-08-31-download-counts/
2•miketheman•34m ago•0 comments

Electricity-free miniaturized solid state cooling

https://www.theregister.com/science/2026/08/28/german-japanese-researchers-invent-electricity-fre...
2•Gaishan•34m ago•0 comments

Ink & Switch: Introducing Patchwork-26 [video]

https://www.youtube.com/watch?v=4UxGijnuXEs
2•spiralganglion•34m ago•0 comments

Bank of America bans working remotely 2 days in a row

https://www.hcamag.com/us/specialization/corporate-wellness/bank-of-america-bans-working-remotely...
1•randycupertino•35m ago•0 comments

AI Job Scout and Rate Matcher

https://github.com/Deviad/job-hunter
1•Deviad•36m ago•0 comments

How plane-tracking live streams are made [video]

https://www.youtube.com/watch?v=RbjHrD2hJp4
1•toomuchtodo•43m ago•0 comments

Ask HN: Who is using coding agents for memory optimization?

1•henningpeters•44m ago•0 comments

A unified platform for dexterous manipulation research

https://projectsuperdex.com/
1•hheikinh•44m ago•0 comments

100-Year Human Aging Study

https://clinicaltrials.gov/study/NCT07563777
4•arbayi•44m ago•0 comments

Irc.com

https://irc.com/
2•gregsadetsky•44m ago•0 comments

Poll: Did you know polls exist as a native HN feature?

2•NickNaraghi•45m ago•1 comments

18 month survey of unsecured Ollama servers and an unsolved mystery

https://day50.dev/woahllama/
6•kristopolous•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.