quantum of sollazzo

Archives
Sponsor
March 17, 2026

649: quantum of sollazzo

Hello, reader!

Quantum #648 had an open rate of 44% and a click rate of 5%. The most clicked link was this heatmap approach to diff in code reviews.

I must apologise for messing up the sending process last week. Most of you received the non proof-read preview on Friday, which was intended just for the proofreader and a few previewers; then I screwed up the scheduling and the non-proof-read version was, again, sent on Monday instead of Tuesday. Not my best week. Sorry.


Topical

NashTech Connect keynote session: AI eats the world, by Benedict Evans

I added this last week but there was no video available. The good folks at NashTech have now released it

We are so so so early! (But early to what, exactly?)

Harvey Lewis challenges the popular "we are early" AI narrative. He asks what happens if we compare access to AI with other global "access" issues: wealth, clean water, healthcare, and sanitation access. It comes with a brilliant dot chart.

Screenshot_2026_03_13_at_10_49_07_uploaded.png

Owen Winter's LinkedIn Post on GDP Growth and Political Outlook

The Economist's Owen Winter has published this great chart showing how British people in different age brackets have lived through evolving GDP standards.

Screenshot_2026_03_13_at_10_49_51_uploaded.png

Shades of a Lunar Eclipse

On March 3, 2026, there was a total lunar eclipse visible throughout the Americas, East Asia, Australia, and the Pacific. It produced a "Blood Moon" with an orange-red shade. Scientists at the NASA Earth Observatory released satellite images about it.

Screenshot_2026_03_13_at_10_59_52_uploaded.png

The State of Open Humanitarian Data 2026

From the United Nations OCHA (Office for the Coordination of Humanitarian Affairs ), this is this year's report about humanitarian data availability (PDF), which seems to still be going strong despite funding challenges.

Screenshot_2026_03_13_at_10_56_54_uploaded.png

·

Sponsored content from Jane Street

Jane Street depends on all sorts of messy, real-world data to understand financial markets and the global economy: think world news, decades of weather patterns, deidentified credit card spending, or packet captures of stock exchange market data feeds.

We're hiring Data Engineers to turn datasets like these into reliable inputs for trading. Working closely with our researchers, you'll evaluate unfamiliar datasets, build robust ELT pipelines, develop deep domain expertise, and decide what's worth exploring next. 

The job requires a mix of engineering, data analysis, and product sense. If you love the detective work of investigating a weird dataset and figuring out what it actually means, we want to hear from you. No financial background is necessary.

We have openings in New York, London, and Hong Kong.

janest.png

·

Tools & Tutorials

The Complete Guide to Building Skills for Claude

A PDF guide by Anthropic.

Screenshot_2026_03_13_at_11_01_03_uploaded.png

The Synthetic Data Playbook: Generating Trillions of the Finest Tokens

"How to turn noisy web text into state-of-the-art pretraining data with the right prompts, models, and infrastructure". Basically, a HuggingFace guide on synthetic data generation for AI training purposes. "We ran 90 experiments, generated over 1 trillion tokens, and spent 12.7 GPU years to find the best recipe for synthetic pretraining data. The result is FinePhrase, a 486B token dataset that clearly outperforms all existing synthetic data baselines. It’s available on the Hub, and this post walks you through everything we learned along the way."

Screenshot_2026_03_13_at_11_02_43_uploaded.png

Pandas vs. Polars: A Complete Comparison of Syntax, Speed, and Memory

"Need help choosing the right Python dataframe library? This article compares Pandas and Polars to help you decide."
Polars seems to demonstrate significant speed advantages, reading CSV files 8.2x faster than Pandas and showing 30-70% memory improvements. You may or may not like the syntax, though, and Panda's ecosystem is definitely bigger as things stand.

Screenshot_2026_03_13_at_11_05_20_uploaded.png

Downscaling solar radiation in the Canary Islands with GAM

Dominic Royé shows statistical downscaling of monthly solar radiation data for the Canary Islands using Generalized Additive Models (GAM). It takes 5km Meteosat data and re-predicts it to a finer 1km resolution grid.
"The Canary Islands offer a particularly compelling test case for downscaling because of their extremely complex orography and sharp local climate gradients."

Downscaling_solar_radiation_in_the_Canary_Islands_with_GAM_Dr_Dominic_Royé_1_chosen.png

Data Visualization Comparison

A comparison of four popular Python visualization libraries (matplotlib, seaborn, plotnine, and altair). It uses the Gapminder dataset, demonstrating various plot types: scatterplots, line plots, bar charts, histograms, and choropleth maps.

Screenshot_2026_03_13_at_11_07_54_uploaded.png

Create custom GPS route maps in R

Nicola Rennie's latest tutorial on how to create custom printable GPS route maps in R. It covers loading GPS data from .gpx files (from running watches, apps, or Strava-like websites), processing the data using the sf package, and adding contextual background maps from OpenStreetMap via the osmdata package.

