frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Turn photo, topic, or word list into German study sheets

https://khumbu.im/
1•hudvin•25s ago•0 comments

TRADIC – TRAnsistor DIgital Computer – The First Transistorized Computer (1954)

https://en.wikipedia.org/wiki/TRADIC
1•peter_d_sherman•1m ago•0 comments

Never Forget How Eagerly Apple and Google Coddled Fascism

https://karlbode.com/never-forget-how-eagerly-apple-and-google-coddled-fascism/
3•HotGarbage•3m ago•0 comments

Show HN: 2.9M transcription errors: China company code vs. US VIN check digit

https://currawongweb.com/verify/check-digit-protection-study/
1•Derrick459•3m ago•0 comments

A story about HTML and AI

https://sproutmarkup.com/view/034b2408b0a84d3892383bb0b70e4536
1•ginooliver•4m ago•0 comments

Dana Nessel's "Stark Choice" for Jewish Democrats

https://medium.com/freedomofthought/dana-nessels-stark-choice-for-jewish-democrats-5ac4d93571b3
1•raynchad•4m ago•0 comments

9/11: Is Bin Laden's Attack Still a State Secret?

https://medium.com/freedomofthought/9-11-a-mega-terrorist-attack-imagined-by-bin-laden-still-unde...
1•raynchad•5m ago•0 comments

Customer Service That Remembers

https://weblog.rogueamoeba.com/2026/09/03/customer-service-that-remembers/
2•K7PJP•5m ago•0 comments

OpenAI begins rolling out Astra model after warning advanced cyber capabilities

https://www.cnbc.com/2026/09/03/open-ai-astra-gpt-6-cyber.html
4•maskil•6m ago•0 comments

Show HN: Addom – Open-source, telemetry-free AI coding harness and editor

https://github.com/JosPMSilva/ADDOM
1•JosPMSilva•6m ago•1 comments

Superlogical Pre-Alpha Demo [video]

https://www.youtube.com/watch?v=XyxShCZrGiw
2•droidjj•7m ago•0 comments

OpenAI launches new Astra model amid growing scrutiny over agents' safety

https://www.reuters.com/legal/litigation/openai-launches-new-astra-model-amid-growing-scrutiny-ov...
2•Philpax•8m ago•0 comments

APOD's main NASA site is moving

https://asterisk.apod.com/viewtopic.php?t=45023#p349496
2•2b3a51•10m ago•1 comments

Mom Gets 6-Month Suspended Jail Sentence for Letting 5-Year-Old Walk to the Pond

https://www.yahoo.com/news/us/articles/virginia-mom-gets-6-month-113005821.html
2•rationalist•10m ago•0 comments

Skyportal, an open source AI infra engineer with an approval gate

https://github.com/SkyportalAi/skyportalai
1•henrique221•11m ago•0 comments

GPT-6 Astra Is Here–and OpenAI Thinks It May Kick Off the AGI Era

https://www.wired.com/story/openai-says-gpt-6-can-use-a-computer-better-than-a-human/
2•prabal97•11m ago•0 comments

Neal Stephenson is leaking again; When computer isn't computer

https://thingsthatcaughtmyattention.com/e/s21e27-neal-stephenson-is-leaking-again-when
1•speckx•11m ago•0 comments

Playco cut manual fixes 50% prototyping games with GPT‑6 Astra

http://openai.com/index/playco-game-prototyping-with-astra
2•nateb2022•12m ago•0 comments

The Ban Artificial Superintelligence Act [pdf]

https://www.sanders.senate.gov/wp-content/uploads/Ban-Artificial-Superintelligence-Act-Release-Su...
3•gmays•12m ago•1 comments

How Special Is Programming as a Token-Infall Attractor?

https://braddelong.substack.com/p/how-special-is-programming-as-a-token
1•_dwt•13m ago•0 comments

In Portuguese Village a Blanket of Dough Becomes an Ethereal Pastry

https://www.nytimes.com/interactive/2026/09/03/dining/pastry-portugal-pastel-tentugal-tradition.html
2•mykowebhn•13m ago•0 comments

Commons News – Progressive Link Aggregator

https://commons.news/
1•artoghrul•14m ago•0 comments

The Double Matthew Walker Knot by Fable 5.1

https://claude.ai/public/artifacts/06fd26a5-403c-47c8-af49-dcf6c35ec55c
5•nemesis17•14m ago•1 comments

Hugging Face approached Nvidia’s Huang weeks ahead of $12.9B acquisition

https://www.cnbc.com/2026/09/03/nvidia-agrees-to-buy-hugging-face-for-almost-13-billion-ai-expans...
2•eutropheon•15m ago•0 comments

Show HN: SyncLite – Offline-first apps with automatic database sync

https://www.youtube.com/shorts/Nv5jjDxNdXA
1•mahcha•16m ago•0 comments

The Ads Model for Prompts Vertically Integrates AI – Tom Tunguz

https://tomtunguz.com/the-ads-model-for-prompts-vertically-integrates-ai/
1•manualwise•17m ago•0 comments

OpenAI Claims Latest Model Astra Could Be Considered AGI

https://www.ft.com/content/55ab40c0-59e2-4c0b-97c9-4f4f5a71a8bb
2•znq•17m ago•3 comments

Rantjs: Write a Pattern, Get a Sentence

https://github.com/robbestad/Rantjs
1•blockbeard•17m ago•0 comments

Satellite images show penguins' diets are changing in response to climate change

https://theconversation.com/satellite-images-show-how-penguins-diets-are-changing-in-response-to-...
3•DemiGuru•18m ago•0 comments

Show HN: Omarchy on Apple Silicon via VM

https://github.com/azilnik/omarchy-apple-silicon-parallels
1•azilnik•19m 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.