frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Jevmlx

https://github.com/bnsd55/jevmlx
1•trollied•5s ago•0 comments

My Dumbphone Made My Life Better. It Made Everyone Else's Worse

https://www.nytimes.com/2026/09/16/opinion/dumbphone-smartphone-friendship.html
1•ryzvonusef•35s ago•0 comments

hister

https://github.com/asciimoo/hister
1•bookofjoe•49s ago•0 comments

Show HN: Claude and Codex rate limits as AIM away messages

https://diewithme.co/join
1•monijz•58s ago•0 comments

Aesthetic Governance, Mega-Events and the Urban Poor

https://doingsociology.org/2026/09/17/aesthetic-governance-mega-events-and-the-urban-poor-beautif...
1•bryanrasmussen•3m ago•1 comments

The Shortcut Became the System

https://christophermeiklejohn.com/ai/agents/reliability/development/games/2026/09/14/the-shortcut...
2•jruohonen•3m ago•0 comments

Classic ML to Cope with Dumb LLM Judges (2025)

https://softwaredoug.com/blog/2025/01/21/llm-judge-decision-tree
1•theanonymousone•3m ago•0 comments

Launch HN: Skillsync (YC W26) – AI chat sessions made portable across agents

https://skillsync.com
2•cat-whisperer•4m ago•0 comments

Show HN: Paste a song and get 5 license-free cousins that sound like it

https://mockfreeli.org/
1•ianhil•5m ago•0 comments

Show HN: Lightning strike VFX in Three.js, a step-by-step breakdown

https://threevfx.com/labs/lightning-strike/
1•chunza2542•5m ago•0 comments

AODM: AI Optimized Data Markup

https://github.com/FucaSpark/aodm
1•FucaSpark•6m ago•0 comments

There Is No AI Agent

https://zak.im/there-is-no-ai-agent/
1•pzk1•6m ago•0 comments

Show HN: A toy implementation of ELF relocation weird machines

https://github.com/scriptod911/R_WEIRD
1•scriptod•6m ago•0 comments

We Need a Way to Prove Personhood Online

https://www.noemamag.com/we-need-a-way-to-prove-personhood-online/
2•ohjeez•7m ago•0 comments

Financial Times – The era of AI warfare has arrived

https://www.ft.com/content/686429c0-daf3-42a5-9b7c-7ff06eb291ef
1•ElFitz•7m ago•1 comments

Zuckoff app detects nearby Meta 'perv glasses'

https://nypost.com/2026/09/10/business/new-zuckoff-app-detects-nearby-meta-perv-glasses-right-to-...
1•MC995•7m ago•0 comments

From Specialist Agents to Distributed Skills over MCP

https://devblogs.microsoft.com/agent-framework/from-specialist-agents-to-distributed-skills-over-...
2•JaiRathore•8m ago•0 comments

EU president: AI agents escaping their environment preview what's coming

https://the-decoder.com/eu-president-warns-ai-agents-escaping-their-environment-are-just-a-previe...
1•girish_r•8m ago•0 comments

Ask HN: How to recover Google auth after phone stolen?

6•keymasta•8m ago•2 comments

A Taxonomy of Toddler Jokes

https://lastwordonnothing.com/2026/09/16/a-taxonomy-of-toddler-jokes/
1•jruohonen•11m ago•0 comments

Jev's Architecture Unmasked

https://archerhume.com/posts/jevs-architecture-unmasked/
1•hmokiguess•12m ago•0 comments

God Eye View

https://www.spatialintelligence.ai/?r=93y3tg&utm_campaign=referrals-subscribe-page-share-screen&u...
1•igontype•12m ago•0 comments

Modern Monetary Theory: Economics for the 21st Century (MOOC)

https://www.mmted.org/mooc.php
1•rglover•13m ago•0 comments

How we made one of our largest inference workloads 4.7× more GPU-efficient

https://decagon.ai/blog/gpu-efficient-inference-serving-stack
1•aray07•13m ago•0 comments

AI has transformed The Pentagon's aging networks into a national security risk

https://www.washingtonpost.com/technology/2026/09/17/ai-has-transformed-pentagons-aging-networks-...
2•Jtsummers•15m ago•1 comments

Show HN: Stroq – trace your agent's commands back to the text that produced them

1•Agybay•15m ago•2 comments

ZSA Backpack

https://www.zsa.io/backpack
1•spiralpolitik•16m ago•0 comments

Designing for Amnesia

https://kasrin.com/blog/designing-for-amnesia/
1•n42r•16m ago•0 comments

Sub-ms deterministic parsing vs. LLM-based policy for agent safety?

https://github.com/midhunweb/miseguard
1•misetro•17m ago•0 comments

The suddenly explosive world of AI safety

https://www.theverge.com/ai-artificial-intelligence/996563/ai-safety-research-metr-redwood-openai...
1•sbulaev•19m 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