frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Human Help to Survive AI

https://humanityark.cdtglobal.org/
1•igdiaz•2m ago•0 comments

Spec Vibing with Speccheck

https://github.com/rioffe/speccheck
1•robertioffe•5m ago•1 comments

The End of Apps and Websites

https://debuggerdotbreak.judahgabriel.com/2026/04/14/the-end-of-apps-and-websites/
2•mooreds•8m ago•0 comments

MentalHealthBench

https://openai.com/ru-RU/index/introducing-mentalhealthbench/
1•GloVin•9m ago•0 comments

Some data centers could consume more power than major cities

https://www.visualcapitalist.com/these-data-centers-could-consume-more-power-than-cities/
1•oliculipolicula•10m ago•0 comments

Global bond sell-off deepens, sending borrowing costs higher around the world

https://www.cnn.com/2026/09/24/investing/bond-market-global
2•mooreds•11m ago•0 comments

How to serve trillions of tokens for trillion-parameter coding agents

https://modal.com/blog/trillion-tokens-trillion-parameters
2•birdculture•11m ago•0 comments

YouTube Announces A/B Testing for Video Contents

https://www.reddit.com/r/youtube/comments/1wog7nq/youtube_announces_ab_testing_for_videos/
1•tech234a•13m ago•0 comments

Appointing AIs to manage bitter political divisions

https://spakhm.com/projects/assembly.html
1•duck•13m ago•0 comments

Nike's Phil Knight donates $1B to establish engineering school at U Oregon

https://www.nytimes.com/2026/09/23/us/billion-dollar-donation-university-oregon-phil-knight.html
2•osnium123•14m ago•1 comments

Stripe Link exposes merchants to undefendable fraud risk

1•hberg•16m ago•0 comments

Fagan – frontier models plan and review, open-weight models write code

https://github.com/motock/fagan
1•motock•17m ago•0 comments

Shipledger – verify that release notes match what shipped

https://github.com/kacxx/shipledger-demo
1•kacxx00•18m ago•0 comments

Show HN: Avoid smooth spinners, use low-FPS spinners

https://nh2.me/low-fps-spinners/low-fps-spinners.html
2•nh2•26m ago•0 comments

Sweetwater Sales Engineers are a team of music-gear experts dedicated to you

https://www.sweetwater.com/about/sales-engineers/
1•mooreds•26m ago•0 comments

The End of Programming by Hand

https://debuggerdotbreak.judahgabriel.com/2026/09/24/the-end-of-programming-by-hand/
2•judah•28m ago•0 comments

What About Rails?

https://jardo.dev/what-about-rails
3•jrochkind1•28m ago•0 comments

High Bandwidth Flash Is Coming [video]

https://www.youtube.com/watch?v=3nTpW52nioI
2•mfiguiere•30m ago•0 comments

"The Fun They Had" – Isaac Asimov (1951) [pdf]

https://web.archive.org/web/20240829163454/http://web1.nbed.nb.ca/sites/ASD-S/1820/J%20Johnston/I...
3•foobazzy•32m ago•1 comments

Chinese Threat Requires a Broader Spying Mission, CIA Deputy Director Says

https://www.nytimes.com/2026/09/08/us/politics/cia-deputy-director-china.html
1•harry_nutsachs•34m ago•0 comments

Claude Pop – I'm Upping My P(Doom)

https://github.com/JohnHeibel/PDoomVideo
1•science4sail•35m ago•1 comments

Evolving programming languages in the AI era

https://dashbit.co/blog/evolving-ai-era
1•pjm331•44m ago•0 comments

Show HN: A dedicated Mac that keeps Claude Code or Codex running 24/7

https://macrun.dev/agents
1•xoail•45m ago•0 comments

Lovable's annualized revenue crosses $600M as vibe coding takes off

https://techcrunch.com/2026/09/24/lovables-annualized-revenue-crosses-600m-as-vibe-coding-takes-off/
1•ent101•47m ago•0 comments

Finding bugs you didn't think to test for

https://www.firezone.dev/blog/finding-bugs-you-didnt-think-to-test-for
6•wh33zle•48m ago•1 comments

Jev and System One Models: Calibration Beats Accuracy

https://www.kartikpansuriya.com/blog/jev-system-one-model-calibrated-decisions
10•pansuriyakartik•54m ago•4 comments

Am I too boring to need an AI Agent

https://www.garbageday.email/p/am-i-too-boring-to-need-an-ai-agent
3•Nimitz14•55m ago•0 comments

OpenAI and Microsoft Admits LLMs Are Destroying the Web and Built on Theft

https://www.404media.co/doom-loop-openai-and-microsoft-admits-llms-are-destroying-the-web-and-bui...
4•xqcgrek2•1h ago•1 comments

Appliances Should Be Dumb

https://techrights.org/n/2026/09/24/Appliances_Should_be_Dumb.shtml
5•amcclure•1h ago•2 comments

Axolotl by Julio Cortazar

https://ambystoma.uky.edu/teachers_materials/axolitbook/AxolotlByJulioCortazar.html
2•thunderbong•1h 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