Expert developer, Buddhist

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

help-circle

  • Well…

    If you follow the link to fedidb, refer to the “mau” monthly active users. Do some brief math and realize that lemmy.world accounts for about 50% of all active users

    Email market share is harder, but many estimate that Gmail accounts for over 40%. Many many orgs use Google apps to make custom branded gmails with their own domains too

    This is the typical “business power law” that states that the top player should control about 50%, the second player about 25%, etc. This is just kinda how the world works



  • I genuinely don’t understand why people here are railing him. All the article said was he wanted to research environmental causes for an increasingly common condition. That seems totally reasonable. Look at car pollution reducing avg brain capacity. Look at plastics pollution. Look at toxins in ultraproceassed food, many of which are banned in EU but not USA. Look at our water quality and lead pipes problem

    Look, I know he has talked about vaccines before, but literally didn’t mention it here. It’s totally reasonable and good for all of us to tackle pollutants, toxins, environmental quality. Yes, it’s likely that many health problems would be resolved if we understood this better; that’s a valid theory to pursue. But yes, I know, I know “maga bad”


  • I manage like 200 servers in Google cloud k8s but I don’t think I’d do that for home use. The core purpose is to manage multiple servers and assign processes between them, auto scaling, cluster internal network - running docker containers for single instance apps for personal use doesn’t require this kind of complexity

    My NAS software has a docker thing just built into it. I can upload or specify a package and it just runs it on the local hardware. If you have a Linux shell, I guess all you really have to do is run dockerd to start the daemon, make sure your network config allows connections, and upload your docker containers to it for running