frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Walled garden dwellers: What keeps you there?

1•FlyingAvatar•1m ago•0 comments

Dark patterns killed my wife's Windows 11 installation

https://www.osnews.com/story/143376/dark-patterns-killed-my-wifes-windows-11-installation/
1•greatquux•1m ago•0 comments

Show HN: Bffgen – A Go CLI to generate secure Back end-for-Front end APIs

https://github.com/RichGod93/bffgen
1•richgodusen•3m ago•0 comments

Show HN: PlanAway – this app will get your trips out the group chat

https://planaway.xyz/
1•mehrajhasan•11m ago•0 comments

M7.8 earthquake in Kamchatka; 0.2M Tsunami Warning in Japan

https://www.jma.go.jp/bosai/map.html#3/47.695/134.912/&elem=warn&contents=tsunami&lang=en
1•timr•11m ago•2 comments

Classic recessive-or-dominant gene dynamics may not be so simple

https://news.stanford.edu/stories/2025/09/classic-recessive-dominant-gene-dynamics-pesticide-resi...
2•hhs•14m ago•0 comments

Montblanc Digital Paper – Handwriting, Reimagined [video]

https://www.youtube.com/watch?v=V257AKpGPhs
1•llm_nerd•15m ago•1 comments

Jawboning

https://www.merriam-webster.com/dictionary/jawboning
1•rolph•21m ago•0 comments

Loews Theaters Welcomes You (1985) [video]

https://www.youtube.com/watch?v=vZo7nns4YGk
1•austinallegro•26m ago•0 comments

Want to piss off your IT department? Are the links not malicious looking enough?

https://phishyurl.com/
3•jordigh•26m ago•0 comments

A Group of Socialists Created a Hit Game That Tore Them Apart

https://www.nytimes.com/interactive/2025/09/17/arts/disco-elysium-zaum-estonia.html
1•psawaya•27m ago•1 comments

Nvmath-Python: Nvidia Math Libraries for the Python Ecosystem

https://github.com/NVIDIA/nvmath-python
3•gballan•29m ago•0 comments

Show HN: Build AI chat interfaces with Melony

https://github.com/ddaras/melony
1•ddaras•33m ago•0 comments

Roast my startup – Make Roomba Play with Kids/Dogs/Cats, bring you toilet paper

2•iliaov•34m ago•1 comments

Solid-state EV batteries on the way – Mercedes' partner plans deliveries by 2025

https://electrek.co/2025/09/18/solid-state-ev-batteries-on-track-for-2025-says-mercedes-partner/
5•breve•38m ago•0 comments

AI tools are making the world look weird

https://strat7.com/blogs/weird-in-weird-out/
2•gaaz•39m ago•0 comments

"Tending and Befriending" Is the 4th Survival Strategy

https://www.psychologytoday.com/ca/blog/building-resiliency-to-trauma/202303/tending-and-befriend...
2•srid•39m ago•0 comments

Intellectual Jokes That Teach

https://linch.substack.com/p/intellectual-jokes
2•LinchZhang•39m ago•1 comments

The Self-Betrayal Heuristic (SBH)

1•dgeep•40m ago•0 comments

Budget Cuts Paralyse Austrian DPA: NGO Complaint to the EU Commission

https://noyb.eu/en/budget-cuts-paralyse-austrian-dpa-ngo-complaint-eu-commission
1•latexr•42m ago•2 comments

California electric vehicle drivers will lose carpool lane privileges

https://www.latimes.com/california/story/2025-09-10/california-ev-drivers-will-lose-carpool-lane-...
5•PaulHoule•44m ago•0 comments

The grind tactic in Lean 4 [video]

https://www.youtube.com/watch?v=pxpIzxrLkHA
1•matt_d•45m ago•0 comments

Increased vCPU for Workers Builds on paid plans

https://developers.cloudflare.com/changelog/2025-09-07-builds-increased-cpu-paid/
1•NicoJuicy•45m ago•1 comments

Pressure on Canada to Export Water Will Be Immense (2024)

https://thetyee.ca/Analysis/2024/11/04/Pressure-Canada-Export-Water-Immense/
3•walterbell•47m ago•0 comments

Teach Kids Electronics Using Dough: Light Up Caterpillar Project

https://newsletter.infiniteretry.com/dough-circuits-led-caterpillar/
3•ekuck•48m ago•1 comments

Atlassian to Acquire DX for $1B

https://www.businesswire.com/news/home/20250918366643/en/Atlassian-Enters-Into-Definitive-Agreeme...
3•wilhelmklopp•49m ago•0 comments

Ask HN: How would you lint natural-language specs before LLMs run them?

1•ceyhunkazel•50m ago•0 comments

Russia's inflatable fighter jet spotted visibly sagging

https://tvpworld.com/88968799/zapad-2025-russian-inflatable-decoy-fighter-jet-comically-sags
1•geox•50m ago•0 comments

From suspicion to published curl CVE

https://daniel.haxx.se/blog/2025/09/18/from-suspicion-to-published-curl-cve/
5•todsacerdoti•54m ago•0 comments

The dead weight loss of strictly isotonic regression

https://www.gojiberries.io/calibration/
2•neehao•58m ago•0 comments
Open in hackernews

Show HN: acmsg (automated commit message generator)

https://github.com/quinneden/acmsg
15•qeden•4mo 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•4mo 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•4mo 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•4mo 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•4mo 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•4mo ago
The commit itself is the content diff. Repeating that in the log message is redundant.
owebmaster•4mo ago
no, it is not redundant, a summary makes it easier to search and find the correct commit to read the full diff.
hiatus•4mo ago
Isn't that solved with blame?
InsideOutSanta•4mo 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•4mo 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•4mo 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•4mo 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•4mo 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•4mo 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•4mo ago
Do you need an LLM to create those commit messages?
alzamixer•4mo 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•4mo ago
Don't forget to include committed code in the context when amending.
theknarf•4mo 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•4mo 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...

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