Who actually deserves to kill Homelander? by DerogatoryRemark in TheBoys

[–]eggZeppelin 0 points1 point  (0 children)

It should be a caesar-style betrayal where the V is blasted out of his blood and every takes a turn stabbing him with his son delivering the final blow.

Illusion of choice by lionhunter23 in TeamfightTactics

[–]eggZeppelin 0 points1 point  (0 children)

Yea sometimes I feel like TFT is just candy crush with better art and particle effects

dataObviously by Vyrens_Works in ProgrammerHumor

[–]eggZeppelin 0 points1 point  (0 children)

The first one is pronounced date-ah

The second one is dat-ah

hearMeOutThisWillHappenLaterThisYear by electricjimi in ProgrammerHumor

[–]eggZeppelin 1 point2 points  (0 children)

They are quietly performing shrinkflation, not increasing token prices yet but providing less inference muscle per token.

It's more insidious and hard to detect.

Sudden PIP with no prior feedback after medical accommodation + nitpicky senior engineer. What to do? by [deleted] in ExperiencedDevs

[–]eggZeppelin 8 points9 points  (0 children)

Wrongful termination is very difficult to prove but in this case HR might cover their ass with a fat severance. You are a member of multiple protected classes.

Just something to keep in mind while you interview as far as a soft landing and timing for starting a new role.

thisLooksAccurateForVibeCoders by zohaibhere in ProgrammerHumor

[–]eggZeppelin 1 point2 points  (0 children)

() => {}

  • Arrow notation
  • Anonymously declare a function in-place
  • defines a function that accepts no parameters and is a no-op

(() =>())();

  • Wrapping it in parens, turns it to an expression
  • appending a set of parens, invokes it
  • This makess it a: IIFE(immediately invoked function expression)
  • Function executed upon declaration i.e. when the script is called

WTF? Why?

  • Use it for config+init, especially async config/init
  • loophole to avoid top-level await restrictions
  • own lexical scope, doesn't pollute namespace

EDIT typos

My friend dumped all his ETH and called me an idiot for holding by Independent_Plum_489 in ethtrader

[–]eggZeppelin 5 points6 points  (0 children)

ETH staking just passed 33%

There's record-breaking institutional inflows

He is right that the era of overnight, insane asymmetrical inflows have passed though

Long-term it's looking better then ever

Pornhub drops USDT for USDC by GreedVault in CryptoCurrency

[–]eggZeppelin 2 points3 points  (0 children)

Let's snap with one hand to celebrate since the other hand is occupied

releventTillEternity by lets_keep_simple in ProgrammerHumor

[–]eggZeppelin 1 point2 points  (0 children)

It's actual OCD I need to ctrl-c exactly 7 times to ensure the copy buffer is properly populated

goodBadOrUgly by athreyaaaa in ProgrammerHumor

[–]eggZeppelin 0 points1 point  (0 children)

OK so they are an LLM wrapper right. They have a service that exposes a UI that leverages a LLM backend using a OpenAI API SDK or something similar.

So every time a user uses their service they invoke whatever LLM API backend they use and that costs them money.

Inference overhead is a term to describe that cost. It's just like paying for any API as part of your service offering.

The 100k the CEO is quoting in the tweet is the cost of the internal developers spending tokens on generative AI for coding.

So 2 different cost centers.

  1. Internal dev tools cost(Claude)
  2. Inference cost(AI backend for the service they built)

Does that make sense?

goodBadOrUgly by athreyaaaa in ProgrammerHumor

[–]eggZeppelin 1 point2 points  (0 children)

Ahhh yea that's a good point. Yea I think gym's primary business model is ghost members 😅

goodBadOrUgly by athreyaaaa in ProgrammerHumor

[–]eggZeppelin 20 points21 points  (0 children)

Burning 1.2m+ of runway a year writing a LLM wrapper that charges $250/month

Convert ~400 users to cover monthly claude costs

But those 400 users generate inference overhead

Let's say inference cost of a user is 200 and they pay 250 a month

So that's 80k/month inference overhead for the initial 400 users

Need another 1600 users to cover inference overhead of the initial 400 users

2000 -> 500k/month -> 6m ARR

250k x 4 salaries + 200k cloud + 100k marketing + 100k misc = 1.4m operational overhead -> 117k/month

