Sunday, June 28, 2026

Passing fancies #18

I used to call these posts with collections of links "link dumps" but I recently found another blog which also included books and television programs which the author enjoyed and I liked that idea.  I follow a number of RSS feeds to make it easier to find interesting articles without having to regularly visit my entire list of interesting blogs, many of which aren't updated often.  As you can see, I find a wide array of topics interesting.

Books

This week I've finished two books.  The first was World of Trouble by Ben H. Winters.  It's the final book in The Last Policeman trilogy.  This was my second time enjoying this trilogy, the first time started in 2013 shortly after the first book was published.  I loved it on the first read and even more this time.  I'm often so keen to find out what happens in a book that I don't take enough time to fully appreciate the writing itself while reading it for the first time.  This series is about a policeman who continues trying to solve crimes even though the Earth is doomed to be struck by an asteroid.  It's an interesting tale about human nature under extraordinary circumstances.

The second was God Bless You, Mr. Rosewater by Kurt Vonnegut, Jr.  This was at least the second time I've read this as I'm a big Vonnegut fan.  It's hard to summarize what most of Vonnegut's books are about because they tend to cover so much territory.  They're always fascinating reads though.

Music

Somewhere I found a mention of Andrew Strong, the actor who played the lead singer in The Committments (which is an outstanding movie if you haven't seen it).  His voice was perfect for singing old soul classics.  After the movie he sang in a band called The Bone Yard Boys.  Apparently their music isn't available for purchase in electronic form which is a pity.  At least I was able to find a few Youtube videos of him performing like the one below.
https://youtu.be/QN43ZXivDa0?si=UC-GE4TU-nyz_dyU

I also found an intriguing mention of a band called Newen Afrobeat which I hadn't heard of previously.  I discovered I enjoy their music. 
https://youtu.be/YCZZWu9WR5s?si=3uU2h5mF4QHn-Vls

Television

We watched the first episode of Triumph: Jesse Owens and the Berlin Olympics on Netflix this week and are anxiously awaiting the next episode.  I knew parts of the story but there's so much I hadn't heard and it's fascinating.

Links

Like many people, I get tired of being pushed to secure my online accounts with passkeys.  While they may be convenient, I'm not convinced that they're more secure than the traditional username and strong password.
https://www.makeuseof.com/why-im-still-not-giving-up-my-password-for-passkeys/

When Quentin Tarantino states a preference for reading books over most of the movies being released, I know I'm not alone in finding most new movies insufficiently compelling to bother seeing them in a theater.  Project Hail Mary is the only film I was anxiously awaiting in the past few years.
https://brandons-journal.com/post/these-days-i-d-rather-read-a-book

Here's an interesting article which references Chesterton's Fence, a term I'd never encountered previously.   In it G.K. Chesterton states that changes should not be made until the thing being changed is fully understood.  The article below complains that changes to software are often made with insufficient documentation for the software in question to be properly understood.  In my experience this is true.  There are too many engineers who don't adequately document changes they have made. 
https://www.arp242.net/chestersons-finger.html

It makes me happy to hear that the producer of Star Trek: The Next Generation granted famous physicist Stephen Hawking's request to sit in the Captain's chair on the Enterprise bridge.

I'm not sure exactly how to feel about the news that Denmark has a Mullet Championship.  I had thought that questionable hairstyle was uniquely American.
https://apnews.com/article/denmark-mullet-hairstyle-festival-competition-ea0c4b66b1eb9f133983ea4d6f44f37c

Kentucky's economy is dealing with a huge downturn in demand for Bourbon.  The final line suggests that the same may eventually be true of Data Centers.
https://a.wholelottanothing.org/kentuckys-bourbon-problem/

Why doesn't it surprise me that Richard Feynman (famous physicist) had a method for optimizing food choices at restaurants?  If you haven't read any of the books about Feynman's life (Surely You're Joking, Mr. Feynman!: Adventures of a Curious Character or What Do You Care What Other People Think?: Further Adventures of a Curious Character), you'd probably enjoy them.
https://www.futilitycloset.com/2026/06/06/eating-out/

A pulp magazine from 1912 containing the first appearance of Tarzan recently sold for $58,560.  I have fond memories of reading old books by Edgar Rice Burroughs, author of the Tarzan and John Carter of Mars books while I was in high school.  At that time I was hell-bent on absorbing all the genre books I could get my hands on.  The best part is they were often available cheap at area used bookstores.
https://boingboing.net/2026/06/11/the-first-tarzan-pulp-sold-for-58560-at-a-record-setting-auction.html

I was a little surprised to read that old iPod models are making a comeback thanks to Gen-Z and then I remembered that our granddaughter had asked for a portable cassette player similar to a Walkman.  Apparently cassette tape players have made a comeback as well.
https://www.engadget.com/2196894/ipods-comeback-gen-z/

Saturday, June 27, 2026

Editors I've been fond of at some point


I've used a number of editors for programming during my nearly 50 years in the computer industry.  Once I discovered vi in 1990, it or some variation of it has remained been my primary editor.  The learning curve for vi is steep but once you spend enough time with it to become productive, it's really hard to justify the effort required to learn another editor.  Vi has always been extensible thanks to its ability to define key mappings which gave it macro capability.  I'm still using a few vi macros which I created in 1990.  These include simplified syntax for marking, copying, deleting, and pasting portions of text, both within a single file or between files.  Once I started using Linux, I discovered Vim which has remained my editor of choice ever since.  The builtin color syntax highlighting makes code more readable for me.  I really love its ability to split and resize windows.  And my fingers remember the commands so well that I rarely need to think about how to do anything.

The first programming editor I liked was IBM's Personal Editor 2, aka PE2, which was only available for MS-DOS.  I used PE2 in the 1980s while working at General Electric and continued using it for about 6 years.  One feature I really liked was its ability to operate on columns of text.  Once a column or multiple columns were marked, the text could be replaced, have its case toggled, copied, or moved.  That capability seemed unique until I figured out that WordStar for DOS had a column mode as well.  Until we discovered that capability of WordStar while I was working at the Washington Navy Year, my colleagues would occasionally bring me a file on floppy disk to have me perform some column magic on it.  Recently I was surprised to read that a number of authors are still using WordStar for DOS.  I understand why they choose to continue using WordStar since it performed well, had a great feature set, and never crashed for me.  A bonus for me was a few other programs like Borland's Turbo Pascal used the WordStar command set.  The company which made WordStar created a new version called WordStar 2000 which had a number of interesting features but ultimately failed because it couldn't read files created by the older versions of WordStar.

