• 0 Posts
  • 35 Comments
Joined 2 years ago
cake
Cake day: August 16th, 2023

help-circle





  • Related, Pirate Bay used to (might still?) have a section where they mock all of the threatening letters that cite a different jurisdiction. Usually the US DMCA, but also similar laws from other countries.

    They never posted any letters that cited Swedish (IIRC) law, because those were valid threats.



  • Thank you for the extra context. It’s relieving to know you don’t just have a bunch of USB “backup” drives connected.

    To break this down to its simplest elements, you basically have a bunch of small DASes connected to a USB host controller. The rest could be achieved using another interface, such as SATA, SAS, or others. USB has certain compromises that you really don’t want happening to a member of a RAID, which is why you’re getting warnings from people about data loss. SATA/SAS don’t have this issue.

    You should not have to replace the cable ever, especially if it does not move. Combined with the counterfeit card, it sounds like you had a bad parts supplier. But yes, parts can sometimes fail, and replacements on SAS are inconvenient. You also (probably) have to find a way to cool the card, which might be an ugly solution.

    I eventually went with a proper server DAS (EMC ktn-stl3, IIRC), connected via external SAS cable. It works like a charm, although it is extremely loud and sucks down 250w @ idle. I don’t blame anyone for refusing this as a solution.

    I wrote, rewrote, and eventually deleted large sections of this response as I thought through it. It really seems like your main reason for going USB is that specific enclosure. There should really be an equivalent with SAS/SATA connectors, but I can’t find one. DAS enclosures pretty much suck, and cooling is a big part of it.

    So, when it all comes down to it, you would need a DAS with good, quiet airflow, and SATA connectors. Presumably this enclosure would also need to be self-powered. It would need either 4 bays to match what you have, or 16 to cover everything you would need. This is a simple idea, and all of the pieces already exist in other products.

    But I’ve never seen it all combined. It seems the data hoarder community jumps from internal bays (I’ve seen up to 15 in a reasonable consumer config) straight to rackmount server gear.

    Your setup isn’t terrible, but it isn’t what it could/should be. All things being equal, you really should switch the drives over to SATA/SAS. But that depends on finding a good DAS first. If you ever find one, I’d be thrilled to switch to it as well.






  • In the US, completely unpaid internships are rare. Most are paid, but fairly poorly. There are a few major reasons for this:

    You have to meet a lot of requirements for unpaid to be legal, and it all has to be documented.

    Internships are a “farm” program- many interns are offered and accept a full time position afterwards. If they were unpaid, they are unlikely to accept.

    Minimum wage is an absolute joke everywhere in the country. Why bother fighting it when you can pay as little as $7.25/hour? Even doubling or tripling that makes it appealing to poor college students and the farm program, and won’t cost much.

    (Your example would be illegal in the US, and possibly even enforced)



  • I’m only addressing that last line, but really think it through. Should you really expect, or even want, an OS that runs on a 386? It wasn’t that long ago that most Linux distros could. But they all moved away from it because that limited performance on anything more modern.

    The newer instruction sets are created for a reason, and that reason is typically higher performance. If the OS (or any code, really) can use them, it will work better. But if you can’t or don’t, the code will be more compatible.

    There also isn’t “any” computer; it’s simply not a thing. The question becomes how old (more technically, what minimum specs) do you want to support, and performance you want to be limited by?

    While I agree that Microsoft has leaned too heavily into newer hardware as an expectation, there’s definitely a line to be drawn.





  • You’re overlooking a very common reason that people setup a homelab - practice for their careers. Many colleges offer a more legitimate setup for the same purpose, and a similar design. But if you’re choosing to learn AD from a free/cheap book instead of a multi-thousand dollar course, you still need a lab to absorb the information and really understand it.

    Granted, AD is of limited value to learn these days, but it’s still a backbone for countless other tools that are highly relevant.