Create_custom_GPS_route_maps_in_R_Nicola_Rennie_4_chosen.png

Outgrowing your laptop with R and Positron

Julia Silge's talk slides about using Positron for handling data that exceeds laptop capacity, with the recorded session available on YouTube.

Building a Data Pipeline Using VSCode and Claude Out of Thin Air

"A complete data pipeline running on Microsoft Fabric that downloads public data, transforms it into a star schema, exports it as Delta Lake tables, and serves it through a Power BI semantic model with Direct Lake — all from a single Python notebook and using pure SQL"

Building_a_Data_Pipeline_Using_VSCode_and_Claude_Out_of_Thin_Air_Small_Data_And_self_service_2_chosen.png

How to Use Overture Maps Like OSMnx — by City2Graph

I'm a big fan of OSMnx, so it's great to see its approach translated to other map sources. "City2Graph brings Overture Maps to spatial network analysis."

Screenshot_2026_03_13_at_11_11_04_uploaded.png

copilot-cli-for-beginners

"Learn how to get started using the GitHub Copilot CLI!". This hands-on course progresses from installation to advanced workflows using a Python book collection app as the learning project. Topics include code review, test generation, debugging, creating custom AI agents, automating tasks with skills, and connecting to databases and APIs through MCP servers.

Screenshot_2026_03_13_at_11_13_26_uploaded.png

Learning Opportunities: A Claude Code Skill for Deliberate Skill Development

This is brilliant. It's a Claude Code plugin that implements an adaptive "dynamic textbook" approach. Basically, it probes devs with learning exercises during AI-assisted coding.

Data Thinking

The Linux Kernel Will Soon Be MIT-Licensed and Copyleft Will Be Dead Within 5 Years

Coding LLM tools are enabling rapid "clean room" reimplementations of GPL software, re-licensed as MIT. A developer recreated the popular Python chardet module (170 million downloads) in just 5 days using AI, with ensuing drama. But I think this is unavoidable now.

Daylight savings broke software (again) and other Time News!

Daylight savings time in the US caused Claude AI to break when scheduled tasks set for 2AM entered an infinite loop as clocks jumped from 1:59AM to 3:00AM. This is partly caused by Earth's rotation acceleration since 2020 (which reverses the normal slowdown trend). Time is confusing.

Daylight_savings_broke_software_again_and_other_Time_News_2_chosen.png

ZIP Code First

The webpage advocates for a new way of entering addresses in web forms so that the ZIP code field comes first in US address forms. This is because a 5-digit ZIP code can automatically determine city, state, and country, eliminating the need for users to manually enter these fields. The argument would still be valid in the UK (although, as you probably know, PAF has a complicated history).

Keep your robotic hands off my shoelaces!

