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/)VR
Posts
0
Comments
1,053
Joined
2 yr. ago

  • lol. Of course there is. Ai cannot code. it's a glorified autocomplete that mostly gets things subtly wrong. So you'll spend more time trying to understand the code you didn't write and look for any bugs, than if you had written and understood it yourself.

  • i think the real explanation is simpler and more understandable.

    NaN is what you get when you do something illegal like dividing by zero. There is no answer, but the operation has to result in something. So it gives you NaN, because the result is literally not a number

  • that doing more work, takes more time.

    Gamers are especially guilty of this.

    "that 2013 game runs at a smooth 60 fps. This medern game running at quadruple the resolution with raytracing sometimes dips to 58 fps on the same hardware. Devs must be lazy, they just need to add OPTIMIZATION to the game

  • i do use json instead of yaml precisely for the reasons you mentioned. That was my original point in the first place that json does not have these problems. something must have been lost in transmission

  • cut out a random piece of your document. is it a partial or a complete document?

    paste it somewhere else in the document. you have to fix the indentation because if not then the document won't work or mean something completely different

  • the power is needed because trustless distribsuted ledger is mathematically impossible.

    So there has to be some mechanism that actually prevents someone being able to just change anything at will. This is the mathematical impossibility part. What bitcoin does to get around it is to (artificially) make it cost resources to write into the ledger by making everyone solve a random useless puzzle. And with each block depending on the one preceding it, changing implies also changing all the subsequent ones.

    This of course assumes that the chain is ever growing, otherwise the attacker just needs time to catch up. Bitcoin's security guarantees come from ensuring the network keeps growing faster than any one single entity could write to it. The only thing that keeps anyone from writing whatever is that they just can't do it fast enough.

    This implies that the network is only (probabilistically) secure as long as there are people mining it. If people stop mining, bitcoin instantly loses all of its security.

    It then follows that the security of the chain depends on its ability to keep its users wanting to mine it. This is handled by it being a currency. something that humans would have a psychological need to hoard.

    This is also why any non-cryptocurrency application of blockchain simply cannot possibly work.

  • the power is needed because trustless distribsuted ledger is mathematically impossible.

    So there has to be some mechanism that actually prevents someone being able to just change anything at will. This is the mathematical impossibility part. What bitcoin does to get around it is to (artificially) make it cost resources to write into the ledger by making everyone solve a random useless puzzle. And with each block depending on the one preceding it, changing implies also changing all the subsequent ones.

    This of course assumes that the chain is ever growing, otherwise the attacker just needs time to catch up. Bitcoin's security guarantees come from ensuring the network keeps growing faster than any one single entity could write to it. The only thing that keeps anyone from writing whatever is that they just can't do it fast enough.

    This implies that the network is only (probabilistically) secure as long as there are people mining it. If people stop mining, bitcoin instantly loses all of its security.

    It then follows that the security of the chain depends on its ability to keep its users wanting to mine it. This is handled by it being a currency. something that humans would have a psychological need to hoard.

    This is also why any non-cryptocurrency application of blockchain simply cannot possibly work.