frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Herobrine – Minecraft buddies using jev

https://github.com/xatuke/herobrine
1•satuke•2m ago•0 comments

How to Create WebRTC Publisher Clients with Adaptive Live Encoding

https://www.red5.net/blog/how-to-create-webrtc-publisher-clients-with-adaptive-live-encoding/
1•mondainx•2m ago•0 comments

Reverse Engineering a Pellet Stove Remote with Codex

https://itunsecurity.wordpress.com/2026/09/25/mcz-musa-2-0-air-an-esphome-remote-for-home-assistant/
1•dud3333•3m ago•1 comments

A simple, modern, secure encryption tool (and Go library) small explicit keys

https://github.com/FiloSottile/age
1•Bluestein•5m ago•0 comments

A prototype ribbon menu for QGIS

https://github.com/qgis/QGIS/issues/52292
2•marklit•6m ago•0 comments

Show HN: Skipper, a YouTube sponsor skipper using Ask Gemini and SponsorBlock

https://chromewebstore.google.com/detail/skipper-ai-—-youtube-spon/ncchpipphiigdfbpbjofbhbahcgc...
2•jagdishpal0•6m ago•0 comments

Ventoy – An Open-Source Tool for Creating Multiboot USB Drives

https://digitalescapetools.com/tools/ventoy.html
1•xabd•9m ago•0 comments

Show HN: Tlx – E2E chat over SSH under 500 lines of code

https://github.com/achempion/tlx
2•achempion•19m ago•2 comments

Understanding NvPCRs in Systemd v262

https://katexochen.aro.bz/posts/systemd-v262-nvpcrs/
1•dimonomid•20m ago•0 comments

The Uxn/Varvara ecosystem personal computing stack

https://100r.co/site/uxn.html
1•AlexeyBrin•21m ago•0 comments

The Pentagon wants $30M to build an AI-powered lie detector

https://www.technologyreview.com/2026/09/25/1145144/pentagon-ai-lie-detector/
4•joozio•27m ago•0 comments

Ask HN: Will you take the $5k from Trump?

3•roschdal•28m ago•3 comments

Anthropic: The Situation Report

https://www.anthropic.com/features/ebola-response
6•reimertz•29m ago•0 comments

Amazon Illegally 'Bricked' Older Kindle Models, Class Action Suit Claims

https://www.classaction.org/news/amazon-illegally-bricked-older-kindle-models-class-action-suit-c...
5•DeepLogin•29m ago•0 comments

Sun.com (1996)

https://web.archive.org/web/19961219233058/http://www.sun.com/
3•basilikum•29m ago•0 comments

PipePipe: NewPipe hard fork implementing SponsorBlock

https://github.com/InfinityLoop1308/PipePipe
1•Qision•32m ago•0 comments

Can Claude fix itself? From no to maybe

https://www.sylvainkalache.com/blog/can-claude-fix-itself
2•sylvainkalache•35m ago•0 comments

How to Clone Linux on Windows

https://kant2002.github.io/en/git/hacking/2026/09/25/cloning-linux-on-windows.html
1•AzatJ•36m ago•0 comments

Toby – Your Website Agent

https://www.tobysite.com/en
2•matwiemann•37m ago•1 comments

Show HN: PDF Remediation that you can validate before and after with PAC

https://accesslumens.com/pdf-remediation
2•prabhusaves•38m ago•0 comments

Avoid Publishing Scams

https://wwnorton.com/contact-us/publishing-scam-alert
1•Bluestein•39m ago•0 comments

Uproar in France over award-winning author accused of using AI

https://www.bbc.com/news/articles/ck7v4y45893go
24•harscoat•39m ago•36 comments

