frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Gitwal – GitHub Event Archive

https://gitwal.com
1•mihau•4m ago•0 comments

Robots Are Learning to Feel

https://spectrum.ieee.org/tactile-data-robots
1•marc__1•7m ago•0 comments

Gavin Newsom imposes strict new rules on AI, social media, chatbots for children

https://www.theguardian.com/media/2026/sep/10/gavin-newsom-social-media-bill
1•dgellow•7m ago•0 comments

Unless there is a coordinated slowdown, human extinction seems likely

https://x.com/Marcus_J_W
2•milkshakes•8m ago•0 comments

Mining Qwen 3.8 reasoning trace for prompt/skill evaluation

https://olegivye.com/#/article/confusion-evaluation
1•olekrk•10m ago•0 comments

Show HN: Arcstone – Fail-closed local runtime with sub-12ms execution bounds

https://github.com/trencinodin-stack/arcstone-continuity-core
1•Founderarcstone•10m ago•0 comments

Resist "AI"

https://ronjeffries.com/articles/-v026/x/t/
2•mborch•12m ago•0 comments

The Newsroom That Conducted Its Own Cancer Study

https://www.cjr.org/laurels-and-darts/the-newsroom-that-conducted-its-own-cancer-study-keyport-ne...
1•Tomte•13m ago•0 comments

An adult AI image, video and companion chat platform [NSFW AI]

https://aifapper.com
1•gptguru•15m ago•0 comments

Y Combinator's Garry Tan says 'do nothing' about distillation

https://www.cnbc.com/2026/09/11/y-combinator-garry-tan-says-do-nothing-about-distillation.html
2•Betelbuddy•21m ago•0 comments

Adding Rails Runner to AdonisJS

https://rohitpaulk.com/articles/adding-rails-runner-to-adonisjs
1•rohitpaulk•22m ago•0 comments

Biological War: A Scenario

https://en.wikipedia.org/wiki/Biological_War:_A_Scenario
2•simonebrunozzi•23m ago•0 comments

HQLookup – ask questions across PDFs, Excel files, and business documents

https://hqlookup.com/
1•donfullstack•24m ago•0 comments

Yemeni militants used Anthropic AI to try to build ballistic missiles

https://www.ft.com/content/8310cf56-ce60-4e6e-8254-5bb470e9a880
2•sbulaev•25m ago•0 comments

I Explored the Internet Nobody Visits Anymore [video]

https://www.youtube.com/watch?v=06CtILES4Es
1•nephihaha•30m ago•0 comments

Meta is asking some of its employees to become managers again in a new reorg

https://www.businessinsider.com/meta-asks-some-ai-employees-to-become-managers-again-2026-9
3•achow•30m ago•0 comments

InSpectre: Open,Zero-cloud network visibility, security and container management

https://inspectre.cc
1•thefunkygibbon•31m ago•0 comments

How Russia Continues to Reinvent the One-Way Attack Drone

https://www.csis.org/analysis/shahed-geran-how-russia-continues-reinvent-one-way-attack-drone
1•allenleee•33m ago•0 comments

Ask HN: Remove Filler LLM Comments

2•HNIsUnusable•34m ago•1 comments

NATO allies thwart Russian undersea cable sabotage operation

https://www.euronews.com/my-europe/2026/09/10/nato-allies-successfully-thwart-russian-undersea-ca...
4•delichon•36m ago•0 comments

Autonomous Tesla Cybercabs Hit the Streets of New York City

https://gothamist.com/news/autonomous-tesla-cybercabs-hit-the-streets-of-new-york-city
2•geox•38m ago•0 comments

Timeline: The September 11 terrorist attacks

https://millercenter.org/remembering-september-11/september-11-terrorist-attacks
1•GaryBluto•41m ago•0 comments

Terrorism designation has global consequences for open internet

https://www.article19.org/resources/usa-terrorism-designation-has-global-consequences-for-open-in...
1•robtherobber•42m ago•0 comments

GTFS is a community-driven open standard for rider-facing transit information

https://gtfs.org/
2•Bluestein•44m ago•0 comments

Following complaints, Dyson is withdrawing its $500 toothbrush from sale

https://www.numerama.com/tech/2330911-apres-de-nombreux-signalements-dyson-retirerait-deja-de-la-...
7•matthieu_bl•46m ago•7 comments

How to Write an Effective Software Design Document

https://refactoringenglish.com/excerpts/write-an-effective-design-doc/
1•birdculture•46m ago•0 comments

NPM extends recovery-code security holds to all accounts

https://github.blog/changelog/2026-09-09-npm-extends-recovery-code-security-holds-to-all-accounts/
1•soheilpro•48m ago•0 comments

Show HN: What happened to 14,229 launches from Show HN, YC and Product Hunt

https://www.buildorskip.com
1•skr007•48m ago•0 comments

2nd mathematician is accusing OpenAI of being dishonest about training data

https://qz.com/openai-mathematician-training-data-dishonesty-andreas-thom-091026
3•jacquesm•48m ago•0 comments

2001: The Tale of an American Peter Rabbit (2026)

https://medium.com/@solidi/2001-the-tale-of-an-american-peter-rabbit-3e9927c91b2a
1•biscuits1•48m 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.