frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Google AI overview for "keynesian economics" is written in Korean

1•something765478•2m ago•0 comments

A CVE Dispute

https://daniel.haxx.se/blog/2026/06/24/a-cve-dispute/
1•OptionOfT•2m ago•0 comments

About Climate.us

https://www.climate.us/about
1•thehoff•3m ago•0 comments

FCC plans ID mandate that could block anonymous use of prepaid burner phones

https://arstechnica.com/tech-policy/2026/06/fcc-plans-id-mandate-that-could-block-anonymous-use-o...
1•logickkk1•3m ago•0 comments

Peddlo – buyers post what they want, verified sellers compete to respond

https://peddlo.com
1•stardabbler•4m ago•0 comments

I shipped code I don't understand – and I was proud of it

https://end-of-determinism.vercel.app/article
1•tomenden•6m ago•1 comments

Core inflation rate hit 3.4% in May, highest since October 2023

https://www.cnbc.com/2026/06/25/pce-inflation-report-may-2026-.html
2•MilnerRoute•6m ago•0 comments

Apple to Skip High-End M6 Mac Chips in Favor of AI-Focused M7 Line

https://www.bloomberg.com/news/articlehttps://www.bloomberg.com/news/articles/2026-06-25/apple-to...
2•scrlk•6m ago•1 comments

Ask HN: What should I advise my son?

1•pknerd•7m ago•0 comments

Why Carbon Capture Can't Conceivably Solve Climate Change

https://projects.propublica.org/why-carbon-capture-cant-solve-climate-change/
1•Brajeshwar•9m ago•0 comments

Imanikazi.io – know what remote work tech skills are in-demand

https://imanikazi.io
1•johnwehall•10m ago•0 comments

Fried Chicken Street Vendors in Boston

https://passionatefoodie.blogspot.com/2026/06/fried-chicken-street-vendors-in-boston.html
1•speckx•10m ago•0 comments

Oracle Opens MySQL Governance

https://blogs.oracle.com/mysql/the-next-phase-of-mysql-community-engagement-accelerating-particip...
2•ke4qqq•11m ago•0 comments

We Rewrote WAL-G for Postgres Backups in Rust: Meet WAL-RUS

https://clickhouse.com/blog/walrus-postgres-backups-in-rust
1•saisrirampur•11m ago•0 comments

A Software Engineer's Take on the Political Spectrum

https://avestura.dev/blog/the-right-and-the-left-from-software-perspective
1•avestura•11m ago•0 comments

Discovery of an unpublished autograph manuscript by Mozart

https://www.bnf.fr/en/actualitesEN/discovery-unpublished-autograph-manuscript-mozart-bnf-music-de...
1•geox•12m ago•0 comments

Show HN: MCP Server for a UK Meat Price Comparison Site

https://meat.offer-spider.com
1•wolfer•13m ago•1 comments

Nuclear battery production facility moves into Sunol

https://www.pleasantonweekly.com/business/2026/06/21/nuclear-battery-production-facility-moves-in...
1•Bender•13m ago•0 comments

Kraid: A New Compiler for Panfrost

https://www.collabora.com/news-and-blog/news-and-events/kraid-a-new-compiler-for-panfrost.html
3•losgehts•14m ago•0 comments

Nearly a third of new heavy truck sales in China Electric in 2025

https://www.reuters.com/world/asia-pacific/china-sets-sights-heavy-truck-electrification-blow-die...
2•lonelyasacloud•15m ago•1 comments

Show HN: BrainAPI's event-centric graph from any data with four-stage pipeline

https://github.com/Lumen-Labs/brainapi2
1•Chrisszz•15m ago•0 comments

Caddy – an open source modular viewer for 3D Gaussian Splatting models

https://github.com/emiryuksel02/Caddy
1•emiryuksel•17m ago•1 comments

General Intuition's $2.3B bet that video games can train AI agents

https://techcrunch.com/2026/06/25/general-intuitions-2-3b-bet-that-video-games-can-train-ai-agent...
1•lairv•17m ago•0 comments

Looking for a partner from US/Canada/EU – part-time work

https://www.indiehackers.com/post/looking-for-a-partner-from-us-canada-eu-part-time-work-e859a45ff8
2•topdeveloper424•17m ago•0 comments

Grotesque 'zombie squirrels' with oozing flesh pods spark alarm across the US

https://www.dailymail.com/sciencetech/article-15929639/zombie-squirrels-sores-florida-north-carol...
1•Bender•18m ago•0 comments

Self-accelerating R&D – Mirendil $200M Seed Raise

https://a16z.com/announcement/investing-in-mirendil/
1•ageofattention•19m ago•0 comments

Ask HN: How to Germinate Ideas?

2•bhollan•19m ago•0 comments

"Your role has been made redundant"

https://aayushsahu.com/blog/layoffs
1•speckx•19m ago•0 comments

Xonotic (arena FPS) in a web browser

https://www.xonotic.gg/
3•astlouis44•20m ago•0 comments

Show HN: Retrace fork a failed AI agents run, replay it, prove the fix

https://retraceai.tech
1•Yashwanthbogam•20m ago•0 comments
Open in hackernews

Git Changesets

https://github.com/changesets/changesets
20•kaishiro•1y ago

Comments

LordDragonfang•1y ago
The title made me think this was an official feature of git or maybe GitHub, but it's entirely unrelated - in fact, the readme doesn't even mention git.

I'd suggest changing the title to actually use the project tagline: "Changesets - versioning and changelogs with a focus on monorepos" (possibly s/with a focus on/for/)

(@dang @tomhow)

nemetroid•1y ago
From the "detailed explanation" document (my emphasis):

> When organising the release of packages, you may end up wanting to group several changes together written by different people and/or over a relatively large period of time. The best time to capture this information is when submitting a PR (when it is fresh in your mind), not when you eventually go to batch and release these changes.

> Git is a bad place to store this information, as it discourages writing detailed change descriptions - you want to allow people to provide as much documentation for the change as they want.

How does Git discourage writing detailed change descriptions? Is this a Github thing, i.e. the web UI workflows discourage it? I use Git a lot but barely use Github.

https://github.com/changesets/changesets/blob/main/docs/deta...

thealistra•1y ago
So much words in the docs. So little explanation of why