Cognira – a self-learning model that updates from useful chats (was ConwAI

https://cognira.dev
3•thomasconway01•41m ago•0 comments

Can you predict a 1 word answer from 10k people?

https://crowdle.gg/
2•pompomsheep•48m ago•1 comments

One Hat Less [2019]

https://asylum.madhouse-project.org/blog/2019/01/09/One-hat-less/
1•phoronixrly•49m ago•0 comments

Four things I learned throughout the last years working with AI

https://www.ssp.sh/brain/what-i-learned-writing-with-ai/
3•zazuke•50m ago•1 comments

Proof and Progress in Mathematics (1994)

https://arxiv.org/abs/math/9404236
2•rramadass•52m ago•1 comments

Tree shaking squint on the server with esbuild

https://blog.michielborkent.nl/squint-tree-shaking-hyper-esbuild.html
1•Borkdude•52m ago•0 comments

Show HN: Agentic CUDA Kernel Optimizer

https://github.com/bertaye/agentic-cuda-optimizer
3•bertaye•55m ago•0 comments

AI-Powered Fuzzing with the GitHub Security Lab Taskflow Agent

https://github.blog/security/application-security/ai-powered-fuzzing-with-the-github-security-lab...
2•joshcsimmons•1h ago•0 comments
Open in hackernews

Show HN: acmsg (automated commit message generator)

https://github.com/quinneden/acmsg
15•qeden•1y ago
A cli tool written in python for generating commit messages based on the staged changes in a repository using AI models through the OpenRouter API.

Comments

infocollector•1y ago
Looks like openrouter api can be self-hosted, which means you should be able to run this locally. If anyone is able to run this with ollama, please do post how you did that? :)
theblazehen•1y ago
The openrouter api is the same as the openai api, so you should be able to use the openai api compatibility built into ollama after updating the url in /src/acmsg/constants.py
pvdebbe•1y ago
Maybe I am a bit old-fashioned but I think the commit message should convey intent and not content of the diffs. Perhaps the real utility of this is to describe existing commits in a repository.
owebmaster•1y ago
I'm also old-fashioned but I always thought it made much more sense to give a content diff, it makes it easier to find changes.
JimDabell•1y ago
The commit itself is the content diff. Repeating that in the log message is redundant.
owebmaster•1y ago
no, it is not redundant, a summary makes it easier to search and find the correct commit to read the full diff.
hiatus•1y ago
Isn't that solved with blame?
InsideOutSanta•1y ago
I don't understand the reasoning for persisting LLM output that can be generated at any point. If I want to use an LLM to understand someone else's commits, I can use the LLM best suited for that task at the time I need the information, which will likely be more accurate than what was available at the time of the commit and will have access to more context.

I also believe that commit messages should focus on information the code doesn't already convey. Whatever the LLM can generate from looking at your code is likely not the info I'll seek when I read your commit message.

bee_rider•1y ago
It looks like it just is based on the git diff and status, at least as far as I can tell in a quick skim…

Hypothetically, a tool like this could ingest the bug report you were fixing, some emails, etc etc. It could also read the whole project (to get more context than just the diff). In principle there’s no reason it couldn’t relay more info than just the diff, in some extreme form…

Also, it could be seen as producing a starting point. When a person picks which AI generated text to keep, that is enough to add a bit of human spark into the system, right?

nickcw•1y ago
When you are looking through commit messages, "Why?", Is the question you want answered. The diff contains "What?" and "How?".

Assuming that the commits in this repo were generated by this tool it is missing the "Why?".

myrmidon•1y ago
Fully agree. Also, using LLMs for things like this can have bad side-effects, too, simply because it raises the noise-floor:

By spelling out things that are not noteworthy enough for a human, you make it more difficult to find comments that are (and were). Injecting a lot of irrelevant information can hamper understanding even if it is technically completely correct.

flysand7•1y ago
You are talking about the commit message body, right, not just the header? Because for me it's something similar, but:

Header: Contains "What" and the scope of the changes, as short as possible Body: Contains "Why" and the full explanation of the change

trallnag•1y ago
So what kind of commit subject do you expect for fixing a single typo? Or bumping the patch version of a random dependency?
Xiol32•1y ago
Do you need an LLM to create those commit messages?
alzamixer•1y ago
I use the following script to allow copilot vim plugin to help me.

```plaintext name=../../bin/assisted-commit

#!/bin/bash

# Run git commit with --verbose --dry-run and save the output git commit --verbose --dry-run > ./commit.message

# Prepend # to every line and add "conventional commit message:" at the end sed -i 's/^/# /' ./commit.message echo "# uncommented conventional commit message using feat, fix or doc flags. !beakingchange iff change breaks backward compatibility:" >> ./commit.message echo "" >> ./commit.message

# Open the file in vim for editing, with cursor on a new line at the end and in insert mode vim +':normal Go' +startinsert ./commit.message

# Filter out commented lines and save to a temporary file grep -v '^#' ./commit.message > ./commit.message.filtered

# Commit using the filtered file git commit -F ./commit.message.filtered

# Delete the files rm ./commit.message ./commit.message.filtered

```

esafak•1y ago
Don't forget to include committed code in the context when amending.
theknarf•1y ago
This is worse than useless.

The commit message is supposed to contain the details that you can't just glance from the code. Why a certain decision was made, or the pro's and con's of a decision, a link to a relevant Github / Jira issue, etc.

jasonjmcghee•1y ago
> a link to a relevant Github / Jira issue, etc.

So important!

Makes all devs lives so much easier.

Though you know someone is going to tweak the lint rules at some point and have the top commit on nearly every line at a certain point in time.

Is there a "non-functional change commit" dictionary for git blame to ignore these? I would use that feature...

cylinderthought•1y ago
Just click the copilot button in any ide to generate an automated commit message in less than one second. This is effectively useless.