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

The Evolution of Opinion

Over time, I have seen my opinion change quite a bit. It seems that as we come into new knowledge we must update our views on things. There should be no shame in doing so. In fact, a mature adult who holds his opinions from his younger and less experienced years would be a foolish person.