• 0 Posts
  • 18 Comments
Joined 5 months ago
cake
Cake day: June 29th, 2024

help-circle

  • I’m still not sure I fully understand what’s going on at the low-level, but there is a “How it works” section on the debcow github page that at least made an attempt to penetrate my skull.

    Edit: I guess the main thing it’s doing is skipping the .tar archive extraction, and ref-linking the raw bytes from the .tar into new files? Extacting the .tar normally will create standard files, and those files would be reflink copied to the new location, but that still requires a more or less “normal file copy” during the .tar extraction. This really has greater implications for allowing generic reflinking from .tar archives, instead of just being limited to package installation. Could be interesting if it was handled automatically during .tar extraction. Or I could be misunderstanding, which is equally likely.


  • In my experience, installing Linux Mint onto just about anything is trivial. IMO, the learning curve is more about using a different operating system than it being pre-installed.

    That said, as long as you have a preconfigured distro like Linux Mint I think it’s about as easy to use as Windows or Mac. The main difference is that people are already used to how Windows or Macs work, and have forgotten there’s plenty of jank that they’ve learned to avoid. There are still things Linux could improve on w/r/t new user experience but I think the gap is getting smaller every year.



  • The previous person was worried that Valve wouldn’t be able to convince “a sizable chunk of users” to move to Linux because all of the software they sell is written for Windows. If we apply a little bit of critical thinking, we realize that Valve has actually already thought of this(!) and applied a different(!) solution that solves the same problem(!) without requiring “everyone to write software for something that’s not the platform nearly all users are running”. If you want to see Valve’s attempt at getting everyone to switch to Linux without using compatibility tools you should look into how successful their Steam Machine campaign was.


  • They’ve more or less already done that with Proton and DXVK. Nearly all Windows games “just work” on Linux without developers needing to change anything. TBH whenever big studios develop Linux versions of games they’re usually not well-done anyway; for now it’s better if people develop with their comfy Windows tools and let compatibility tools take care of the translation. When the balance shifts to Linux dominance we can start pressing on them to learn how to use Linux SDKs.



  • TechnicallyColors@lemm.eetoVideos@lemmy.worldFurry P██n is Good P██n
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    3 months ago

    You keep using the word “animal”, but anthropomorphic cartoons are not real animals. Attraction to real animals is not what being a furry is. (You already know this, you are using the term in a loaded way in order to say one thing but mean another) (this unfortunately does not convince anyone).

    There’s nothing inherent to being a furry that demands a “delusional fantasy” (you would know this if you knew what furries are). You call yourself Deceptichum and have a transformers avatar - you may be at risk of being in a “delusional fantasy” if that’s how you want to classify the people with anonymous names and furry avatars!

    So where is the part where the “world is a worse place” because of furries?



  • TechnicallyColors@lemm.eetoVideos@lemmy.worldFurry P██n is Good P██n
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    3 months ago

    Giving up when facing any opposition seems like you never really intended on improving your worldview. You just want to be hateful of things that you don’t understand. The irony of you thinking that those who oppose the LGBT are any different is not lost on me. It’s easy to punch down on things that you don’t personally like, but those are real people that you’re targeting with your malice. I’m not a furry, but I am gay, and as an LGBT member yourself you should understand the power of being an ally to a minority that often gets painted in a bad light. Doubly so when ~80% of furries are LGBTQIA+ in the first place; it’s an LGBT subculture.



  • TechnicallyColors@lemm.eetoVideos@lemmy.worldFurry P██n is Good P██n
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    2
    ·
    3 months ago

    Unhealthy designated by you, the puritan police? Do you know that the anti-LGBT people also consider being gay unhealthy? They’re drawing the line in a different place, but still playing the same role you are. Would you recommend shock therapy for furries, or is that just a cure for being gay? If you’re so concerned with how the furry fandom works you should maybe actually research your bigotry and learn that it’s massive, and no two furries express themselves in the same way. Many do not have overlapping interests at all. You are on the fediverse, so I’d suggest you get comfortable with the idea that people are allowed to exist without your permission.



  • TechnicallyColors@lemm.eetoVideos@lemmy.worldFurry P██n is Good P██n
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    3 months ago

    Did you watch the video before disagreeing with it? We’ve had the concept of clickbait titles for quite a while now, so it would be silly if someone still hasn’t realized how they work. It unsurprisingly does not say that furry porn is objectively “hotter”, but moreso that it’s objectively healthier, for both participants and emotional state. There are lessons to learn by comparison and study, instead of sticking our heads in the sand and pretending that there are no problems with the porn industry.



  • For me personally, this is just the straw that broke the camel’s back. I’m not a fan of the languages it’s written in, its license, its immaturity, and that it’s mostly being developed by one person. Additional minor strike for communicating through discord. Now we learn that the most influential person on the project has some real bad vibes and it’s probably best to give this a pass as a whole.

    In my eyes the whole selling point of the browser is being an independent underdog with a clean slate, but what’s the point if we’re starting with a list of IOUs for things that are already bad out of the gate.


  • The Ladybird browser, which is highly related to this project, just did a PR event yesterday. That’s why it’s coming up years later, right after people were alerted to the project and it got more scrutiny. I appreciate knowing about this, as opposed to not knowing about it. It gives me the chance to evaluate whether I want to dedicate energy into supporting a browser primarily being developed by a sexist who thinks not being a cis male == politics.


  • For normal desktop users, yeah Debian Stable + Flatpaks is a winning combo for picking the software that you want to be cutting-edge and leaving the rest to rock-solid stability. Normally Linux distros keep a full ecosystem of packages that interop and depend on each other, but solutions like Flatpak have their own little microcosm of dependencies that can be used independently of the host distro. There are also Debian Backports for when you want native Debian packages that are more cutting-edge but still compiled to work with your older base system. Backports are not available for most packages but sometimes the important ones are available, like the Linux kernel itself. You can also try to compile your own backports, but you’ll be responsible for updating it.