aka @rotopenguin@mastodon.social

  • 0 Posts
  • 395 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle


  • rotopenguin@infosec.pubtoMemes@lemmy.mlDear iPhone users:
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    21 hours ago

    I wouldn’t mind if they replaced TRRS with a better connector. I get that the jack is a large part and it’s difficult to seal against water ingress. The wiper contacts on it are also unreliable, and the plug doesn’t release well when your cord snags.

    Multiplexing headphones with my one and only charging port is absolutely the worst possible answer.

    (Did i forget to mention that I want it to be an open connector? One that any vendor can make without Apple’s permission?)







  • Might as well go for Win11, you’re going to have to deal with it next year anyways.

    Windows doesn’t do minimal, it does whatever the hell it wants. There are some OOBE tricks to get a local account working.

    I have used the privacy.sexy app to strip down some of the most obnoxious Win11 bits - be warned that you have to disable defender to have it work. Is it doing bad things? Is MS doing incredibly shady shit with their detections? Who’s to say? When I turn on Defender afterwards, everything seems “fine”.

    There’s no need to get rid of grub, or play games with different boot drives. Get to know how EFI works. Look at efibootmgr’s output - that’s pretty much all that the firmware knows. The firmware has multiple entries consisting of a drive (magic device number), a program path (EFI\grub\grub_x64.efi), and maybe a string to pass along. There is a priority list (0003,0001,0002) which MS occasionally likes to re-arrange.









  • I’ve had some suspend adventures too, but my experience is just on Intel laptops.

    About a month ago, Debian Trixie had a regression that made my laptop wake up right after a suspend attempt. Afaict, it was not directly a kernel change, something in userland changed and triggered problems. This pm_async thing fixed it. Frankly, I don’t know why “async” power management is a thing anybody would want. Taking a whole extra millisecond to suspend in a more reliable way seems like a no-brainer.

    echo 1 > /sys/power/pm_debug_messages # why would you ever want to not syslog it??

    echo 0 > /sys/power/pm_async

    Cat /sys/power/pm_wakeup_irq may tell you something about whomst is responsible for sleep failure. Anyways, suspend is the worst thing to diagnose good luck.