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

help-circle






  • 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.







  • xthexder@l.sw0.comtoMemes@lemmy.mlOS Installation
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    3 months ago

    Lol, $100 would be a deal now. It’s $140-200 for Windows 11 depending on if you get Home or Pro.

    I looked up how much it would cost to get a Windows Server license to run in a VM on my linux server, and that’s a minimum of $500 (but possibly more depending on factors that are irrelevant as an individual). I decided I’d run unactivated Win10Home instead with some registry hacks to make things auto-start the way I want. If that stops working, I guess I’ll just stop doing automated Windows CI.