Ⓐ☮☭

  • 0 Posts
  • 62 Comments
Joined 3 years ago
cake
Cake day: July 20th, 2023

help-circle




  • That genuinely hard to refer to, its mors of an absence of controversy. His main social media is still twitter and this might have been the second time this year he postsed at all.

    What i do know, He deleted his twitter account somewhere after 2021 and since 2024 appears to be back, working on a new game and expressed enjoying game development again (after presumably no longer enjoying it

    Many of his pre-2022 post read to me as actual cringe and shit jokes. X appears to shuffle posts so its genuinely not hard still to find some really nasty ones. But everything since has been just a normal dude talking about developing game. Most opinionated expressing criticism against ai/vibe coding and how the epstein case is handled.

    I dont know if he commented on the controversies since but the vibe i am getting is that fading in the background a little, being less famous and bombarded with internetfandom helped.


  • To play devils advocate,

    When Notch was still a normal developer he was pretty progressive. I still remember the blog post where declared Minecraft has no distinct genders, all animals can breed with all of the same species, therefor everyone in Minecraft is gay. As a way to bash homophobes.

    The chain of events as i witnessed it. And he also spoke of a few times is that money destroyed all his authentic friendships, his wife divorced him, everyone he met wanted him just for his money and he got completely isolated, also claimed to living for the most part on potato chips when on a podcast with moistcritical.

    I also high suspicion from experience with other people he developed an alcohol problem which fuel his social media posts.

    It’s no excuse but it is a recipe to make an otherwise decent person act in a monstrous way. Also a recipe to be easily influenceable by the wrong kids of al media.

    Last i checked he took a long break from social media, and eventually came back as more sober person.

    Can’t erase the fact he made some bad comments in the past. Many people seem to trow him on the same pile as Jk Rowling, who is actively and consistently doing harm. Such is far from fair.

    Found the post




  • I think the general gist is as beginner self hosters we get more and more comfortable too “easily spin up a docker webserver”

    At some point we arrive at “what other services can i host” and email is a pretty obvious addition expecting it to at least not be more difficult then running nextcloud.

    It may be doable but hell is it not a comparable challenge.






  • Part of the reason is to to get controlled competition.

    Same with google being the largest donator to firefox. If they wouldn’t do this it would create a hole that could motivates many others to create new innovation that could become a threat to them.

    Also so they can deflect anti monopoly laws and also because they benefit from open source themselves.


  • I would still consider myself a noob but i do feel accomplished enough to answer this properly.

    Hardware depends on your budget. It does not need to be bleeding edge either, i would focus on a good server case that makes it easy to upgrade over time and maybe fits a few harddrives if you don’t plan on having a nas.

    Also make sure to check how much sata connections your motherboard can handle, using an m.2 slots may occupy some of the physical sata connections.

    I highly, highly recommend proxmox for an OS.

    You can set up every different service into its own lxc container, its wonderful to know you can experiment with whatever and everything else will be unaffected and just keep working. Within lxc things can just run using docker (though this is officially not recommended it works fine). The resource sharing between lxc containers is excellent. Taking snapshots a breeze. And when an lxc is not enough you can easily spin up some vm with whatever distro or even windows also. Best server-choice i made ever!

    The zfs format for your storage pool is also very good. And you definitely want redundancy, redundancy makes it so x amount of drives can fail and the system just keeps running like normal while you replace the broken drive, otherwise a single drive failing ruins all your data.

    Unless you make every drive its own pool with specific items that you backup separately but thats honestly more troublesome then learning how to setup a pool.

    How you want a pool and how much redundancy is a personal choice but i can tell you how i arranged mine.

    I have 5 identical drives which is the max My system can handle. 4 of them are in a pool with a raidz1 configuration (equivalent to raid-5) this setup gives me 1 drive of redundancy and leaves me 3 drives of actual usable space.

    I could have added the fifth drive in the pool fo more but i opted not too, to protect my immich photons against complete critical failure. This fifth drive is unmounted when not used.

    Basically my immich storage are in a dataset, which you can think of as a directory on your pool that you can assign to different lxc to keep things separate.

    Every week a script will mount the fifth drive, rsync copy my immich dataset from the pool onto it. Unmount the drive again. Its a backup of the most important stuff outside of the pool.

    This drive can also be removed from the cases front in an emergency, which is part of why I recommend spending some time finding a case that fits your wants more then worrying about how much ram.

    Best of luck!


  • I have no idea what was up with the multiple steam windows, it did feel like he was actually cursed when that happened.

    But the “weird control” issue in l4d2 which was then solved by using a custom launch command found on protondb… thats super real.

    Eventually you learn to check protondb as a habit the second you encounter any kind of game issue but for a newcomer thats another hurdle.