• 0 Posts
  • 136 Comments
Joined 2 years ago
Cake day: July 29th, 2023

  • Kind of a lazy question, but are any of these protocols substantial over 802.11, especially if you just use p2p/adhoc/mesh modes?

    I haven’t touched mobile networks in a while so I’ve forgotten a lot, but iirc the main concern of mesh networks was efficient routing (which has been solved with some cool algorithms) and power efficiency for devices transmitting (again could have sworn 802.11 and even bluetooth can already achieve this).

    Zigby particularly stood out as annoying to me as it includes its own 2.4ghz physical layer stack which uses the same range as WiFI, which is already overcrowded as hell and relies on some CSMA/CA magic to make even the most apartment crowded area of APs function decently.


  • mlg@lemmy.worldtoSelfhosted@lemmy.worldgoodbye plexEnglish
    10·
    13 days ago

    Does jellyfin do untranscoded video/audio?

    Haven’t used it in years but finally building up my media server again and I remember it had some funky settings for hardware encoding back then which I didn’t need because I was connecting to it via a repurposed gaming laptop that could easily handle 4k content and surround sound by itself.



  • mlg@lemmy.worldtolinuxmemes@lemmy.worldHow Times Change...English
    38·
    2 months ago

    I remember someone here made a detailed list of how lots of the early linux FOSS stuff was essentially ripoff of unix software lol. I think XFCE was originally a knockoff of CDE or something with XForms. Now it’s the de facto performance DE and the default on Kali.



  • mlg@lemmy.worldtoPrivacy@lemmy.ml"You need to try Linux"English
    13·
    3 months ago

    In theory yes since they’re essentially sponsored by RedHat. (RedHat is owned by IBM)

    Which is funny because the Snowden leaks actually showed the NSA likes using Fedora for their fancy spy tech lol.

    I guess a good alternative would be OpenSUSE.


  • Edit: realized you meant in the sense of hot swapping flavors after I typed out a whole explanation lol. Should start recommending niche distros and collect package managers like trading cards lol.

    yum = dnf, dnf is just the newer version which was rewritten several times.

    apt is a weird attempt to “upgrade” apt-get with better user interface without messing with the compatibility of apt-get used by scripts and whatnot.

    Both of these are dependency handling package managers which do all the magic of installing required subpackges when you want something.

    rpm is the underlying system package manager which deals with the actual task of installing, removing, and generating packages in the .rpm format. It is analogous to Debian’s dpkg which uses the .deb format. It’s usually not used by the end user unless you need to play with a package directly like with a .rpm or .deb file.

    Hence why some distros (or people) have their own dependency package manager, like zypper on OpenSUSE (rpm) or Aptitude on Debian (deb).

    Although I think Aptitude might just be a fancy wrapper for apt lol.



  • Ubuntu, and the experience was crap lol.

    Then I got to try Debian on a server and it was much nicer.

    Then I saw Torvalds uses Fedora, and given that he also disliked Debian and Ubuntu for their lack of end user ease, I switched and have been happy ever since.

    Seriously though, GNOME 40 really should not be the default DE. It made me think Linux UI was years behind Windows when it was actually the opposite with proven DEs like XFCE, KDE, and GNOME 3/2 etc.




  • Dependencies:

    Old ass library version from 2004

    apt/dnf/pacman: package not found

    library package was last available 15 years ago before it was dropped to move to the next legacy version

    App package was available right up until last year until it was dropped for development inactivity

    Absolutely no one has a compiled version of old ass library

    Attempting to compile old ass library results in 30 other old ass package dependencies

    How in the actual world was the maintainer compiling this up to last year




  • Lol I’ve locked myself out of so many random cloud and remote instances like this that now I always make a sleep chain or a kill timer with tmux/screen.

    Usually like:

    ./risky_dumb_script.sh ; sleep 30 ; ./undo.sh

    Or

    ./risky_dumb.script.sh

    Which starts with a 30 second sleep, and:

    (tmux) sleep 300 ; kill PID



  • A lot of it comes down to genre, target audience, and writer’s personal experience. Even MC and DC are characters written decades ago. Batman is basically from the 1930s/40s.

    Compare that to last decade’s best selling YA novels. Hunger Games was constructed to be very balanced from the start including a female main lead, same for Percy Jackson.

    My hot take is that most of these instances are actually fine as is because Hollywood in general sucks total ass at writing new characters into existing franchises, especially for the exact purpose of introducing diversity without any depth.

    There’s literally a 3+ hour series on youtube of how bad the new star wars trilogy is, and a solid third of that rant is about how poorly written the female lead is.

    The issue here is that having an equal or majority female (or any other metric) set of characters wouldn’t automatically make your story or writing better. You have to develop each character just like the rest, otherwise you end up with inserts that have no purpose other than to equal out a fraction.

    Whether that is due to the writers being able to create male characters easier, or just a perceived audience target, you’d much rather have a well written character than a soulless one.

    And that is likely not even correlated with male vs female writers. So much so that some critics even believe female writers are better at writing male characters than male writers, which is funny to think about. Ex: Harry Potter is still a 2:1 ratio.

    Again though, there are plenty of good examples (mostly books) with very successful stories with equal or majority female characters.

    If it makes you feel any better, this argument is old as hell lol. You can find ye olde forum posts discussing the exact same things mentioned in this entire thread from as far back as early 2000s, with plenty of in text examples from books and screenplay.


    The general concencus though, is that if the characters are good, the plot is good, and the writing is good, no one really cares about the number because you’re absorbed into the story. Your attachment to the story is a direct reflection of your own personal identity. If you notice the lack of X whatever while reading/watching and it breaks your immersion, then it’s probably a viable critique of the writing. If it’s something you notice after outside the story, then it might not matter as much as you think.


  • mlg@lemmy.worldtolinuxmemes@lemmy.worldLinux is not readyEnglish
    8·
    5 months ago

    wayland clipboard

    Lol

    Also kdenlive was still a pain for me to work with, but that was mostly because of its layout, shorcuts, and wording of some features.

    Otherwise yeah, we’ve made it pretty far.


  • mlg@lemmy.worldtolinuxmemes@lemmy.worldWas this reply helpful?English
    20·
    5 months ago

    I said this before on another thread, but the only time sfc /scannow actually did something was when I had a machine with a drive that had a few bad blocks.

    And of course it didn’t actually fix anything because a system DLL was corrupt so DISM couldn’t even repair the system, meaning the only solution was to reinstall windows.