Hello there!

I’m also @savvywolf@furry.engineer , and I have a website at https://www.savagewolf.org .

He/They

  • 1 Post
  • 114 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle
  • I like being in control of my computer.

    Windows and Android have this attitude where they decide how you want to use your device and block customisation. And the fact that they feel entitled to be able to change how your device looks and feels without warning or permission is something that’s deeply uncomfortable to me. There’s also this feeling of not knowing what my device is actually doing, and how much of my data it is actually collecting.

    With Windows, there’s also a lot of small papercuts that make it annoying to use (and that my Windows friends don’t seem to understand):

    • Lack of middle click paste.
    • Lack of the ability to drag windows using “alt”.
    • You can’t turn off the window previews in the task bar.
    • You can’t disconnect from a wired network connection from the connections list.
    • Sometimes the computer just restarts on its own for fun.
    • Finding settings is a pain because they keep adding new settings menus.
    • Whatever garbage the start menu is doing nowadays.
    • Installing software and drivers is a pain.
    • The attitude that you have to download (or buy!) third party software for core features that should be included in the OS.
    • It doesn’t support my keyboard layout, and the editor for making new layouts is terrible.
    • The bitlocker password entry doesn’t respect your keyboard layout. Or clear the entry when you get it wrong.
    • Windows licenses are a pain to manage.
    • Managing the bootloader just sucks.
    • The registry just kinda sucks compared to dconf and/or text config files.
    • Font rendering is ugly, imo.
    • I don’t care about edge, fuck off with that shit.
    • I can’t change the volume by using the scroll wheel.
    • Launching a pinned app on the task bar causes all the other pinned apps to shift around so I misclick.
    • Device letters are not stable if you add or remove devices.
    • It just resets settings sometimes, because why not?
    • It can’t be installed to a partition that isn’t the first partition on the disk. This is not mentioned anywhere, nor is the error useful.
    • It’s just bad for developing on, due to lack of tooling.

    … Whew I ranted for a while there, didn’t I? Yeah, I dual boot Windows for the games that either don’t run under protonwine or the devs want to add a rootkit to.



  • Oooh, I get to say an “Umm… Actually” fact. File names are not case sensitive in Linux nor are they case insensitive in Windows.

    It’s entirely possible to have a case insensitive filesystem on Linux (I think ext4 supports a mount option for it now). Likewise, there’s a bit you can set on folders in Windows that makes its contents case sensitive. So realistically, case sensitivity is a property of the folder, not the OS.

    Yes, that’s as annoying as it sounds.




  • Proton isn’t designed to be a security layer and afaik doesn’t go out of its way to sandbox applications. I’d expect a lot of viruses will fail to do anything, but there’ll also be some able to do things like steal your browser or discord passwords.

    There’s no reason to risk it; don’t run anything in Proton that you don’t feel safe running on Windows.







  • SavvyWolf@pawb.socialtoLinux@lemmy.mlLinux users survey!
    link
    fedilink
    English
    arrow-up
    0
    ·
    21 days ago

    So aside for a few wording and technical issues, something stuck out to me. Using “special” to refer to neurodivergence is a bit problematic and potentially dogwhistley because of the historical contexts it’s been used in to dismiss and look down on people. And even if it wasn’t, it’s a bit ambiguous; can someone who feels that they are in touch with their “spiritual side” consider themselves to have a “special brain”?

    If you’re wondering about neurodivergence, probably better to just ask “Are you neurodivergent?” rather than using euphemisms.







  • SavvyWolf@pawb.socialtolinuxmemes@lemmy.worldI don't know who Wayland is
    link
    fedilink
    English
    arrow-up
    210
    arrow-down
    3
    ·
    2 months ago

    Programs running graphically (Firefox, your file browser, etc.) need a way to tell the system “draw these pixels here”. That’s what the display server does; it takes all these applications, works out where their windows are and manages that pixel data.

    XOrg has historically been the display server in common use, but it’s very old and very cobbled together. It generally struggles with “modern” things that must people expect today. Multimonitor setups, vsync, hdr and all that. They work, but support is hacked together and brittle.

    Wayland is a replacement for XOrg that was designed from scratch to fix a lot of these issues. But it’s been an uphill battle because XOrg is the final boss of legacy codebases.

    tl;dr They’re both software that manages drawing pixels from applications to the display.



  • Realistically, what are you expecting? If Valve suddenly decided tomorrow to release all of their source code on Github, all you’d get is a big blob of source code that is purpose built for Valve themselves and not really modular. They’d have so much technical debt and auditing requirements that it’d probably be easier to start from scratch, which I don’t think it’s reasonable to expect them to do.

    And honestly, nothing closed source that Steam does is really novel enough to warrant being open source. The value of Steam comes from its ecosystem and playerbase, as well as the backing of Valve themselves. That’s not something that an open source Steam server or client would allow people to compete with.

    I would like them to release an open source command line tool for downloading, launching and DRM-validating-ing games though. That seems reasonable for people who don’t want to run the full client and want something like Heroic or Lutris to be able to hook into.