frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The XMPP Newsletter August 2026

https://xmpp.org/2026/09/the-xmpp-newsletter-august-2026/
1•upofadown•1m ago•0 comments

TypeSafe Jev vs. Mistral Small and Gemini Flash-Lite for Local Event Validation

https://nearhere.events/blog/typesafe-jev-mistral-gemini-event-validation
1•Slate•7m ago•0 comments

Bringing macOS to Devin

https://devin.ai/blog/devin-gets-a-mac
1•marksully•8m ago•0 comments

Salesforce's AI Bet: Benioff, Jensen Huang, Dario Amodei on Stage Together

https://www.salesforce.com/plus/experience/dreamforce_2026/series/dreamforce_2026_must-see_moment...
1•Nazzareno•8m ago•1 comments

OpenAI agents probed Hugging Face for weaknesses two months before major hack

https://www.reuters.com/legal/litigation/openais-rogue-agents-probed-hugging-face-weaknesses-two-...
2•bcks•8m ago•0 comments

Why Six Millennium Problems May Be Hard for the Same Reason

1•darius88•11m ago•0 comments

Ask HN: Is there still room for new SaaS products in 2026?

2•lifegrid•12m ago•0 comments

Show HN: I built IndieRoadmaps, a simple roadmap builder for indie hackers

https://indieroadmaps.com
1•pho3n1x•13m ago•0 comments

Watch SKE Lift Turn Existing AWS Infrastructure into a Platform

https://www.syntasso.io/post/watch-ske-lift-turn-existing-aws-infrastructure-into-a-platform
1•danielbryantuk•13m ago•0 comments

Dacia CEO: Sales of new cars are falling because they're too expensive

https://www.autocar.co.uk/car-news/new-cars/dacia-ceo-relax-small-car-rules-reduce-prices-europe
1•Markoff•15m ago•1 comments

AI Is Reshaping Open Source Software and Straining the Systems That Sustain It

https://www.acm.org/media-center/2026/september/techbrief-ai-effects-open-source
1•DeepLogin•15m ago•0 comments

OpenAI 'temporarily' pauses new sign-ups and upgrades to $200 plan

https://help.openai.com/en/articles/9793128-about-chatgpt-pro-tiers
4•jmsflknr•20m ago•0 comments

Pulley Is Shutting Down

https://www.businessinsider.com/pulley-shuts-down-carta-helps-transition-customers-2026-9
2•doppp•21m ago•0 comments

The Liftoff Scenario That Terrifies A.I. Doomsayers

https://www.nytimes.com/2026/09/16/science/ai-recursive-self-improvement.html
2•edward•24m ago•1 comments

Aptus – a 13-month equinox-anchored calendar with an ICS feed

https://aptuscalendar.com/
2•Beardkrumbs•24m ago•1 comments

Bari's '60' Burst

https://www.status.news/p/60-minutes-ratings-bari-weiss-nick-bilton
2•sophymarine•26m ago•0 comments

Show HN: DER DIE DAS – learn German noun gender with spaced repetition and games

https://painfree-german.com/
2•vojd•28m ago•0 comments

Show HN: StandProof – iOS app that uses the barometer to verify you stood up

https://apps.apple.com/us/app/standing-desk-by-standproof/id6801085208
2•rouuuge•29m ago•1 comments

Nginx 1.30.5 and 1.31.6 fix HTTP/3 buffer overflow (CVE-2026-90439)

https://nginx.org/en/download.html
4•joshcsimmons•30m ago•0 comments

Ask HN: What's the most economical approach to the most tokens?

2•RufusJacksons•34m ago•0 comments

Apple claims the iPhone 18 Pro camera is more secure than your Android

https://www.androidauthority.com/apple-reference-image-vs-android-c2pa-3711734/
2•fork-bomber•34m ago•0 comments

Show HN: Sightspool – Get a call when a user wants to talk

https://www.sightspool.com
2•capex•35m ago•0 comments

The Association for Human Mathematics (AHM)

https://www.ahmath.org
3•YeGoblynQueenne•35m ago•0 comments

Tech Fascism Has Come for American Democracy

https://techwontsave.us/episode/342_tech_fascism_has_come_for_american_democracy_w_gil_duran
5•shrubby•36m ago•1 comments

A dedicated family notes display for reminders, to-dos

https://www.seeedstudio.com/sticky/
3•Bluestein•37m ago•0 comments

Hosting your vibecoded slop safely

https://wissem.io/posts/vibecoding
2•wesnet•37m ago•0 comments

Show HN: I built a digital wrap tool for Tesla owners

https://teslawrap.studio
1•Irving-AI•38m ago•0 comments

I Defeated Every Copyright Claim on My Channel (Ft. LegalEagle) [video]

https://www.youtube.com/watch?v=M8HxQkk0PSY
1•ABS•41m ago•0 comments

EU chief opens door for Canada to become 'associate member'

https://www.bbc.com/news/articles/cjwyzrr9d3dko
5•hackernj•42m ago•0 comments

DocMind – I built an AI document parser to end manual data entry solo

https://docmind.neomindintelligence.com/
1•tmeelo_•44m 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