frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Benchmarking open-weight models for security research

https://dualuse.dev/posts/benchmarking-open-models-for-security-research
1•lebovic•1m ago•0 comments

Show HN: MCPfinder – An MCP server that finds and installs other MCP servers

https://mcpfinder.dev/
1•coderai•2m ago•0 comments

Monero Community Crowdfunding System

https://ccs.getmonero.org/ideas/
1•OsrsNeedsf2P•7m ago•0 comments

Zoologist and author Desmond Morris dies aged 98

https://www.bbc.com/news/articles/c51y797v200o
1•martey•7m ago•0 comments

Silicon Valley has forgotten what normal people want

https://www.theverge.com/tldr/915176/nft-metaverse-ai-weirdos
1•lucidplot•8m ago•1 comments

Jujutsu Megamerges for Fun and Profit

https://isaaccorbrey.com/notes/jujutsu-megamerges-for-fun-and-profit
3•icorbrey•8m ago•1 comments

Largest US Study Finds Teen Cannabis Use Linked to Slower Cognitive Development

https://today.ucsd.edu/story/largest-us-study-finds-teen-cannabis-use-linked-to-slower-cognitive-...
2•thisislife2•9m ago•0 comments

Exposing a Global 'Rape Academy'

https://www.cnn.com/interactive/2026/03/world/expose-rape-assault-online-vis-intl/index.html
1•guerrilla•10m ago•0 comments

Seth Webster (Dir of React Foundation) Joins Expo

https://expo.dev/blog/seth-webster-joined-expo
1•PestoDrizzle•11m ago•0 comments

OpenAI ad partner now selling ChatGPT ad placements based on "prompt relevance"

https://www.adweek.com/media/exclusive-leaked-deck-reveals-stackadapts-playbook-for-chatgpt-ads/
14•jlark77777•19m ago•0 comments

Bonnard and Escapism

https://nonsite.org/bonnard-and-escapism/
1•bookofjoe•21m ago•0 comments

Reconstructing an Artemis II solar eclipse photo in a solar coordinate frame

https://sunpy.org/posts/2026/artemis_2_eclipse/
1•hayesla•22m ago•0 comments

Ask HN: Monetizing a Supplements Dataset

1•lilouartz•22m ago•0 comments

Rise in Young Men's Religiosity Realigns Gender Gaps

https://news.gallup.com/poll/708410/rise-young-men-religiosity-realigns-gender-gaps.aspx
1•littlexsparkee•23m ago•1 comments

Box64 0.4.2 Begins Working on Power PPC64LE Back End, Support for SteamRT3

https://www.phoronix.com/news/Box64-0.4.2-Released
1•samtheDamned•25m ago•0 comments

What we learned using AI agents to refactor a monolith

https://1password.com/blog/what-we-learned-using-ai-agents-to-refactor-a-monolith
1•ingve•25m ago•0 comments

Why Top Chinese and Russian Students Don't Use Apostol or Spivak

https://valeman.medium.com/the-well-kept-secret-of-elite-calculus-why-top-chinese-and-russian-stu...
1•ibobev•26m ago•0 comments

Show HN: Docker Compose for VM's

https://github.com/zeroecco/holos
4•zeroecco•26m ago•1 comments

Tell HN: Do not include co-authored-by Claude in your commits

1•throwaw12•30m ago•0 comments

That Resilience Can't Be Automated

https://uptimelabs.io/articles/5-ways-that-resilience-cant-be-automated/
2•0xKelsey•31m ago•0 comments

MariaDB's Snapshot Isolation: A Fix That Breaks More Than It Fixes

https://www.percona.com/blog/mariadbs-snapshot-isolation-a-fix-that-breaks-more-than-it-fixes/
1•0xKelsey•32m ago•0 comments

Original Task Manager creator explains why it lies to you about CPU usage

https://www.tomshardware.com/software/windows/original-task-manager-creator-explains-why-it-lies-...
2•amichail•33m ago•0 comments

Tim Cook is stepping down

https://www.axios.com/2026/04/20/tim-cook-apple-ceo
3•abustamam•35m ago•1 comments

AI quota inflation is no token effort. It's baked in

https://www.theregister.com/2026/04/20/inflation_ai_quota/
1•Logans_Run•36m ago•0 comments

Who Killed the Florida Orange?

https://slate.com/business/2026/04/florida-state-orange-food-houses-real-estate.html
1•danso•39m ago•1 comments

Tim Cook to step down from Apple

https://www.nytimes.com/2026/04/20/technology/tim-cook-apple-ceo-steps-down.html
9•frenchman_in_ny•39m ago•5 comments

How Finland's "Math Miracle" Deceived the World

https://valeman.medium.com/how-finlands-math-miracle-deceived-the-world-11a0070d9d89
1•ibobev•40m ago•0 comments

Stop your Raspberry Pi NixOS builds from crashing

https://cdmckay.org/stop-your-raspberry-pi-nixos-builds-from-crashing/
1•cdmckay•40m ago•0 comments

Stack Overflow Adds AI Assist Chat

https://beta.stackoverflow.com/ai-assist
1•written-beyond•41m ago•2 comments

Tim Cook Stepping Down as Apple CEO, John Ternus Taking Over

https://techcrunch.com/2026/04/20/tim-cook-stepping-down-as-apple-ceo-john-ternus-taking-over/
52•Vortigaunt•42m ago•1 comments
Open in hackernews

Show HN: acmsg (automated commit message generator)

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