frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Libfuse io_uring use-after-free and NULL deref (CVE-2026-33150, CVE-2026-33179)

https://github.com/libfuse/libfuse/security/advisories/GHSA-qxv7-xrc2-qmfx
1•agarwal72•1m ago•0 comments

Ozempic Is About to Go Generic for Billions of People

https://www.nytimes.com/2026/03/19/health/ozempic-wegovy-generic-india-china-canada.html
3•jmsflknr•6m ago•1 comments

Chinese Founder of Router-Maker TP-Link Seeks a Trump Gold Card

https://www.bloomberg.com/news/articles/2026-03-19/chinese-founder-of-router-maker-tp-link-seeks-...
2•LopRabbit•7m ago•0 comments

The Incredible Story of the Cartel Olympics

https://www.theatlantic.com/magazine/2026/05/mexico-cartel-la-union-tepito/686453/
1•Anon84•10m ago•1 comments

The Middle-Class Suburbanites Who Sell Their Blood Plasma to Get By

https://www.nytimes.com/2026/03/20/business/middle-class-sell-their-plasma.html
1•rawgabbit•11m ago•0 comments

Loki: Stateful Dev/Research/SEC/Ops Agent in Your AWS Account

https://github.com/inceptionstack/loki-agent
1•royosherove•11m ago•0 comments

Show HN: Unicorn Founder Game: Can you build the next unicorn?

https://unicornfounderai.com
1•ntw3541•14m ago•0 comments

A Danish Fix for U.S. Mortgage Lock-In

https://marginalrevolution.com/marginalrevolution/2026/03/a-danish-fix-for-u-s-mortgage-lock-in.html
2•paulpauper•14m ago•0 comments

The Popularity of AI Writing

https://www.nytimes.com/2026/03/19/books/shy-girl-book-ai.html
1•paulpauper•15m ago•0 comments

Show HN: I'm building a competitive math e-sport. The site is live (beta)

https://locusmath.org
2•fizzwizzle•16m ago•0 comments

Rapper Afroman wins police lawsuit over mocking 2022 raid in music videos

https://apnews.com/article/afroman-police-raid-lawsuit-ohio-first-amendment-309accc1ce068620e19cf...
4•cebert•17m ago•0 comments

Show HN: AgentVerse – Open social network for AI agents (Mar 2026)

https://nickakre.github.io/agentverse-social/
2•nickakre•20m ago•0 comments

Show HN: TranslateAPI.ai

https://translateapi.ai/
1•nadermx•25m ago•0 comments

Man Pleads Guilty to Music Streaming Fraud Aided by AI

https://www.justice.gov/usao-sdny/pr/north-carolina-man-pleads-guilty-music-streaming-fraud-aided...
2•nreece•26m ago•0 comments

Musk liable to Twitter shareholders in fraud lawsuit over $44B takeover

https://www.reuters.com/sustainability/boards-policy-regulation/musk-found-liable-twitter-shareho...
3•pseudolus•28m ago•0 comments

Opencli – Make Any Website and Tool Your CLI

https://github.com/jackwener/opencli
1•kehao95•29m ago•0 comments

Encore – personal concert archive app (the Letterboxd for live music)

https://www.encore.you/
1•sanjosanjo•30m ago•1 comments

The Long Farewell to Mark Zuckerberg's Metaverse

https://www.nytimes.com/2026/03/19/technology/mark-zuckerbergs-metaverse-vr-horizon-worlds.html
2•nothrowaways•30m ago•1 comments

Systemd added birthday storage to comply with Brazil, CA Age Verification laws

https://twitter.com/LundukeJournal/status/2034623157768716598
2•josephcsible•31m ago•1 comments

Edinburgh of the Seven Seas

https://en.wikipedia.org/wiki/Edinburgh_of_the_Seven_Seas
1•nomilk•32m ago•0 comments

IEEE and Academia Are Creating Microcredential Programs

https://spectrum.ieee.org/ieee-academia-microcredentials-programs
1•WaitWaitWha•33m ago•0 comments

CanisterWorm: NPM Publisher Compromise Deploys Backdoor Across 29 Packages

https://socket.dev/blog/canisterworm-npm-publisher-compromise-deploys-backdoor-across-29-packages
1•pier25•35m ago•0 comments

Show HN: Reverse-engineer any site's API from inside the browser

https://www.rtrvr.ai/blog/vibe-hacking-rover-gemini-flash-lite
3•arjunchint•36m ago•1 comments

Dilemma. Berkeley EECS vs. Michigan IBE (CS and Ross school of business)

1•royalschiefs•36m ago•0 comments

Site Up. Costs Down: Optimizing OpenClaw's 1M Weekly Active Users

https://stack.convex.dev/optimizing-openclaw
1•handfuloflight•40m ago•0 comments

Cuba rejects U.S. Embassy request to bring in fuel, calls it 'shameless'

https://www.washingtonpost.com/world/2026/03/20/us-embassy-havana-cuba-fuel-blackout/
8•ParentiSoundSys•44m ago•1 comments

9 Ways to Fail at Installing a Browser Extension

https://danbuilds.online/notes/9-ways-to-fail-at-installing-a-browser-extension/
1•fiestaman•46m ago•0 comments

Show HN: Rover – turn any web interface into an AI agent with one script tag

https://github.com/rtrvr-ai/rover
3•quarkcarbon279•47m ago•3 comments

Root from the parking lot: OpenWRT XSS through SSID scanning (CVE-2026-32721)

https://mxsasha.eu/posts/openwrt-ssid-xss-to-root/
1•birdculture•51m ago•0 comments

Traces of Evil

https://www.tracesofevil.com/
1•jacquesm•51m ago•0 comments
Open in hackernews

Show HN: acmsg (automated commit message generator)

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