Archive for February, 2025

Data Science Time Warp Machine

February 23rd, 2025 – 6:51 pm
Tagged as: Computing Notes

Fedora 38 freezes up and crashes sometimes when using Gnome on bare metal.  This may be the result of Gnome reliability issues.  In a previous article I detailed creating a massive repo of Fedora 38, and I still have it.  I will not delete the 238GB repo because Fedora 40 is the last one with [...]

Blog code and general code release note system

February 22nd, 2025 – 8:19 pm
Tagged as: Computing Notes

Today’s site updates including removing the RSS feed links. Kinsta provided source code.1  The code for functions.php to remove it is: remove_action( ‘wp_head’, ‘feed_links_extra’, 3 ); remove_action( ‘wp_head’, ‘feed_links’, 2 ); Kinsta also provided another very useful function2 and that was one that removed the various update notifications in the dashboard. function kinsta_hide_update_nag() { remove_action( [...]