I also used Brief for a while after I got my first Mac.  I chose it because it ran on multiple OSes/machines.  That didn't last since Brief was a bit expensive and most companies I've worked for have been unwilling to spend money on tools for software engineers.  I also tried Emacs but it was so feature rich that the executable size was too big for most personal computers of the time.  In contrast, I think the first vi clone I used on an IBM PC was only about 40K and fit easily on even the smallest floppy disks.

So I continue to prefer using Vim.  Most of the time I prefer the GUI version which is sometime referred to as GVim or MacVim.  It allows me to resize the Windows which makes it easy to tailor my workflow to how many windows I need access to at the time.  GVim supports X11 which gives me the ability to log into a Linux system via ssh and display the editor window on the Windows laptop I'm forced to use at work by running VcXsrv (a version of the X11 server compiled with Visual-C for better Windows compatibility. At home, I can do the same thing by running the Mac version of X-11 server.

 

Wednesday, June 24, 2026

link dump #17

I follow a number of RSS feeds to make it easier to find interesting articles without having to regularly visit my entire list of interesting blogs, many of which aren't updated often.  As you can see, I find a wide array of topics interesting.

We live on former farmland which gives us some lovely views of the sky.  Here's some interesting clouds from yesterday morning shortly after sunrise.

 

AI modified photos from houses for sale would irritate me were I convinced to spend time looking at a house with features which didn't really exist as shown.  I've also seen some terrible close captioning on Youtube which was done by AI.  I make notes of creators who use that and don't watch their content a second time.  It irritates me more than a misprint in a book which is saying a lot.
https://gigazine.net/gsc_news/en/20260623-generative-ai-impossible-homes/#gsc.tab=0

My stepfather died of ALS ten years ago.  Since he came down with symptoms, I've followed technologies which could have helped him like the brain-computer interface described in this article.  Unfortunately, it wouldn't have helped Pop for very long since he had a faster progression of life threatening symptoms than many do.
https://health.ucdavis.edu/news/headlines/brain-computer-interface-enables-independent-accurate-communication-for-man-living-with-als/2026/06

I don't think I'd want to drive a vehicle as distinctive as this banana shaped car if it meant being inconvenienced by frequent traffic stops.
https://cowboystatedaily.com/2026/06/18/giant-banana-pulled-over-in-montana-driver-says-cops-have-stopped-him-100s-of-times/ 

It's been a while since I've heard about races on Pikes Peak.  It's kind of cool that Corvette has the record for the time being since I've had a few Corvettes in the past when I used to drive fun cars.  I opt for boring but comfortable cars these days which are easier on my aging knees.
https://arstechnica.com/cars/2026/06/pikes-peak-2026-was-a-battle-of-propulsion-with-an-ev-and-a-hybrid-winning-out/

Sid Caesar is considered to be a comic genius and assembled one of the finest comedy writing rooms of his or any other time.  There's a new book about his career in comedy which looks like something I'd enjoy reading.
https://www.lrb.co.uk/the-paper/v48/n11/john-lahr/relatable-as-a-jellyfish

When I first heard about drones using fiber optic technology to prevent their radio signals from being jammed, I was skeptical but apparently fiber optic cable spools really work.  To disable one of these requires severing the connection or a direct hit of some sort.
 https://www.army.mil/article/287737/fiber_optic_drones_posing_a_significant_c_uas_challenge

Apparently I could take a more natural approach to my soldering tasks if I wanted by making my own resin flux.
https://northcoastsynthesis.com/news/homemade-traditional-resin-flux/

I found this article about early attempts of shrinking transistor radios fascinating.  The ability to listen to music outside the home has made life more enjoyable for most of us.
https://economictimes.indiatimes.com/news/international/us/in-1954-engineers-shrank-a-transistor-radio-into-something-people-could-carry-and-music-stopped-staying-at-home/articleshow/131742031.cms

I've backed several of Cory Doctorow's books via Kickstarter including his latest, The Reverse Centaur’s Guide to Life After AI.  This article features an interview with Cory about his new book.  He's a thoughtful analyst of technical topics and one of my favorite authors as well. 
https://jacobin.com/2026/06/ai-bubble-layoffs-workers-copyright

I have fond memories of ThinkGeek.  This Stonehenge pocket watch is something which fascinated me but not quite enough to want to carry.
https://web.archive.org/web/20060627053213/http://www.thinkgeek.com/gadgets/watches/7d2b/ 

Speaking of watches, I've had several smartwatches but ultimately abandoned them for a more traditional analog watch.  The smartwatches require frequent charging and those which monitor your health typically need to be worn tighter than I find comfortable.
https://www.engadget.com/2197565/reasons-why-people-ditch-smartwatches-something-simpler/

I've heard from multiple sources that using AI is degrading our skills and causing stress to people forced to use it often like software engineers being strongly encouraged by company management.  It makes me happy that my impending retirement will let me avoid it completely soon.  I've had to watch while a coworker tried to get ChatGPT to recommend changes to some low level code I had written and the process was painful.  A few of my colleagues send me little snippets of commands which ChatGPT tells them should work which rarely bears more than a passing similarity to something which would actually work.
https://www.nature.com/articles/d41586-026-01947-1

Apparently Massachusetts has legalized haggis since they're hosting Scottish soccer fans for the World Cup.  Who knew it wasn't previously legal?
https://www.cbsnews.com/boston/news/haggis-massachusetts-legal-scotland/


 

 

Monday, June 15, 2026

link dump #16

I follow a number of RSS feeds to make it easier to find interesting articles without having to regularly visit my entire list of interesting blogs, many of which aren't updated often.  As you can see, I find a dizzying array of topics interesting.

We live on former farmland which gives us some lovely views of the sky.  Here's a particularly nice sunset from a few days ago.

 

My second job in the computer industry was as a field engineer at a company which maintained systems built around the DEC PDP-11.  During the 7 weeks of training, I found that I loved the instruction set of the DEC PDP-11.  At other jobs, I discovered the Motorola 680x0 series of CPUs which had a very similar instruction set.  Both machines have orthogonal instruction sets.
https://arstechnica.com/gadgets/2022/03/a-brief-tour-of-the-pdp-11-the-most-influential-minicomputer-of-all-time/

I was surprised to read that Apple AirPods may cause cardiovascular implantable devices such as pacemakers to malfunction.  Apparently AirPods create a magnetic field strong enough to affect pacemakers and other implantable devices.
https://www.engadget.com/2193554/airpods-pacemakers-magnet-interference/

