• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: April 13th, 2024

help-circle








  • I’d start with the following, and refine if necessary:

    “Gaining unauthorized access to a protected computer resource by technical means.”

    • Port scanning --> Not hacking because there isn’t any access to resources gained*
    • Using default passwords that weren’t changed --> Not hacking because the resource wasn’t protected*
    • Sending spam --> Not hacking because there isn’t any access to resources gained
    • Beating the admin with a wrench until he tells you the key --> Not hacking because it’s not by technical means.
    • Accessing teacher SSN’s published on the state website in the HTML --> Not hacking because the resource wasn’t protected, and on the contrary was actively published**
    • Distributed denial of service attack --> Not hacking because there isn’t any access to resources gained

    * Those first two actually happened in 2001 here in Switzerland when the WEF visitors list was on a database server with default password, they had to let a guy (David S.) go free
    ** The governor and his idiot troupe eventually stopped their grandstanding and didn’t file charges against Josh Renaud of the St. Louis Post-Dispatch reporter, luckily






  • This week I heard from a network group lead of a university hospital, that they have a similar issue. Some medical devices that come with control computers can’t be upgraded, because they were only certified for medical use with the specific software they came with.

    They just isolate those devices as much as possible on the network, not much else to do, when there is no official support and recertification for upgrading. And of course nobody wants to spend half a million on a new imaging device when the old one is still fine except for the OS of the control computer.

    Sounds like a shitty place to be, I pity those guys.

    That said, if you were talking about normal client computers then it’s inexcusable.



  • The E2 drives are 200 millimeters (7.9 inches) in length, measuring 76 mm (3 inches) in height, and just 9.5 mm thick (0.4 inches).

    So two of them would be roughly the size of a dual fan GPU. I can definitely see how it would make sense for servers. With that heigh it should just fit in 2U. And then you can probably fit like 30 of them side by side, or more, depending on how much space you need in between for cooling.

    In that physical footprint of the E2 drives you could roughly fit 18 M.2 SSD (2280), but they would still have to be 55 TB each to reach the 1 PB headline, or 16.6 TB each to reach the level of their 300 TB prototype. I think the max you get at the moment would be 8 TB for a 2280 form factor, so they still have pretty good density on their prototype.



  • Okay that’s fair. I fricked around with some C++ numerics BLAS header library (I think it was Eigen) on Linux before that was complicated and annoying too. The ARM Fast Models simulator was also a pain. Maybe I just don’t like C++ development now that I think about it.

    C mostly worked okay for me though. And I agree Rust tooling is nice, but admittedly I have not really worked on a big project in it.