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

help-circle

  • Essentially for something to be decentralised and not ephemeral, everyone needs a copy of the data.

    To go into a bit more detail—one of the biggest benefits of decentralised systems is generally redundancy has to be built in otherwise you have a Single Point Of Failure™️, and then you get data loss when it’s gone. Given any sensible decentralised system is designed to avoid this scenario, that data has to be somewhere, and generally the simplest and less expensive (in terms of processing) way to improve on data in one place, is to have it in every place. Any time the data isn’t in one place or every place, you then have an exercise in figuring out where it actually is. This “finding it” processing is going to take time and effort, and if you imagine a standard semi-popular lemmy post, that’s potentially data coming from all sorts of different places, which may or may not be there—this would inevitably make request times ridiculous and basically no one would use it.

    At the end of the day, any kind of processing is energy, cost & time expensive, whereas storage makes that part of the process effectively instant and is much cheaper than increasing processing power in both cost and energy.

    So basically in this use case and many like it: it makes sense if you’re trying to pick what to optimise, you optimise for lower processing and higher storage requirements rather than vice versa.

    The history aspect is more straightforward to understand given the above, if you expect people to care what happened a year ago and want to support that, that data needs to live somewhere







  • Politics is not just the relationship between two people, it’s the relationship between a person and everyone/everything else in the world.

    Reducto ad absurdum: would you suggest a world where every country is at war with everyone else would foster a better environment for global FOSS collaboration than one where the world was at complete peace?

    I honestly thought the statement you quoted was entirely uncontroversial. “Healthy” and “global” being the key words, I’m not saying it’s a requirement for FOSS to exist in general or anything.





  • From your link

    Any information relating to an identified or identifiable natural person (‘data subject’); an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person[15]

    The “directly or indirectly” part is important here, a username is a constant identifier between a user’s posts and comments

    Given comments and posts are free text input, there’s no way of knowing the entire set of a user’s content doesn’t contain PII, unless an admin wants to spend the time combing through and determining which posts definitely contain PII and which definitely don’t, they should delete it all. The data subject does not need to make specific listings of what they want deleted, the onus is on the service owner to be able to process the deletion request completely and within a timely manner.



  • Was gonna say, I’m sat on 2.2k comments apparently in about 15 months, which is surprising to me given I probably only comment on about half the days in any given week.

    I will say compared to Reddit though, I tend to be more likely to comment here because there’re fewer people here and I want it to feel active enough for more people to continue joining (either lemmy in general, or just on smaller communities that don’t have a lot of activity yet).




  • 9point6@lemmy.worldtoLinux@lemmy.mlMy move to Linux
    link
    fedilink
    arrow-up
    12
    ·
    2 months ago

    Cheers for the response, I appreciate it!

    I’m curious about the plugins as obviously I’m not gonna be familiar with the notepad++ plugin ecosystem now—what’s special about the ones you listed?

    Assuming edit EOL is just changing the line termination characters, all editors have that don’t they? Or does this not do what I think?

    Intrigued about VSCode being slow for text manipulation too—I remember this being a big reason I dropped notepad++ for sublime and IMO VSCode and sublime more or less have parity on that front, particularly with vim bindings


  • 9point6@lemmy.worldtoLinux@lemmy.mlMy move to Linux
    link
    fedilink
    arrow-up
    40
    arrow-down
    1
    ·
    2 months ago

    I just don’t get the love for notepad++

    I started using it as my main back in 2006ish, I then switched to sublime text about 2011, then about 5-6 years ago to VSCode. All the time using vim for any in-terminal quick edits.

    Notepad++ is easily my least favourite editor of the lot, by several miles, it just seems so rigid and clunky without even going into how it’s windows only. Every editor I’ve used since has been a huge improvement over the one prior IMO