[Gianfranco](https://www.linkedin.com/pulse/keep-your-robotic-hands-off-my-shoelaces-gianfranco-cecconi-iowre) Cecconi: "Imagine you had a machine close to your main entrance to your apartment that could tie your shoelaces every time you’re leaving and untie them every time you came back home. Do you think you would still remember how to do it after one week? Yes. After one month? Yes. After one year?... I believe I would feel a bit uncomfortable, like someone asking me to cut my own hair (and my hair is easy!).".

Dataviz, Data Analysis, & Interactive

Canadian House of Commons N-gram Viewer

Adam Vert launched an N-gram viewer for the Canadian House of Commons. It's pretty outstanding, and it's giving me a lot of ideas for improving my UK one.

Canadian_House_of_Commons_N_gram_Viewer_screenshot_chosen.png

This iceberg was once the biggest in the world. Now it has just weeks left

A23a, once the world's largest iceberg covering an area twice the size of Greater London, is in its final weeks after a 40-year journey since calving from Antarctica's Filchner Ice Shelf in 1986.

This_iceberg_was_once_the_biggest_in_the_world_Now_it_has_just_weeks_left_6_chosen.png

Rethinking Radar Charts: A Bar Chart Alternative

Another interesting take on "that" bar chart by Anthropic.
(via Guy Lipman)

Screenshot_2026_03_13_at_11_23_54_uploaded.png

The City That AI Sees

"We ran a Vision Language Model on millions of images of New York City. This is the first open-vocabulary semantic atlas."
(via Maurizio Napolitano)

Screenshot_2026_03_13_at_11_24_52_uploaded.png

UX Mobility: Multi-User Walkability Route Planner

The UX Mobility project has developed a multi-user pedestrian route planner for Milan that prioritises walkability, trying to fit in with diverse user needs rather than shortest distance.

Lighthouses of the Northern Seas

An interactive [map](https://lighthouse-atlas.netlify.app/#3/48/-300 of lighthouses.

Screenshot_2026_03_13_at_11_27_15_uploaded.png

How an unappetizing shrub became dozens of different vegetables

The wild cabbage plant (scientific name Brassica oleracea) is the common ancestor of cabbage, broccoli, Brussels sprouts, cauliflower, kale, and many other vegetables, that were developed by selective breeding. Works in Progress tells its story.

How_an_unappetizing_shrub_became_dozens_of_different_vegetables_7_chosen.png

Two of My Favorite Things Together at Last: Pies and Subdomains

Jim Nielsen: "I want an archive of all the pie pics I’ve snapped.". And he's created it.
The real reason why this captured my attention is also in the description of how to download photos from Instagram after the dismissal of its API.

Two_of_My_Favorite_Things_Together_at_Last_Pies_and_Subdomains_Jim_Nielsen_s_Blog_4_chosen.png

Which university course had the most full-time undergraduates last year?

The Times' Tom Calver looks at the average income of university graduates, finding that post-1992 universities graduates tend to earn less.

Screenshot_2026_03_13_at_10_51_28_uploaded.png

Hack Your Way To Scientific Glory (recreation)

"You’re a social scientist with a hunch: The U.S. economy is affected by whether Republicans or Democrats are in office. Try to show that a connection exists, using real data going back to 1948. For your results to be publishable in an academic journal, you’ll need to prove that they are “statistically significant” by achieving a low enough p-value."
This is an interactive recreation of FiveThirtyEight's "Hack Your Way To Scientific Glory" tool, rebuilt using Observable JS to demonstrate p-hacking in social science research.

Hack_Your_Way_To_Scientific_Glory_recreation_screenshot_chosen.png

Newsroom strike surge

Axios highlights a shift towards more litigious employment relationship in the media sector.

Screenshot_2026_03_13_at_11_32_35_uploaded.png

How musicals use motifs to tell stories

The Pudding analyses how musical theater uses recurring melodic motifs to convey narrative and emotional information.

Screenshot_2026_03_13_at_11_35_14_uploaded.png

How likely is 'likely'?

Another great chart by Nicola REnnie, with source code. It analyses the famous "probability perception" dataset assembled by Adam Kucharski.

tidytuesday_2026_2026_03_10_at_main_nrennie_tidytuesday_GitHub_1_chosen.png

Searching for Birds

An analysis of Google search data via Google Trends interest in birds.

Searching_for_Birds_4_chosen.png

AI

Your LLM Doesn't Write Correct Code. It Writes Plausible Code.

An LLM-generated Rust rewrite of SQLite performs 20,171 times slower than the original on basic primary key lookups (0.09ms vs 1,815.43ms), despite compiling successfully, passing tests, and appearing architecturally correct. Another example of: don't just trust AI writing code!

Your_LLM_Doesn_t_Write_Correct_Code_It_Writes_Plausible_Code_4_chosen.png

The era of local agents is here

10 Downing Street's Innovation Fellow Arthur Turrell explains his setup for local LLMs.

Why I'm not worried about AI causing mass unemployment

"Software didn't eat the world and AI won't either", argues Timothy B. Lee.

The Top 100 Gen AI Consumer Apps

Andressen Horowitz's Gen AI market analysis: "ChatGPT is still far and away the largest consumer AI product. On web, it is 2.7x larger than the #2, Gemini (measured by monthly traffic) — and on mobile, it is 2.5x larger (measured by monthly active users). ChatGPT has seen weekly active users grow by 500 million people over the past year to 900 million today. This is especially impressive given growth is difficult to maintain at scale — over 10% of the global population now utilizes ChatGPT every week."

AI job predictions are just hunches dressed up like facts

Amanda Shendruk, again on "that" Anthropic chart: "In actuality, these numbers are all guesses."

The spectator at the desk - On the troubling emptiness of extraordinary productivity

Harry Metcalfe: "I’m a big fan of working with AI. I use it a lot. I think we’re at the beginning of something transformative. But it’s going to throw up some difficult problems. This is a post about one of them." This post contrasts AI-assisted work with traditional "flow states" experienced in hands-on craft like wood turning or deep coding, arguing that vibe coding misses the experience where direct connection between person, tool, and material creates meaning.

Other

A Brief History of Domains

"This year, dot com turned 40". A nicely visualised story.

A_Brief_History_of_Domains_10_chosen.png

·

AMA – Ask Me Anything! Submit a question via this anonymous Google form. I'll select a few every 4-5 weeks and answer them on here :-) Don't be shy!

AMA-small

·

The Quantum of Sollazzo grove now has 40 trees. It helps managing this newsletter's carbon footprint. Check it out at Trees for Life.

·

'till next week,
Giuseppe @puntofisso.bsky.social

Don't miss what's next. Subscribe to quantum of sollazzo:
Share this email:
Share on Facebook Share on Twitter Share on LinkedIn Share on Hacker News Share on Reddit Share via email Share on Mastodon
Powered by Buttondown, the easiest way to start and grow your newsletter.