frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Sentinel Protocol – open-source AI firewall

1•Raviteja_•1m ago•0 comments

Show HN: SupaSidebar – I made Arc's sidebar universal for every browser

https://www.supasidebar.com
1•supasidebar•2m ago•0 comments

Thermal Imaging for Cardiorespiratory and Sudomotor Response Monitoring

https://arxiv.org/abs/2602.12361
1•PaulHoule•2m ago•0 comments

Git City

https://www.thegitcity.com/
1•mellosouls•2m ago•0 comments

Show HN: Termstage – Animated terminal SVGs from YAML, no screen recording

https://github.com/saikatkumardey/termstage
1•saikatkumardey•2m ago•0 comments

Show HN: Phone a Friend for Claude Code – GPT, Gemini, DeepSeek via MCP

1•spranab•2m ago•0 comments

phyz@home: distributed quantum gravity

https://home.phyz.dev
1•ecto•2m ago•0 comments

Show HN: The von Neumann era is over. Fabricating physical 3-phase AC ternary AI

1•tech_founder•3m ago•0 comments

Non-Consumer Hardware Represents ~15% of YC W26

https://www.extruct.ai/research/industrial-tech-thesis/
1•zkid18•3m ago•0 comments

Area Man Discovers Gravity

https://campedersen.com/phyz-at-home
1•ecto•3m ago•0 comments

Show HN: Leanvox Python SDK – Text-to-speech in 3 lines of code

https://github.com/voco-labs/leanvox-mono/tree/main/sdks/python
1•leanvox•3m ago•0 comments

Garden Horizons Codes

https://garden-horizons.com/
1•candseven•4m ago•0 comments

Seized Art, Eavesdropping at Detention Center as Kids Shared Their Stories

https://www.propublica.org/article/dilley-detention-center-kids-art-removal
1•hn_acker•4m ago•2 comments

Show HN: Ccperm – Audit Claude Code permissions across projects

https://github.com/letsur-dev/ccperm
1•dongekon•4m ago•0 comments

Lindsay Casale π² on X: "Never Apply to Another Job Again" / X

https://twitter.com/LindsayCasale/status/2026758489276821655
1•bilsbie•5m ago•0 comments

Show HN: StageWright – A performance-focused Playwright reporter with AI

https://stagewright.dev/
1•qagaryparker•6m ago•0 comments

Non-public document reveals science may not be prioritized on next Mars mission

https://arstechnica.com/space/2026/02/a-non-public-document-reveals-that-science-may-not-be-prior...
1•LorenDB•6m ago•0 comments

Trapped in MS Office

https://ia.net/topics/trapped-in-ms-office
1•Coral-Tiny•6m ago•0 comments

Show HN: WP-Hunter, WP recon and SAST tool (building Agentic AI pipeline)

https://github.com/xeloxa/WP-Hunter
1•xeloxa•6m ago•0 comments

Claude Code: The Revolution Nobody Noticed

https://dentro.de/ai/blog/2026/02/24/claude-code-the-revolution-nobody-noticed/
1•myk-e•7m ago•0 comments

Show HN: How AI Content Automation Is Reshaping SaaS Marketing in 2025

1•jackcofounder•8m ago•0 comments

New Hetzner prices: +30% starting on 1 April

https://p169.p3.n0.cdn.zight.com/items/geuGklEB/591bb9f6-ef96-41d8-9288-f14fa008570f.png
2•lovegrenoble•8m ago•1 comments

Google is serving straight-up malware as the top result for Claude Code

https://minimumviableposts.substack.com/p/google-is-serving-straight-up-malware
1•ageitgey•8m ago•0 comments

Ask HN: AI causing loss of sharing and the 2 lemon market standoff?

1•franktankbank•9m ago•0 comments

In 2025, Meta paid an effective federal tax rate of 3.5%

https://bsky.app/profile/rbreich.bsky.social/post/3mfptlfeucn2i
2•doener•9m ago•0 comments

Why Asian firms are not cheering Trump tariff ruling

https://www.bbc.com/news/articles/cdr2kmjd31ro
1•tartoran•10m ago•0 comments

Show HN: A closed source engine that stops hallucinations deterministically

https://github.com/007andahalf/Kairos-Sovereign-Engine
2•MattijsMoens•11m ago•1 comments

Show HN: I built a tutorial to help you learn Kuberenetes in most simplest way

https://kubernetes-made-simple.vercel.app/
3•mr_o47•11m ago•0 comments

Show HN:Covenant: Self hostable AI gateway with behavioral contracts

https://github.com/Vinesh2929/Covenant_API_Gateway
1•VineshNathan29•13m ago•1 comments

Model Collapse Ends AI Hype

https://www.youtube.com/watch?v=ShusuVq32hc
1•todsacerdoti•13m ago•0 comments
Open in hackernews

Git GPT Commit

https://github.com/laststance/git-gpt-commit
1•ryotamurakami•9mo ago

Comments

ryotamurakami•9mo 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.