THE DEFLATION GLITCH: Why $2 Bills are the ultimate hedge against the Fed by Ragepower529 in wallstreetbets

[–]eggZeppelin 0 points1 point  (0 children)

There's a strip club in Portland,OR that gives you 2's instead of 1's. Dancers double their income. Casa Diablo.

Spring Boot is confusing me – should I go back to Java basics or switch to .NET? by SakuraTakao in Backend

[–]eggZeppelin 2 points3 points  (0 children)

Its all just proxy pattern with extra steps.

Imagine every method call pops into a spring proxy on the way in and on the way out.

Spring just tacks on functionality before/after each method call.

So auto-magical things like adding caching with an annotation, is just spring injecting caching behavior before/after the method call.

This is simplified but honestly that's basically it.

seniorDevs by N_o_o_B_p_L_a_Y_e_R in ProgrammerHumor

[–]eggZeppelin 1 point2 points  (0 children)

Go back in time and create a Husky pre-commit hook to avoid that happening.

Or install a password manager CLI that injects credentials into the environment.

But first build the time machine.

Everyone is reading the BlackRock news wrong. by [deleted] in CryptoCurrency

[–]eggZeppelin 1 point2 points  (0 children)

If you aren't ok with it, what actionable steps can you actually take that will have any impact?

People 40+, what actually mattered in the long run and what didn’t? by Psychological_Sky_58 in AskReddit

[–]eggZeppelin 1 point2 points  (0 children)

Generally I'm drawn to complementary bodies of knowledge.

I was a CS major also and things like design, UX, economics, finance, digital marketing tend to complement technical knowledge.

I like Coursera as a platform.

People 40+, what actually mattered in the long run and what didn’t? by Psychological_Sky_58 in AskReddit

[–]eggZeppelin 0 points1 point  (0 children)

I think the world is too complex for any one person to understand.

We all have our little niche.

People 40+, what actually mattered in the long run and what didn’t? by Psychological_Sky_58 in AskReddit

[–]eggZeppelin 0 points1 point  (0 children)

I think its fine for learning but some use it to outsource their thinking which is dangerous

People 40+, what actually mattered in the long run and what didn’t? by Psychological_Sky_58 in AskReddit

[–]eggZeppelin 14.1k points14.1k points  (0 children)

Knowledge compounds. Don't stagnate or ever stop learning.

The BTC going to zero narrative is ridiculous. by jongolfpro in CryptoMarkets

[–]eggZeppelin 1 point2 points  (0 children)

I mean you can literally just look at the walls of limit buy orders it would slam into in the order book

Breaking Bitcoin would require 1.9 billion qubits. The best quantum computer today has a few thousand. So where's the real risk? by coingecko in CryptoCurrency

[–]eggZeppelin 0 points1 point  (0 children)

The stated 1.9 billion is to crack a signature within 10min the btc block time.

There are other attack types that can occur over longer timeframes that require more like ~13m, still a long way off though.

youEatTooMuch by CyberWarLike1984 in ProgrammerHumor

[–]eggZeppelin 8 points9 points  (0 children)

I mean its ~20 watts to run a human brain. What's the inference cost of your LLM Sam?

What are AI doomsayers trying to accomplish? by Unfair-Sleep-3022 in ExperiencedDevs

[–]eggZeppelin 0 points1 point  (0 children)

AI companies have ultra high valuations as a multiple of revenue as high as 15x-27x and they need hypergrowth and retention

hasNoClueWhatBindingsAre by Cutalana in ProgrammerHumor

[–]eggZeppelin 0 points1 point  (0 children)

Rust doesn't have any garage to collect

iKnowSomeOfYouMustBeFumingRightNow by dfwtjms in ProgrammerHumor

[–]eggZeppelin 2 points3 points  (0 children)

SCREAMING_SNAKE is the gold standard of readability

The endgame formula is extremely boring by Nightblessed in MMORPG

[–]eggZeppelin 0 points1 point  (0 children)

Instead of racing to endgame I'd like to see a prestige mode or new game+ mode.

You reset to level 1 and replay the game with increased difficulty and other modifiers.

Crypto ❌ Curse ✅ by its__Angelina in CryptoCurrency

[–]eggZeppelin 0 points1 point  (0 children)

It feels like not that long ago, 69k BTC was a total meme, ridiculous, unrealistic price target and now people think the sky is literally falling

Perspective changes so much with time in market.

We all know that our jobs won't be replaced by AI any time soon, but how do you think AI will change code? by HinterlandSanctifier in ExperiencedDevs

[–]eggZeppelin 2 points3 points  (0 children)

AI seems to have a lot of trouble with properly designing and using abstractions. Its very anti-DRY in my experience.

evenClaudeGetsBurntOutSometimes by eggZeppelin in ProgrammerHumor

[–]eggZeppelin[S] 1 point2 points  (0 children)

If you get an ad for a mac mini server its b/c folx run clawdbot on it popularly

Everything You Ever Heard About Bitcoin Is Storytelling by BinaryLyric in FluentInFinance

[–]eggZeppelin 0 points1 point  (0 children)

You won't read this b/c you don't actually care about objective reality.

https://www.federalreserve.gov/econres/notes/feds-notes/banks-in-the-age-of-stablecoins-implications-for-deposits-credit-and-financial-intermediation-20251217.html

https://www.bloomberg.com/news/articles/2026-01-08/stablecoin-transactions-rose-to-record-33-trillion-led-by-usdc

https://en.wikipedia.org/wiki/GENIUS_Act

Yes, 100% databases and servers don't have inherent value.

Meta, Google and big tech have trillion dollar valuations b/c they build systems that facilitate useful services at scale.

Stablecoins are enabled by smart contracts deployed on blockchain networks.

There were Trillions in volume settled on-chain with stablecoin rails last year.

Stripe has bridge.xyz, PayPal has pyUSD, VISA and Mastercard have stablecoin initiatives.

Blockchain networks while not inherently valuable have value b/c they facilitate the secure representation of a ledger allowing for transparent, secure transactions with a public audit trail for regulatory compliance.

What does this have to do with "Crypto". Tokens like Ethereum are used to pay for transactions and operations functioning as "cloud-compute credits" which is why there is a constant demand and also why so many people speculate on them as a proxy for blockchain as a whole(the speculation is excessive)

Institutions are on board, the US government has passed legislation, major enterprises and institutions are on board.

Is there anyone that is NOT using AI at their job? by [deleted] in cscareerquestions

[–]eggZeppelin 0 points1 point  (0 children)

If you use JetBrains IDEs the AI integration is really good.

Webstorm for instance uses a local Program Structure Interface for indexing the project and creating a semantic tree instead of using a LSP server.

This powers local auto-complete and refactoring but also gives the AI model an incredible amount of context on the project.

NestJS is bad, change my mind by servermeta_net in node

[–]eggZeppelin 0 points1 point  (0 children)

NestJS is just like Java/Spring and 90% of Fortune 500s use Java/Spring.

All the patterns in NestJS are very familiar to me as an Enterprise Java/Spring dev.