frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Appetite for insect protein is early evidence of an El Niño shock wave

https://www.wsj.com/economy/global/the-strongest-el-nino-in-a-generation-is-wreaking-havoc-on-glo...
1•cwwc•7m ago•0 comments

Syzygies and Higher Groupoids

https://hidden-phenomena.com/articles/anima
1•measurablefunc•9m ago•0 comments

Show HN: SSH Ache – open-source desktop SSH client with SFTP, tunnels and MCP

https://github.com/SSH-Ache/ssh-ache
1•tanvirmahin24•10m ago•0 comments

Show HN: Stop That Shit – a guard against unrequested hashes from coding agents

https://github.com/lennney/stop-that-shit
1•lennney•11m ago•0 comments

You or Someone You Love Could Be Next

https://robertreich.substack.com/p/you-or-someone-you-love-could-be
2•dxs•12m ago•0 comments

DIY Gene Gun [video]

https://www.youtube.com/watch?v=gRIMH3cx0iw
1•E-Reverance•15m ago•0 comments

Slop.speak – translate human speak to AI slop

https://slop-speak.pages.dev/
1•daavidhauser•16m ago•0 comments

Tencent Releases and Open-Sources Tencent Hy4 Preview

https://www.tencent.com/tencent-releases-and-open-sources-tencent-hy4-preview/
2•shenli3514•19m ago•1 comments

AI and the Commons

https://creativecommons.org/ai-and-the-commons/
2•arto•22m ago•1 comments

How I made Rustdoc 33% faster in one week

https://noahlev.org/blog/2026/08/27/making-rustdoc-faster/
2•camelid•22m ago•1 comments

The new Go JSON API: twice as fast, or 1.5x slower?

https://lemire.me/blog/2026/08/29/the-new-go-json-api-twice-as-fast-or-1-5x-slower/
1•ingve•23m ago•0 comments

Domain-Driven Agents

https://coldtake.dev/blog/domain-driven-agents
2•AlarQ•24m ago•0 comments

Subs, the cloud native agent harness

https://substructure.ai/
1•handfuloflight•24m ago•0 comments

Signal Cartel a Home for Peaceful Explorers

https://signalcartel.org/
1•Bluestein•26m ago•0 comments

The elementary school pickup incident and the road ahead

https://shitposting.ai/pickup-incident/
1•mkeeter•27m ago•0 comments

Beyond Booleans

https://overreacted.io/beyond-booleans/
3•m-hodges•29m ago•0 comments

There oughta be a Lego marble run

https://there.oughta.be/a/lego-marble-run
1•_Microft•30m ago•0 comments

Should the press "run toward" AI?

https://www.cjr.org/analysis/should-the-press-run-toward-ai-tom-rosenstiel-new-book-next-journali...
1•thm•32m ago•0 comments

All-in-one AI job search platform, resume to offer

https://rezoom.io/
1•mynameisgoodi•32m ago•0 comments

Eight Things to Know about Large Language Models(2023)

https://arxiv.org/abs/2304.00612
1•turingbook•35m ago•1 comments

A safe MySQL upgrade that wasn't so safe

https://blog.elis.cc/articles/a-safe-mysql-upgrade-that-wasnt-so-safe/
2•el1s7•37m ago•0 comments

One Model, Many Views: Type-Safe Transforms with Valibot and Doba

https://valibot.dev/blog/same-data-different-shapes/
1•karol-broda•39m ago•1 comments

Polyend Keys – A Mechanical QWERTY Keyboard for Musicians

https://www.synthtopia.com/content/2026/08/27/polyend-keys-a-mechanical-qwerty-keyboard-for-music...
1•oidar•41m ago•0 comments

Warp builds self-improving agents on Claude

https://claude.com/blog/how-warp-builds-self-improving-agents-on-claude
24•shenli3514•43m ago•14 comments

Show HN: Moe-Direct – MoE Models far larger than your RAM, on a consumer desktop

https://github.com/tmxkzm1925-max/MoE-Direct
1•tmxkzm1925-max•46m ago•0 comments

WinUI development is now happening on GitHub

https://github.com/microsoft/microsoft-ui-xaml/discussions/10700
1•neversaydie•48m ago•0 comments

PGTerm: Postgres Terminal

https://pgterm.dev/
1•handfuloflight•50m ago•0 comments

Functional State Machines in Rust: Typestate and Newtype Patterns

https://dl.acm.org/doi/10.1145/3830438.3830958
2•matt_d•51m ago•0 comments

Apple takes first immersive baseball swings from the on-deck circle

https://sixcolors.com/post/2026/08/apple-takes-first-immersive-baseball-swings-from-the-on-deck-c...
2•MBCook•56m ago•0 comments

Thoughts and Observations on Apple's First Immersive MLB Broadcast

https://daringfireball.net/2026/08/thoughts_and_observations_apple_immersive_mlb_broadcast
1•MBCook•57m 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