• 0 Posts
  • 27 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle

  • Yes - by most definitions. It’s powered by user-generated content and is based on interaction between users through engagement with that content, which is voted and scored.

    There is a difference which I personally feel makes reddit less harmful than other social media, however, which is the algorithm - or lack of it.

    In most social media, the algorithm exists to continually serve people the exact content they engage with in a constant feed, which is IMO the most socially damaging part of social media because it creates endless doomscrolling, toxic echo chambers, promotion of sponsored content, and a whole raft of psychological problems in users.

    The Lemmy homefeed is more organic, and scrolling through ‘all’ you see content genuinely from everywhere, in a less curated way based on upvotes, not individual algorithmic tailoring. And that’s maybe not as “engaging” but it’s far less damaging.



  • Sure, I was there then. I was on Facebook right in the beginning, when you needed a university email address to even sign up.

    So that’s true, but it’s also true to say that early Facebook wasn’t the same as modern Facebook. Early Facebook was - as the name suggested, a place to connect with friends, share pictures and plan events. You’d probably check it once a day to see what was happening, but that was it. And your home feed would be a direct and unfiltered view of what all your friends posted, in the order they posted it, without bias. And you could easily catch up on everything that had happened and then you were finished.

    It’s the birth of the algorithm and infinitely scrollable tailored content feeds that really defines what social media has become.

    This and mobile Internet have really gone hand-in-hand. The algorithm has made us want to be scrolling all the time, and mobile Internet has made it possible .



  • tiramichu@lemm.eetoAsklemmy@lemmy.mlIs everything the worst?
    link
    fedilink
    arrow-up
    9
    arrow-down
    3
    ·
    edit-2
    20 days ago

    I don’t think anyone would claim that literally going outside is gonna fix anyone’s life, or cure this broken-ass world we live in.

    But the sentiment isn’t wrong.

    It means: Take some time for yourself. Enjoy the small things. Exercise. Feel the sun on your face. Leave your phone in your pocket, and stop doomscrolling. See the world in your own terms, not the terms others want to force upon you.

    It helps. You can’t change the whole world, but you can change yourself.



  • Gotta say, the opening of Nier Automata is something I tell people how much I hated! It’s a great story, but it’s bad game design.

    It’s a mix of cutscenes and gameplay that takes about 40 mins to get through, there’s no saving possible at any time, and if you die then you go right back to the beginning.

    And I did die, twice. So yeah, that was a slog, and by the third time round I’m not enjoying the storytelling anymore.

    If you are actually good and didn’t die, I can see why you had a different and more enjoyable experience :)


  • Littering.

    When someone carelessly throws their trash on the ground, that says a huge amount about their respect for other people, their feelings about the environment, and even their views on social equality.

    It’s a tiny thing, but an immediate dealbreaker.

    People who throw their trash on the ground are the same people who yell and get mad at minimum-wage staff, while those staff hold back tears. They are the people who take more food at a buffet restaurant than they could ever even eat. They are the people who think the world and everyone in it owes them whatever they want, but without ever giving anything back.

    I bet we all know a person whose car looks like a scary biohazard of old drive-through cups they haven’t cleaned yet, but I’d much rather date that person than someone who throws it all out the window.



  • This is it.

    I’ve previously lived in Japan and there is always so much wrapping!

    A large amount of packaging creates a perception of quality, as if a lot of care has been taken in the product, and culturally that sells well.

    Kinda ironic as another thing you see everywhere in Japan is ‘eco’ this and ‘green’ that, they are very big on the perception of “saving the environment” and yet everything is covered in so much unnecessary plastic.



  • Just FYI, asklemmy is intended for interesting and open-ended subjects of discussion, not for single-answer support problems like this, so I won’t be surprised if this thread is deleted.

    That said, I feel your machine should be compatible with opencore. Its running Yosemite 10.10 which meets the minimum.

    When checking your model make sure you are looking in the right place - press cmd+space, type “system information” and go there. Should be an entry like “MacBookPro[number],[number]” - not the model number, but the device identifier.

    I personally have an older Macbook pro which is running Linux, so that’s also a decent option if you want to do it. Pop!_OS is a very mac-like distro that supports pretty much all mac hardware out of the box.

    Good luck!



  • My biggest problem is security updates.

    The “x years of upgrades” model is okay when it’s for an app, where you can just keep using it with the old feature set and no harm is done.

    But Unraid isn’t an app, it’s a whole operating system.

    With this new licensing model, over time we will see many people sticking with old versions because they dont want to pay to renew - and then what happens when critical security vulnerabilities are found?

    The question was already asked on the Unraid forum thread, and the answer from them on whether they would provide security updates for non-latest versions was basically “we don’t know” - due to how much effort they would need to spend to individually fix all those old versions, and the team size it would require.

    It’s going to be a nightmare.

    Any user who cares about good security practice is effectively going to be forced to pay to renew, because the alternative will be to leave yourself potentially vulnerable.




  • The clue with Unraid is in the name. The goal was all about having a fileserver with many of the benefits of RAID, but without actually using RAID.

    For this purpose, Fuse is a virtual filesystem which brings together files from multiple physical disks into a single view.

    Each disk in an Unraid system just uses a normal single-disk filesystem on the disk itself, and Unraid distributes new files to whichever disk has space, yet to the user they are presented as a single volume (you can also see raw disk contents and manually move data between disks if you want to - the fused view and raw views are just different mounts in the filesystem)

    This is how Unraid allows for easily adding new drives of any size without a rebuild, but still allows for failure of a single disk by having a parity disk - as long as the parity is at least as large as the biggest data disk.

    Unraid have also now added ZFS zpool capability and as a user you have the choice over which sort of array you want - Unraid or ZFS.

    Unraid is absolutely not targeted at enterprise where a full RAID makes more sense. It’s targeted at home-lab type users, where the ease of operation and ability to expand over time are selling points.


  • Been using unraid for a couple of years now also, and really enjoying it.

    Previously I was using ESXi and OMV, but I like how complete Unraid feels as a solution in itself.

    I like how Unraid has integrated support for spinning up VMs and docker containers, with UI integration for those things.

    I also like how Unraid’s fuse filesystem lets me build an array from disks of mismatched capacities, and arbitrarily expand it. I’m running two servers so I can mirror data for backup, and it was much more cost effective that I could keep some of the disks I already had rather than buy all-new.