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

help-circle



  • IMO the thing is that people don’t care about their privacy. Sure, some people around here do, but your average person owns an Alexa, has a FB/Instagram account and constantly posts their location, uses the same password on many sites, uses TikTok, doesn’t block cookies, etc etc etc.

    Most people don’t actually care. Some claim they do, but then can’t even be bothered to stop using Instagram etc because of the “inconvenience”… So do they really care?

    Some companies (Apple, etc) push their products under a narrative around safety and security, and people will repeat that point as a way to justify a decision they already made, but if they actually cared, they would be doing other things too. But they don’t.

    The number of us who do actually care about privacy and security is actually very small.


  • Yeah, my main problem so far has been finding communities actually worth following/joining/contributing to.

    If suddenly tons of average people join, they won’t really find communities, they’ll deem that their analysis of Lemmy, and leave with tiny chances of a second chance. It’ll just boom and bust in it’s current state. Most people aren’t interested in starting or growing a small community.

    Meanwhile, if we stay at this size for a while, communities may form/grow, and as people trickle in, they’ll grow bit by bit.



  • As mentioned in other comments, tracking logic is going to be so negligible at those sizes that it’s not even worth talking about - it’d be like 100kb at worst.

    The problem is Meta is extremely inefficient in writing mobile apps. They solve many problems by just chucking libraries at them, but those libraries are “jack of all trades” type libraries. They use React which is abysmally large, and tons of their own monolithic garbage.

    When you write an app from scratch, you only use the pieces you need. Meta is an absolute monolith with years and years of code that’s been added over time and it’s easier to just “copy/paste” most stuff they’ve ever written than to start over.