Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BR
Posts
1
Comments
979
Joined
2 yr. ago

  • Has the distribution gone up though? If the quantity of games being sold has increased the companies are making just as much even though games are "cheaper."

    Imo. That's the big argument in this debate that doesn't get discussed. The reach has increased so prices could come down as more units are sold and the company would get the same amount of money.

  • She doesn't want the house, she has no obligation to pay for it or be given an adjacent lot. She is the one that should be sueing instead. She has every right to be made whole at the developers expense.

    What I mean by that, is that since she doesn't want the house the developer is on the hook to demolish it and restore the land to its former condition.

    Taking then adjacent land may not even be equitable. It could be less desirable, more difficult to build on, have different drainage, inaccessible without going through an easement. Any number of things.

    The developers should also be in the hook for the increased property taxes.

  • My house has potentially increased in value almost $40k since I bought it almost two years ago. While most of my mortgage payments right now go towards interest. The equity I've gained by its value increasing is more than what the payments have done for me. I can't realize that without selling, which I don't intend to.

  • I won the lottery.

    My mental health can't handle this bullshit.

    I had an opportunity I couldn't pass up.

    I have to care for my father/mother/aunt/dog.

    I want to travel and see the world.

    I hate you.

    I hate (insert random coworker/boss here.)

    My wife/husband is taking care of me.

    Onlyfans makes more than here.

  • The hosting provider is unnecessary.

    You can point the domain to proton mail or whatever email service you like. Then you can configure a wildcard so that all email sent to any address at that domain can go to a central email.

    Then you can filter it and use rules to move or delete automatically. Minimal setup required, and nothing to do to "create" a new email address.

  • I don't do a lot of software development anymore. I had to look up attribute vs element. But it took all of 5 seconds to understand. Often I know how to use something even though I won't know the names of the parts.

    As for 3, I can understand for specific cases, like interviews. But most meetings I don't feel comfortable inviting people into my home. That's a fine line for me.

  • I'm building a replica of the talking skull from the Pirates of the Caribbean attraction at Disneyland.

    I've got the skull 3d printed, primed and ready for paint. I picked up a new Arduino and am trying to get it programmed where it can connect to wifi and listen for artnet so I can control it with show control systems/software.

    It has been frustrating because if it doesn't update the wifi or whatever frequently enough it will go into a reboot loop. If I keep getting frustrated, I might find a way to use the one with a poe hat instead. It would probably be more reliable, but I'll have to drop a new Ethernet run to where I want it. It will also be a much larger Arduino to hide.

  • Promoted from your desire to censor yourself, kids won't understand and be exasperated by my refusal to censor myself online so some website/content creator can more easily make ad money.

    And no, fuck that noise, I will not bow the fucking algorithm. I will curse and speak freely.

  • So many people didn't read the post and going off how raid isn't backup.

    There are a few things to consider. How much data is it? How is it connected? How reliable do you want it to be? Where is it going to be? How are you backing it up? How will you monitor the disk(s) and backup process for failures?

    Is it at some place that will be a pain to deal with if a hard drive dies, like a friend's house or something. I'd deal with raid so it wouldn't be an immediate reason to go fix it or go without backups.

    Is it small enough amounts of data that you could have a complete third copy if you didn't put the disks in raid? Then I'd probably make multiple copies and not use raid.

    Are you dealing with something like veeam doing backup chains? Having an initial copy and then incremental with changes where you can go back to different days? Go with raid because having to reconfigure can be a hassle or having a full and incremental across jbods could cost you all the backups if the disk with the full backup is lost.

    Either or is a valid choice and depends on your particular needs.