frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

An Opioid Empire in the Center of Africa

https://www.wsj.com/world/africa/russia-wagner-africa-opioid-trade-d015c4bc
1•ViktorRay•59s ago•0 comments

Making

https://beej.us/blog/data/ai-making/
1•erikschoster•1m ago•0 comments

Show HN: HN Hall of Fame – browse 3,100 legendary Hacker News links

https://www.orangecrumbs.com/hall/
1•oyster143•4m ago•0 comments

Astronomers identify a source of PeV cosmic-ray protons in the Milky Way

https://www.hiroshima-u.ac.jp/en/news/98115
1•MarcoDewey•4m ago•0 comments

Zero roadkill as Amazon canopy bridges secure 15,000 crossings

https://news.mongabay.com/2026/07/zero-roadkill-as-amazon-canopy-bridges-secure-15000-crossings/
2•hn_acker•5m ago•0 comments

The Electronic Waste Graveyard: an interactive database of software-killed tech

https://pirg.org/edfund/resources/electronic-waste-graveyard/
1•MarcoDewey•7m ago•0 comments

Using Claude to re-create extinct software – Matlab from the 1980's

https://forum.vcfed.org/index.php?threads/using-claude-to-re-create-extinct-software-matlab-from-...
1•JPLeRouzic•7m ago•0 comments

Garmin $200 no subscription whoop alternative

https://www.garmin.com/en-US/newsroom/press-release/wearables-health/meet-cirqa-smart-band-the-sc...
1•flurly•8m ago•0 comments

Critical Minerals: Reducing U.S. Import Reliance with Substitution and Recycling

https://www.gao.gov/products/gao-26-108687
1•Jimmc414•8m ago•0 comments

A Puerto Rico Government Agency Exposed 1M Social Security Numbers

https://www.propublica.org/article/puerto-rico-crim-data-breach
3•Jimmc414•9m ago•0 comments

C-Flow Matching Inference

https://github.com/ecrasevvv/c-fm
1•ecrasevvv•9m ago•1 comments

You Opened a Credit Card. ICE Now Knows Where You Live

https://www.404media.co/you-opened-a-credit-card-ice-now-knows-where-you-live/
2•Jimmc414•9m ago•0 comments

Tapeworm hijacks worker ants, giving them queen-like metabolism and longer lives

https://phys.org/news/2026-07-tapeworm-hijacks-worker-ants-queen.html
1•wglb•11m ago•1 comments

Why I Am Not Going to Buy a Computer

https://karlvmuller.com/posts/why-i-am-not-going-to-buy-a-computer/
2•KarlVM12•12m ago•0 comments

Is Passwork safe for your business?

https://proton.me/business/blog/is-passwork-safe
1•Erenay09•12m ago•0 comments

What Foreign Architects Get Wrong in the Global South

https://commonedge.org/what-foreign-architects-get-wrong-in-the-global-south/
1•surprisetalk•13m ago•0 comments

AI tool reveals climate shifts may have fueled bursts of bird evolution

https://news.umich.edu/ai-tool-reveals-climate-shifts-may-have-fueled-bursts-of-bird-evolution/
1•gmays•14m ago•0 comments

I Am Buiding BorgIOS

https://github.com/bitmonky/BorgIOS
2•BorgIOS•15m ago•0 comments

Is software enshittified?

https://www.natemeyvis.com/is-software-enshittified/
2•Brajeshwar•15m ago•0 comments

Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)

https://bento.page/slides/
2•starfallg•15m ago•1 comments

Show HN: PDF tools that run in the browser, no upload

https://pdfcdf.com
2•sofiurrr•17m ago•0 comments

IMDB now automatically creating user accounts when you are signed into Amazon

3•terminalbraid•17m ago•3 comments

Hilo Raises $19M for Blood Pressure Wearables

https://insider.fitt.co/hilo-raises-19m-for-blood-pressure-wearables/
1•brandonb•18m ago•0 comments

UK Pols Want More Speech Regulation After Ann Widdecombe Murder – She Opposed

https://jonathanturley.org/2026/07/22/uk-politicians-call-for-more-speech-regulation-after-the-mu...
1•anonymousiam•18m ago•1 comments

Show HN: Made a App to Turn Any Podcast into a Website

https://audioenhancer.com/
1•wbemaker•18m ago•0 comments

How to choose a Linux kernel subsystem to work on (as a beginner)

https://cjd8.github.io/kernel/kbeginner/2026/07/22/how-to-start-kernel-work.html
2•cjd8•18m ago•1 comments

A theory of the origins of cognitive inequality

https://davidbessis.substack.com/p/attention-is-all-we-have
1•igonvalue•19m ago•0 comments

AFAWA's support for women entrepreneurs has promoted business expansion in Kenya

https://www.afdb.org/en/success-stories/how-afawas-support-women-entrepreneurs-has-promoted-busin...
1•thunderbong•19m ago•0 comments

Neo Radar: A browser-based orbital mechanics engine with 41k real asteroids

https://neoradar.space
2•daviazpen•19m ago•0 comments

Show HN: BBRv3 for gVisor's netstack, visualized in the browser using WASM

https://ccsim.apoxy.dev
1•dilyevsky•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