• 0 Posts
  • 69 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle




  • Would be nice if they could first sort out basic stuff like keeping windows on the screen after coming out of sleep mode and connecting/disconnecting an external monitor. On X11 no issues, but with Wayland stuff always gets thrown off the screen, with just a sliver of the bottom of the window still showing. Having to move every open application back by right-clicking it in the taskbar, selecting Move and manually dragging it back gets old real fast.

    For a fixed PC that’s probably not really an issue, but on a laptop that gets moved around a lot it’s really annoying.












  • I let my password manager create 32 char passwords, that should be enough for a while. But of course then you have websites that throw you a ‘your password is too long’ message and have you find out by trial and error that they only accept 12 characters.

    Or the off-by-one errors where they insist that 24 chars are the max, but in reality they accept 23. Probably never tested the limit.

    Or websites that truncate your password after X characters when registering, but not when logging in, so you end up with an incorrect password and good luck finding out which limit the registration page actually uses.