Creator of LULs (a script which helps links to point to your instance)

Come say hi here or over at https://twitch.tv/AzzuriteTV :) I like getting to know more people :)

Play games with me: https://steamcommunity.com/id/azzu

  • 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: June 28th, 2023

help-circle

  • Why is no one mentioning here that the business model shouldn’t exist? If a copy can be made basically for free, there is no reason not to make it basically free. We should be providing everyone with the means to live regardless of their ability to sell stuff. If everyone was free to do whatever they please because their existence was provided for, people would still make media, because people love making things like that.

    Of course that might mean that in the short term, while we don’t do this, pirating might mean that some things stop existing. I’d be completely fine if all Hollywood movies and other shit disappeared overnight. Maybe then people would finally come to the understanding that our current model of doing things sucks.




  • Because this is not log or debug data as OP said. In any case, what do you think would happen with this data? It will be analyzed by some sort of tool because no one could manually look at this much text data. In text, this can be like 1MB of data per second. So in a normal eye tracking session, probably hundreds of MB. The problem isn’t the storage space, but the time it will take to read that in and analyze it each time, forcing you to wait for processing or use lots of memory while reading it. And anyway, in most languages, it’s actually much easier to store the number values directly (in 8 bytes not the 30something this text representation uses) than to convert them to JSON, all languages have some built-in way to do that. And even if not, sqlite is piss-easy and does everything for you, being as simple as JSON.

    There is just no reason to do it like that unless you just don’t think about what you’re doing or have no clue.