• 0 Posts
  • 115 Comments
Joined 1 year ago
cake
Cake day: July 24th, 2023

help-circle
  • invertedspear@lemm.eetoNews@lemmy.world*Permanently Deleted*
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    9 days ago

    This completely glosses over the periods of times, in some cases decades, where none of those things happened. The Cold War was winding down when I started school and we never did a duck and cover. I graduated the year Columbine occurred so they didn’t institute active shooter drills till after. I’m in one of the lucky few age ranges where my biggest anxiety at school was bullies. This period of school my kids are in is very much worse than when I was in their equivalent grades.







  • Good thing they aren’t on your roads then, being that you’re not American, and therefore not in either of the metropolitan areas they operate. They are on my roads however, I see them all the time. I see constant terrible driving from all kinds of people, but these things are patient and I don’t think I’ve personally seen one make a mistake.

    By referring to their current stage of deployment as a public beta like it’s a bad thing you show a ton of ignorance on how testing cycles work as well. No amount of alpha testing would make these safe for broad deployment into real world scenarios that test designers can’t dream up. This is exactly the type of slow roll out that is required to get as much real experiences as possible to be programmed for.

    I have no doubt these things aren’t perfect, but they are a lot better than an overworked and tired human being the wheel.


  • I’ve been in software for more than 20 years now. I’ve done some pretty innovative things from time to time. There is nothing I have ever done or seen in any proprietary code base at any company I’ve ever worked at that isn’t at every other company. The only unique thing at any company is how all the puzzle pieces get connected. It’s pure ego to think that any idea you have in that now open source project is unique or what’s giving you any competitive advantage in your other projects.


  • Were you using dish soap like what gets bubbly in your sink? Or dishwasher detergent which does not get bubbly. Dishwasher detergent will probably be fine in a washing machine, same as your dish washer because it’s not supposed to foam up. But the soap you use in your sink will have terrible consequences in either a dish washer or washing machine.



  • It redirects, it doesn’t proxy. The workflow is: user navigates to URL->DNS sends it to cloudflare->cloudflare ensures request is allowed based on selected rules (human check, geo check, DDOS check, etc) and remembers->request is redirected to non-cloudflare address->server response goes direct from server to user browser->subsequent requests are redirected without the test as long as the cookie remembers. I don’t like cloudflare, every time I have an issue pop up out of nowhere, it’s usually cloudflare and some over eager netsec engineer that broke CORS, or decided css wasn’t important, or that machine to machine traffic was a DOS attack. But it’s not reading your statements or anything else the server sends back. It could conceivably read your username and password and any other data you send in your request, but it doesn’t have the TLS certificate. So even though it doesn’t even try, if CF decided to be nefarious, as long as your banks engineers are at least somewhat competent CF is only getting encrypted data that it can’t do anything with. Hate on CF all you want, but hate it for the right reasons.





  • I think 200ms is an expectation of big tech. I know people have very little patience these days, but if you provided better quality searches in 5 seconds people would probably prefer that over a .2 second response of the crap we’re currently getting from the big guys. Even better if you can make the wait a little fun with some animations, public domain art, or quotes to read while waiting.





  • It was very experimental, that’s really the reason Sony went with it and it was at the genesis of multi threaded processing, so the jury was still out on which way things would go.

    Your description of it is a little wrong though, it wasn’t multiple CPUs, at least not gore would be traditionally thought. It was a single dual core CPU, with 6 “supporting cores” so not full on CPUs. Kind of like an early stab at octocore processors when dual core was becoming popular and quad core was still being developed.

    I remember that the ability to boot Linux was a big deal too and a university racked 8 PS3s together into basically a 64 core super computer. I’m actually sad that didn’t go further, the raw computing power was there, we just didn’t really know what to do with it besides experiment.

    Honestly I think someone had a major breakthrough in multi-core single-unit processors shortly after the PS3 launch that killed this. Cell was just a more expensive way to get true multi threaded processing and a couple years later it was cheaper to buy a 32 core processor.

    Maybe in a different timeline we’re all running Cell processors in our daily lives.