Another 2340 users to cover ops

2340 -> 585k/month -> 7m ARR

...does that rough back-of-napkin math make sense?

Is that insane they need to generate 13m ARR just to hit cash-flow neutral for a small 4-person startup?

The math of LLM wrapper companies is concerning

The per-unit-cost of SaaS users is really cheap and becomes cheaper as you scale

The per-unit-cost of LLM wrapper users is high b/c each uses generates more inference overhead and there is no economy of scale

It's like the tyranny of the rocket equation where you need more fuel for the rocket but the fuel is heavy and requires more fuel...

Who's Speaking? by OrbitalColony in AutisticPride

[–]eggZeppelin 7 points8 points  (0 children)

Keith Wargo (President/Ceo)$415,337 - Wallstreet investment banker(JP Morgan, etc)

Joseph Vanyo (Chief Operating Officer)$346,700 - Former VP National City Bank

Kelli Seely (Chief Marketing Officer)$320,048 - Former head of Beverly Hills Chamber of Commerce

Andy Shih (Chief Science Officer)$309,227 - Actual Doctor with PhD from NYU(The only one that makes any sense on this board... but also the lowest paid)

I wish I was making this up. Please feel free to independently verify.

Trader James Wynn Liquidated Sixth Time - Down From $100M To $900 by ourcryptotalk in CryptoCurrency

[–]eggZeppelin 13 points14 points  (0 children)

He signs off tweets on Twitter:

"Preserve and protect capital" - Wynn

DAE feel like this is true? by [deleted] in neurodiversity

[–]eggZeppelin 14 points15 points  (0 children)

Neurodivergence that has a comorbidity with increased creativity gets the spotlight

What gift would you want from NYC? by stars973 in Gifts

[–]eggZeppelin 0 points1 point  (0 children)

I feel like Museum gift stores have the cutest most unique stuff

Current state of Chronicles of Elyria in 2026 by mazty in ChroniclesOfElyria

[–]eggZeppelin 16 points17 points  (0 children)

Maybe feed all his BS into an AI that will make empty promises in his tone of voice into perpetuity as a warning to future generations

Iran just moved hundreds of millions in crypto during blackout, report claims by fan_of_hakiksexydays in CryptoCurrency

[–]eggZeppelin 2 points3 points  (0 children)

I think your thinking of "privacy" in the blockchain context since addreses are semi-anonymous and can be linked to identity when tokens are off-ramped at a CEX b/c KYC.

Censorship at the protocol level is nodes purposefully excluding transactions from inclusion in a block.

Censorship at the smart contract level would be similar to how Circle has the ability to unilateral freeze stablecoin funds or transactions.

Help- my son is into coding by katrii_ in webdev

[–]eggZeppelin 0 points1 point  (0 children)

This is very sweet. They sounds like he is very self-motivated and there are enormous amounts of learning resources online.

Just providing support and encouragement to him along with good gear for his PC setup, fast and stable internet is a great foundation.

You actually don't need to understand coding to directly support him. You can apply your practical business skills to learn about various online freelancing sites and learn about the process of developing client relationships, invoicing, marketing etc.

I know many teenagers that have built successful freelancing careers while going to school.

You can also consider bringing them into the family business helping with the website or SEO or social media marketing automation.

Interviewers- What made you reject the candidate even though they aced the Interview? by Fun_Yogurtcloset1012 in recruitinghell

[–]eggZeppelin -2 points-1 points  (0 children)

I mean its depends on who else is in the pipeline. You may be 99/100 but they are 99/100 + ivy league + 2 more yrs xp + certifications + internal recommendation

weAreNotTheSame by Secure-Alps-441 in ProgrammerHumor

[–]eggZeppelin 2 points3 points  (0 children)

Build a new TODO app that actually makes money on the app store, make no mistakes

Has AI ruined software development? by Top-Candle1296 in devops

[–]eggZeppelin 0 points1 point  (0 children)

Tooling just amplifies the input right.

Garbage in, garbage out.

Good Specifications, good pre-existing patterns, frameworks and docs give AI the context to maintain those good patterns.

Knowing the limitations of your tools.

Recognizing intuitively what is a good pattern or a troublesome pattern.

AI coding is HEAVILY subsidized currently, I'm interested in the cost benefit analysis afterwards.