frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A week of debugging the Notion MCP in Claude

https://automato.substack.com/p/build-task-manager-claude-live-artifacts
1•andrewstetsenko•1m ago•0 comments

Mobile Observability for AI Agents

https://blog.bitdrift.io/post/query-reality-ai-observability
1•karinakarina3•2m ago•0 comments

Five AI Agent Failures in 36 Days. Zero Times the Agent Caught It

https://grith.ai/blog/36-days-5-ai-agent-security-failures-0-self-detections
1•edf13•3m ago•0 comments

FDA finds 'significant violations' committed by major manufacturer

https://www.dailymail.com/health/article-15769673/FDA-warning-manufacturer-pain-relievers-ADHD-dr...
2•Bender•3m ago•1 comments

US judges weigh risks as AI seeps into judicial work

https://www.reuters.com/legal/government/us-judges-weigh-risks-ai-seeps-into-judicial-work-2026-0...
2•1vuio0pswjnm7•3m ago•1 comments

Show HN: I built a zero-tracking news hub to escape doomscrolling and clickbait

1•blazeeofsun•4m ago•0 comments

Trump Fired the National Science Board. Here's Why That Matters

https://www.forbes.com/sites/johndrake/2026/04/25/trump-fired-the-entire-national-science-board-h...
2•pseudolus•4m ago•0 comments

PgBackRest is archived, what now?

https://percona.community/blog/2026/04/28/pgbackrest-is-archived-what-now/
1•nikolay_sivko•5m ago•0 comments

VibeLens: Visualize, personalize, and audit your AI agent sessions

https://github.com/CHATS-lab/VibeLens
1•yejh•5m ago•0 comments

Another US state wants to force registration for all e-bikes

https://electrek.co/2026/04/27/another-us-state-wants-to-force-registration-for-all-e-bikes/
1•Bender•5m ago•0 comments

Open routines, local AI workflow automation

https://open-routines.com/
1•lbreakjai•5m ago•0 comments

CATL says sodium batteries are mainstream-ready, signs 60 GWh deal

https://electrek.co/2026/04/27/catl-sodium-ion-battery-60gwh-energy-storage-deal/
1•Bender•6m ago•0 comments

Show HN: Rhythmguard – spacing scale enforcement for CSS and Tailwind

https://github.com/PetriLahdelma/stylelint-plugin-rhythmguard
1•PetriLahdelma•6m ago•0 comments

Architectural Requirements for Agentic AI Containment

https://arxiv.org/abs/2604.23425
1•Mitchellrichard•7m ago•0 comments

PAVO-Bench – 50K voice turns and an 85K-param router for ASR→LLM→TTS

https://github.com/vnmoorthy/pavo-bench
1•vnmoorthy•7m ago•0 comments

The medieval habit of 'two sleeps'

https://www.bbc.com/future/article/20220107-the-lost-medieval-habit-of-biphasic-sleep
1•smusamashah•7m ago•0 comments

Language Models Are Few-Shot Learners, They Just Can't Remember

https://www.aravindjayendran.com/writing/few-shot-learners-cant-remember
1•maxaravind•8m ago•1 comments

Data Lineage in DuckDB: How Duck_lineage Tracks Every Query

https://ilum.cloud/blog/data-lineage-in-duckdb-how-duck_lineage-tracks-every-query/
1•tanelpoder•9m ago•1 comments

Attack of the Killer Script Kiddies

https://www.theverge.com/ai-artificial-intelligence/915660/mythos-script-kiddies-hackers-attack-c...
1•Brajeshwar•10m ago•0 comments

Network Stats for Q1 2026: Neocloud Traffic Trends

https://www.backblaze.com/blog/network-stats-for-q1-2026-neocloud-traffic-trends/
1•LaSombra•11m ago•0 comments

Reporters at this news site are AI bots. OpenAI's appears to be funding it

https://www.modelrepublic.org/articles/the-reporters-at-this-news-site-are-ai-bots.-openai%E2%80%...
2•speckx•12m ago•0 comments

Show HN: I built a WhatsApp bot to help you remember birthdays

https://bub.club
1•jonnyburch•14m ago•0 comments

IBM Bob

https://bob.ibm.com
2•psim1•14m ago•2 comments

They said AI would kill SaaS boilerplates, but it's doing the opposite

https://wasp.sh/blog/2026/04/23/14k-stars-open-saas-ai-era
1•matijash•15m ago•0 comments

AI and Coder Employment: Compiling the Evidence [pdf] [Federal Reserve]

https://www.federalreserve.gov/econres/feds/files/2026018pap.pdf
1•ryan_j_naughton•15m ago•0 comments

Golang heap profiling without pprof enabled or eBPF

https://coroot.com/blog/zero-config-go-heap-profiling/
1•nikolay_sivko•15m ago•0 comments

No Idle GPUs: Managing Research Compute at Runway

https://runwayml.com/news/no-idle-gpus-managing-research-compute-at-runway
1•itunpredictable•16m ago•0 comments

Panama's ocean lifeline vanishes for the first time in 40 year

https://www.sciencedaily.com/releases/2026/04/260426012253.htm
1•pseudolus•17m ago•0 comments

Tight Curves and Wide Horizons: The Return of Highway 1

https://www.nytimes.com/2026/04/28/travel/california-highway-1.html
1•mitchbob•18m ago•1 comments

Show HN: VoiceGoat – A vulnerable voice agent for practicing LLM attacks

https://github.com/redcaller/voice-goat
5•xmhatx•18m ago•1 comments
Open in hackernews

Git Changesets

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

Comments

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