frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Mamdani's tax database doxed wealthy New Yorkers

https://reason.com/2026/08/03/mamdanis-tax-database-doxed-wealthy-new-yorkers/
1•leephillips•31s ago•0 comments

Trump wants the power to stop the public from suing polluters

https://theconversation.com/trump-administration-moves-to-block-public-from-enforcing-environment...
1•hn_acker•1m ago•0 comments

Show HN: ApeiroCraft – Proposals that track views, e-sign and invoice

1•lolllll•1m ago•0 comments

Show HN: Find the perfect name for your startup, app or domain

https://www.howdowesay.com
1•wowinter15•3m ago•0 comments

US Military asks troops for 'creative and unconventional' ideas to punish Iran

https://www.cnn.com/2026/08/03/politics/us-military-iran-war-troops-punish
1•Teever•3m ago•0 comments

SearXNG in Rust

https://github.com/MikeLuu99/searxng-rust
1•dluuuu•3m ago•0 comments

Show HN: Popkorn – A CSS based alternative for Lottie animations

https://github.com/ayarse/popkorn
1•ayarseus•3m ago•0 comments

A Mole of Moles

https://what-if.xkcd.com/4/
1•EndXA•3m ago•0 comments

Replaceable but Employed: Automation and Meaning of Work (NBER Working Paper)

https://www.nber.org/papers/w35559
1•imakwana•5m ago•0 comments

With a Series of Big Donations, State Department Restores Some Global Health Aid

https://www.nytimes.com/2026/08/02/health/trump-health-aid-state-department.html
1•whack•6m ago•0 comments

Show HN: Python Projects in the Browser – Event ticket preview

https://www.codembark.com/projects/q7r4n2v8mk/event-ticket-preview
1•camdenreslink•6m ago•0 comments

Prompts for Long Term Thinking

https://kk.org/thetechnium/88-prompts-for-long-term-thinking/
1•herbertl•7m ago•0 comments

OpenRouter Ori Eval: Prove the Best Model for What You're Building

https://openrouter.ai/blog/announcements/ori-eval/
1•notsahil•7m ago•0 comments

Samsung Says It's Banning Smart TV Apps That Expose Users' Internet Connections

https://www.engadget.com/2229078/samsung-says-its-banning-smart-tv-apps-that-expose-users-interne...
1•speckx•8m ago•0 comments

Quantum Fidelity-per-Cost: A Metric for Evaluation of Quantum Computing Systems

https://arxiv.org/abs/2607.28572
1•refezs•8m ago•0 comments

Light's hidden properties save quantum information from the chaos of bad weather

https://www.wits.ac.za/news/latest-news/research-news/2026/-2026-07/lights-hidden-properties-save...
2•bryanrasmussen•10m ago•0 comments

Canon – An Art History Game

https://canon.perell.com/#game
2•herbertl•10m ago•1 comments

Romania blasts rock to divert water from drought-hit Danube to nuclear reactor

https://www.theguardian.com/world/2026/aug/03/romania-blasts-divert-danube-water-nuclear-reactor-...
1•howard941•10m ago•0 comments

Judge a Book by Its Cover

https://www.mediumrare.site/judgeabook/
2•herbertl•10m ago•0 comments

Ask HN: Early Feedback on Dez?

1•alexander2002•11m ago•1 comments

Invelinux – An independent, RAM-based Linux distribution using Toybox and musl

https://sumtas.codeberg.page
3•sumtas•11m ago•3 comments

RPC across Python and TypeScript with zero dependencies

https://blog.cloudflare.com/python-workers-rpc/
2•brendanib•12m ago•0 comments

Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents

https://hoplite.sh
6•BenceRed•12m ago•0 comments

Show HN: CCo – Go-style coroutines in C

https://github.com/gtutino/CCo
2•gtutino•13m ago•0 comments

Show HN: TokenMaxxer – track every AI token you spend across your coding tools

https://tokenmaxxer.xyz
3•SYeomans•13m ago•0 comments

Three weeks into an autonomous Codex build: 9B tokens, ~month still left

https://github.com/nelsonwerd/proof-ate-the-project
2•nelsonwerd•14m ago•0 comments

Texas Police Used 83,000 Flock Cameras to Hunt Down a Woman Who Had an Abortion

https://letsaddresstexas.substack.com/p/texas-police-used-83000-flock-cameras
25•latexr•15m ago•3 comments

Show HN: Choreo A free visual design tool for UI behavior and micro-interactions

https://www.choreomotion.app/
2•anasbelmadani•16m ago•0 comments

Listing Quick: Chrome Extension Listing Manager

https://www.listingquick.com
2•scrappy_guy•16m ago•0 comments

Show HN: FutureSearch, AI forecasting you can verify

https://futuresearch.ai/
9•ddp26•17m 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