frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open-source security auditors for Supabase, Strapi, Hasura and Ollama

https://github.com/Perufitlife/awesome-backend-security
1•renzomad•1m ago•0 comments

Nonstop Trading, Lots of Leverage. How 'Perp Futures' Are Changing Wall Street

https://www.wsj.com/finance/commodities-futures/nonstop-trading-loads-of-leverage-how-perp-future...
1•JumpCrisscross•5m ago•0 comments

Reddit account history viewer, even for deleted posts

https://deletedby.com
2•Mobile-Spread•8m ago•1 comments

The System Moved On, but It Didn't Forget

https://webmnem.here.now/system-moved-on-but-it-didnt-forget/
1•InfraStack•11m ago•0 comments

The AI Tarpit: Why You Can't Stop Reading Your Code

https://www.williamangel.net/blog/2026/06/22/The-AI-Tarpit-Why-You-Cant-Stop-Reading-Your-Code.html
1•datadrivenangel•14m ago•0 comments

I Bought the Trump Phone [video]

https://www.youtube.com/watch?v=b1ytw85Npt8
3•billfor•14m ago•0 comments

Show HN: A 3D world you grow from your phone's camera flash

https://phronesis.world/similar
3•degibug•18m ago•0 comments

King's study finds AI chose nuclear signalling in 95% of simulated crises

https://www.kcl.ac.uk/news/artificial-intelligence-under-nuclear-pressure-first-large-scale-kings...
1•totetsu•19m ago•1 comments

Man used massage gun on his tired eyeballs. It went as well as you'd expect

https://arstechnica.com/health/2026/06/man-used-massage-gun-on-his-tired-eyeballs-it-went-as-well...
4•canucker2016•21m ago•2 comments

Ask HN: Has Codex gotten slower recently?

4•aurenvale•22m ago•0 comments

Show HN: ExtensionBooster – Get real human reviews for your apps

https://extensionbooster.net/
3•quangpl•22m ago•1 comments

How I made the firewood splitting simulator

https://old.reddit.com/r/vibecoding/comments/1uckug1/heres_how_i_made_the_firewood_splitting_simu...
3•thunderbong•24m ago•0 comments

Show HN: Loft gives thumb-keys and split-layout on a standard laptop or keyboard

https://loftkeyboard.com
4•RuleOfBirds•26m ago•0 comments

Prompt Preflight – catch vague AI-agent prompts before they burn tokens

https://github.com/akg268/prompt-preflight/
2•akg268•27m ago•0 comments

Chain-of-Trust with AI

https://marirs.net.in/cot/
2•sriramster•28m ago•1 comments

Show HN: I scanned every YC Spring 2026 startup for what AI crawlers see

https://potatometer.com/blog/yc-spring-2026-ai-reach-vs-readability
2•apswin•35m ago•0 comments

AWS Lambda MicroVMs for isolated execution of user and AI-generated code

https://aws.amazon.com/about-aws/whats-new/2026/06/aws-lambda-microvms/
9•leemoore•38m ago•2 comments

HR consultant wins English court case using AI lawyer in apparent legal first

https://www.theguardian.com/technology/2026/jun/22/artificial-intelligence-law-firm-wins-court-ca...
3•mellosouls•39m ago•0 comments

How to be a `web' `designer' (1999)

https://chris.ex-parrot.com/design.html
4•DASD•42m ago•0 comments

Zhipu AI Surges Past Trillion Yuan Market Cap in China's AI Boom

https://asiaai.fyi/zhipu-ai-surges-past-trillion-yuan-market-cap-in-chinas-ai-boom/
6•dweisinger•43m ago•0 comments

Zombie unicorns are haunting Silicon Valley

https://economist.com/business/2026/06/21/zombie-unicorns-are-haunting-silicon-valley
3•pseudolus•43m ago•1 comments

The Secret Reason Bosses Want Everyone Back in the Office, Every Day: Narcissism

https://www.nytimes.com/2026/06/22/opinion/office-work-wfh-bosses.html
5•mmooss•43m ago•2 comments

Ultralytics YOLO26: Unified Real-Time End-to-End Vision Models

https://arxiv.org/abs/2606.03748
4•teleforce•48m ago•0 comments

Lies, Damn Lies and Database Benchmarks

https://questdb.com/blog/lies-damn-lies-and-database-benchmarks/
2•eigenBasis•49m ago•0 comments

DeepSeek Just Solved AI's Billion Dollar Problem [video]

https://www.youtube.com/watch?v=mG4SmhWyeFA
3•lobo_tuerto•49m ago•1 comments

Terminal coding agent powered by Kimchi's multi-model orchestration

https://github.com/getkimchi/kimchi
3•doanbactam•50m ago•0 comments

Show HN: ShipFast – Deploy any project to production with one command

https://xiaohou2503687-design.github.io/shipfast-oss/
2•shipfastcli•56m ago•0 comments

WaterToGo – JavaScript/TS/Python/Rust Codebases to Go

https://github.com/StellariumFoundation/WaterToGo
2•john_victor•1h ago•0 comments

Lopo Programming Language – A lightweight scripting language with clean syntax

https://github.com/dominexmacedon-docs/lopo-docs
3•dominex•1h ago•0 comments

Counter-Strike – a billion-dollar game built in a dorm room [video]

https://www.youtube.com/watch?v=tLB8J3CrlO0
2•coolwulf•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.