• 0 Posts
  • 67 Comments
Joined 2 years ago
cake
Cake day: June 23rd, 2023

help-circle


  • With respect, I think you are confusing technical simplicity with ease. Technically, it is very simple to lose weight. Just eat fewer calories than you consume. But there is a huge psychological, financial and often biological component to it as well. When some people lose weight, it doesn’t cause them to feel like shit, or cause them cravings they can’t ignore, or cause them to have diabetic issues. People with thyroid conditions may be extremely lethargic and have trouble exercising. People who are lower income may have a difficult time buying healthy food for their family (actually one of the biggest predictors of being overweight).

    As an example, when I was a teenager, I smoked with my friends casually. I didn’t find that tobacco did much for me though, so when I no longer hung around those friends, it was easy for me to not smoke. However, I have seen how difficult it is for others around me to quit smoking. It is technically simple to stop smoking. Just don’t smoke anymore. But it isn’t easy for a lot of people.

    So it may be “easy” for some healthy, active, middle class to upper class person with no health conditions or psychological issues that would prevent them from dieting to lose weight, but that doesn’t make it easy for everyone. It’s technically simple to do, but saying that makes it easy is very dismissive of the struggles people go through when dieting.








  • I used to live in Phoenix, Arizona and I don’t blame her for driving. They NEED better public transit there. On the occasion my wife and I couldn’t drive, it was often faster to walk for literal hours than take the bus. Phoenix is the definition of sprawl. It upset me so much when people were complaining about the city extending the light rail.

    All that said, this article is pure cope. She bought a truck that makes a political statement and is upset that people don’t like that it makes a political statement.



  • Windows 2000 sold as both a server OS and a workstation OS, but there was no home edition of 2000. There was also no professional version of Me. It would probably be more accurate to say there were two separate paths of evolution that converged with XP.

    NT -> 2000 -> XP
    98 -> ME -> XP

    Though, XP is built off of the NT kernel, so you could also argue that the 9X line ended with ME.


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