• 1 Post
  • 183 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle

  • Used GPS on boats as early as the late 1980’s, back when selective availability was still a thing. For those unfamiliar with it, GPS was initially military-only, and when they allowed civilian use they were concerned that US adversaries could use it for precision attacks. So SA was included in the civilian version, which introduced a random error of up to something like 1000 yards.

    The truly ironic thing is that the US Coast Guard (a branch of the very military that created SA) saw the usefulness of GPS for marine navigation, but only if SA was removed. 1000 yards could easily mean the difference between a boat running aground (or worse) or not.

    So the USCG built ground stations that would receive GPS signals, calculate the SA error, and broadcast a fixed signal. That was called Differential GPS, or DGPS. Boaters could buy special DGPS receivers for years, which were as accurate as GPS without the SA error.

    Eventually the military was convinced to do away with SA entirely so DGPS was retired. It was only after that happened that GPS became globally useful for car, hiking, etc. navigation.










  • My employer had an EV cert for years on our primary domain. The C-suites, etc. thought it was important. Then one of our engineers who focuses on SEO demonstrated how the EV cert slowed down page loads enough that search engines like Google might take notice. Apparently EV certs trigger an additional lookup by the browser to confirm the extended validity.

    Once the powers-that-be understood that the EV cert wasn’t offering any additional usefulness, and might be impacting our SEO performance (however small) they had us get rid of it and use a good old OV cert instead.


  • Back in the 90’s before the days of Windows 3.0 I had to debug a memory manager written by a brilliant but somewhat odd guy. Among other thing I stumbled across:

    • A temporary variable called “handy” because it was useful in a number of situations.
    • Another one called son_of_handy, used in conjunction with handy.
    • Blocks of memory were referred to as cookies.
    • Cookies had a flag called shit_cookie_corrupt that would get set if the block of memory was suspected of being corrupt.
    • Each time a cookie was found to be corrupt then the function OhShit() was called.
    • If too many cookies were corrupt then the function OhShitOhShitOhShit() was called, which would terminate everything.


  • Port 22 is the default SSH port and it receives a TON of malicious traffic any time it’s open to the whole internet. 20 years ago I saw a newly installed server with a weak root password get infected by an IP address in China less than an hour after being connected to the open internet.

    With all the bots out there these days it would probably take a lot less time if we ran the same experiment again.