frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

You're Being Judged

https://zenodo.org/records/20352897
1•anasteciadunu•30s ago•0 comments

Nobody Understands Kafka Costs

https://getkafkanated.substack.com/p/nobody-understands-kafka-costs-stanislav
1•enether•1m ago•0 comments

Show HN: Klimkit: my Codex setup for multiple machines

https://github.com/klimentij/klimkit
1•klimentij•1m ago•0 comments

Twelve Ways to Be Wrong About AI-Assisted Coding

https://third-bit.com/2026/05/20/twelve-ways-to-be-wrong/
1•signa11•3m ago•0 comments

AI Ops SOP Pack: SOPs for reviewing AI-assisted engineering work

https://github.com/monkidy/ai-ops-sop-pack
1•monkidy•3m ago•0 comments

Show HN: Source-check politician stock-trade claims against public filings

https://tinyopsstudio.com/congress-disclosure-watchlist-digest
1•tinyopsstudio•4m ago•0 comments

Don't Read the Comments

https://kennethreitz.org/essays/2026-04-10-dont_read_the_comments
2•NicoHartmann•11m ago•0 comments

An interactive linear algebra primer aimed at LLM readers

https://algo-rhythm.dev/en/
5•bytegogogo•12m ago•0 comments

The most RAM efficient modern Linux. Noctalia v5 and LabWC and Artix [video]

https://www.youtube.com/watch?v=CnG32ZOi11s
2•grigio•12m ago•0 comments

AI Reconstructed Dead Pilots' Voices from Public NTSB Records

https://firethering.com/ai-recreated-dead-pilots-voices-ntsb-database/
1•steveharing1•13m ago•0 comments

Show HN: Larksson-lang: everything is a map or an atom

https://github.com/arthurzhu29/larksson
1•arthurzhu29•17m ago•0 comments

Experience: We found a baby on the subway – now he's our 26-year-old son

https://www.theguardian.com/lifeandstyle/2026/may/22/experience-found-baby-subway-now-26-year-old...
3•Michelangelo11•18m ago•0 comments

Don't Roll Your Own

https://susam.net/do-not-roll-your-own.html
3•Tomte•21m ago•0 comments

Sci-bot – AI-powered research assistant, powered by Sci-Hub

https://sci-bot.ru/
2•gasull•23m ago•0 comments

The New Luddite Movement

https://www.ft.com/content/f5c96fa6-5b9b-4951-b71d-e32b3b57d8df
2•quick_brown_fox•24m ago•0 comments

Only 17% of all 64-bit Integers are products of two 32-bit integers

https://lemire.me/blog/2026/05/22/only-17-of-all-64-bit-integers-are-products-of-two-32-bit-integ...
3•signa11•30m ago•0 comments

AI Visibility Engineering Glossary – AEO, Geo, LLM Retrieval

https://axonsystem.net/en/glossary/
2•FrancescoTinti•32m ago•0 comments

Medieval Europe (in 23 minutes) [video]

https://www.youtube.com/watch?v=kVEldvGXg4w
2•AndrewDucker•33m ago•0 comments

Church Encoding, Parametricity, and the Yoneda Lemma

https://blog.wybxc.cc/blog/parametricity/
1•g0xA52A2A•42m ago•0 comments

Null Linux

https://github.com/Duck25543/Null-Linux
1•PvsLH102•44m ago•0 comments

Whimsical Animations

https://whimsy.joshwcomeau.com
1•vismit2000•45m ago•0 comments

Texas AG sues Meta over claims that WhatsApp doesn't provide end-to-end encrypt

https://arstechnica.com/security/2026/05/texas-ag-sues-meta-over-claims-that-whatsapp-doesnt-prov...
2•joozio•48m ago•0 comments

After Automation

https://every.to/p/after-automation
1•jibcage•56m ago•1 comments

Spanish Court Declines to Fine NordVPN over LaLiga Piracy Blocking Order

https://torrentfreak.com/spanish-court-declines-to-fine-nordvpn-over-laliga-piracy-blocking-order/
15•gslin•57m ago•2 comments

The Best Windows is Linux

https://lunduke.substack.com/p/the-best-windows-is-linux
4•gargan•1h ago•1 comments

The just-say-no engineer was a ZIRP phenomenon

https://www.seangoedecke.com/the-just-say-no-engineer-was-a-zirp-phenomenon/
1•vismit2000•1h ago•0 comments

High-Throughput Chips for LLMs

https://matx.com/
1•consumer451•1h ago•0 comments

Denuvo game cracked on day 1 of launch

https://pastebin.com/jQjvNrvA
2•sensanaty•1h ago•0 comments

Parsing IPv6 Addresses Crazily Fast with AVX-512

https://lemire.me/blog/2026/05/23/parsing-ipv6-addresses-crazily-fast-with-avx-512/
3•0xedb•1h ago•0 comments

Show HN: Brev – A frictionless Android note taking app

https://play.google.com/store/apps/details?id=com.shkurta.brev&hl=en_US
1•Klaudjo_shkurta•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.