• 0 Posts
  • 21 Comments
Joined 16 days ago
cake
Cake day: September 17th, 2025

help-circle







  • Every company starts out privately owned. Being publically owned means you are legally required to put shareholders’ interests first and thus essentially be purely profit and growth driven, leanding to an unsustainable cycle of infinite growth which is a major cause of the enshitification of everything as we know it today.

    Private companies can at least set their own goals and do things other than chase profit. Typically, that’s either “chase profit so the owners can cash out” or “focus on providing an actually good service/product so that profit/growth will follow”.

    Private Equity is probably what you’re thinking about, where a PE firm purchases a company that’s either already private or they make it private again. There are many PE firms with many different management styles and goals, but the overwhelming majority have a goal of squeezing every last penny out of a company using any means necessary and fucking over the employees as much as possible before divesting it and moving to the next one.


  • That’s the beauty of it! The stupid overreaching big-government law says real doctors need to review appeals and review notes and consider circumstances. But that’s fuxkings stupud when a single line of code can deny claims and appeals at 1000x the speed and send EVEN MORE money to daddy’s dragon den which will then trickle down directly into MY POCKETS.

    I took the liberty of writing my own hyper-advance AI to handle the task. It should only need 10 racks of GPUs to run.

    public static void reviewClaim(Claim wasteOfMoney) {
      if (wasteOfMoney.isNotCovered()) {
        wasteOfMoney.deny();
      } else {
        wasteOfMoney.deny();
      }
    }
    


  • If you’re fine with self hosting, you can just self host it and backup your local drives to a remote location. That’s what I do.

    For backup software, I use Duplicacy. But Veeam, Borg, etc… would work just fine. For images, since they’re just static files and you don’t really need a version history, you could get away with a scheduled rsync job. Though, technically that leaves you more at risk of ransomeware or something that overwrites your data.

    For remote storage, I’d first consider a Hetzner storage box since they are flat-rate pricing and pretty dang cheap at $13/mo for 5TB. You might also consider StorJ, B2, S3, etc… I’d just stay away from any lesser known ultra-cheap storage providers.




  • chisel@piefed.socialtoGames@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    84
    arrow-down
    5
    ·
    edit-2
    13 days ago

    No, you’re wrong. Every wishlist is a guaranteed sale on launch day. When people see that number tick from 0.5937.5 to 1.0, they can’t help themselves. It doesn’t matter if they wishlisted it 10 years ago and forgot the game exists. The trick is, they have to see it on launch day in an automated email. Otherwise the sale is lost for good. Literally every true gamer knows this.






  • Piefed has some great features for discoverability, like feeds, but afaik every fedi reddit clone still suffers from the problem that someone from your instance has to subscribe to a remote community before it shows up at all. So if everyone just picks an instance and sticks with it, the federation never happens. It also promotes a more centralized fediverse because more populated instances will both be more likely to have a local community for a topic and to have at least one user subscribe to any given remote community.

    As an individual, it’s difficult/impossible to keep up with everything or to discover new things because there is no true r/all equivalent. You’d need to browse multile instances or use external tools regularly to check on fediverse activity.