frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

DIY crane bot that tidies up a room

https://hackaday.com/2026/06/15/building-a-ceiling-based-crane-robot-to-keep-a-room-clean/
1•soupspaces•1m ago•0 comments

Seventeen Camels and Where They Can Take You

https://mathenchant.wordpress.com/2026/06/15/seventeen-camels-and-where-they-can-take-you/
1•akkartik•6m ago•0 comments

Flax debugging: making a hash of things

https://www.gilesthomas.com/2026/06/hashing-jax-parameters
1•gpjt•6m ago•0 comments

Multiple mastra NPM packages compromised

https://github.com/mastra-ai/mastra/issues/18045
1•varunsharma07•6m ago•1 comments

Should nicotine be regulated like a narcotic?

https://www.nature.com/articles/d41586-026-01903-z
1•ilreb•7m ago•0 comments

Show HN: penguinAI – the c.ai alternative focused on privacy, no self-hosting

https://penguinai.pages.dev/
1•telui•8m ago•0 comments

Creating a Dynamic Favicon with Cloudinary

https://www.raymondcamden.com/2026/06/16/creating-a-dynamic-favicon-with-cloudinary
3•mooreds•12m ago•0 comments

A rat sighting in New Zealand can trigger an urgent response

https://www.theguardian.com/world/2026/jun/17/rat-hunters-catchers-predator-free-new-zealand-well...
2•rguiscard•15m ago•0 comments

The Physics of a Fable

https://twitter.com/Rafa_Schwinger/status/2066230802439180447
2•gmays•16m ago•0 comments

The Ease of Expertise

https://fields.medium.com/the-ease-of-expertise-8ad7b8670479
1•mooreds•16m ago•0 comments

The Next Layer of Blockchain Infrastructure Is Execution Memory

https://blog.bridgexapi.io/execution-intelligence-needs-reconstruction
2•Bridgexapi•17m ago•0 comments

Anthropic lost the White House's trust – and then its flagship product

https://www.washingtonpost.com/technology/2026/06/15/how-anthropic-lost-white-houses-trust-then-i...
1•0in•20m ago•0 comments

Low-latency NLP news pipeline written on FASM and Python

1•RAYoIN•23m ago•0 comments

SQLazy–Deterministic SQL Generation

https://github.com/SPLWare/SQLazy
1•ossdwa•24m ago•0 comments

The Benchmark Illusion: Pruned LLMs Can Pass Multiple Choice but Fail to Answer

https://arxiv.org/abs/2606.17609
1•ilreb•24m ago•0 comments

NOLA 'Nacular: One man's crusade to preserve New Orleans's vernacular signage

https://countryroadsmagazine.com/art-and-culture/people-places/nola-nacular/
1•NaOH•26m ago•0 comments

Ask HN: How likely is it that SpaceX buys OpenAI?

1•dwa3592•28m ago•1 comments

Exactly-Once Delivery Is a Spectrum, Not a Checkbox: Part 1

https://medium.com/@danthelion/exactly-once-delivery-is-a-spectrum-not-a-checkbox-part-1-3348d771...
2•danthelion•37m ago•0 comments

Stop Killing Games fails to secure EU law despite 1.3M signatures

https://www.dexerto.com/gaming/stop-killing-games-fails-to-secure-eu-law-despite-1-3m-signatures-...
4•slymax•37m ago•0 comments

CA AB 2015 Dept of Transportation 3rd Party navigation application study

https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=202520260AB2015
1•hnburnsy•41m ago•0 comments

Linux Enacts Guidance to Tighten Acceptance of New File-Systems into the Kernel

https://www.phoronix.com/news/Linux-New-File-System-Docs
1•Bender•41m ago•0 comments

SpaceX valuation balloons to $2.6T, briefly passes Amazon

https://www.techsentiments.com/article/2026/06/16/spacex-valuation-balloons-to-26t-briefly-passes...
1•rajsuper123•45m ago•0 comments

Mozilla Firefox Usage of Zlib-Rs for Better Safety and Performance

https://www.phoronix.com/news/Mozilla-Firefox-zlib-rs-Usage
1•Bender•45m ago•0 comments

A Functional Taxonomy of World Models

https://drfeifei.substack.com/p/a-functional-taxonomy-of-world-models
1•doppp•46m ago•0 comments

Entropy

https://arch.dog/bark/entropy
2•Gathering6678•50m ago•1 comments

On Riding Tigers – The Dead Prussian

https://podcasts.apple.com/au/podcast/episode-121-on-riding-tigers-the-dead-prussian/id1073235080...
1•GreenSalem•54m ago•0 comments

America's AI Kill Switch Has No Rules – Lawfare

https://smallwarsjournal.com/2026/06/16/americas-ai-kill-switch-has-no-rules-lawfare/
2•GreenSalem•58m ago•0 comments

The Latest Way BYD Is Topping Tesla

https://www.fool.com/investing/2026/06/16/the-latest-way-byd-is-topping-tesla/
2•1vuio0pswjnm7•58m ago•0 comments

Amazon Faces Billions in Penalties from Potential FTC Ad Suit

https://www.bloomberg.com/news/articles/2026-06-16/amazon-faces-billions-in-penalties-from-potent...
4•ilreb•1h ago•0 comments

The Accelerant Effects of AI

https://www.garysieling.com/blog/the-accelerant-effects-of-ai/
2•garysieling•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.