magic_lobster_party

  • 0 Posts
  • 12 Comments
Joined 4 months ago
cake
Cake day: August 15th, 2024

help-circle




  • A favorite from this year is the trailer for Doom: Dark Ages. Excellent pacing. Weapons I’m waiting to get my hands on. It makes it clear how it’s going to set itself apart from the previous entries, and I’m hyped for it.

    An all-time classic will forever be the first trailer for Zelda: Twilight Princess. At the time it was the right trailer for a new Zelda. People wanted a ”proper” Zelda after Wind Waker, and what they presented was just mind blowing. In the end I didn’t enjoy TP as much as I wanted, but that first trailer still gives me goose bumps. At least TP made me find a new appreciation for WW.








  • A blockchain is just a list of records. You put data in it, and you have some script that ensures the data is internally valid. For example, with cryptocurrencies you can’t allow a transaction that causes a balance to be less than 0. A blockchain containing such transaction is invalid.

    This is nothing particular. You can do this with most data records.

    What’s unique about blockchain is that if you have two blockchains, both are internally valid but have records that disagree with each other, then you have a way to decide entirely by yourself which one you should prefer. For example, with Bitcoin you choose the blockchain with most “work”. No need to ask some third party about which one you should prefer.

    And that’s where it falls apart. These situations are rare. There might be a few niche cases. I haven’t heard of any use case that’s particularly convincing to me.