frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What if California is the most regressive state in America?

https://maxmautner.com/2026/03/09/california-regressive.html
1•mslate•1m ago•0 comments

A Nix Flake Using Literate Programming with Org Mode

https://github.com/natsukium/dotfiles
1•rrvsh•2m ago•0 comments

Show HN: I turned my Claude Max subscription into a 24/7 AI company

https://github.com/Ramsbaby/claude-discord-bridge
1•ramsbaby•6m ago•0 comments

Show HN: CEL v0.2 Pro – cryptographic black box recorder for AI systems (Python)

https://github.com/GhurtSky-GR13/colchis-log
1•GhurtSky•7m ago•0 comments

Lightweight Linux flow data collector

https://github.com/stepbrobd/rfm
1•StepBroBD•7m ago•0 comments

SignalFarm – a web app for prompt-driven song mixing

https://signalfarm.io/
1•ronpastore•8m ago•0 comments

Show HN: Extract User Intent from Prompts to Understand Usage and Cost

https://sereleum.vercel.app/
1•d41dev•10m ago•0 comments

Bill Gurley on AI bubble: A bunch of people got rich quick and a reset is coming

https://www.cnbc.com/2026/03/16/bill-gurley-ai-bubble-get-rich-quick.html
3•ericlmtn•11m ago•1 comments

Ask HN: Why does solving problems via drawing/diagrams work?

1•dvrp•14m ago•2 comments

Unflat deposit euros, earn 4-7% APY via DeFi lending, withdraw anytime

https://www.unflat.finance/
2•AlePra00•18m ago•0 comments

Keyword research and topical maps with AI

https://htmldrops.com/topical-map
1•memelore•19m ago•0 comments

US SEC preparing to scrap quarterly reporting requirement

https://www.reuters.com/business/finance/us-sec-preparing-eliminate-quarterly-reporting-requireme...
36•djoldman•22m ago•12 comments

Elon Musk's xAI sued for turning three girls' real photos into AI CSAM

https://arstechnica.com/tech-policy/2026/03/elon-musks-xai-sued-for-turning-three-girls-real-phot...
7•nobody9999•26m ago•1 comments

I built a clip-on muscle sensor so personal trainers can show clients progress

https://inara.technology
1•inaratechnology•28m ago•0 comments

Context Hub gives agents curated, versioned docs

https://github.com/andrewyng/context-hub
1•thunderbong•29m ago•0 comments

Teens sue xAI over Grok's pornographic images of them

https://www.bbc.com/news/articles/cgk2lzmm22eo
13•1659447091•29m ago•0 comments

Show HN: ssh.bot – Controlled SSH Access for AI Agents

https://ssh.bot
1•lobovkin•30m ago•1 comments

Show HN: Couplecore.me – Dead-simple custom couple landing pages

https://couplecore.me
1•andresribeiro•31m ago•0 comments

Show HN: Billing software built for expert witnesses

https://myexpertpractice.com
1•watsoft•35m ago•1 comments

Native PCVR Running on macOS

https://twitter.com/cyannick/status/2033602617339789495
1•LorenDB•36m ago•2 comments

Islamvy – I built this when my dreams wouldn't stop and I felt alone

https://apps.apple.com/ae/app/islamvy/id6759146306
1•myusufuysal•36m ago•0 comments

Short-term survival of tardigrades in Martian regolith simulants

https://www.cambridge.org/core/journals/international-journal-of-astrobiology/article/shortterm-s...
1•PaulHoule•39m ago•0 comments

FCR: Single-Slot Confirmation for Ethereum

https://fastconfirm.it
1•bpierre•39m ago•0 comments

Iran earns oil windfall as US turns blind eye

https://www.ft.com/content/35e815ef-46f3-4169-a39d-cc6bafdfbc1c
2•JumpCrisscross•40m ago•0 comments

Stream0, the messaging layer for AI agents. HTTP-native, event-driven

https://github.com/risingwavelabs/stream0
1•jinqueeny•42m ago•0 comments

Reasons to be pessimistic (and optimistic) on the future of biosecurity

https://www.owlposting.com/p/reasons-to-be-pessimistic-and-optimistic
1•paulpauper•42m ago•0 comments

How a Deep Learning Library Enables Learning

https://www.henrypan.com/blog/2026-03-14-how-deep-learning-library-enables-learning/
1•megadragon9•44m ago•0 comments

How Much Cognitive Damage Does a Phone Notification Do?

https://carlhendrick.substack.com/p/how-much-cognitive-damage-does-a
1•wilsonjholmes•45m ago•0 comments

Show HN: Trackm, a personal finance web app

https://trackm.net
10•iccananea•48m ago•0 comments

The Audit Labs

https://theauditlabs.com
1•Ralevski•51m ago•0 comments
Open in hackernews

Git Changesets

https://github.com/changesets/changesets
20•kaishiro•10mo ago

Comments

LordDragonfang•10mo 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•10mo 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•10mo ago
So much words in the docs. So little explanation of why