frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Easel – Interactive review boards for agent feedback loops

https://github.com/The-Sentience-Company/easel
1•Aazen•2m ago•0 comments

Lisa's Copy (and Cut, and Paste)

https://unsung.aresluna.org/deeper-dive-lisas-copy-and-cut-and-paste/
1•arbesman•2m ago•0 comments

DeepSeek Paper: A Programming Paradigm for Spatiotemporal Composability [pdf]

https://github.com/cordiverse/paper/blob/main/paper.pdf
1•gr_norm•4m ago•0 comments

The Deadlock Empire

https://deadlockempire.github.io/
2•gregsadetsky•5m ago•0 comments

Asus Oxiis turns bicycle into e-bike with USB-C and 500W motor

https://www.notebookcheck.net/Asus-Oxiis-turns-bicycle-into-e-bike-with-USB-C-and-500W-motor.1368...
2•thunderbong•5m ago•0 comments

The Bots Always Find Something

https://faingezicht.com/articles/2026/08/14/the-bots-always-find-something/
2•avyfain•7m ago•0 comments

Systemd-Networkd as a Router

https://www.apalrd.net/posts/2026/asn_networkd/
2•speckx•8m ago•0 comments

MSCI Gave SpaceX an ESG Score Matching Wartime Russia

https://finance.yahoo.com/markets/stocks/articles/msci-gave-spacex-esg-score-122904001.html
3•johnbarron•9m ago•0 comments

Fortunes from AI revive effective altruism after Sam Bankman-Fried turmoil

https://www.ft.com/content/938b4b82-06d2-4b92-a807-38d935d7d5c5
3•aanet•9m ago•1 comments

Throwback attack: Contractor plants Siemens logic bomb to keep income flowing

https://www.controleng.com/throwback-attack-contractor-plants-siemens-logic-bomb-to-keep-income-f...
2•Tomte•10m ago•0 comments

Why Open Source Matters for AI

https://www.oreilly.com/radar/why-open-source-matters-for-ai/
2•BerislavLopac•10m ago•0 comments

Agora – a persistent world for language models that they rewrite by vote

https://agora.perussina.com/
2•dperussina•10m ago•0 comments

Omarchy Quattro

https://twitter.com/dhh/status/2088304854603047019
4•tosh•12m ago•0 comments

Muxel – a multi-agent terminal multiplexer for AI coding agents

https://muxel.sh/
3•ankitg12•13m ago•0 comments

Beyond Zero: Enterprise Security for the AI Era

https://queue.acm.org/detail.cfm
2•joozio•13m ago•0 comments

Just how big is the hidden leverage of AI hyperscalers?

https://www.ft.com/content/a0a07cce-6d19-4b1e-a73b-9855a06ba7b3
4•johnbarron•13m ago•1 comments

Enshittification Is Coming for Everything

https://www.ft.com/content/6fb1602d-a08b-4a8c-bac0-047b7d64aba5
3•praptak•13m ago•1 comments

Open-world perception: safe handling of unknown road objects via a taxonomy

https://github.com/freshNfunky/IE2025-Research-Paper
2•freshNfunky•16m ago•0 comments

The Functional Toolkit for Kotlin · Since 2017

https://www.http4k.org/
2•Bluestein•16m ago•0 comments

X opens its ranking algorithm and exposes shadowbans

https://techcrunch.com/2026/08/13/x-open-sources-its-ranking-algorithm-letting-users-see-if-theyv...
3•BlueBerry2001•18m ago•0 comments

Two years after rules overhaul, have methadone clinics changed?

https://www.statnews.com/2026/08/14/methadone-clinics-opioid-addiction-new-rules-culture-shift/
2•Jimmc414•19m ago•0 comments

A Contract-Grade Verifier for LLM-Generated GPU Kernels

https://arxiv.org/abs/2608.12700
3•Jimmc414•19m ago•0 comments

Conduit – Battery Include Swift on Server

https://github.com/digoreis/conduit
2•rreis•21m ago•0 comments

How Not To Program in C++ (2003) [pdf]

http://www.uml.org.cn/c%2B%2B/pdf/HowNottoPrograinC%2B%2B.pdf
2•softwaredoug•21m ago•0 comments

TheoremDB: A public workspace for machine mathematics

https://theoremdb.org/problems/
2•philipfweiss•21m ago•0 comments

Discrete Fourier Transform by Hand

https://www.byhand.ai/p/28-discrete-fourier-transform
4•Bluestein•23m ago•0 comments

Block Ads in Firefox for iOS

https://support.mozilla.org/en-US/kb/block-ads-firefox-ios
4•Cider9986•24m ago•0 comments

Evaluating Coding Agents

https://www.aiuc-1.com/research/technical-docs-evaluating-coding-agents
2•tfehring•26m ago•0 comments

Meta Patents AI Glasses to Use Facial Recognition to Identify People

https://www.404media.co/meta-patents-ai-glasses-to-use-facial-recognition-to-identify-people-make...
2•Jimmc414•26m ago•0 comments

Controlling Light with a Home-Grown Crystal [video]

https://www.youtube.com/watch?v=RxjqMh3gkx8
2•skibz•28m 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