• 0 Posts
  • 72 Comments
Joined 11 months ago
cake
Cake day: August 16th, 2023

help-circle

  • You have to keep in mind the scenarios where it will be used. While truly fast charging does exist today (20 minutes or so for 80% charge), that is not widespread, nor is that the way it’s typically done. Level 3 (DC fast charging) is expensive (moreso than gas), potentially detrimental to the battery, and still usually not very fast (an hour at least). As such, you aren’t going to charge at your local gas station the same way you get a fill up today.

    Most people use a level 2 charger, either at home or at work. This means it can sit for 8 hours to refuel. Many parking garages have this as well. Level 2 chargers deliver AC directly to the vehicle, meaning you don’t need a lot of infrastructure- just a 240v line and a billing system. This in turn means it’s cheap and relatively easy to install. Sometimes you’ll see these outside of Starbucks or a grocery store, but not especially often. You’ll get ~25 miles of range per hour charging using level 2. But even if you spend 2 hours drinking coffee, or buying groceries, you’ve only added 50 miles of range.

    This is where level 3 comes in. It requires some pretty significant equipment (which is part of why they’re always broken), because it has to convert AC into high voltage DC. It also has to chill the cables internally, otherwise they’d quickly overheat from the electricity passing through. But this takes up space that’s probably not really available in the lot.

    I am seeing fast chargers now being installed at travel centers/truck stops along major highways. It fits in nicely with regular stops on a road trip for food. I’m also seeing them being installed at most Walmarts, since that’s perfect for grocery shopping.

    Around here, that last group has been from Electrify America, which does NOT require an app. They have a standard credit card reader.




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



  • Your description isn’t very clear on what exactly you have, or what you need.

    It sounds like you have wired NICs in both server and laptop, which will be physically close to each other, but your only connection to the Internet will be WiFi that you don’t control. How accurate is that?

    Next question is how do you want them to connect to each other? You can do a P2P wired connection, which is more complicated but fully isolates your traffic. It also means that, unless each device has a separate connection and an appropriate routing config, it won’t be online to the Internet (unless you set up some form of connection sharing). You can also connect them to a router that has no Internet. Simpler than the above, but the same limitations.

    You could easily and cheaply get a USB Wi-Fi NIC. The major downside is that all traffic will be going across the wireless connection, both ways. This makes it slow and unreliable.

    You can also connect them to a modified router configured as a wireless bridge. DD-WRT and others can be configured in a different way than usual. The wireless router will provide wired LAN ports to your local network, but then use the wireless connection to connect to an upstream WiFi.

    None of this has anything to do with Linux, BTW. Once you choose a path, you should be able to implement it in whatever OS (or multiple OSes) you would like. None of it is new or special. You might get more options if you post in the Homelab, Data Hoarder, or Self Hosted communities.





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


  • It’s all shades of gray, and lawyers and courts spend a lot of time on it. This one would be a slam dunk ADA violation. A tougher case would be fired for having lower performance, because the elevator is slower than the stairs. But these only catch small, stupid companies. Anyone that’s heard from their lawyers (i.e. any company with more than 50 employees) will know that in nearly all cases, you simply state that they are no longer employed. You don’t need to give a reason unless you are fighting unemployment, which is a fool’s errand from the beginning.

    But, you don’t need their statement. A collection of events/documents/etc showing that you were unfairly targeted, possibly as a protected class, can be enough. But it will really depend on how extensive and detailed any notes are.


  • They may be interested in shoplifting, but they haven’t actually done it until they leave. I remember reading one of those amateur shoplifting posts (possibly entirely fiction from Reddit, but claimed to have since it with great success for a long time) and something stood out. Even if that’s your entire goal of being there, abort most attempts. If you get to the door and you can see that you’ve been made, or you’re being watched, etc- drop the merch and immediately exit. Don’t come back for a while until they forget you. Which they will, because you didn’t actually take anything.

    This has nothing to do with the OP, just about shoplifting in general.


  • To anyone else reading this, there’s something you should know:

    Memory errors don’t always mean the memory itself (hardware RAM stick) is bad. It can also be a power issue (bad PSU, incorrect voltage set in the UEFI), compatibility, defective memory controller (CPU or motherboard), and more.

    OP almost certainly has a bad stick, but it’s worthwhile for anyone building a PC to run a slew of stress tests and diagnostics before using it for anything that matters.



  • Nollij@sopuli.xyztoSysadmin@lemmy.worldOn Call Sleep Question
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    2
    ·
    5 months ago

    You’re giving up your sleep, and by extension your health, to make someone else richer.

    You should be pushing that you get the entire day off. And when your manager denies it, and they will because this doesn’t sound like a one-off emergency, insist that you need to call them and wake them up each and every time. If it truly is an emergency, they will be glad that you are keeping them in the loop. When it’s not (and it almost never is), they need to champion your need to make it stop.

    Everyone involved needs to feel the pain for the harm they are causing.


  • Proxmox is missing a lot of enterprise features. If you run a virtualized data center, it’s really not going to cut it. OTOH, if you are a small operation with just a handful of virtual servers, it might be “good enough”.

    The obvious alternative was Hyper-V, but it looks like MS is already killing it to force people into Azure.

    When you look at enterprise-level hypervisors, there really aren’t a lot of options.