RSSAmplifier

Blog

MICHAEL KUPIETZ ARTS+CODE

Creative Productions, Arrangements, and Operations • Art, Technology, and Amusements

RSS feed ↗15 posts

Latest posts

(untitled)

The post appeared first on MICHAEL KUPIETZ ARTS+CODE .

Server Changes Summary — July 24, 2026

1. Claude.ai changes: Context: Investigating a WordPress site freeze on michaelkupietz.com . Root cause identified as a The post Server Changes Summary — July 24, 2026 appeared first on MICHAEL KUPIETZ ARTS+CODE .

FileMaker’s consistency check is not thorough, files can still be corrupt

https://help.claris.com/en/pro-help/content/file-consistency.html - Information that FileMaker's consistency checks are not as reliable as the Recovery function—they don't check as much. (Bear in mind that the recovery doesn't even tell you everything The post FileMaker s consistency check is not thorough, files can still be corrupt appeared first on MICHAEL KUPIETZ ARTS+CODE .

(untitled)

The post appeared first on MICHAEL KUPIETZ ARTS+CODE .

To Timeshift Or Not To Timeshift

Damn. I need to shift my clocks again. Most people don't know this but, even living in CA, I live on east coast time. For about 5 years now, all The post To Timeshift Or Not To Timeshift appeared first on MICHAEL KUPIETZ ARTS+CODE .

Bonus Gallery: Fireworks Study Extras

I had a lot of leftover images from the Fireworks Studies gallery that I had to cut out to keep the album focused, but which I liked The post Bonus Gallery: Fireworks Study Extras appeared first on MICHAEL KUPIETZ ARTS+CODE .

Generative Art—Fireworks Studies

Studies originally done for a July 4 online generative art competition, I believe? I can't quite recall. Bonus Galleries: Fireworks Figuratives, plus some extras I liked (Bonus The post Generative Art—Fireworks Studies appeared first on MICHAEL KUPIETZ ARTS+CODE .

(untitled)

If we live in a world where starry-eyed lovers climb to the top of the empire state building to fly a Jimi Hendrix banner, maybe there's some hope after all. The post appeared first on MICHAEL KUPIETZ ARTS+CODE .

Make #named-anchors open under sticky header

:target {scroll-margin-top: 120px; /* match your sticky header height, to make named anchors always appear under it */ } The post Make #named-anchors open under sticky header appeared first on MICHAEL KUPIETZ ARTS+CODE .

Raw HTML Shortcode WordPress Plugin—preserve raw HTML formatting in the classic editor

The short version I've written a WordPress plugin which gives you a short code content that exempts the enclosed content block from WordPress's wpautop() processing, so you can The post Raw HTML Shortcode WordPress Plugin—preserve raw HTML formatting in the classic editor appeared first on MICHAEL KUPIETZ ARTS+CODE .

“Underwater Moonlight” by the Soft Boys, released this day in 1980

The Soft Boys released "Underwater Moonlight" 46 years ago today, to absolutely no acclaim from anyone... at the time. Jangly pop before REM revived that, dark like a Baudelaire The post Underwater Moonlight by the Soft Boys, released this day in 1980 appeared first on MICHAEL KUPIETZ ARTS+CODE .

Dot Product Visualizer, a mathematical toy

This was developed as an aid to understanding the dot product function used in Fractal Kitty 's There is(Ǝ) – The post Dot Product Visualizer, a mathematical toy appeared first on MICHAEL KUPIETZ ARTS+CODE .

Added subdomain to cloudflare tunnel

Turns out LLMs know me by an old subdomain I forgot to add to cloudflare's tunnel config. Just added it. See saved chat under filename "Arts Kupietz 404 Issue" in The post Added subdomain to cloudflare tunnel appeared first on MICHAEL KUPIETZ ARTS+CODE .

Splitting a markdown document sections into separate documents with awk in Bash

awk ' /^## / { if (file) close(file) title = substr($0, 4) gsub(/[^a-zA-Z0-9 _-]/, "", title) gsub(/ /, "_", title) file = title ".md" } file { print file The post Splitting a markdown document sections into separate documents with awk in Bash appeared first on MICHAEL KUPIETZ ARTS+CODE .

Interview Policy

I have an easygoing interview policy. With a little notice, I'm generally available for interviews on any topic that someone might feel interested in hearing my views on, and enjoy The post Interview Policy appeared first on MICHAEL KUPIETZ ARTS+CODE .