frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Urban decay: Detroit, the Chrysler Freeway, and child's imagination

http://detroit.danieleboulay.com
1•freedmans•1m ago•0 comments

ROCmFix and InferBench – AMD Local-LLM Setup and Vulkan vs. Hip Benchmarking

https://github.com/xanpavle/rocmfix
1•Xanpavle•3m ago•0 comments

I Built a System One Model on a RTX 3070

https://twitter.com/lafalcemateo/status/2101414901365248059
1•lafalce•3m ago•0 comments

THUG2 Asset Archive

https://xoevoox.github.io/thug2-assets/
1•Peacefulz•6m ago•1 comments

Qualcomm's Adreno X2 GPU

https://chipsandcheese.com/p/qualcomms-adreno-x2-gpu
1•pella•9m ago•0 comments

Sooner or Later, You're Going to Have to Make an Actual Argument

https://freddiedeboer.substack.com/p/sooner-or-later-youre-going-to-have
1•paulpauper•10m ago•0 comments

AI-Generated Movie Star Has a Total Meltdown on TV

https://www.honest-broker.com/p/ai-generated-movie-star-has-a-total
1•paulpauper•10m ago•0 comments

Show HN: Connectome-inspired spiking network you can try in the browser

https://awareliquid-sparse-snn-demo.static.hf.space/index.html
1•EverestAn•10m ago•0 comments

The Book Is a Book, Not Disembodied Information

https://nntaleb.substack.com/p/the-book-is-a-book-not-disembodied
1•paulpauper•11m ago•0 comments

Unix Year 2038 problem and the art of underestimating

https://www.buzzsprout.com/2469780/episodes/19824439
2•jammcq•13m ago•1 comments

A guitar amp modeller that runs on an ESP32-S3

https://coyopedal.playtaurus.com/
1•arbayi•17m ago•0 comments

MiTeX: LaTeX support for Typst, powered by Rust and WASM

https://github.com/mitex-rs/mitex
1•fanf2•18m ago•0 comments

I Thought I Just Needed a Vacation. Turns Out I Needed a Different Life

https://comuniq.xyz/Career-job-opportunities/post?t=1687
1•01-_-•18m ago•0 comments

English: A vs. An

https://www.redblobgames.com/blog/2026-09-16-english-a-vs-an/
1•azhenley•19m ago•0 comments

Real Life in Ukraine Through the Eyes of an American: 30 Days [video]

https://www.youtube.com/watch?v=mzKGmvh2meQ
1•Kizert•19m ago•0 comments

Bottles' Founder Has Managed to Run Microsoft 365 on Linux

https://itsfoss.com/news/bottles-microsoft-365-early-look/
1•gessha•22m ago•0 comments

Show HN: Jev, Fly Me to the Moon

https://fly.rahmanyoonus.com
1•rahmanyoo•22m ago•0 comments

Meek Fronted Requests test specification

https://github.com/ooni/spec/blob/master/nettests/ts-014-meek-fronted-requests.md
1•Bluestein•23m ago•0 comments

GM brings back Apple CarPlay as buyers demand it

https://finance.yahoo.com/markets/article/gm-brings-back-apple-carplay-as-buyers-demand-it-121047...
1•ndr42•24m ago•0 comments

Show HN: Play DSS and DS2 dictation files online without uploading your audio

https://speechtext.ai/online-dss-player
3•robgehring•25m ago•0 comments

XGEN-JING: An Egocentric Interactive Experience Model

https://huggingface.co/XGENlabs/XGEN-JING
1•MehrdadKhnzd•28m ago•0 comments

Learning from the Soviet Collapse – Lessons from CCP Documentaries on the Fall

https://www.chinatalk.media/p/learning-from-the-soviet-collapse
2•yubblegum•33m ago•0 comments

Show HN: Deferred deep linking and referral attribution you self-host

https://github.com/Newtdev/blynk-deferlink
1•NewtDev•34m ago•0 comments

How to Keep a Secret – From Doodles to DES

https://0xkrt26.github.io/math_behind_security/2026/09/16/doodles-to-des.html
1•denismenace•34m ago•0 comments

They Built a Secular Apocalypse Belief System. Now They Want Religious Authority

https://www.aipanic.news/p/first-they-built-a-secular-apocalypse
3•dotcoma•35m ago•2 comments

Analyze trends, Measure sentiment, Predict what comes next

https://github.com/korries/HeronLoom
1•korries•35m ago•0 comments

What we are seeing with GPT Astra in Robotics

https://twitter.com/GeorgiaChal/status/2101335513558929868
1•sashank_1509•37m ago•0 comments

First case of upgrading RAM on an iPhone 18 Pro Max [video]

https://www.youtube.com/watch?v=B4FMIxOr3MI
1•martic•39m ago•0 comments

JustBot – a Grok-Bot-style AI assistant at ~1/10th the token cost

https://justbot.co
1•bernardohcr•40m ago•0 comments

The Weak Foundations of AI Doomsday

https://www.aipanic.news/p/the-weak-foundations-of-ai-doomsday
2•dotcoma•41m 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