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

help-circle
  • It’s also the way they make cheap LED headlights. The reflectors that direct the beam of light in your headlights expects the filament of the bulb to be in a very specific spot, but LED headlights often have a much wider area where the light emits from than the little filament that traditional headlights do. So when installed in cars that aren’t designed for LEDs, the beam pattern can be off and make the light shine at people instead of down toward the road.


  • In group policy (local or domain):
    Computer Configuration > Administrative Templates > System > Display highly detailed status messages

    Also make sure that this policy is not set or set to disabled:
    Computer Configuration > Administrative Templates > System > Remove Boot / Shutdown / Logon / Logoff status messages

    Instead of using local group policy you could use the registry:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
    “VerboseStatus”=dword:00000001

    If you do it through registry, make sure this key is either non-existant or set to 0.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
    “DisableStatusMessages”

    If you use Windows a lot, get used to the group policy editor. Your computer should have the local group policy editor on it. If you’ve never used it before, you’ll be surprised at how configurable Windows can be if you know where to look. They just don’t really give those options to the everyday user.










  • Make sure you’re buying 14/2 or 12/2 that has a ground wire and running that back to the breaker box. I saw the job you did with the big cable in the floor and it didn’t look like you ran a new cable that had a ground wire. It’s best to replace the old shoddy stuff with circuits that are up to code, even if you’re doing it DIY and your area doesn’t require homeowners to get it inspected. The codes are designed to prevent fires and loss of life.


  • While I doubt there are like scientific papers on it or anything, the reverse correlation seems to be pretty strong. I know a lot of trans women who work in tech (IT support, programming, electronics, etc). There are also plenty of memes in trans communities about how we all work in tech, especially programming. If you search for “programming socks” or “Unix socks” you’ll get stripped thigh highs for instance.

    Now whether trans people are more likely to work in tech, or if people in tech jobs are more accepting of trans people or something else, it certainly seems like trans people have a slight affinity for tech jobs.



  • Since you went with 10/2 for a 240v outlet that means your cable will have two hots and a single ground. But the cable you bought will have a black, white and bare/green wire. Make sure that you wrap both ends of the white conductor with red electrical tape to indicate that it is also a hot wire. White normally indicates a neutral, but since you won’t have a neutral wire in this cable, it’s important to mark it. Otherwise someone else may work on this outlet in the future, see a white wire, assume it’s a neutral, wire something up with it as a neutral, and give themselves a pretty bad shock.





  • I think that: sudo apt purge xfce4* sudo apt autoremove

    should do it.

    I’ll point out that the other answers here are also correct. It depends on how you want to clean it from your system.

    “apt remove” will only remove the packages, not the config files
    “apt purge” will remove the packages and config files
    “apt autoremove” will clean up the orphaned dependencies
    “xfce4” will only remove the DE
    “xfce4*” will remove the DE and most of the other packages that come with xfce


  • AspieEgg@lemmy.blahaj.zonetoMemes@lemmy.ml...
    link
    fedilink
    arrow-up
    8
    arrow-down
    2
    ·
    1 year ago

    I bought an electric car because it was a better car for my needs. I got a good deal on it. Electric cars have fewer, simpler moving parts. They require fewer oil changes and don’t have to deal with heat dissipation. I can also have it plugged into my house each night, which means I always have a “full tank” every morning. I can set the heat or air conditioning to come on on a schedule because it doesn’t produce carbon monoxide. The car is much quieter and drives a lot smoother.

    They have a lot of benefits, but they don’t exactly save the environment. Lithium mining is very destructive to the local environment and it’s done in countries with questionable ethics around worker health and safety. Most experts agree that over the lifespan of a car, electric cars are better for the world environment than gas vehicles, but if you really want to make an impact on the environment, taking public transit or biking or walking or other forms of micro-mobility would actually make a way bigger impact. And if those kinds of things are difficult where you live, you should really be supporting public policy to make that better.