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

help-circle




  • While trading in general is zero sum, if you believe the product you’re trading has intrinsic value, then no one needs to be holding a bag.

    If I sell you a car and you get to use the car, you wouldn’t be holding the bag, because you wanted the car. This applies to stocks, and stock derivatives, as well as commodities.

    The problem arises when there isn’t an intrinsic value (or the intrinsic value is very small), such as with NFTs or many cryptos in general.

    There are cryptos that have some intrinsic value like monero, since they have fungibility and a use case, but most do not.




  • Not that I’m condoning this, but, take the keys to the other car away, and give them a headstart and I bet they’d figure it out precisely one commute’s time away from their next shift at work.

    I think part of the difficulty is people ‘learning’ to drive stick in a parking lot. That’s good for 30 minutes, but you won’t actually get a feel for it unless you properly drive around.

    Honestly though, I think if someone is actually incapable of driving a manual transmission car, then they probably shouldn’t have a license in the first place, it shows such a lack of fine motor control that it brings in to question their ability to manage other aspects of driving.










  • PGP can also do that, properly implemented, a PGP key with a large web of trust, can be just as effective at making immutable certified statements without having this weird cash based speech thing that crypto has going for it.

    The fact that every single action you do with crypto involves spending money is ridiculous. I don’t mean the scams and stuff, I mean, every single thing, every transaction, every smart contract, every interaction, who wants to play around with a system that just pilfers your cash from you just for the privilege of exploring it.

    At least with aws I can run code locally before they rob me.



  • Declarative, functional code is by definition much closer to ai prompts than any imperative code. Businesses are just scared of functional programming because they think that by adopting oop then can make developers interchangeable, the reality is that encapsulation is almost never implemented in a proper way and we should be instead focusing on languages that enforce better systems over slamming oop into everything.

    Hell, almost every modern developer agrees that inheritance is just bad and many frown upon polymorphic code as well.

    So if we can’t properly encapsulate, we don’t want inheritance or polymorphism, we don’t want to modify state, what are we even doing with oop?