Stronger magnets are also harmful to other types of electronic devices.  Since I've been working with computers for so long that I keep my devices away from magnets primarily out of habit.  Apparently there's good reason to do so with some types of devices.
https://hackaday.com/2026/05/21/magnets-are-bad-for-hardware-again/

I enjoy watching Rick and Morty because their humorous takes on science and science fiction make me laugh.  One of their episodes features a lightsaber which was dropped with the point down and which proceeded to burrow its way through the Earth.
https://laughingsquid.com/dropping-light-saber-vertically/

I've been finding the growing number of terms which end with "maxxing" such as "sleepmaxxing" annoying.  I'm glad to see others feel the same way.  I ignore the output of influencers but it becomes hard to do when it gets embraced by popular culture.
https://www.joanwestenberg.com/p/just-be-normal-about-st

I've been a fan of Tolkien's The Lord of the Rings books since high school 50+ years ago.  That caused me to find the fact that a newly discovered species of cricket has been named after the Balrog amusing.
https://thedebrief.org/you-shall-not-pass-scientists-identify-new-balrog-cricket-species-in-greek-island-tunnel/

I'm not at all surprised that listening to music promotes mental health.   I find listening to music while I'm working helps me to achieve a deeper level of concentration particularly when audio distractions are present.  It only works that way if the music is something I'm quite familiar with.  I also watch videos of live musical performances regularly.
https://www.aesthetics.mpg.de/en/newsroom/news/news-article/article/is-there-a-link-between-listening-to-music-and-mental-health.html

In modern military conflicts, GPS jamming and spoofing is becoming increasingly common.  It's also being used as a form of economic warfare since it's so disruptive.
https://boingboing.net/2016/08/04/spoofing-gps-is-surprisingly-e.html

I've long felt that most technical interviews are a terrible way of choosing talented engineers.  Bad technical interviews are something I'm happy that I'll never face again since I'm so close to retirement. 
https://fagnerbrack.com/technical-interviews-reject-the-wrong-engineers-a8e78ca04b2e?gi=46f57f353ef1 

There's a new proposed theory for how the objects commonly known as black holes form.  I'm not sure I can get used to the term gravastar.
https://thedebrief.org/black-holes-arent-real-astronomers-propose-elusive-formation-mechanism-for-gravastar-alternative-that-is-easier-to-accept/

Monday, June 08, 2026

link dump #15

I follow a number of RSS feeds to make it easier to find interesting articles without having to regularly visit my entire list of interesting blogs, many of which aren't updated often.  As you can see, I find a dizzying array of topics interesting.  This leaf with water droplets on it is one of the things which caught my eye while walking the dog around the yard.

 

Apparently craft beer continues its sales decline.  The competition from hard ciders, hard seltzers, and THC infused beverages has continued making this a tough business to be in now.  I'm particularly worried about Firestone Walker which is my favorite brewery.  I love them for their barrel-aged imperial stouts and other styles I find interesting.
https://www.beervanablog.com/beervana/2026/6/5/are-big-craft-breweries-viable-anymore

I found this article about Edward R Murrow's reporting during WWII fascinating.  I'm too young to have watched his reporting but I enjoyed the play Good Night, and Good Luck written and performed by George Clooney about Murrow's clashes with Joseph McCarthy.
https://ww2ondeadline.com/2020/04/11/edward-r-murrow-cbs-berlin-orchestrated-hell/

Bumblebees are capable of solving problems in ways similar to how humans and primates do.  Given their small brain size, it makes me curious about how they accomplish these feats.
https://www.npr.org/2026/06/07/nx-s1-5846947/bumblebees-problem-solving-research

Ant colonies seem to have a collective memory and intelligence which is more capable than any individual member of the colony.  I find collective intelligence fascinating since it's so different from human intelligence.
https://aeon.co/ideas/an-ant-colony-has-memories-that-its-individual-members-dont-have

It's a bit hard to believe someone stole the transmission line from an FM radio station which was still transmitting.  That's extraordinarily dangerous and it's a wonder that the thief wasn't killed or severely injured.
https://www.radioworld.com/news-and-business/headlines/an-ohio-valley-100000-watt-fm-signal-is-severed-in-broad-daylight

Scammers have started showing up at people's offices in person to steal data and install ransomware.  I can't believe it's necessary as it's not uncommon for people to insert a USB flash drive which they find into their computer to see what's on it.
https://www.theregister.com/cyber-crime/2026/06/05/if-you-dont-fall-for-these-extortionists-calls-theyll-show-up-with-usb-sticks/5251891

There's danger of GoPro going bankrupt because memory chips have become difficult to obtain and expensive to boot.  I've heard some car companies are having similar difficulties with procuring electronic components.
https://thenextweb.com/news/gopro-going-concern-ai-memory-crisis-default

I've had a soft spot for AC Cobras since I first caught a glimpse as a kid.  They're loud and fast which is what used to catch my attention.  Since my knees started bothering, I've started preferring comfort over sportiness.
https://www.thedrive.com/news/ac-cobra-gt-coupe-puts-a-fixed-roof-on-the-classic-for-the-first-time
 
Apparently photons behave strangely when someone tries to cut them into smaller pieces.  I was surprised that they can be divided into pieces at all.
https://thedebrief.org/physicists-tried-cutting-a-photon-in-half-then-things-got-really-weird/

I've encountered floppy disks which degraded while in storage before.  Here is a guide to what it might take to restore one which has stopped working.
https://spectrum.ieee.org/floppy-disk-data-preservation-archives

I've long suspected that many CEOs gained their lofty position thanks to the Peter Principle.  Many of them seem to have little knowledge about their company's industry aside from a few buzzwords.  This theory about them suffering from AI psychosis isn't hard for me to believe.
https://techcrunch.com/2026/05/27/tech-ceos-are-apparently-suffering-from-ai-psychosis/

Speaking of AI psychosis, hearing that AI technologists are talking about having virtual children strikes me as somewhat unhinged.
https://www.theguardian.com/books/2026/may/31/are-mind-children-the-future-of-reproduction

Choosing a new surge protector

We had a severe thunderstorm this weekend which caused the power to flicker quite a bit for a few minutes.  We had a number of branches come down as a result.  Here's a picture of the biggest one which fell.


I've got surge protectors protecting my computer, our Internet router, and our TV, satellite TV box, and other entertainment equipment.  I shut off all the surge protectors once the power starting flickering as that can be very bad for electronic equipment.  Once the storm ended, I found 2 circuit breakers had been tripped and 2 of our surge protectors had died.  One expired in spectacular fashion, throwing some sparks when I tried turning it back on.  The one which failed was an Anker surge protector with a 4000 joule rating which had lasted 7 years.  Given the fact that it had survived a number of other storms during that time, I thought it had done its job admirably.  As you can see below, our dog found the smell of burnt electronic components interesting.

 

