• 6 Posts
  • 22 Comments
Joined 2 years ago
cake
Cake day: March 3rd, 2023

help-circle


  • From my experience:

    1. I typed around 60 WPM before on a standard keyboard, now it’s barely 25. It may be because I don’t use standard keyboards at all anymore though.
    2. I learnt colemak with my first split keyboard since it seemed like if I was going to learn a new layout, then I should commit to it entirely. I think keeping AZERTY (since I’m french baguette haha) would have just made me even slower on standard keyboards because there wouldn’t be much difference with my normal workflow. Separating the two layouts entirely seems better to me, but you might also say keping the same layout to some extent is better.
    3. I went from a full-size keyboard to my monkeyboard, gradually removed keys (left row, top row, inner thumb keys) and now I’m at 34 keys with my triboard. But making the jump could also have worked seems it’s a complete change anyway.













  • tarneo@lemmy.mltoPrivacy@lemmy.mlWTF IS THIS?
    link
    fedilink
    arrow-up
    179
    arrow-down
    1
    ·
    11 months ago

    Yeah, most anticheats are actually just rootkits (running at kernel level with unlimited privileges). This is also a big security issue, some games like genshin impact have also been used to create botnets since there is only one privilege escalation from the game itself to the kernel.

    Whenever you use an anticheat, you just have to take the company's word for what they are doing with that kernel-level access.



  • tarneo@lemmy.mltoPrivacy@lemmy.mlPlease, do not use Brave.
    link
    fedilink
    arrow-up
    13
    arrow-down
    4
    ·
    1 year ago

    Use librewolf instead of Firefox to get rid of the whole spyware part of it. Librewolf only has a single request when starting, to "check for updates". But using Firefox is the second best thing you can do both for your privacy and to fight Google's " Web Environment Integrity" crap.





  • I totally agree. But I just wouldn’t necessarily say gentoo is a bleeding edge distro: it’s kinda up to the user. They are free to configure the package manager (portage) however they want and can even do updates manually. I just like the idea of having newer packages at the cost of stability, because I also use the server as a shell account host (with an isolated user ;-)) and need things like the latest neovim. These days I would know if an update failed because I would literally be in front of the process and test services are working after the updates, so I’d know if I have to rollback. This makes it basically like a stable distro IMO (even though the packages aren’t battle tested before being pushed as updates).



  • I’m surprised this strategy was approved for a public server

    The goal was to avoid getting hacked on a server that could have many vulnerable services (there are more than 20 services on there). When I set this up I was basically freaked out by the fact I hadn’t updated mastodon more than a week after the last critical vulnerability in it was found (arbitrary code execution on the server). The quantity of affected users, compared to the impact it would have if hacked, made me choose the option of auto-updates back then, even if I now agree it wasn’t clever (and I ended up shooting myself I’m the foot). These days I just do updates semi-regularly and I am subscribed to mailing lists like oss-security to know there’s a vulnerability as early as possible. Plus I am not the only person in charge anymore.