frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Command Line Argument Parser with C++26 reflection

https://github.com/nathan-baggs/clap
1•dalvrosa•36s ago•0 comments

The Fermi Paradox (2014)

https://waitbutwhy.com/2014/05/fermi-paradox.html
1•simonebrunozzi•41s ago•0 comments

AI Adoption in the United States and Its (Tiny) Labor Market Impact

https://macromostly.substack.com/p/an-update-on-ai-adoption-in-the-united
1•m-hodges•57s ago•0 comments

History and Los Alamos (2003)

https://sgp.fas.org/eprint/meade.html
1•simonebrunozzi•3m ago•0 comments

Someone recreated StumbleUpon but for Startup landing pages

https://buildhop.io
1•jacobcounsell•6m ago•0 comments

Show HN: Vibe-choded project that took me ten seconds to squeeze out

https://upload.wikimedia.org/wikipedia/commons/c/c4/Human_Feces.jpg
1•claude_van_damn•8m ago•0 comments

AI News Aggregator – The Wire

https://www.thewire.ink/
1•nmilodev•9m ago•1 comments

GloVe Galaxy Explorer

https://glove.theory-a.com
1•notShabu•12m ago•0 comments

Local-Run Graph-Based Scalable AGI

https://boggersthefish.com/
1•explaingarlic•13m ago•1 comments

Survival Is the Only Success

https://ofdollarsanddata.com/survival-is-the-only-success/
1•speckx•18m ago•0 comments

DeepSeek V4 in vLLM: Efficient Long-Context Attention

https://vllm-website-pdzeaspbm-inferact-inc.vercel.app/blog/deepseek-v4
1•Palmik•20m ago•0 comments

Show HN: I got tired of boring SQL tutorials, so I built a game

https://sqlprotocol.com
1•ItaiZeilig•20m ago•1 comments

Multi-player agents don't fit in the sandbox

https://www.mendral.com/blog/multi-player-agents-sandbox
1•shad42•20m ago•0 comments

Show HN: Duckville, a persistent-world life SIM where you're a duck

https://duckville.town
1•stfurkan•20m ago•0 comments

GPT hallucinated a bug in my code, so I 'fixed' it

https://www.droppedasbaby.com/posts/2602-02/
1•offbyone42•22m ago•0 comments

UK to permanently ban future generations from buying cigarettes

https://nypost.com/2026/04/21/world-news/uk-to-permanently-ban-future-generations-from-buying-cig...
2•ivewonyoung•23m ago•3 comments

How People Smuggle the Internet Through DNS [video]

https://www.youtube.com/watch?v=Bnir1IQAPPE
1•hexomancer•24m ago•0 comments

Claude Code Tips I Wish I'd Had from Day One

https://marmelab.com/blog/2026/04/24/claude-code-tips-i-wish-id-had-from-day-one.html
2•adunk•26m ago•0 comments

20 Years Ago, I Spent $8 on This. My Life Was Never the Same

https://ryanholiday.net/20-years-ago-i-spent-8-on-this-my-life-was-never-the-same/
1•speckx•27m ago•0 comments

TSMC Says ASML's Latest Chipmaking Gear Is Too Pricey to Use

https://www.bloomberg.com/news/articles/2026-04-22/tsmc-says-asml-s-latest-chipmaking-gear-is-too...
2•spenrose•29m ago•0 comments

New 21-character nuclear command message observed during April exercise window

https://neetintel.substack.com/p/its-just-an-exercise-bro
1•Quasimarion•30m ago•0 comments

Show HN: I built an automatic micropayment-ish system to support the Web

https://www.inamoon.com
1•mankins•32m ago•1 comments

Cloaca (art installation)

https://en.wikipedia.org/wiki/Cloaca_(art_installation)
1•fecalorimeter•34m ago•0 comments

Show HN: MultiTable – I built a dashboard so I could vibe-code from my phone

https://github.com/erickalfaro/multitable
1•ericksnetwork•34m ago•3 comments

AlphaGo versus Lee Sedol

https://en.wikipedia.org/wiki/AlphaGo_versus_Lee_Sedol
1•simonebrunozzi•37m ago•1 comments

Show HN: SherifDB, a databe written in Golang under 500 LOC

https://emmanuel326.github.io/blogs/sheriffdb.html
2•Nya-kundi•40m ago•1 comments

Jumping into cold water can stop your heart

https://jorgenmelau.substack.com/p/the-first-sixty-seconds
15•fanf2•40m ago•5 comments

A Guide to Reducing Cognitive Load

https://www.softwaredesign.ing/blog/a-guide-to-reducing-cognitive-load
2•prakhar897•41m ago•0 comments

Show HN: I built a free LLMs.txt generator

https://veerhost.com/llms-txt-generator/
4•aiwrita•44m ago•2 comments

DrP: Meta's Root Cause Analysis Platform at Scale

https://engineering.fb.com/2025/12/19/data-infrastructure/drp-metas-root-cause-analysis-platform-...
2•theorchid•44m ago•0 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.