Redis is open source again
antirez.com
Third party cookies must be removed
w3ctag.github.io
Anubis saved our websites from a DDoS attack
fabulous.systems
Liverpool's title win has completed a mysterious Fibonacci sequence
bbc.com
Chrome Origin Trial: Device Bound Session Credentials
developer.chrome.com
Ask HN: Who is hiring? (May 2025)
Quebec refuses to reinvest in Lion Electric
thecanadianpressnews.ca
Felix86: Run x86-64 programs on RISC-V Linux
felix86.com
Don't watermark your legal PDFs with purple dragons in suits
arstechnica.com
Llasa: Llama-Based Speech Synthesis
llasatts.github.io
Dopamine signals when a fear can be forgotten
picower.mit.edu
When ChatGPT broke the field of NLP: An oral history
quantamagazine.org
Owen Le Blanc: creator of the first Linux distribution
lwn.net
Show HN: Kubetail – Real-time log search for Kubernetes
github.com
LLMs for Engineering: Teaching Models to Design High Powered Rockets
arxiv.org
Linkwarden: FOSS self-hostable bookmarking with AI-tagging and page archival
linkwarden.app
Zoho halts $700M semiconductor plan
semiconductorsinsight.com
AI code review: Should the author be the reviewer?
greptile.com
AI suggestions make writing more generic, Western
news.cornell.edu
xAI dev leaks API key for private SpaceX, Tesla LLMs
krebsonsecurity.com
New Study: Waymo is reducing serious crashes and making streets safer
waymo.com
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...