Hello there!

I’m also @[email protected] , and I have a website at https://www.savagewolf.org .

He/They

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

help-circle
  • I’ve been basically using btrfs on a lot of my disks because of the features it has.

    Before I switched to a borg based system, my backups partition used btrfs for compression.

    My main OS disk is btrfs so I can use timeshift snapshots, which are really worth checking out if you tinker with your system a lot.

    I have two more btrfs partitions software raid0’d together for my steam library, nix store and other big but loosable things.

    And my main home folder uses btrfs because I think the checksumming thing it does is more reliable for error detection, and cow is more fault tollerant on power failure?

    … And I now fell like I’m one of those people with an over engineered storage solution. I just never get rid of old ssds or hard disks!


  • Fix Consumer Electronics

    We know consumer electronics can be better for you and for the environment. Unlike most products, ours are open for you to repair and upgrade.

    That’s the “cause” that people believe in. And the volunteers that they are looking for are those that think Framework are the way to accomplish it. Realistically, that problem can’t be solved by a non-profit - Materials, logistics and R&D can’t be done by volunteers. So a corporation is the only reasonable choice for the goal they want to accomplish.

    I’m sure they would love to be able to pay all the people that will volunteer, but they likely just don’t have the money. So it’s either give volunteers something for helping out, or just do nothing and ignore them.


  • I agree there’s a lot of problems with unpaid internships and work and such, but I don’t think this is that bad?

    It feels like “hey, if you really like our product and want to show it off, we can send you information and merch, and put you in touch with higher ups.”

    I’d complain if Microsoft or Google started doing this, because they are huge megacorps with deep pockets, but Framework seems like a small company that can’t really afford huge marketing departments. If people want to devote their time to a cause they beleive in, more power to them.

    They also aren’t doing it with the promise or threat of something, which is an issue with a lot of unpaid work. The people they’re targeting know exactly what they are getting into, and that they are doing it for their own reasons.


  • SavvyWolf@pawb.socialtolinuxmemes@lemmy.worldHow paranoid are you?
    link
    fedilink
    English
    arrow-up
    47
    arrow-down
    1
    ·
    9 days ago

    NetCat. /s

    Seriously though, I just use Firefox. LibreWolf is basically Firefox with stricter defaults, and over the years I’ve already tweaked Firefox to use all the privacy features anyway.

    I know there’s some extra sauce implemented in LibreWolf that Firefox lacks, but that stuff seems like too much of a compromise for me (like canvas fingerprinting).

    Plus, I think orange looks nicer in my window list than blue.

    I also don’t use tor or a vpn unless I can’t access anything otherwise. I guess I don’t really see the need to, since I don’t think I’m doing anything that’ll draw the government’s attention.



  • I think a lot of the recent AI tools could be fun as toys to play around with, but I’m just very uncomfortable using tech that exploits everyone who doesn’t own a huge megacorp.

    Also, emacs as a replacement for my graphical editor. It feels like there isn’t a “neovim” style modern version, and there’s a steep learning curve to configuring it.

    Also, Wayland. Come on, Cinnamon. ;_;







  • SavvyWolf@pawb.socialtoLinux@lemmy.mlWhy do you still hate Windows?
    link
    fedilink
    English
    arrow-up
    44
    ·
    edit-2
    1 month ago

    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.