That could have been worse had we not had whole house surge protectors installed when we first moved into this house 12 years ago.  That was primarily intended to protect larger appliances where it's not feasible to use individual surge protectors.  Computers and entertainment equipment contain electronic components which are more susceptible to damage from power spikes which make it through the whole house surge protectors.

So I quickly needed to choose a few replacement surge protectors.  Fortunately, my RSS reader had picked up a story about surge protectors a few months ago.  As a temporary measure, I picked up a GE model which was available at Walmart.  Its joule rating was lower than the Anker model it was replacing which will only suffice as a temporary measure.  I've ordered a new Anker surge protector and will move the GE model to replace the other failed surge protector once that arrives.
https://www.makeuseof.com/how-to-check-surge-protector/

Monday, June 01, 2026

link dump #14

I follow a lot of RSS feeds to make it easier to find interesting articles without having to regularly visit my entire list of interesting blogs which aren't updated often.  As you can see, I find a dizzying array of topics interesting.  For example today while taking the dog outside over my lunch break, looking up treated me to this interesting halo around the sun.  Apparently it's caused by ice crystals interacting with the sun's rays.


Ronny Chieng, who you might know from The Daily Show or movies, gave one of the more amusing commencement speeches I've seen recently.  It was better received than the speech Eric Schmidt gave where he got booed for his comments about AI.  There have been a number of other recent commencement speakers telling graduates that they'll have a hard time finding employment thanks to so many CEO's obsession with AI.  I think that shows how out of touch these speakers, often members of upper management of various companies, are with their workers or potential employees.
https://www.complex.com/pop-culture/a/tracewilliamcowen/ronny-chieng-ai-speech-harvard

Apparently some of the Tesla staff members charged with reviewing video footage of their "Full Self Driving" feature in order to improve its performance don't trust Tesla's self driving technology.  I can't say I blame them.
https://www.reuters.com/investigations/why-teslas-ai-trainers-dont-trust-its-self-driving-tech-or-its-safety-stats-2026-05-28/

I love cool cars so I found this story about how hot rodders are using 3-D printing to help build parts for their cars interesting.  I've heard people are doing the same thing to restore old computers.
https://www.thedrive.com/news/old-school-hot-rodders-are-using-high-tech-3d-scanners-to-make-custom-parts

This proposed Lego kit for building a model of the CROCUS reactor looks very cool.  The instructions and parts are already available if you'd like to build it yourself.
https://beta.ideas.lego.com/product-ideas/e235fbd0-8ab8-4575-bd1c-37a25625f118

I found this article about the history of Digital Research's DR DOS interesting.  I used DR DOS in the late late 1980s when it was first released.  I even submitted a bug report to Digital Research when I found a program which didn't behave properly under DR DOS.  The bug was caused by a system call which behaved differently than the same system call on MS-DOS did when passed a string containing wildcards instead of an actual filename.  I even included a TSR (terminate and stay resident) program to work around the bug.
https://dfarq.homeip.net/dr-dos-revenge-of-cp-m/

This article about how people discovered someone they knew was super intelligent was interesting.  I used to work for a boss down at the Washington Navy Yard who would type long assembly language source files on the old CRT terminals we were stuck with on mainframes back in the late 1980s.  You could even ask him questions while he was typing and he would answer you with only a minor slowdown in his typing.  After typing these long programs, he would use the assemble and run option and his programs worked.  I was amazed that he could remember variable names he had used several pages of source code ago.  He was also amazingly effective with his explanations.  He's start out explaining at his level of understanding and if he saw you weren't understanding him, he'd adjust his explanation until you understood him and did it so you didn't feel insulted by the simpler explanation.
https://pleated-jeans.com/2026/05/22/people-share-the-moment-they-knew-they-were-in-the-presence-of-a-truly-massive-intellect/

Some of you may have build kits from Heathkit in the past.  I built two computer kits, an H-89 which ran CP/M and an H-151 which ran MS-DOS.  I also built one of their dot matrix printer kits.  Here's a video tour of their factory back in the day.
https://hackaday.com/2026/05/15/inside-the-heathkit-factory/

I found the news that plants react to anesthetics in a similar fashion to humans both fascinating and a little disturbing.
https://pmc.ncbi.nlm.nih.gov/articles/PMC11586303/

If you've never seen the TV series Halt and Catch Fire, it's definitely worth watching.  It focuses on the early days of personal computing which sounds as if it would be boring but this show manages to keep it entertaining.  The title refers to the mythical HCF op code which causes the CPU to catch fire.
https://unstack.io/halt-and-catch-fire

Reading about Crouching Tiger, Hidden Dragon reminds me of how much I enjoyed watching it the couple times I've seen it.  I think I may be due to watch it again.
https://yusufaytas.com/why-crouching-tiger-hidden-dragon-is-a-masterpiece

If you've heard this story which Kurt Vonnegut told a few times, it illustrates why I like him so much as an author.  I think I would have enjoyed meeting him as well.  His books will both entertain you and lead you in directions you would have never expected when you started reading it.
https://chrisglass.com/2024/11/01/kurt-vonnegut-buys-an-envleope/ 

Before I became a father, I would have been skeptical about how much the experience changes someone.  When I held my daughter for the first time, it completely changed me.  Those changes were for the better although I would have doubted that a few years before.
https://www.sciencealert.com/fatherhood-dramatically-rewires-your-brain-scans-reveal

I've managed to clear out some of my backlog of interesting links with this link dump.  I hope you find something in here to inform or entertain you. 

Sunday, May 31, 2026

The Last Policeman by Ben H. Winters

I've started re-reading The Last Policeman by Ben H. Winters.  I last read it 13 years ago and wanted to revisit it because I've been on an apocalyptic book kick lately.  I had remembered liking it a lot but I'm finding that the writing is even better than I remembered.  Here's a better review of it than I can write.
https://fantasyliterature.com/reviews/the-last-policeman/

The Last Policeman is an entertaining and slightly depressing (as apocalyptic books tend to be) blend of SciFi and mystery.  It won an Edgar Award when it was published in 2012.  It starts with an apparent suicide that the investigating police detective finds suspicious.  That coupled with a predicted strike by an asteroid bends the story into science fiction territory.

The focus of this book is how people continue functioning when they know the end of life as we know it is coming.  In that respect, it reminds me of On the Beach by Nevil Shute which is another favorite book of mine in this same category.  Other similar books I've also enjoyed in this genre include The Postman, Earth Abides, Alas, Babylon, and I Am Legend.

