frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

iFixit Teardown: iPhone 18 Pro and Pro Max

https://www.ifixit.com/News/119329/inside-the-tiny-unfixable-eye-iphone-18-pro-and-pro-max-teardown
1•tosh•1m ago•0 comments

Jev 1.13 Jaggedness

https://docs.typesafe.ai/model-jaggedness/jev-1.13
1•Bluestein•2m ago•0 comments

TPM-Attest: Hardware-Rooted Anti-Cheat Alternative for Linux

https://arxiv.org/abs/2609.20909
1•sbulaev•7m ago•0 comments

Nimble takes some text and a schema, and makes typed decisions about the text

https://github.com/bespokelabsai/nimble
1•Bluestein•9m ago•0 comments

Show HN: Bitcoin-rs – An AI-assisted Bitcoin full node in Rust

https://github.com/gosuda/bitcoin-rs
4•dreamcacao02183•11m ago•1 comments

A Dangerous Castle

https://chloemashitermakesthings.wordpress.com/2026/09/14/a-dangerous-castle/
1•rdmuser•13m ago•0 comments

Generating Artist-Like 3D Mesh Topology via Nearest-Vertex Vector Fields

https://derkleineli.github.io/triflow/
1•ibobev•13m ago•0 comments

I'm afraid of spiders. So I made AI look at 2k of them

https://labqoat.com/blog/how-well-can-ai-identify-spiders
2•michalwarda•13m ago•0 comments

Sparse resources helped my GPU-driven renderer memory usage

https://zino2201.substack.com/p/how-sparse-resources-helped-my-gpu
1•ibobev•13m ago•0 comments

Gabor Fields: Orientation-Selective Level-of-Detail for Volume Rendering

https://arcanous98.github.io/projectPages/gaborVolumes.html
1•ibobev•14m ago•0 comments

OpenXLR – A Linux Variant of Elgato Wave Link

https://github.com/emaspa/openxlr
1•michaelbrooks•14m ago•0 comments

Show HN: A GeoJSON viewer that checks the bbox you declared

https://9revolution9.com/tools/geo/geojson-viewer
2•glassonion999•15m ago•0 comments

Thomson-1.0-Small LLM Developed by Thomson Reuters

https://featherless.ai/models/thomsonreuters/Thomson-1.0-Small
1•Bluestein•15m ago•0 comments

FSD Supervised now approved in Czech Republic

https://twitter.com/teslaeurope/status/2101947798933385410
1•tosh•15m ago•0 comments

WhatsApp Business Paid Support Is a Scam

1•MarcellusDrum•15m ago•1 comments

NILM to recover the energy consumption of individual appliances

https://github.com/goruck/nilm
1•gitowiec•16m ago•1 comments

Show HN: Grade text from the CLI with custom rulesets and Jev

https://github.com/lukstei/slop-grader
2•lukstei•17m ago•0 comments

Show HN: Gleamit – dental health tracker for Android/iOS

https://gleamit.app/
1•Uaitt•17m ago•0 comments

BicDB – a PostgreSQL-compatible database for local-first apps

https://github.com/nikoma/bicdb
2•nikoma777•19m ago•0 comments

AlternativeTo – Crowdsourced Software Recommendations

https://alternativeto.net
1•elliot_a•19m ago•0 comments

AI Data Center Basics: What Is Linear Pluggable Optics (LPO)?

https://blog.semtech.fr/ai-data-center-basics-what-is-linear-pluggable-optics-lpo
1•peter_d_sherman•19m ago•0 comments

Don't Use AI to Write

https://paulbakker.io/writing/no-ai-for-writing/
2•eigenBasis•19m ago•0 comments

DBClient: A native Mac database client for 12 engines (I'm the dev)

https://dbclient.net/
1•elgs•22m ago•0 comments

I found a better React color picker

https://www.npmjs.com/package/chroma-panel
1•itssohailkhan•22m ago•1 comments

The easiest-to-understand article I've read about Jev

https://inlevel9.com/en/issues/jev-judgment-not-writing
1•haebom•24m ago•0 comments

Calibre v9.15's "Create your own adventure" writing game

https://calibre-ebook.com/whats-new
1•tapanjk•24m ago•0 comments

Chinese CXMT to Match Micron's DRAM Manufacturing Capacity This Year

https://www.techpowerup.com/350726/chinese-cxmt-to-match-microns-dram-manufacturing-capacity-this...
1•tosh•28m ago•0 comments

Sonnex – A DAW for macOS

https://apps.apple.com/us/app/sonnex/id6757343055?mt=12
1•vali1•28m ago•1 comments

The Economic Incentives Behind the Push to Pause AI

https://www.vincentschmalbach.com/economic-incentives-behind-the-push-to-pause-ai/
2•vincent_s•33m ago•0 comments

A Conversation with Arthur Whitney: Can code ever be too terse? (2009)

https://queue.acm.org/doi/10.1145/1515964.1531242
1•tosh•34m 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.