• 2 Posts
  • 105 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle

  • Last company where I faced external suppliers, I had to take a training where they said we couldn’t accept any item worth more than like $20, except food or alcohol during a presentation. But we could accept such items on behalf of the company, and they would be raffled off to a random employee. One time a guy in purchasing got a giant brass horse head from a Chinese supplier. I guess nobody signed up for the raffle, so it became a permanent fixture in the cafeteria.







  • When you switch to an admin account on Windows, there are still files owned by “TrustedInstaller” that you can’t touch, and processes owned by “System” that you can’t terminate.

    Linux doesn’t have that. When you switch to root, you can kill any process. You can modify or delete any file.


  • a Tennessee Highway Patrol checkpoint

    These checkpoints are illegal in all of the US. Cops can’t stop a driver without a reason. I know that’s not much consolation to someone who is arrested during a stop for no reason.

    She drove because her husband, Hilario Martínez García, 46, is undocumented and cannot obtain a license in Tennessee

    During a traffic stop, cops can ask the driver for a driver’s license. There is no reason to ask the passengers for ID, and if the passengers are asked, they don’t have to give ID. They may have to give their name in some jurisdictions, but cops usually need a reason for asking for the name, and being a passenger at a road checkpoint isn’t a reason.

    It seems clear to me that these cops are operating outside the law, and probably have been since before this immigration stuff.





  • I haven’t used it in the last several years, but from about 2014-2018 any time I tried to download, it required registration, and any time I tried to register, it just didn’t work. It was some problem with the javascript in their site. Probably related to captcha or something. Yes, I tried multiple computers, multiple browsers, even tried registering on a library’s computer.

    Looks like their site is less shit now, but it’s still awful.




  • My favorite is Debian, with systemd uninstalled. At this point, you can’t install Debian without systemd, but you can uninstall systemd after OS installation.

    It used to be that most desktop environments in Debian depended on libpam-systemd, which depended on systemd and systemd-sysv. More recently, desktop environments just depend on libpam-elogind and elogind which is only part of systemd, and allows you to use sysvinit.

    I prefer sysvinit mainly because I find it easier to create custom services out of my own programs. My success rate at doing this in systemd is 1/3, and in sysvinit about 10/10.

    I also had a problem where a Debian-based embedded system had some kind of broken NTP client running on startup, and due to systemd, I couldn’t figure out how to disable it. It would set the time to several years into the future, as soon as it first got a network connection on each startup.