• 3 Posts
  • 407 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle
  • Their on boarding process 10 years ago also implicitly told you that they would fire you if you attempted to unionize, and even explicitly told you to report your coworkers to management if they talked about a union.

    It’s extremely illegal, but I’ve never heard of them getting in trouble for it.







  • I would argue it is an important distinction, though.

    The original statement implies that there is a problem in how California classifies what constitutes a risk.

    That comment claims that it’s manufacturers being lazy.

    If it’s manufacturers being lazy, then the issue is the regulation is too relaxed, allowing them to just bypass the regulation by slapping pointless stickers on things (like websites try to do with cookie banners)

    If the actual requirements to not need the sticker are so stringent that everything with the label actually does need it, then there’s a problem with the level of danger listed and the regulation is too onerous.






  • Maybe easier to another suggestion, you’re probably using a systemd based distros -

    journalctl -b -1 will show you the logs from the previous boot, so you could check that after resetting to see if anything was logged

    For some other ideas to narrow down where the issue is…

    If you’re stuck in the frozen state, you can Ctrl+alt+delete 7+ times quickly to tell systemd to try to restart the system. If this works, it means init was still able to process messages

    If that doesn’t work, you could enable Magic Sysrq Key (if disabled in your distro), and then use the key sequence REISUB to try to see if the kernel is still responding and can reset the system