frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Anthropic Wants Worldwide AI Development Pause

https://www.wsj.com/finance/investing/anthropic-calls-for-global-slowdown-in-ai-development-4f2134f6
1•jonbaer•52s ago•0 comments

NASA announces 3 uncrewed missions to moon this year to prepare to build a base

https://www.nbcnews.com/science/space/nasa-announces-moon-missions-prepare-build-base-rcna346349
3•gmays•4m ago•0 comments

Chinese users do not like "super apps"

https://twitter.com/trydotworks/status/2062723113322741895
2•try-working•8m ago•0 comments

The AI Treadmill

https://debliu.substack.com/p/the-ai-treadmill
1•swolpers•10m ago•0 comments

Meta scales back plan for internal mouse-tracking tech, citing staff concerns

https://www.reuters.com/world/meta-scales-back-ai-mouse-clicks-tool-citing-employee-concerns-2026...
1•gnabgib•10m ago•0 comments

Sparknotes for your agents. Try for free

https://www.aiagentnotes.com/
1•mattmerrick•11m ago•0 comments

Ask HN: macOS went from Cat to California, next what?

2•akashwadhwani35•15m ago•0 comments

Benevolent dictator Zuck will give Meta staff 30-minute break keylogging assault

https://www.theregister.com/ai-and-ml/2026/06/04/meta-to-allow-staff-breaks-from-keylogging-data-...
2•Bender•17m ago•2 comments

'Please do not vibe f–- up this software': Broken backups spark AI coding row

https://www.theregister.com/ai-and-ml/2026/06/04/please-do-not-vibe-f-up-this-software-broken-bac...
2•Bender•18m ago•1 comments

Azure Linux 4.0 is Microsoft's first general-purpose Linux

https://www.boxofcables.dev/azure-linux-4-0-is-microsofts-first-general-purpose-linux/
1•haydenbarnes•18m ago•0 comments

Larger context windows and configurable reasoning levels for GitHub Copilot

https://github.blog/changelog/2026-06-04-larger-context-windows-and-configurable-reasoning-levels...
1•Klaster_1•19m ago•0 comments

Walmart investors reject AI workplace report as automation expands in the US

https://www.reuters.com/legal/litigation/walmart-investors-reject-ai-workplace-report-automation-...
1•petethomas•20m ago•2 comments

Jo: A statically typed language that targets Ruby

https://jo-lang.org/
1•thunderbong•21m ago•0 comments

The Causes of Long Covid

https://www.science.org/content/blog-post/causes-long-covid
5•maxall4•28m ago•0 comments

NPM-Scan v1.1.0: Four New Detectors for June 2026 Supply Chain Attacks

https://github.com/lateos-ai/npm-scan/blob/main/VALIDATION.md
1•lateos-ai•29m ago•1 comments

American Fuzzy Lop (2016)

https://lcamtuf.coredump.cx/afl/README.txt
1•mooreds•29m ago•0 comments

New Fast Tracks Account for Older Company IPOs

https://www.nasdaq.com/articles/new-fast-tracks-account-older-company-ipos
1•vermilingua•30m ago•0 comments

A Concurrent Language for Non-Concurrent Software (2010)

https://prog21.dadgum.com/81.html
1•mooreds•31m ago•0 comments

Wslc: A native Linux container runtime for Windows

https://www.boxofcables.dev/wslc-a-native-linux-container-runtime-for-windows/
2•m3h•33m ago•0 comments

Miracle on Everest: Guide believed dead spotted crawling down ice

https://www.bbc.com/news/articles/cvgz2yjl4y3o
1•koolhead17•33m ago•0 comments

Here.now: Free, Instant web hosting for agents

https://here.now
1•kamphey•34m ago•1 comments

'World-first' vaccine designed by artificial intelligence

https://www.bbc.com/news/articles/crrpggegwe0o
1•sizzle•36m ago•0 comments

Form design: from zero to hero all in one blog post

https://adamsilver.io/blog/form-design-from-zero-to-hero-all-in-one-blog-post/
3•thunderbong•38m ago•0 comments

CEO to staff: You're not getting a raise. We're spending on AI instead

https://www.businessinsider.com/teradata-pauses-raises-employee-compensation-ai-budget-2026-6
6•ValentineC•38m ago•0 comments

Bad MCP design cost your Agent 5× more tokens

2•JohnnyZhang483•40m ago•0 comments

Delacroix's Entry of the Crusaders into Constantinople Restored

https://www.louvre.fr/en/explore/life-at-the-museum/delacroix-s-entry-of-the-crusaders-into-const...
1•rawgabbit•44m ago•0 comments

Fedora 43 Upgrade revealed 20 years old Outlook Security Bug

https://fedoramagazine.org/fedora-43-upgrade-revealed-20-years-old-outlook-security-bug/
2•byproxy•46m ago•0 comments

H-1B Crackdown on Indian Workers Erodes a Texas Real Estate Boom

https://www.bloomberg.com/features/2026-dallas-h1b-housing-market/
3•sizzle•46m ago•1 comments

OPRD: On-Policy Representation Distillation

https://arxiv.org/abs/2606.06021
1•berlianta•48m ago•0 comments

What We Believe Happened: A Summary Timeline of Bricks and Minifigs Store

https://bricksandminifigs.com/blog/blog/2026/06/04/bricks-and-minifigs-salem-store-timeline/
3•momentmaker•49m ago•2 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