deified | 4 months ago | on: What the hell have you built
deified's comments
deified | 1 year ago | on: 'Dumb Money' Loses $13.1B in Latest GameStop Stock Mania
People new to the stock market assume that when they buy shares through their broker, they own the share. They also often buy shares in hopes that the stock price will go up.
However, more often than not, a broker will hand out an IOU when you "buy" a share, and then proceed to rent out the share to short sellers. You buy a share in hopes that the price will go up, but that share is then used for the opposite.
Buying a share through the company's registered custodian prevents this.
They also want to show the general public that even when 100% of a company's shares are bought, owned and locked down - short sellers are still able to generate phantom shares to move the stock price down.
deified | 2 years ago | on: Flare, a video sharing site built on Nostr
deified | 5 years ago | on: Show HN: Integration with an OAuth2 OIDC provider as a standalone service
I'll answer any questions.
TLDR; A service which handles the OAuth2 Integration with _some_ provider so you don't have to implement it in your frontend(s)
My argument is this; even if the system itself becomes more complex, it might be worth it to make it better partitioned for human reasoning. I tend to quickly get overwhelmed and my memory is getting worse by the minute. It's a blessing for me with smaller services that I can reason about, predict consequences from, deeply understand. I can ignore everything else. When I have to deal with the infrastructure, I can focus on that alone. We also have better and more declarative tools for handling infrastructure compared to code. It's a blessing when 18 services doesn't use the same database and it's a blessing when 17 services isn't colocated in the same repository having dependencies that most people don't even identify as dependencies. Think law of leaky abstractions.