frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Prefix Sliding for efficient test-time scaling

https://arxiv.org/abs/2608.26070
1•E-Reverance•32s ago•0 comments

Show HN: Wallps: set different live wallpapers for macOS desktop and lock screen

https://deepanshumishraa.github.io/wallps/
1•dipxsy•2m ago•0 comments

The choices we make about AI now are critical

https://www.gatesnotes.com/home/home-page-topic/reader/a-turbulent-ai-era-and-critical-choices-to...
1•kristianp•5m ago•0 comments

Social Link Vault – Local-first Android bookmark manager (Never forget a link))

https://play.google.com/store/apps/details?id=com.yzh.social_link_vault_ai&hl=en_US
1•yhammadieh•5m ago•0 comments

DRM/xe: Don't hand out the flat CCS storage as usable VRAM

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=818bebeb63dd6bf5f4e...
1•DarmokJalad1701•6m ago•0 comments

Centuries-old hunger stones are emerging as Europe's rivers recede

https://www.dw.com/en/hunger-stones-the-history-behind-if-you-see-me-weep/a-78345729
1•divbzero•7m ago•0 comments

In Hilbert Space, All Things Are Quantumly Possible

https://www.quantamagazine.org/in-hilbert-space-all-things-are-quantumly-possible-20260826/
1•pykello•8m ago•0 comments

Bootstrappable Builds: How and Why

https://lwn.net/Articles/1088279/
1•pykello•8m ago•0 comments

How to Spot a Psychopath

https://www.theguardian.com/science/2026/aug/27/how-to-spot-a-psychopath-its-like-the-difference-...
1•sandebert•14m ago•0 comments

Edit PDFs Online for Free

https://editpdfsonlinefree.com/
1•bobby2shorts•22m ago•0 comments

Dominion spent nearly $600K at State House before seeking rate hike

https://www.thestate.com/news/politics-government/article315469742.html
1•newsomix9xl•27m ago•1 comments

Pnpm 12.0

https://pnpm.io/blog/releases/12.0
2•jcbhmr•29m ago•0 comments

Show HN: YASS – Open-source stock screener with point-in-time backtesting

https://github.com/jamesjxliao/yass
3•52h316g•36m ago•0 comments

US Army to spend $2B nuclear microreactors for bases

https://www.dw.com/en/us-army-to-spend-2-billion-nuclear-microreactors-for-bases/a-78518374
2•rustoo•38m ago•0 comments

Ask HN: Would you pay for an AI API that guarantees zero prompt retention?

3•mhrnik•39m ago•3 comments

Data Centers Preserved Their $2B Virginia Tax Break

https://news.bloombergtax.com/daily-tax-report-state/how-data-centers-preserved-their-2-billion-v...
2•newsomix9xl•43m ago•0 comments

Show HN: Historical daily weather for any US ZIP code Python Package

https://github.com/gojiplus/get-weather-data
3•neehao•44m ago•0 comments

Who Wins as Intelligence Commodifies?

https://www.strangeloopcanon.com/p/who-wins-as-intelligence-commodifies
2•abrbhat•47m ago•0 comments

IncSFS: Incremental Full-Sparse Flow-Sensitive Pointer Analysis for C/C++

https://arxiv.org/abs/2608.24391
2•matt_d•47m ago•0 comments

Show HN: Simple Fax Sending Website

https://www.perpagefax.com/
2•engintekin•49m ago•0 comments

Show HN: MLSentinel – monitor ML models and catch failures early

https://www.mlsentinel.dev/
2•drdoom_2007•50m ago•0 comments

XBlade 25.1.17 competes directly with Wayland's sandboxing, exceeding parity

https://git.sr.ht/~bhyvxe/xblade
2•icmpkitty•50m ago•0 comments

Qwen/Qwen3.8-Flash-Next · Hugging Face

https://huggingface.co/Qwen/Qwen3.8-Flash-Next
3•manojbajaj95•51m ago•0 comments

Row over weight of half a loaf leaves German baker with €15,000 bill

https://www.euronews.com/my-europe/2026/08/26/row-over-weight-of-half-a-loaf-leaves-german-baker-...
2•throwaway2037•52m ago•0 comments

1,000 missing after catastrophic floods caused by a glacial collapse

https://apnews.com/article/climate-change-nepal-tibet-glacier-collapse-floods-61b592d428e4631add3...
4•geox•53m ago•0 comments

Show HN: Stellamap, live 3D map of the solar system with real spacecrafts

https://www.stellamap.net
2•alecavaz•58m ago•0 comments

A Nice, Simple Product

https://magic984128.substack.com/p/a-different-way-to-look-at-a-photo
2•magic520•1h ago•0 comments

Other People – Neil Gaiman

https://xpressenglish.com/our-stories/other-people/
2•barry-cotter•1h ago•0 comments

Show HN: AI chat app build specifically for kids (howcomet.com)

https://howcomet.com/
2•hkbarton•1h ago•1 comments

Don't Let LLMs Play Telephone with Your Ideas

https://blog.yfzhou.fyi/posts/prompt/
3•crazylogger•1h 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