frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Grinder12: 0.96-Bit Lossless Streaming KV-Cache (16.55x VRAM Savings

https://github.com/ggml-org/llama.cpp/discussions/22891
1•AMICLLC•2m ago•0 comments

Xs of Y – roguelike that names itself every run. Written in 4kLoC

https://github.com/nooga/xsofy
1•andsoitis•11m ago•0 comments

Gemini API File Search is now multimodal

https://blog.google/innovation-and-ai/technology/developers-tools/expanded-gemini-api-file-search...
2•gmays•22m ago•0 comments

Snyk and Claude Code: real-time security scanning of AI-generated code

https://codebrainery.com/articles/snyk-claude-code-real-time-security-scanning-for-ai-code
1•yogeshbansal•23m ago•0 comments

Dissolving atherosclerotic plaque without surgery

https://www.cureus.com/articles/488870-closed-loop-extracorporeal-vascular-cleaning-by-staged-che...
2•iliatoli•24m ago•0 comments

Show HN: Modafinil - Let agents continue running while MacBook lid is closed

https://github.com/narcotic-sh/modafinil
2•hamza_q_•27m ago•0 comments

"genesis mission (US Government)" (Angela Collier on AI and research) [video]

https://www.youtube.com/watch?v=p6Ejmhwb8Sc
1•eqvinox•28m ago•0 comments

MCP for sandboxed, reproducible envs for agentic-first coding workflows

https://github.com/aniongithub/devcontainer-mcp
2•anionyt•29m ago•0 comments

Flipping the bozo bit on flips the learning off

https://surfingcomplexity.blog/2026/05/09/flipping-the-bozo-bit-on-flips-the-learning-off/
2•eatonphil•30m ago•0 comments

Powering the Inference Era: Inside the DigitalOcean AI-Native Cloud

https://www.digitalocean.com/blog/powering-the-inference-era
1•gmays•30m ago•0 comments

The Laboratory and the Artist

https://clereviewofbooks.com/the-laboratory-and-the-artist/
2•skogstokig•32m ago•0 comments

Memory device breaks high-temperature performance record

https://physicsworld.com/a/memory-device-breaks-high-temperature-performance-record/
2•EA-3167•33m ago•0 comments

How Israel's creation mirrors Greek independence – and why it's overlooked

https://www.jpost.com/opinion/article-895285
4•dima1830•35m ago•1 comments

DOS, Floppies, NetBSD and Nostalgia

https://exquisite.tube/w/dkV6kWiT9sp2y6xVwkH1iF
1•jaypatelani•36m ago•0 comments

Show HN: A Satellite Visualizer

https://github.com/aabiji/kepler
1•aabiji•39m ago•0 comments

Pocket Raspberry Pi Computer for Hackers [Pre-Sale]

https://shop.m5stack.com/pages/m5-cardputerzero
2•daniel_iversen•39m ago•0 comments

Show HN: Fixing AI memory blind spot on connected facts with benchmark

https://yourmemoryai.xyz/
3•SachitRafa•41m ago•0 comments

Plant Seeds Do Something When the Sound of Rain Strikes

https://www.sciencealert.com/plants-can-sense-the-sound-of-rain
2•m463•42m ago•0 comments

Show HN: Building a web server in assembly to give my life (a lack of) meaning

https://github.com/imtomt/ymawky
43•imtomt•43m ago•12 comments

Anthropic weighs deal for near $1T valuation as revenue surges

https://www.ft.com/content/a40cafcc-0fa4-4e70-9e24-90d826aea56d
2•mfiguiere•51m ago•0 comments

Show HN: A Codex/Claude Code plugin for persistent product context thru sessions

https://github.com/idodekerobo/draft-cli-plugin
2•idodekerobo•51m ago•0 comments

Godot Usage and Engine Growth

https://godotengine.org/article/godot-growth-stats-2026/
2•JSLegendDev•52m ago•0 comments

Ask HN: Can a tinnitus be triggered by high frequency noises?

2•tinnitus_crazy•55m ago•4 comments

Situational Awareness Kindle eBook ePub

https://blog.cahillanelabs.com/kindle/epub/llm/2026/05/10/situational-awareness-ebook
1•linuxfan2718•57m ago•0 comments

The Case of the Kung Fu 'Phreak'

https://www.zdnet.com/article/the-case-of-the-kung-fu-phreak/
2•mindcrime•1h ago•1 comments

Model Provenance Kit: Know Where Your AI Models Come From

https://blogs.cisco.com/ai/model-provenance-kit
2•boh•1h ago•0 comments

Carbon footprint of Linus Tech Tips' private jet

https://lttjet.com
3•droidjj•1h ago•1 comments

7meter

https://blog.cloudflare.com/through-the-eyes-tech-support-engineer/
1•apriyobudi•1h ago•0 comments

Notion or Obsidian or Apple Notes?

1•apoorvdarshan•1h ago•2 comments

Fidelity to Cut 800 Staffers as It Overhauls Tech, Product Teams

https://www.bloomberg.com/news/articles/2026-05-07/fidelity-to-cut-800-staffers-as-it-overhauls-t...
3•littlexsparkee•1h ago•0 comments
Open in hackernews

Git GPT Commit

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

Comments

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