On This Day In 1957: Biggest Bomber, Biggest H-Bomb, And Biggest Near-Catastrophe in History.
https://theaviationist.com/2020/05/22/on-this-day-in-1957-biggest-bomber-biggest-h-bomb-and-biggest-near-catastrophe-in-history/
Not sure folk are aware that using Google fonts by URL in their CSS undermines the privacy of each and every site visitor, sending their IP to GG with every visit. How? Because with each visit they download the font from GG, not your server.
If you will use GG fonts, don't do this
@import url('https://fonts.googleapis.com/css?family=FontName[...]
Download that font, and resource it locally instead
@font-face {
font-family: FontName';
font-style: normal;
src: url('../fonts/FontName.woff2');
[...]
}
Camille Bordas interview and reading of Saul Bellow on New Yorker’s Writer’s Voice… Now I need to read all his stuff, of course.
https://podcasts.apple.com/us/podcast/the-new-yorker-fiction/id256945396?i=1000559235347
Mastodon is about to get a bunch more users -- Elon Musk would reverse Twitter's ban on Trump.
https://www.nytimes.com/2022/05/10/technology/elon-musk-donald-trump-twitter-ban.html
Can run backwards // Software Engineer // Linguist // Rick Bass Montana Fiction Prize Winner // Debut collection Sometimes Creek from Cornerstone Press in 2023