It makes me wonder how humanity would really behave under similar circumstances.  Perhaps I'm cynical but I tend to think things would be more chaotic than those portrayed in The Last Policeman and On the Beach.

I enjoyed reading Garth Ennis' comic series The Boys which was adapted into a streaming series.  Call me cynical but to me, it highlights inherent flaws in human psychology which I believe is more realistic than the altruistic service to mankind portrayed in Superman comics.

Fortunately, my cynical beliefs don't prevent me from enjoying the more optimistic tone of The Last Policeman and I enjoyed revisiting this very compelling story.  I'll be re-reading the next two books in the trilogy next - Countdown City and World of Trouble.

Friday, May 29, 2026

A favorite beer

Tonight I'm celebrating the end of the work week with a Firestone Walker Paraboloid.  This beer isn't readily available on the east coast so I have to order it directly from Firestone Walker in California.  This brewer was founded by a couple guys with experience in wine making.  They make some amazing beers with all the complexity of a fine wine.

Sipping on the Paraboloid made me remember the first time I had its little brother, a beer called Parabola, about 11 years ago at a restaurant in Leesburg called Leesburg Public House.  LPH had been opened by a friend and quickly became one of our favorite weekly happy hour venues.  I had been reading about this legendary beer for a few years but had never seen it available nearby.  Jay, one of the servers at LPH, was very knowledgeable about craft beer and had a few connections in the beer world.  He was able to get a few highly rated beers such as Parabola to sell at the restaurant.

When we arrived at LPH that night, Jay told us that they had just received the Parabola.  I managed to convince Dave, a friend I had worked with at 5 different companies, to split a bottle with me.  Jay brought us the Parabola and served it with the flourish fitting such a special beer as you can see in the photo below.  Dave loved the beer as much as I did but he never let me forget that it was me who got him hooked on more expensive beers.  Each year when it was released we'd compare notes on where to find it in nearby stores.

 

This rambling train of thought caused me to remember that it's almost the 1 year anniversary of my buddy Dave's untimely death.  It would be difficult to express how much I miss him.  One of the things I miss most about Dave is how we both enjoyed talking about low level programming.  If he were still around I'd be telling him about the pointer math I had to do in a C program today.   I was doing that to solve the problem of a device at work occasionally misplacing its timestamp from the usual location at the start of a buffer to somewhere in the middle of the buffer.  Knowing where the timestamp ended up could provide clues about what's causing the problem.  This timestamp takes the form of a 64-bit integer.  This wouldn't normally be a problem to find that given the fact that the upper 16 bits of the timestamp contain an easily identifiable value but on ARM CPUs, 64-int integers are stored in little endian format.  So having found the correct 16 bits somewhere within the buffer, it was necessary to back up by 6 bytes to get the entire timestamp before the timestamp could be displayed in all its glory.  Pointer math is always fun.

Well, my celebratory beer is nearly gone now and that low level programming tired me out.  I think I'll sign off for now. 

 

 

Sunday, May 24, 2026

link dump #13

 

I follow a lot of RSS feeds which makes it easier for me to discover interesting web pages without having to visit my entire list of interesting blogs which aren't updated often.  As you can see, I find a lot of topics interesting.

It's difficult for experts to fully explain the innate knowledge which makes them so good in their fields.  Experience can be impossible to pass long when trying to create new experts.  I think this may make it impossible to train AI systems to replace experts.
https://cekrem.github.io/posts/the-tacit-dimension/

I'm generally not keen on AI use but if you can hide prompts to force LinkedIn recruiter bots to entertain you with their unwanted spam, it seems like a win to me.
https://www.tomshardware.com/tech-industry/artificial-intelligence/linkedin-recruitment-spam-becomes-olde-english-prose-after-user-hides-ai-prompt-injection-in-bio-bots-also-also-manipulated-to-address-user-as-my-lord

