frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Stop pretending billionaires built the future

https://www.elysian.press/p/billionaires-didnt-create-innovation
1•aard•29s ago•0 comments

Warsh Confuses Traders, Makes Them Guess Next Week's Rate Move

https://www.bloomberg.com/news/articles/2026-07-22/warsh-leaves-bond-traders-in-the-dark-on-next-...
1•petethomas•49s ago•0 comments

Show HN: I build my wife an ad-free news brief that fact-checks and flags bias

https://beamwire.ai/
1•malammar•3m ago•1 comments

ProkitQ – Free tools for entrepreneurs with no signup required

https://prokitq.com/tools
1•isurumahesh•6m ago•1 comments

A searchable index of nonfiction book prizes

https://book-prize-index.vercel.app
1•saikatsg•8m ago•0 comments

How to Write a Quine

https://czterycztery.pl/slowo/quine-EN.html
1•mci•10m ago•0 comments

Startup founders urge Trump not to shut off Chinese open weight AI

https://www.politico.com/news/2026/07/22/startup-founders-urge-trump-not-to-shut-off-chinese-open...
2•tosh•14m ago•0 comments

Show HN: Trangram – a free browser-based vector editor (illustrator + timeline)

https://www.trangram.com
1•trangram•16m ago•0 comments

AI, hackers, and prediction markets threaten the indie web

https://stephenfollows.com/p/what-just-happened-to-thenumberscom-should-worry-us-all
1•alexnew•16m ago•0 comments

Fractal by Plasma AI

https://www.plasma.ai/research/fractal
1•handfuloflight•16m ago•0 comments

Hiring Senior Front End Developer

1•birthdayn•17m ago•1 comments

Pip 26.2: –only-deps solves 16 years of app deployment hacks

https://jamesoclaire.com/2026/07/23/pip-26-2-only-deps-solves-16-years-of-app-deployment-hacks/
1•ddxv•18m ago•0 comments

A gas-rich outback station could host a $28B off-grid AI data centre

https://thenextweb.com/news/australia-28bn-data-centre-project
1•langfo•19m ago•0 comments

How Agile Are You Really?

https://rethinkingsoftware.substack.com/p/how-agile-are-you-really
1•aard•21m ago•0 comments

Show HN: KalmDown – a phone lock with a passcode even you don't know

https://www.kalmdown.app/
1•dmsehuang•22m ago•0 comments

Travis Kalanick's Atoms raises $1.7B

https://atoms.co/unfinished-business
2•buildingrobots•28m ago•1 comments

Show HN: Free tool that reads a recruiter email and writes your reply

https://www.offerflowai.com/tools/recruiter-reply
1•csongorczezar•32m ago•0 comments

Using sed to make indexes for books (long)

https://www.pement.org/sed/make_indexes.txt
1•TMWNN•33m ago•0 comments

Show HN: RSVP Reader specially for PDF books

https://catb1t.github.io/seshat/
1•cab1t•36m ago•0 comments

What we know about the typical Polymarket user

https://www.pewresearch.org/short-reads/2026/07/22/what-we-know-about-the-typical-polymarket-user/
3•thm•39m ago•0 comments

Buyout groups hunt for software bargains after 'SaaS-pocalypse'

https://www.ft.com/content/d331c1f5-27c0-4d5a-a4ab-7a52e1119cc5
1•thm•40m ago•0 comments

Gen Z-Ers Are Ditching Sex. They Might Be onto Something

https://www.nytimes.com/2026/07/22/opinion/gen-z-sex-celibacy-relationships.html
2•whyage•40m ago•0 comments

Testty: E2E Testing for TUI Apps

https://github.com/agentty-xyz/agentty/tree/main/crates/testty
5•minev-dev•41m ago•0 comments

Dinitz-Garg-Goemans conjecture proven false by GPT 5.6

https://twitter.com/DmitryRybin1/status/2079904005652893709
2•virgildotcodes•43m ago•0 comments

I bought my first BTC back in 2018, and still worried about losing it until now

1•blackbeam•44m ago•0 comments

Publicly verifiable receipts for AI agent actions, anchored to Bitcoin

https://orphograph.com/lp/agent-receipts
2•Oliver-Pitirre•48m ago•0 comments

Show HN: Searchdesk, AI powered job search that tailors resume and cover letter

https://searchdesk.app
1•smltr•51m ago•0 comments

Amazon cuts jobs in its AI unit

https://www.cnbc.com/2026/07/22/amazon-lays-off-some-employees-in-its-agi-unit.html
3•kadhirvelm•53m ago•0 comments

Renewal Theory

https://en.wikipedia.org/wiki/Renewal_theory
1•efavdb•56m ago•0 comments

GPT 5.6 Pro finds counterexample to Dinitz-Garg-Goemans conjecture

https://xcancel.com/DmitryRybin1/status/2079904005652893709
1•agnosticmantis•56m 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