• 2 Posts
  • 506 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle


  • Sending messages like this isn’t uncommon.

    Back in the early 1960’s my dad had a high level security clearance at a defense contractor. He was one of a handful of people who knew the full details of a project to “identify, track, and destroy a hostile satellite”. This was in direct response to the Soviet Union launching Sputnik. The President of the US was another one of the handful that knew the full details of the project.

    After a lot of R&D work a test was performed. A rocket was launched from somewhere in the South Pacific. It tracked a derelict satellite used as a target, closed on it, and disabled it. At that point my dad’s involvement on the project ended.

    A few months later while at home he & my mom were listening to a speech by the President. In the middle of the speech he announced to the American public that the USA now had the ability to identify, track, and destroy hostile satellites. My mom says all the color drained from his face but she had no idea why since the entire project was still highly classified. In fact when my dad got to work the next day there was a memo waiting on his desk telling him that he was not to confirm, deny, or even discuss anything he may have heard on the radio or tv the previous night.

    The President didn’t make that announcement for the benefit of the American people. He was sending a very public message to the leadership of the USSR.

    (And my dad never told this story until well after the 25 year time frame established for routine declassification of such materials.)



  • I don’t understand why Cloudflare gets bashed so much over this… EVERY CDN out there does exactly the same thing. It’s how CDN’s work. Whether it’s Akamai, AWS, Google Cloud CDN, Fastly, Microsoft Azure CDN, or some other provider, they all do the same thing. In order to operate properly they need access to unencrypted content so that they can determine how to cache it properly and serve it from those caches instead of always going back to your origin server.

    My employer uses both Akamai and AWS, and we’re well aware of this fact and what it means.


  • Speaking of slot machines, every slot machine, electronic poker machine, etc. are just state machines that operate based on a stream of random numbers fed into them by another device.

    The random number generators (RNG’s) used for gaming are highly regulated (at least here in the US) and only a small handful of companies make them. They have to be certified for use by organizations like The Nevada Gaming Control Board. RNGs have to be secured so only NGC officials and other key people can access them. If they are opened unexpectedly or otherwise tampered with then they need to go into lockdown and stop generating numbers until an official resets it.

    The RNGs also need to be able to replay sequences of numbers on demand. If the same sequence of numbers are fed into a game and the user plays the same way then the result of the game should be 100% identical each time.



  • My wife and I plan 6-12 month out, and sometimes more. At least for the dates of our vacations. My wife runs a small dog boarding service out of our home, and limits the number of dogs she boards. As a result she has clients that will schedule boarding up to a year in advance. So we need to block out our vacation time early enough to prevent clients from making reservations at those times.

    At some point after we block out the time we’ll figure out where we want to go.










  • I have no idea if this is true or not but I was told it harkens back to very early multi-user operating systems where user credentials were stored unencrypted in plaintext files that used white space as delimiters.

    I tend to believe this might be accurate because I learned programming back in the 1980’s on an Onyx Systems microcomputer. There was a bug that some of us learned about in its rudimentary email program that would dump you into its otherwise-protected system directory. In that directory was a file containing both usernames & passwords in clear text. I don’t recall if it used white space as a delimiter, but given everything was in clear text and not encrypted I think that might have been the case.