"Message reflects rewards points activity and status as of 3/29/2026"

Noonish USA #JustNow I got this email from the pizza corporation.

#Computing #BatchJob #FWake20260510 #RewardPoints
#DominosPizza #FWakeDoninosPizza #FWakeLagTime
#FWakeBatchJob #CacheBusting #FWakeCacheCache

Domino's can't #compute the points nightly, #Accounting in this day and age? TWO WEEKS of lag time?

#ForReasons I use #GitHub interactive WebApp for editing #Markdown files...

Its rather wild to see a modern #Microsoft website have serious #CacheBusting problems when you edit a page on all modern May 2026 browser technology and you have to refresh because you get the old #webpage It's like 1999 again.

Seeing a #bot (it was "bytespider") request my style.css (wtf why?) reminded me I had to do something in #swad to allow #caching "static" resources, ideally "forever" (in practice: one year). That of course requires versioning them (#cachebusting). Straight forward, just increase a single version number every time they are changed.

But what's with a user-supplied style.css? Also not that hard, #hash it 😎

https://github.com/Zirias/swad/commit/f3015d5d6d3e0dc773c9dfed0e831ced2c232287

#C #coding

static files: Enable (almost) indefinite caching · Zirias/swad@f3015d5

Auto-append a version string as query string to every link to a file served by the static handler. For builtin static files, add an unsigned version number. For files read from the resources dir (c...

GitHub