Petition to formally recognize open source work as civic service in Germany
openpetition.de
The mysterious black fungus from Chernobyl that may eat radiation
bbc.com
Show HN: Glasses to detect smart-glasses that have cameras
github.com
Tech Titans Amass Multimillion-Dollar War Chests to Fight AI Regulation
wsj.com
Pocketbase – open-source realtime back end in 1 file
pocketbase.io
Moss: a Rust Linux-compatible kernel in 26,000 lines of code
github.com
A Remarkable Assertion from A16Z
nealstephenson.substack.com
A Repository with 44 Years of Unix Evolution
spinellis.gr
A trillion dollars (potentially) wasted on gen-AI
garymarcus.substack.com
EU Council Approves New "Chat Control" Mandate Pushing Mass Surveillance
reclaimthenet.org
The three thousand year journey of colchicine
worksinprogress.news
Switzerland: Data Protection Officers Impose Broad Cloud Ban for Authorities
heise.de
SQLite as an Application File Format
sqlite.org
How to make precise sheet metal parts (photochemical machining) [video]
youtube.com
Open (Apache 2.0) TTS model for streaming conversational audio in realtime
github.com
Tiger Style: Coding philosophy (2024)
tigerstyle.dev
OS Malevich – how we made a system that embodies the idea of simplicity (2017)
ajax-systems.uz
Same-day upstream Linux support for Snapdragon 8 Elite Gen 5
qualcomm.com
Vsora Jotunn-8 5nm European inference chip
vsora.com
A fast EDN (Extensible Data Notation) reader written in C11 with SIMD boost
github.com
How to use Linux vsock for fast VM communication
popovicu.com
How Charles M Schulz created Charlie Brown and Snoopy (2024)
bbc.com
GitLab discovers widespread NPM supply chain attack
about.gitlab.com
Every year there’s a new framework, a new “no-code” tool, or a new data platform that promises to replace SQL. And yet—SQL remains the most universal, reliable, and widely adopted interface for working with data.
A few reasons it still wins:
It’s declarative. You describe what you want, not how to compute it.
It’s stable. Decades of optimizations, battle-tested across industries.
It’s portable. From Postgres to BigQuery to Snowflake to DuckDB, SQL is everywhere.
It’s optimized. Modern engines can handle insane workloads with minimal tuning.
It’s the one language every analyst, engineer, and ML person can agree on.
Even modern “data engineering” tools—dbt, Spark SQL, Trino, BigQuery ML—are simply bringing SQL to new environments, not replacing it.
The ecosystem keeps changing, but SQL’s simplicity and longevity make it the closest thing we have to a universal data language.
Curious to hear how others feel: Is SQL’s dominance a sign of maturity, or is something genuinely better on the horizon?