frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

"Remaining Awake Through a Great Revolution" Commencement Address (1959)

https://kinginstitute.stanford.edu/king-papers/documents/remaining-awake-through-great-revolution...
2•mooreds•1m ago•0 comments

SNAP's New Rules Make Eligible Families Go Hungry [audio]

https://omny.fm/shows/platypus-economics/how-snaps-new-rules-make-eligible-families-go-hungry-the...
1•mooreds•2m ago•0 comments

The Beer Drinker's Guide to XAA

https://thesaml.substack.com/p/the-beer-drinkers-guide-to-xaa
1•mooreds•3m ago•0 comments

Conviction

https://kennethnym.com/blog/conviction/
1•polyphilz•5m ago•0 comments

Nothing failed. That's why no one caught it.

https://miralume.dev/the-architect/nothing-failed
1•Jernesstar•6m ago•0 comments

Expected Log-Return as a Risk Control

https://win-vector.com/2026/08/10/expected-log-return-as-a-risk-control/
1•jmount•6m ago•0 comments

The UK's War on Anonymity Has Come to America

https://www.effort.news/uk-lobby
1•slowin•9m ago•0 comments

Media Offenders

https://www.whitehouse.gov/mediabias/
4•cocacola1•13m ago•0 comments

Bonestell Gallery

https://www.bonestellgallery.com/
1•rienbdj•14m ago•0 comments

People don't hate AI because of Zuck. They hate the version TechCrunch sells

https://runtimewire.com/article/people-don-t-hate-ai-because-of-zuckerberg-they-hate-the-version-...
1•ryanmerket•15m ago•0 comments

Théâtrophone: Proto-Spotify, 140 years ago

https://en.wikipedia.org/wiki/Th%C3%A9%C3%A2trophone
1•chtefi•17m ago•0 comments

Multi-agent version control with reactive feedback

https://lexifina.com/blog/adding-a-multi-agent-write-lock
1•alansaber•18m ago•0 comments

The Field Is Optional. The Death Threats Were Not

https://canartuc.medium.com/the-field-is-optional-the-death-threats-were-not-1e2f1f0ce772
1•andsoitis•21m ago•0 comments

Optimizing GEMM and Activation on CDNA4 with TLX

https://www.amd.com/en/developer/resources/technical-articles/2026/optimizing-gemm-with-tlx.html
1•matt_d•21m ago•0 comments

Show HN: Basht – A bash shell that handles multitasking better

https://github.com/samiam95124/basht
1•samiam95124•22m ago•1 comments

Show HN: The Annotated DiffusionGemma

https://mlberkeley.substack.com/p/the-annotated-diffusiongemma
1•timothygao•22m ago•0 comments

VectorGrid Core – Bare-metal C++ grid orchestration for AI data centers

https://github.com/MaximiH-86/GridPulse_Production_Server
1•Masama3•25m ago•0 comments

WebGPU for simple procedural 2D Grass Rendering

https://jarl-game.com/blog/2d-gpu-grass-rendering/
3•vladimirzaytsev•26m ago•0 comments

Show HN: Opencodex, a free open-source coding agent for VSCode

https://github.com/matonhp5108/Opencodex
1•thephantomhider•26m ago•0 comments

Human Approval Is a Privilege Escalation Path

https://corebasehq.com/blog/human-approval-is-a-privilege-escalation-path
1•y11t0•29m ago•0 comments

Nixpkgs-multiverse: every version that ever existed

https://fzakaria.com/2026/08/09/nixpkgs-multiverse-every-version-that-ever-existed
1•birdculture•32m ago•0 comments

YouTube Just Raised the Monetization Bar (Again)

https://pleasehustleresponsibly.substack.com/p/youtube-just-raised-the-monetization
2•angelahollowell•32m ago•0 comments

How safe is your sandbox when executing untrusted code?

https://twitter.com/nebusecurity/status/2086939881335607608
1•Finbarr•32m ago•0 comments

Rent and Pensions Eat Half of Your Disposable Income

https://julienreszka.com/blog/rent-and-pensions-eat-half-of-your-disposable-income/
2•julienreszka•34m ago•0 comments

Optimizing the Point Away

https://www.workbyjacob.com/thoughts/optimizing-the-point-away
1•slackpad•35m ago•0 comments

Show HN: Scroll through all 43252003274489856000 Rubik's Cube states

https://everycube.alen.is/
2•Alen123•38m ago•0 comments

Text AI watermarks will always be trivial to remove

https://www.seangoedecke.com/text-ai-watermarks/
2•gfysfm•43m ago•0 comments

Wanno – AI builder, cloud agent and infra for your apps

https://wanno.dev/
1•federiconbo•43m ago•0 comments

Show HN: News Aggregator for Science and Technology

https://paperrun.news/popular
1•fingerz17•44m ago•0 comments

Xbox PC and Game Pass titles coming to Linux through 'Xodus' open-source project

https://www.tomshardware.com/software/linux/xbox-pc-and-game-pass-titles-are-coming-to-linux-thro...
1•sbulaev•48m ago•1 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