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

help-circle
  • We did that (with Rackspace) for years before migrating to AWS. AWS is still far better from a service & flexibility perspective.

    My employers website has certain times of the year where we see a huge increase in web traffic. When we had a hosted solution it took weeks of preparation to provision additional web servers to handle that load. We had to submit formal requests for additional servers, document how to wire them into our network & required firewall rules, etc. Then we had to wait an arbitrary number of days for them to do the work. And then we had to repeat that whole process when we no longer needed the additional capacity.

    With AWS we just define an auto scaling group and additional web servers are spun up automatically when demand is high, and frees them up again when no longer needed. Even if we didn’t use auto scaling we could easily automate this sort of thing via terraform or other tools and spin up additional instances in minutes instead of days.


  • Having done everything from building my own servers 30 years ago to managing hundreds of servers in data centers to now managing hundreds of instances and other services in AWS, I’ll gladly stick with AWS. The hardware management alone makes it well worth the overhead.

    25 or so years ago I had to troubleshoot a hardware issue in a SCSI-based server with 6 hard drives in it. A drive appeared to be failing so I replaced it and immediately another drive failed, then another, and so on. After almost a full day of troubleshooting later and we realized the power supply was actually the culprit and could no longer provide sufficient power to the full set of hard drives.

    20 years ago while managing 700+ servers in a datacenter we had to manage a recall of about 400 of them thanks to the Capacitor plague that caused a handful of our servers to literally burst into flames.

    Hardware failures like the above and dozens of others were mitigated in most cases thanks to redundancies in the software we wrote. But dealing with hardware failures and the resulting software recovery was a real PITA.

    With AWS I may occasionally have a Linux instance lock up due to a hardware failure but it’s usually fairly easy to reboot the instance and have it migrate to new hardware. It’s also trivial to migrate a server to run on more (or less) number of CPU’s, RAM, etc. with only a couple of minutes of downtime.

    The more advanced services AWS offers like object storage, queues, databases, etc. are even more resilient. We occasionally get notified that a replica for one of these services had failed or was determined to be on hardware that was failing, and it was automatically replaced with a new replica.

    I’d much rather work this way than the way I did 20+ years ago.






  • My wife recently reconnected with a friend from college (20+ years ago) who is legally blind & living in MA. And I recently worked with a MA resident that is legally handicapped. Both of them have, through some state service, access to some number of free Uber rides each month. I know in the Boston area there is/was a state run car service for the handicapped, but using Uber apparently provides much more coverage & flexibility.

    As long as the Uber drivers are being paid appropriately for this service I see it as a great service for the handicapped. I’d hate to see them lose it…




  • 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.