• Vaguely Right Is Better Than Exactly Wrong

    Carveth Reed, a British logician and philosopher is attributed with the quote, “It is better to be vaguely right than exactly wrong” (sometimes attributed to the economist John Maynard Keynes).

  • Bond Management Is a Negative Art

    Since gains from bond trading are capped by the yield at maturity, but only returns if the bond pays out, the value generated is not from what you buy but what you exclude, avoiding bonds that don’t pay out I.

  • The Power Broker

    This note does not have a description yet. Links to this note Dictator Book Club: Orban

  • Stratechery

    This note does not have a description yet. Links to this note What Is a Tech Company

  • Fighting the Framework

    In software development, when you are spending time trying to implement something that the framework you are using either doesn’t do or makes it harder.

  • Component-Driven Development

    In frontend development, a component-driven workflow is a way of building websites and applications by breaking down the UI into smaller components and iterating on them independently and composing them together.

  • Mutagen Greatly Speeds Up Docker on MacOS

    After noticing abysmal performance of Docker for macOS and after a few Google searches (searching ‘docker macos performance’ yields 5MM hits) to confirm the issue, the recommended solution is to use Mutagen.

  • Stealth Mode

    This note does not have a description yet. Links to this note Stealth Mode Provides Optionality

  • Python Type Hinting

    Python 3+ has type annotations that can be used for static type checking using a separate program.

  • Python

    A dynamic programming language used heavily in the startup and scientific community.