Python Release Python 3.14.0 | Python.org

We had PyPy and PyPI. Now we also have PiPy.

I don’t know if the perfect video game exists, but “Hades II” slots itself flawlessly into the part of my brain that weighs such things.

“Challenge: Name the worst possible TV show you can imagine.”

Photo of a TV guide showing “Larry King’s Prostate Report”.

JetBrains will be opting all free IDE users into sharing their program code to train JetBrains’s AI models.

Today I’m blocking JetBrains IDEs in our MDM. Then we can turn it back on for employees who show that they have a paid license and it’s configured to opt out of the sharing.

blog.jetbrains.com/blog/2025…

I’m super proud of the amazing product we’ve built at Factory. You’ve probably read more about it in recent news than I could possibly say, so I’ll skip that part for the good stuff. We’ve been given promo codes for 40 million free tokens on Factory to hand out to whomever would like to give it a solid try. I’d love to hear what you think!

Think I’ll walk a little faster.

Armored police officers next to a large black truck labeled “San Francisco Police Department Bomb Squad”.

Watching the Bills game at a bar in San Francisco.

People sitting outside in front of large screen TVs showing the Buffalo Bills game. The bar is a small, local place called Northstar, and the sign above it says “drinking consultants since 1882”.

The kitties are acutely interested in my project.

Tiny black kitties, one orange and white and the other black and white, are up close to me and watching my every move with wide, bright eyes.

I have found my happy place.

(Lake Tahoe, Cali.)

Photo of a beach with impossibly blue water and mountains in the distance. The edge of someone’s leg and foot is in the foreground.

New hotel, new cloned keycard.

The previous version of NIST SP 800-63B, section 5.1.1.2, said that organizations SHOULD NOT require users to update their passwords on a regular basis, unless they believe that the password was compromised. The 2025-05-30 version moved that to section 3.1.1.2 and updated it to say organizations SHALL NOT do that.

Now whenever a website emails me to say I have to update my password because it’s been a month or two since I last did it, I report a security bug to them:

The website has a security flaw: it makes users rotate their passwords periodically. This is against the security controls in NIST Special Publication 800-63B-4, “Digital Identity Guidelines”, section 3.1.1.2, clause 6, which reads:

“6. Verifiers and CSPs SHALL NOT require subscribers to change passwords periodically. However, verifiers SHALL force a change if there is evidence that the authenticator has been compromised.”

Please fix the website to remove this requirement. Thank you.

If we all do this, maybe it’ll get into their heads that it’s a bad idea to make users change their passwords just for the sake of it.

I don’t care how beautiful and well made Hollow Night: Silksong is. I hate this game and as soon as I beat this boss, I’m done for the night.

4 hours later…

I cannot stress this enough: if you have more to your name than fits in your pocket, and you have more than one person in your immediate family circle, have a will made.

I have ringside seats to what happens when you don’t, and it’s horrible. Money can make survivors lose their damn minds.

I’m using Ansible to manage a small fleet of Raspberry Pis. I’d been using the copy module to set a value in /sys:

- name: Enable compressed swap now (with zsmalloc)
  become: true
  ansible.builtin.copy:
    content: zsmalloc
    dest: /sys/module/zswap/parameters/zpool
    unsafe_writes: true

But that always reports that the file changed, even if it already had that value. Today I got the lineinfile module to update the value. This only says the value changed when it actually did:

- name: Enable compressed swap now (with zsmalloc)
  become: true
  ansible.builtin.lineinfile:
    path: /sys/module/zswap/parameters/zpool
    regexp: "^(?!zsmalloc).*$"
    line: zsmalloc
    unsafe_writes: true

Since these “files” only have one line, this uses regexp to see if that line already matches the expected value. If so, it moves on. If not, it writes the new value.

Note: unsafe_writes: true is there because you can’t write arbitrary filenames into /sys and then mv them into place. You have to write directly to the target “file”.

The little desk thermometer my mom’s sales rep gave her way back when.

A small black plastic desk widget with gold trim. It has one of those color-changing thermometer strips at the top, and says:&10;&10;d i g i t a l&10;&10;CUSTOMER SATISFACTION #1&10;&10;Providing Quality Solutions For Your Needs&10;And Service From People Who Care.

Smile!

A grey-brown Labrador retriever lays on a living room couch. Someone is pushing the corner of his lip up into an exaggerated smile, kind of like Goofy in the cartoons. The dog is patiently tolerating this.

I’m looking at the old, unused clothesline and remembering hanging up clothes to dry when I was younger. That made me think of when my dad taught me how to make a springed, wooden clothespin into a little gun that could shoot self-striking matches across the room.

And then it occurred to me that people might get mad at you for teaching a young kid how to make burning match guns.

Dad was always great about sharing dangerous knowledge.

This is a “breakfast fatty”. It’s basket woven bacon, layered with sausage, then eggs and cheese, and rolled up, basted with maple syrup, and smoked for 2 hours.

The Midwest is not known for its healthy food, but wow, does it ever taste good.

A plated breakfast fatty covers a platter. It’s dark brown an covered with laced bacon, and toothpicks hold it all together.

A sliced breakfast fatty showing the layers of bacon and sausage and eggs with cheese.

I could either fly out at 5AM with a 1 hour layover, or 7AM with a 6 hour. And that’s why I’m sipping coffee at 0230.

Let’s go Ballers! 👏🏻,👏🏻,👏🏻-👏🏻-👏🏻

These games feel like small town events in ways people in neither place would believe. Everyone’s having fun and happy to be there, more than at big, super corporate happenings. Local companies dominate the ads. Downtime entertainment has footraces for kids and grownups competing to make funny voices. There are taco trucks.

And I can’t get enough of it.

A baseball diamond taking from behind home plate, looking down the 3rd base line. The batter is set. The pitcher is winding up. It’s night time and the stadium lights are on. The glow of Oakland, California’s skyline is low in the background.