• 0 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle

  • All your old stuff will stay visible even after lemm.ee goes down, but it won’t be linked with whatever new user you create on another instance.

    If export and import of posts and comments was possible it would result in “duplicating” your posts and comments to your new account, which as you might imagine would be an absolute mess (not to mention technically infeasible - how would comment chains with other users work?) so you can presumably understand why it isn’t.

    It’s quite annoying for sure (and I’m a lemm.ee user too, so I’m also annoyed with everything I’m losing) but this is the trade-off we accept with federation that allows Lemmy as a whole to be robust and keep going even without lemm.ee


  • Wireguard doesn’t necessarily need to have those limitations, but it will depend in part how your VPN profile is set up.

    If you configured your wireguard profile to always route all traffic over the VPN then yeah, you won’t be able to access local networks. And maybe that’s what you want, in which case fine :)

    But you can also set the profile to only route traffic that is destined for an address on the target network (I.e your home network) and the rest will route as normal.

    This second type of routing only works properly however when there are no address conflicts between the network you are on (i.e. someone else’s WiFi) and your home network.

    For this reason if you want to do this it’s best to avoid on your own home network the common ranges almost everyone uses as default, i.e. 192.168.0.* and 10.0.0.*

    I reconfigured my home network to 192.168.22.* for that reason. Now I never hit conflicts and VPN can stay on all the time but only traversed when needed :)


  • The idea there should be some definitive, canonical domain for the Fediverse is somewhat at odds with the core tenents of the Fediverse itself - decentralisation, and no single point of ownership or control. And on that basis, we absolutely should not care about a particular domain, or assign any level of ‘specialness’ to it.

    I understand your worry - that some ‘bad actor’ could buy the domain and do something anti-Fediverse with it and mislead the public, but my response would be to simply not worry. The strength of the Fediverse is that we are diverse and unbothered by whatever nonsense some centralised platform is trying to pull. We don’t have a profit motive. We don’t care.

    People who want to find the real Fediverse will absolutely still find us, all on their own, regardless of who owns some random domain :)


  • Personally, I don’t feel that analogy is a fair comparison.

    Begging a dev for new features for free would definitely be entitlement, because it’s demanding more, but what OP is upset about is reduction in the service they already had.

    I don’t think any free tier user of any service could have any right to be upset if new features were added only for paying customers, but changing the free tier level is different.

    In my opinion, even if you aren’t paying for it, the free tier is a service level like any other. People make decisions about whether or not to use a service based on if the free tier covers their needs or not. Companies will absolutely try to upsell you to a higher tier and that’s cool, that’s business after all, but they shouldn’t mess around with what they already offered you.

    When companies offer a really great free tier but then suddenly reduce what is on it, then in my opinion that’s a baiting strategy. They used a compelling offering to intentionally draw in a huge userbase (from which they benefit) and build up the popularity and market share of the service, and then chopped it to force users - who at this point may be embedded and find it difficult to switch - to pay.

    So yeah, it doesn’t matter in my opinion that the tier is free. It’s still a change in what you were promised after the fact, and that’s not cool regardless of whether there is money involved or not.


  • I had so many good times on forums back in the day.

    The personal nature of them was great for being social and making friends, but it was also good for the quality of the content for and user behaviour too.

    When everyone recognises you and remembers your past behaviour, people put effort into creating a good reputation for themselves and making quality posts. It’s like living in a small village versus living in a city.

    The thought of being banned back then genuinely filled people with dread, because even if you could evade it (which many people couldn’t as VPNs were barely a thing) you’d lose your whole post history and personal connection with people, and users did cherish those things.


  • 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.


  • A central account instance rather defeats the point of a federated system.

    With federation it’s ensured that any single instance is only a small part of the whole, and that if any instance goes down (or worse, goes rogue and becomes a bad actor) then the impact of that is minimised. All users being registered on a single instance is akin to putting all your eggs in one basket.

    I do totally understand from the perspective of new users that it’s hard to understand what to do or how to do it but that is a problem that could be better addressed with clearer onboarding. e.g “Choose any one of these recommended instances to sign up. It doesn’t matter which - you’ll be able to see the same content and communities across all of Lemmy no matter which you pick”*

    *mostly, but close enough