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/)DR
Posts
0
Comments
277
Joined
1 yr. ago

  • Yes, that's the word that everyone uses for the large generating stations that create power on a large scale like a manufacturing plant creates goods on a large scale.

    Its rare for us to have "power houses" now, and when we do no one calls them that.

  • What's interesting to me about that phrase is that no one uses the word "powerhouse" for anything else any more, except maybe to call something powerful.

    Since it's not the 1920s any more and we have an electrical grid and centralized power generation. We still sometimes do use temporary off-grid generators, but we no longer have any need for a dedicated word that means "building or shed that we keep our generators in".

  • When you pick up an apple, do you consent to the pesticides used on them?

    THAT'S the example you choose?

    There are no informed here, only pitchfork wielders.

    Absolutely stunning. You actually unironically do not understand what consent is. You need to take an ethics class.

    I'll give you the really basic version:

    #1: People are allowed to say no to you for any reason or no reason at all. It doesn't matter if you think their reasons are invalid or misinformed. No means no.

    #2: A lack of a "no" does not mean "yes". If a person cannot say "no" to what you are doing because they have no idea you're doing it in the first place then that, in some ways, is even worse than disregarding a "no". At least in that case they know something has been done to them.

    That, by the way, is what the "informed" in "informed consent" means. It doesn't mean "a person needs to know what they're talking about in order for their 'no' to be valid", like you seem to think it means.

    Doctors used to routinely retain tissue samples for experimentation without informing their patients they were doing this. The reasoning went that this didn't harm the patient at all, the origin of the tissue was anonymized, the patient wouldn't understand why tissue samples were needed anyway, and it might save lives. That's a much better justification than trying to develop a web browser, and yet today that practice is widely considered to be deplorable, almost akin to rape.

  • When people say that I think they mean they want games to look like this:

    Or like this.

    So, still atmospheric and beautiful, but low poly enough that artists don't have to spend so much time creating detail. Sort of like an impressionistic painting.

    To be honest though for most AAA games I think its animations and highly choreographed gameplay sequences that are bottlenecking development more than the art is. Look at games like cyberpunk and fallout 76: they largely didn't have unfinished art assets (in fact the art assets in both those games, particularly the environments, look quite good). Instead they had broken animations and gameplay systems. I guess art style does play a roll in that though, as a more realistic model kinda demands more realistic animations to avoid looking weird.

  • The way coil stoves cycle their power on and off is incredibly dumb IMO.

    Induction cooktops don't do that, but it blows my mind that it took as long as it did to get a duty cycle frequency somewhere above 'once every 30 seconds'.

  • Permanently Deleted

    Jump
  • Since we strive for transparency, and the LEGAL definition of “sale of data” is extremely broad in some places, we’ve had to step back from making the definitive statements you know and love. We still put a lot of work into making sure that the data that we share with our partners (which we need to do to make Firefox commercially viable)

    So in other words we sell your data and get paid for it, and some countries won't let us lie about it.

  • Permanently Deleted

    Jump
  • Mozilla is a nonprofit (or it at least it should be, technically it's a for profit corporation that's wholly owned by a nonprofit foundation, shady asf).

    They shouldn't be trying to make a profit, they should make enough money to pay their programmers to maintain the browser.

    They should not be dumping money into more executive hires and AI bullshit like they are doing.

    1. You can host a webserver on a Raspberry Pi. I don't know what you're doing with your setup but you absolutely do not need hundreds of watts to serve a few hundred KB worth of static webpage or PDF file. This website is powered by a 30 watt solar panel attached to a car battery on some guy's apartment balcony. As of writing its at 71% charge.
    2. An Ampere Altra Max CPU has 128 ARM cores (the same architecture that a raspberry pi uses), with a 250 watt max TDP. That works out to about 2 watts per core. Each of those cores is more than enough to serve a little static webpage on its own, but in reality since a lot of these sites get less than 200 hits per day the power cost can be amortized over thousands of them, and the individual cores can go to sleep if there's still not enough work to do. Go ahead and multiply that number by 4 for failover if you want, its still not a lot. (Not that the restaurant knows or cares about any of this, all this would be decided by a team of people at a massive IT company that the restaurant bought webpage hosting from).