KDE launches its own distribution
lwn.net
Court rejects Verizon claim that selling location data without consent is legal
arstechnica.com
ChatGPT Developer Mode: Full MCP client access
platform.openai.com
Show HN: Term.everything – Run any GUI app in the terminal
github.com
Pontevedra, Spain declares its entire urban area a "reduced traffic zone"
greeneuropeanjournal.eu
Intel's E2200 "Mount Morgan" IPU at Hot Chips 2025
chipsandcheese.com
A polyglot's guide to multiple-dispatch
eli.thegreenplace.net
Launch HN: Recall.ai (YC W20) – API for meeting recordings and transcripts
The HackberryPi CM5 handheld computer
github.com
OrioleDB Patent: now freely available to the Postgres community
supabase.com
Defeating Nondeterminism in LLM Inference
thinkingmachines.ai
Fraudulent Publishing in the Mathematical Sciences
arxiv.org
Jiratui – A Textual UI for interacting with Atlassian Jira from your shell
jiratui.sh
A desktop environment without graphics (tmux-like)
github.com
Dotter: Dotfile manager and templater written in Rust
github.com
Mux (YC W16) Is Hiring Engineering ICs and Managers
mux.com
Clojure's Solutions to the Expression Problem
infoq.com
Show HN: Haystack – Review pull requests like you wrote them yourself
haystackeditor.com
"No Tax on Tips" Includes Digital Creators, Too
hollywoodreporter.com
Longhorn – A Kubernetes-Native Filesystem
vegard.blog.engen.priv.no
Picat: A Logic-based Multi-paradigm Language (2014) [pdf]
logicprogramming.org
I didn't bring my son to a museum to look at screens
sethpurcell.com
This is a nice illustration of the expression problem, which the article itself points out toward the end. Multiple dispatch is a language-level way to solve it. Crafting Interpreters [1] has a very approachable Java-based chapter that also covers these patterns in detail.
[0] https://en.wikipedia.org/wiki/Expression_problem
[1] https://craftinginterpreters.com/representing-code.html