Why the new site design?

Recently, I have made a great effort to increase my online privacy. This theme does not have any trackers. No Google fonts, no Google analytics, no FontAwesome fonts, no CDN hosting for code, and no Facebook scripts or trackers. It’s a clean page, except for the Disqus comments, but those are there by my choice,… Read More »

Blocking Any Site

In C:\Windows\System32\drivers\etc, edit Hosts file. For example, to block amazon, do this: https://www.wikihow.com/Block-a-Website-in-All-Web-Browsers

Javascript Date is One Day Off

In JavaScript, dates are based on the UTC time, the starting timezone which all others are based on. You may have a date in JavaScript that should be one particular date but for some reason changes itself to the previous day. The way to fix it is to add the timezone offset to the date.… Read More »

That Middleman

Is it just me or is “cutting out the middleman” code for “we’re going to charge you more money”?