Earlier quoted context omitted.
Gold is practically useless day-to-day for a lay-person except as decoration, but represents the literal blood, sweat, tears, and toil of someone taking it out of rocks, refining it and putting it into your hands. Also it has some commercial use. Cryptocurrencies likely follow a similar model. Useless to the lay-person except as decoration. Representing a "colossal waste of resources", but having access to the refini…
Just to put that "colossal waste of resources" in perspective... allegedly we're wasting 60 TWh/year 'mining' Bitcoin, and this is considered (maybe rightly) an environmental catastrophe. We also use around (again allegedly) 220 TWh/year mining Gold.
Safe-money: Money in the type system where it belongs (2017)
31–40 of 57 posts
Re: Safe-money: Money in the type system where it belongs (2017)
#32Earlier quoted context omitted.
Just to put that "colossal waste of resources" in perspective... allegedly we're wasting 60 TWh/year 'mining' Bitcoin, and this is considered (maybe rightly) an environmental catastrophe. We also use around (again allegedly) 220 TWh/year mining Gold.
I don't want to start a "Bitcoin is useless" flameware but to your question: the reason why the energy consumption of proof-of-work is important is because society hasn't found a purpose for Bitcoin to exist yet. Therefore, the energy consumed is considered "wasted" whereas it could have been used for something society already deems useful, like keeping the lights on.
Re: Safe-money: Money in the type system where it belongs (2017)
#33Re: Safe-money: Money in the type system where it belongs (2017)
#34Earlier quoted context omitted.
However many you're willing to give, thats the point.
the question is just moved from 'what is the value' to 'why are you willing to give'.
Re: Safe-money: Money in the type system where it belongs (2017)
#35Earlier quoted context omitted.
Inheritance is worthless, then. As an heir I can more or less inherit from day 0 (in some jurisdictions even before) of my living life. This means there is the possibility of me putting in zero effort, besides from being born alive, to obtain it. Yet it obviously has some worth.
> Inheritance is worthless, then. That's a spurious deduction. Inheritance is a mechanism of passing value store. Purely living off inheritance, reduces the stored value. This is a demonstration of the concept, not a violation.
2) (Inheritance requires no or marginal effort in acquisition)
c) "Inheritance is worthless, then."
Re: Safe-money: Money in the type system where it belongs (2017)
#36Earlier quoted context omitted.
Gold is practically useless day-to-day for a lay-person except as decoration, but represents the literal blood, sweat, tears, and toil of someone taking it out of rocks, refining it and putting it into your hands. Also it has some commercial use. Cryptocurrencies likely follow a similar model. Useless to the lay-person except as decoration. Representing a "colossal waste of resources", but having access to the refini…
Just to put that "colossal waste of resources" in perspective... allegedly we're wasting 60 TWh/year 'mining' Bitcoin, and this is considered (maybe rightly) an environmental catastrophe. We also use around (again allegedly) 220 TWh/year mining Gold.
Re: Safe-money: Money in the type system where it belongs (2017)
#37Or, just use IEEE 754 decimal types? That's what they were built for.
Those still have limited precision, and the precision varies depending on how big the number is, which isn't suitable for money
1. except for underflow, which reasonable financial computations never encounter, because their inputs are well-scaled.
Re: Safe-money: Money in the type system where it belongs (2017)
#38Earlier quoted context omitted.
Those still have limited precision, and the precision varies depending on how big the number is, which isn't suitable for money
IEEE 128-bit decimal can handle a precision of 34 significant figures (decimal digits). You can store a million times the world GDP (1e6 * US$75.59 trillion) accurate to picodollars. How much more precision do you need?
Re: Safe-money: Money in the type system where it belongs (2017)
#39Re: Safe-money: Money in the type system where it belongs (2017)
#40> Interestingly, the value of most currencies is measured in terms of the value of other currencies, most of which have no value other than the trust recursively vested in them by civilization. This doesn't make any sense. The value of any currency is measured constantly by its users conducting trades: when you buy a coffee, you're measuring the value of the currency used; when you pay for a haircut, you're measuring…
What is the value of a coffee or haircut? How many coffees is a haircut worth?
Right now, in your situation, would you rather have a coffee or a haircut?
Would you rather have 2 coffees or 1 haircut?
And so on. There are plenty of exercises to determine how you (personally) value things, and also the shape of your utility curve. That was one of the most interesting classes I ever took: decision and utility theories.
A lot of the work was understanding the impact of different personal (or institutional) utility curves, how to determine your own and how to maximise you return not in absolute terms, but in relative terms using your utility curve.
When you take in account non-linearity of utility curves, lotteries make sense, for example, since for most people the utility of $1 is far less than 1 millionth of the utility of a million dollars.
The same with insurance. Insurance always has a negative expected value in absolute terms, but when you take in account that U(-$1) Insurance works because companies and people have different utility curves.