When I first switched from Windows PCs to Macs 25 years ago, I found that I loved Mac OS X.  It reminded me of the software environment I enjoyed on the Sun 3/80 Workstation I had on my desk while working at Sprint International (the division which developed the computer networking hardware and software for Sprint's packet switching network) in 1990.  That Sun was the machine which caused me to love Unix.  The combination of Unix, X Windows, and that fast Sun hardware was the most productive environment for software development I had seen at that time and I still have fond memories of it.  Lately Apple's software seems much buggier than it used to which frustrates me at time.  It's reassuring to see that I'm not the only one who has noticed this steady decline in software quality.
https://taoofmac.com/space/blog/2026/05/18/1320

Someone has created an animated version of Vincent van Gogh's painting The Starry Night and I found it entertaining to interact with various parts of the painting.
https://stillnight.joshua-garcia.com/

A study has found that playing the didgeridoo can help counteract the daytime sleepiness caused by sleep apnea.  I can't imagine many offices would be open to this type of therapy to treat affected employees.
https://pmc.ncbi.nlm.nih.gov/articles/PMC1360393/

Finally there's  evidence for why the T-Rex had such tiny arms.  Sometimes evolution plays cruel tricks...
https://nautil.us/we-finally-have-the-answer-for-t-rexs-tiny-arms-1280997

There's no way I would agree to join a mission commanded by a billionaire rather than a fully trained astronaut/pilot.  Making an insane amount of money doesn't imply the ability to solve problems in stressful situations like a long space flight.  I'm curious to see how the radiation affects humans on this longer mission as it will be hard to shield the crew capsule adequately.  Shielding materials are heavy and extra weight is always hard to justify.
https://gizmodo.com/spacex-taps-crypto-billionaire-to-lead-first-crewed-mission-to-mars-2000762451

The Super El Niño predicted to form by winter could have devastating effects on both the world economy as well as our ability to keep the world's population fed.
https://respublicamgz.substack.com/p/a-super-el-nino-is-coming-the-last

It strikes me as horribly inefficient to have unique terms for groups of birds of different species.  Things like this make the English language both rich and difficult to master.
https://www.themarginalian.org/2024/01/04/brian-wildsmith-birds-company-terms/

Tuesday, May 19, 2026

Memories of my days as a Field Engineer

I recently read the book Talking About Machines by Julian E. Orr.  I enjoyed the experience as it brought back memories of my first and second jobs in the computer industry which started nearly 50 years ago.  Both those jobs involved computer field engineering (first mainframe and later minicomputers).  Many of the book's reviews seem to focus on ideas in the book which I don't find particularly interesting.  I believe this is largely due to the fact that the author's primary focus is on the sociological aspects of the job such as the ad-hoc methods of skill building required to augment company training. The downside of this perspective is that it overlooks some of the technical reasons for the job being quite difficult such as insufficient training, poor documentation, and inadequate support avenues.  Many of the reviewers seem to lack the technical background required to fully appreciate just how challenging work as a field engineer can be.

The book showed me that Xerox suffered from the same problems which both of my first two employers had.  The focus of all three companies seemed to be to reduce support costs by any means possible.    The book devotes much attention to the means by which the field engineers become competent and manage to maintain their productivity.  It attributes this largely to impromptu communications during meals and other social gatherings.  It glosses over the fact that companies scrimp horribly on training and documentation.  They rely on personal dedication from relatively low paid engineers devoting nontrivial amounts of their personal time to improving and maintaining their skills.  Companies seem to expect these levels of self training despite offering poor compensation and inadequate opportunities for advancement.

My first job was as a Field Engineer for Honeywell starting in 1977.  To qualify for that position, I had completed a 6 month full time training program in hardware maintenance at the Control Data Institute facility in Arlington, VA.  My class which was completed in early 1977 was the last at that location to enjoy completely instructor led training.  Subsequent classes used Control Data's PLATO system.  I cannot imagine being trained to diagnose and repair electronic equipment via software alone since it's so different from actual computer diagnosis and repait.  To train us in hardware diagnosis and debugging, we were required to construct computer circuits such as adders by hand wiring small circuit boards containing discrete electronics.  Once we demonstrated the correct operation of the circuit we had constructed to the instructor, we had to leave the room while the instructor inserted a bug of some sort.  This exercise helped teach us how to debug logic problems.

That training proved to be excellent preparation for maintaining computer equipment.  What I hadn't anticipated was the wide variety of equipment I would be expected to repair with no training at my first job.  In my first few months, I learned to rely on computer operators leading me to the problem equipment and either pointing out or reproducing the behavior they thought to be incorrect because I sometimes couldn't identify the equipment on my own having never encountered it before.  For my first year or so, after being shown the equipment, I frequently had to retire to the field engineer's office to peruse the documentation to figure out how to proceed.  Fortunately, Honeywell had excellent documentation with most equipment manuals containing section which offered a detailed theory of operations.  Reading how the designers intended for equipment to work which was key in being able to effectively diagnose problems. Once I eventually transitioned to software engineering, I've often been forced to build mental models of hardware and software systems because detailed documentation seems to be largely a thing of the past.

The field engineering support contracts at my first job specified that customers offer a field engineering office where the documentation, parts, tools, and test equipment required to service computers and peripheral equipment could be stored.  In that respect, I had it easier than Xerox field engineers did as they were required to carry all of the documentation, tools, and an inventory of spare parts with them to be able service trouble calls on whichever type of copier they maintained.  I feel fortunate since with such a wide variety of equipment supported at my first job, the manuals alone would have taken up a sizeable portion of a van and adding spare parts and test equipment necessary to do the job would have made carrying everything with me as I visited customer sites untenable.  I'm a bit jealous that the Xerox engineers could focus on one or two models rather than the 5 different models of mainframe computers and 6 or 7 types of each of the following - magnetic disk drives, magnetic tape drives, line printers, punched card readers and punches, computer terminals (both hard copy and CRT varieties).  I'll leave out the paper tape readers/punches, magnetic drum storage, and core memory units to avoid dating myself.  My second job involved maintaining minicomputers which required far fewer parts and less documentation but which also made it so much less challenging as to be boring.  Often there was only a cabinet in some obscure corner of the computer room devoted to on-site documentation and parts storage. 

I spent 5 years at Honeywell and that experience provide me with debugging skills that I've relied upon during my lengthy career.  As mentioned in the book, there were few opportunities for advancement for field engineers.  On the technical side, one could aspire to be promoted to be a specialist which is essentially a more skilled technician often only called for the most difficult problems.  The other path was management which shared few skills with the technical path.  There were too few positions in both paths to reward anything more than a few lucky engineers.  That was one reason why I elected to make the jump to software engineer after 5.5 years as a field engineer although I did spend a year as a specialist after managing to qualify for a specialist training class in Honeywell's training facility in Phoenix, AZ by working very hard for 3 years.

My second job involved maintaining minicomputers which were so much simpler than the mainframe computers I had spent 5 years maintaining that I found myself bored while easily being the best debugger in the district.  I say this not to boast but because during the 7 weeks of training I was sent to in Boston, every engineer in my district had tried to fix a customer's tape drive which had initially had a simple data read problem.  By the time I got back for my mid-training break, I had to first remove the 8 or 9 problems my fellow engineers had installed in the tape drive trying unsuccessfully to fix it.  When I got to it, the fusible diodes in the power supply would melt their solder and drop to the bottom of the chassis each time it was powered on.  It was not terribly difficult being the best engineer in a district filled with such poor engineers.  It was no wonder that I was offered a job in training while in Boston because I wrote a machine language program that none of my instructors could figure out.  I didn't accept because the training instructors were not terribly competent and I didn't want to move to Boston.

Instead of a CPU made of 80 wire wrap boards, the DEC PDP-11 managed to fit the entire CPU on just a board or two.  That reduces the task of debugging a system problem from putting boards on board extenders and using an oscilloscope to trace signals from board to board while running some software keyed in from the maintenance panel switches, to being able to swap the entire CPU in a matter of minutes which field engineers at the time derisively referred to as shotgun debugging.  I got so bored that I took the job of installing and maintaining the 12 DEC PDP-11 minicomputers at USA Today when they launched in 1982.  Taking that position freed me from the need to travel to a variety of computer sites located within a 120 mile radius of my office in Rosslyn, VA but left me working an unpleasant 8 pm - 4 am shift at USA Today's headquarters which was also in Rosslyn.  Walking the two blocks back to the parking garage at my company's office each morning at 4 am was definitely a weird experience.  The only entertainment I had was seeing how vandals had rearranged the letters on the Chinese Cinema, which depending on the movie being shown sometimes read Chinese Enema.  The 4 or 5 months I spent on that weird shift made me feel isolated since I was heading to work about the time that most normal people were getting home from work.

Since the DEC PDP-11 minicomputers at USA Today were all new, most of the problems I dealt with each night were with the computer terminals used by the newspaper staff.  My company had determined that the most common FRU (field replaceable unit) for the CRT terminal devices consisted of a board which took me about 20 minutes to replace thanks to all the screws and cables which needed to be removed.  After my first couple weeks of working on terminals, I learned to associate symptoms with one of four chips which were the most common failures.  An example was the vertical deflection chip which gave the symptom of a single horizontal line across the CRT when it failed.  I could replace the chip in less than 5 minutes.  So I removed the chips from all of the terminal boards which I sent back for repair to build myself a stock of the chips which my company would not allow me to order as individual chips.  And I started a letter writing campaign to the design group trying to make the case for stocking the chips.  I never heard back from them before I left a few months later.

I occasionally get a bit nostalgic for my first field engineering job.  I don't miss working on peripherals such as line printers (which are incredibly messy) and card punches (which are mechanical monstrosities) at all.  On the other hand, a huge computer system (which would easily consume all floor space of most convenience stores) which fails to boot or which misbehaves when a particular piece of software is run is like an incredibly challenging puzzle.  Being paid to solve puzzles made my first job feel like play at times.  The beauty of having made the move to software is I get to debug problems every bit as challenging but I don't have to worry about ruining clothes because I got stuck working on a line printer. 


 

Monday, May 11, 2026

link dump #12

I follow a lot of RSS feeds which makes it easier for me to discover interesting web pages without having to visit my list of interesting blogs which aren't updated often.  I hate to send these interesting links via email since it feels too much like a teacher giving homework... here, go read all of these web pages and report back to me.  Instead I think collecting them in a blog post is a friendlier way to pass links along.

I started in the computer industry as a field engineer.  When I got stuck on night shift, there was often little to keep me occupied between trouble calls.  I used to play early computer games like Star Trek and Adventure (aka Colossal Cave Adventure on a TI Silent 700 terminal with an acoustic modem.  Here's a history of the game which brought back memories for me.
https://dhq.digitalhumanities.org/vol/1/2/000009/000009.html

I assumed that Lithium Ion batteries caused a fair number of fires but I had no idea it was this bad.
https://www.theguardian.com/uk-news/2026/may/11/uk-firefighters-lithium-ion-battery-fires-ebikes

I worked for an optical networking startup company called Ocular Networks for a while.  The news that fiber optic cables can be used to eavesdrop on people came as a surprise to me.
https://www.science.org/content/article/fiber-optic-cables-can-eavesdrop-nearby-conversations

Apparently cats react differently to falling in space.  The video is fascinating.
https://www.youtube.com/shorts/MBzDfmynaAQ 

Apparently volcanoes can create lightning while erupting.  As if lava wasn't scary enough on its own...
https://nautil.us/why-volcanoes-sometimes-shoot-out-lightning-1280235

The classic story of Mel, a programmer who hand optimized accesses on a magnetic drum storage device entertains me each time it surfaces.  I've known programmers who had this level of hardware knowledge.
http://www.catb.org/jargon/html/story-of-mel.html

Creating a permanent settlement on the Moon presents lots of challenges to overcome.
https://theconversation.com/the-unseen-challenges-of-life-on-the-moon-273370 

Tuesday, May 05, 2026

link dump #11

 


I follow a lot of RSS feeds which makes it easier for me to discover interesting web pages without having to visit my list of interesting blogs which aren't updated often.  I hate to send these interesting links via email since it feels too much like a teacher giving homework... here, go read all of these web pages and report back to me.  Instead I think collecting them in a blog post is a friendlier way to pass links along.

In case you're curious about why I'm posting on my blog more often recently, it's because I'm counting down to starting my retirement.  According to my spreadsheet, today I'm down to 158 more days of work.

I have fond memories of playing some of the old Infocom games.  There's a new web based version of Zork which actually shows you the code which is running as you play the game.  That appeals to both the techie and gamer in me.
https://en.wikipedia.org/wiki/Infocom

NASA has shut down an instrument on the 49 year old Voyager 1 probe to extend its mission even longer.  This adds more evidence for my opinion that NASA does some of the finest engineering ever done.
https://www.sciencedaily.com/releases/2026/05/260504023835.htm

There's a new theory about a possible way to cut travel time to Mars.  This will be critical for continued missions.
https://www.livescience.com/space/mars/i-was-not-looking-for-this-scientist-accidentally-finds-shortcut-to-mars-that-could-slash-travel-time-in-half

This new brake by wire system sounds interesting but I'll avoid cars which feature it until it has much more testing.
https://www.thedrive.com/news/the-first-modern-car-without-hydraulic-brakes-is-headed-to-production

Richard Dawkins is being mocked for his questioning of whether LLM systems such as Claude pass all current tests for consciousness.  Since a few people working on AI systems have made similar claims, it seems ridiculous to mock a well respected scientist who has no special expertise in the subject.  Since these systems have been trained on massive amounts of output from talented authors, it doesn't surprise me that they can string together sentences which sound convincing.
https://garymarcus.substack.com/p/richard-dawkins-and-the-claude-delusion

If you got the idea that I'm an AI skeptic, you'd be right.  Here's one of the many reasons I avoid them at every opportunity.  I wonder whether the engineer who was working with the AI agent which did this got reprimanded or fired.
https://www.msn.com/en-us/news/technology/ai-agent-deletes-company-s-entire-database-in-seconds/ar-AA21UbLU 

Even though I have strong doubts about whether we'll create actual conscious machine models anytime soon, I do believe that octopuses are intelligent despite having brains which are very different from ours.
https://www.nature.com/articles/d41586-026-01302-4

Denis Leary has long been one of my favorite comedians and he seems to be a great human being as well.  I know he's been doing fund raising for firefighters since he starred in Rescue Me and he's managed to step up the support through this innovative plan.
https://abcnews.com/Business/wireStory/denis-learys-crazy-idea-puts-civilians-fdny-training-132625577

I'm happy to hear that there are more bookstores now than there were six years ago.  Literate people would probably help prevent many of the problems we currently have.
https://news.slashdot.org/story/26/04/27/052242/america-now-has-70-more-bookstores-than-in-2020-says-bookshoporg-founder

The mention of Kurt Vonnegut's novel Cat's Cradle is initially what caught my eye about this story but it's interesting on its own merit.  Who knew there were 20 crystalline forms of ice?
https://boingboing.net/2026/04/29/scientists-found-ice-with-a-304-molecule-repeating-pattern.html

Hopefully you don't drive one of these cars with soy-based wiring since they attract rodents which can lead to expensive repairs.
https://www.box-kat.com/blogs/box-kat-blog/full-list-of-cars-with-soy-based-wiring-2025-update

Monday, April 27, 2026

link dump #10

 


I follow a lot of RSS feeds which makes it easier for me to discover interesting web pages without having to visit my list of interesting blogs which aren't updated often.  I hate to send these interesting links via email since it feels too much like a teacher giving homework... here, go read all of these web pages and report back to me.  Instead I think collecting them in a blog post is a friendlier way to pass links along.

A fair number of chefs seem to like American cheese for its ability to melt smoothly on burgers.  I'd much rather have a cheese with more flavor such as a medium sharp cheddar even though it's not as attractive when it melts.  Swiss and Blue cheese are also better choices for me than American cheese.
https://www.seriouseats.com/whats-really-in-american-cheese

One of the books I'm currently reading is Alas Babylon.  I've been on a post-apocalyptic kick lately, having recently finished Earth Abides, which like Alas Babylon, I probably hadn't read in 40 years or more. I've also enjoyed The Postman and On the Beach (my personal favorite in this sub-genre).
https://grubstreethack.wordpress.com/2019/12/07/book-review-alas-babylon/

I just read about a company called Elite Obsolete Electronics which is upgrading classic Apple iPods with modern storage devices and better batteries.  I've got a first generation iPod Classic with the click wheel which I've considered doing an upgrade like this but the fact that it has a Firewire interface raises the complexity of synchronizing music to the device.  There's  also the issue of trying to convince Apple Music to sync to such an old device.  Given those issues, I'm probably better off going with a Tangara which is a crowd funded device created with all modern technology.

It makes me sad to read about technology like Stinger missiles which we've forgotten how to produce.  I fear AI is just making this worse.  It's cool that they were able to call engineers in their 70s to come back to teach younger engineers how.  Since I'm retiring early next year, I'm hoping there's no reason that some company tries to lure me back to the workforce.  I always thought the year 2038 date problem would be the reason I'd get pressured, but it looks like there might be more reasons than that.

Drunk engineers often have good advice.  I don't agree with all of it but there are some gems in this list.
https://luminousmen.substack.com/p/drunk-post-things-ive-learned-as

I worry about young people who are losing the powers of concentration required to watch a movie or read a book.  I wonder how many people still want to watch a longer classic movie like Lawrence of Arabia (one of my favorites).
https://tywkiwdbi.blogspot.com/2026/01/attention-span-problems-viewing-movies.html

The idea of starting a country where crocs and reply-all emails are banned appeals to me in a strange sort of way,  I also like their idea of selling titles for people to boost their LinkedIn profiles.  In case you can't tell, I'm definitely not a fan of LinkedIn
https://www.bbc.com/travel/article/20260330-slowjamastan-the-worlds-newest-nation-youve-never-heard-of

Often it's hard to people's minds but no one should have to suffer like the doctor who helped proved that washing hands could save lives.
https://boingboing.net/2026/04/07/the-doctor-who-proved-handwashing-saves-lives-was-locked-in-an-asylum-for-it.html

Even though I've got no where to put it, I kind of want this Lego Star Trek TNG Bridge.
https://rebrickable.com/mocs/MOC-256838/Menapian/star-trek-tng-enterprise-d-bridge-diorama/#details

If LED lights can damage paintings, I wonder what effect they have on people?
https://www.vrt.be/vrtnws/en/2013/01/04/led_bulbs_can_damagepaintings-1-1518123/

Sunday, April 19, 2026

link dump #9

 


I follow a lot of RSS feeds which makes it easier for me to discover interesting web pages without having to visit my list of interesting blogs which aren't updated often.  I hate to send these interesting links via email since it feels too much like a teacher giving homework... here, go read all of these web pages and report back to me.  Instead I think collecting them in a blog post is a friendlier way to pass links along.

My Google Alert for stories about Andy Weir alerted me to the news that the directories of the movie Project Hail Mary are planning to adapt the first book from Dennis E. Taylor's Bobiverse series as their next film project.  If you enjoy SciFi books and haven't read this series, you're in for a treat.
https://www.cbr.com/universal-hard-sci-fi-bobiverse-next-step-after-project-hail-mary/

I love old Blues music so this story about a new recording of Cross Road Blues by Robert Johnson grabbed my attention.  This recording is amazingly clear and provides insight into how revolutionary his music was in the 1930s.  It gives a better context for how the rumor about him selling his soul to the devil for his outstanding guitar skills came about.  Wow, I love the way a slide guitar sounds when played by a expert musician.
https://www.openculture.com/2026/04/recording-lets-you-hear-delta-blues-legend-robert-johnson-in-stunning-clarity.html

I follow NASA's APOD (Astronomy Picture of the Day) because the pictures are always interesting.  This photo is one of my favorites.  I love taking pictures of crepuscular rays.  I had no idea that anticrepuscular rays existed.
https://apod.nasa.gov/apod/ap250204.html

As a film buff, this story about younger viewers no longer having the attention span requires to watch a full length film saddens me.  Apparently many feel the need to glance at their phones.  Alamo Drafthouse used to be my favorite venue for movies thanks to their strict policy of ejecting customers using their phones in the theater. but that may no longer be the case  Apparently their new policy of allowing phone ordering has degraded the experience.
https://tywkiwdbi.blogspot.com/2026/01/attention-span-problems-viewing-movies.html

Voice AI tools are threatening the livelihoods of voice actors.  I enjoy animated programs and movies and can't imagine them without the work of the talented humans who help bring them to life.  I feel the same way about the narrators of audiobooks.  Their performance can add so much to my enjoyment of a book.
https://restofworld.org/2026/ai-voice-actors-hollywood-dubbing/

Lawrence of Arabia is one of my favorite movies.  This quote illustrates Lawrence's irreverent attitude towards authority.
https://www.quotes.net/mquote/1194085

I recently found a mention of Margaret Hamilton, who reportedly coined the term "software engineer" while working at NASA.  I've long been an admirer since first seeing the famous picture of her standing next to her assembly language listings.  The quality of her code is legendary.  The link below contains a story of her daughter uncovering a bug in the AGC (Apollo Guidance Computer) in a simulator while playing with it was really interesting.  If you prefer video, Youtube has a short video of her talking about the incident.
https://wehackthemoon.com/people/margaret-hamilton-her-daughters-simulation

I've been a fan of Penn & Teller for a long time.  This story surprised me a bit.  While Penn often shares his political views, I don't recall them taking such an active stance as this.  I guess the fight against pseudo-scientific thinking is never ending.
https://hoodline.com/2026/04/penn-teller-crash-supreme-court-fight-over-texas-hypnosis-death-row-case/

I found this story about kids making the trek from Oklahoma to New York on their own in 1910 fascinating.
https://texascooppower.com/the-astonishing-ride-of-the-abernathy-boys/