• 0 Posts
  • 158 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle


  • I really enjoy programming, but generally I dislike cooking. I just want to eat, not spend time preparing to eat.

    My experience with cooking has been that because I don’t do it enough, I’m constantly dealing with food expiration dates and having to plan carefully around them.

    In comparison, I’ve got some servers that have been running maintenance free for 5+ years. (Probably not the most secure thing, but meh, I don’t have customers other than myself)

    I think programmers often have hobbies that are more physical though. For me, I like working on my car because turning bolts and working with my hands lets my brain turn off for a while. I could see cooking and following a recipe being in the same category for others.





  • I don’t think that matters, since when bruteforcimg a passphrase it’s more like using whole words as the characters (or tokens) in the password. If there’s 7776 possible unique words, it doesn’t matter what characters are in the words at all. Just how many password combinations are used.

    Side note, this is assuming words without character replacements. If you consider variations with A->@ or B->8 there ends up being significantly more possible unique “words”







  • Honestly the best thing about FOSS is that money isn’t driving all the decisions. Most open-source projects are built because the dev just wants to build something cool or useful, or they’re trying to solve specific problems. Most individual devs don’t really care if their user count goes up every quarter.
    Personally I’ve been maintaining a chrome extension for about 10 years, and it’s sat happily with about 7000 users that entire time. I built it because I wanted to use it, and I’ve declined several offers to buy the extension and monetize it.


  • I already had a server running docker, so throwing a few more containers in was trivial. There’s a docker-compose.yml published in the lemmy repo.

    Since my server was already running and had free space, it was literally free, but if you’re starting from scratch there’s more to consider.

    I’ve been self-hosting for over a year now, and the storage does add up. The postgres DB is 11GB, and pictrs service is getting bigger at 29GB. Between all the different services, it can eat up a decent bit of CPU. My (admittedly 10 year old CPU) sits at a load average of 1.9, so you’ll probably want 3 or 4 cores minimum. And based on my stats, 4GB of ram should be just enough to keep everything loaded.