frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Mark of the Machine

https://www.newyorker.com/culture/infinite-scroll/the-mark-of-the-machine
1•samizdis•40s ago•0 comments

Opus 5.0 drives incoherence into the stratosphere

https://github.com/anthropics/claude-code/issues/77136
1•Bluestein•2m ago•0 comments

People Are Cutting Down Flock Cameras En Masse

https://margaretkilljoy.substack.com/p/people-really-are-cutting-down-flock
3•cdrnsf•3m ago•0 comments

Stripe Agrees to Acquire OpenRouter

https://stripe.com/en-at/newsroom/news/stripe-agrees-to-acquire-openrouter
1•tosh•4m ago•0 comments

New zero-knowledge cryptography SaaS coming soon

https://www.patreon.com/cw/evalocker
1•chipergdc•5m ago•0 comments

Meta ran ads for an app promising to nudify female politicians

https://arstechnica.com/ai/2026/08/meta-ran-ads-for-an-app-promising-to-nudify-female-politicians/
1•madihaa•6m ago•0 comments

Show HN: HRAG – Hybrid RAG on €116/month of Hetzner, officially benchmarked

https://hrag.app/
1•victor_edka•6m ago•0 comments

Show HN: Wholly.to helps you send people money with no/low fees

https://wholly.to/
1•8by3•6m ago•0 comments

The 6-Stage AI Infra Journey: Navigating the Three FinOps and Hardware Crises

https://acefleet.dev/blog/the-6-stage-ai-infrastructure-journey
1•flyingfishisme•6m ago•0 comments

Moderna shares surge as melanoma vaccine with Merck succeeds in large trial

https://www.cnn.com/2026/08/19/health/moderna-merck-mrna-melanoma-vaccine
1•jamarna•7m ago•0 comments

Data breach at shipping giant Ceva Logistics

https://techcrunch.com/2026/08/10/a-data-breach-at-shipping-giant-ceva-logistics-is-rippling-acro...
1•awalGarg•9m ago•1 comments

How Claude's Watermark Works

https://instavm.io/blog/how-claudes-watermark-works
1•mkagenius•9m ago•0 comments

OpenRouter Is Joining Stripe

https://openrouter.ai/blog/announcements/openrouter-is-joining-stripe/
2•rvz•9m ago•0 comments

$Tripe, the Singualrity Has Begun

https://www.axios.com/2026/08/19/stripe-payments-openrouter-singularity
1•Taikhoom10•11m ago•0 comments

Mana Hempcrete Walls

https://tasteofselfsufficiency.co.uk/2026/08/17/mana-hempcrete-walls/
1•speckx•13m ago•0 comments

Expired credit cards revived by researchers to make unauthorized payments

https://www.theregister.com/security/2026/08/18/expired-credit-cards-revived-by-researchers-to-ma...
2•joebuckwilliams•14m ago•0 comments

Show HN: Virtual Panoramas of the Cambrian

https://flyingspringrol.github.io/BloomEducation/palezoic/
1•aronowb14•15m ago•0 comments

The Intrinsic Valuation of Biodiversity Loss [pdf]

https://static1.squarespace.com/static/5b4b997eda02bc592b5131cd/t/6a6d97b71fab6c1175baf018/178556...
1•marojejian•16m ago•1 comments

Stripe Agrees to Acquire OpenRouter

https://stripe.com/newsroom/news/stripe-agrees-to-acquire-openrouter
5•mmcclure•16m ago•1 comments

The Open Source Maintenance Fee for Polly

https://thepollyproject.org/2026/07/14/polly-osmf-announcement.html
2•ngetchell•16m ago•0 comments

Show HN: Headless Terminal: skill for agents to use interactive TUI/CLI programs

https://www.skills.sh/montanaflynn/headless-terminal/headless-terminal
2•anonfunction•18m ago•0 comments

MX Records: The Untold Story of Email

https://blog.lacnic.net/en/story-of-email/
2•alvis•19m ago•0 comments

Analysis of 3,602 ChatGPT ads: advertisers appeared in answers 8% of the time

https://nile.app/blog/chatgpt-ads-paid-vs-recommended/
1•zhaoAI•20m ago•0 comments

The Archive in Between: Dreamer's Dale [video]

https://www.youtube.com/shorts/6ZeHnAbFdcs
2•akkartik•21m ago•0 comments

Maths Puzzle Endurance World Record [video]

https://www.youtube.com/watch?v=1L3JTmWRvsk
2•marvinborner•22m ago•0 comments

Show HN: Flocker.md – Portable identity and shared state for agents

https://flocker.md/
3•hcjmartin•23m ago•0 comments

Stealing Reasoning Traces from Proprietary LLM APIs

https://arxiv.org/abs/2608.09867
2•amai•23m ago•1 comments

Best Buy 'Repaired' a 64GB Laptop by Making It 32GB

https://www.extremetech.com/computing/best-buy-repaired-a-64gb-laptop-by-making-it-32gb
2•speckx•24m ago•0 comments

S1-mini, Superwhisper's first open-weights language model

https://huggingface.co/superwhisper/s1-mini
4•Softmaximalist•24m ago•0 comments

What Is Reasoning

https://lucumr.pocoo.org/2026/8/19/what-is-reasoning/
2•tosh•25m 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