Monthly Archives: May 2019

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”?