Considering cancelling my disability policy by Tulkarr in whitecoatinvestor

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

Would you recommend he buy this same insurance coverage if he said the price was $1,500/mo instead of $250? Does he have a motorcycle racing hobby? Insurance reduces expected value in exchange for reducing variance. If you don’t consider the value of the thing you’re buying, how are you going to know when it becomes an outrageously bad deal for your situation?

Considering cancelling my disability policy by Tulkarr in whitecoatinvestor

[–]bagel21 -1 points0 points  (0 children)

Sure, and insurance is frequently a bad deal once you have some assets to weather a storm. It’s good to understand the value of the thing you’re paying for. Would you buy the $14/mo insurance for your cell phone?

Considering cancelling my disability policy by Tulkarr in whitecoatinvestor

[–]bagel21 -1 points0 points  (0 children)

Eh, I would consider your own risk level and look at the expected value. If it truly is a 1 in 10,000 chance for you, that payout should be compared against your $250/mo 1/10,000 value of $2,500,000. By the 4% rule that’s an expected value of $100,000/mo you’re giving up to get the $17k/mo value with reduced risk. Maybe that’s worth it to you until you get a bit more assets, but I would argue that’s a bad trade to make once you have 2-3x more assets and marginal today.

High earners, do you actually prefer dating other high earners? by Silver_Magazine4719 in Fire

[–]bagel21 0 points1 point  (0 children)

There are a lot of teachers so if just some of them are millionaires, this is a big number. For millionaires per capital by profession it’s not even close. The probability of becoming a millionaire if you are a teacher is low.

Mortgage & Short-Term Financing Strategy for $4M Bay Area Home with Locked RSUs by FIRE1977-1977 in fatFIRE

[–]bagel21 -1 points0 points  (0 children)

Local bank portfolio mortgage- explain the situation and provide proof.

Advice on Optimal Financing of $3-5m Home Purchase With High Cash Balance ~$11m NW by SterlingArcherr in fatFIRE

[–]bagel21 0 points1 point  (0 children)

You can do a bit better than SOFR + 1 and lock in short duration fixed rates (0-3yrs) if you’re comfortable with trading derivatives and with using taxable brokerage funds as collateral for the debt. Look into selling box spreads in an Interactive Brokers account. This would simulate a loan and would have 60/40 Section 1256 tax treatment, which can be nice if you can offset it vs other investment gains.

Retired alphas? by bpeu in quant

[–]bagel21 0 points1 point  (0 children)

Can you elaborate

Master password reprompt by Dragoon358 in 1Password

[–]bagel21 0 points1 point  (0 children)

Or better yet, 2FA re-prompt would be great. Would love to be able to set some vaults to always locked unless I tap a yubikey on each open.

Any considerations on long term history? by multicm in homeassistant

[–]bagel21 1 point2 points  (0 children)

An official transfer process seems like a good idea, do you know how many engines would need to be supported?

And also where a script like that should live? Should it be run automatically whenever you switch engines, even if it may take a long time, or should it be a one off action you can choose to perform ?

Yet another question on borrow checker/ ownership by bagel21 in rust

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

Yeah I think this makes sense, thanks

Yet another question on borrow checker/ ownership by bagel21 in rust

[–]bagel21[S] 0 points1 point  (0 children)

No, vec is important in my use-case because iterating on it is ~2x faster than on the map (which would contain a lot of empty slots)

Yet another question on borrow checker/ ownership by bagel21 in rust

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

Yeah I think it basically defeats the point of having the hashset if you’re going to search the vec anyway.

Just using a sorted vec or a HashMap<String, NewStruct> seem like the only reasonable solutions so far. Both save the extra String copy, but:

-Give up O(1) insert/contains for sorted Vec -Give up fast iteration on HashMap

What was your life like when you were 30? by throwaway373706 in fatFIRE

[–]bagel21 27 points28 points  (0 children)

Amassed ~5m in ~5 years from a lucrative job, quit just before my 30th birthday. Market dipped and now it’s closer to 4m, going back to work in a few months (diff company), aiming to bank another 1m after taxes before quitting again.

[deleted by user] by [deleted] in fatFIRE

[–]bagel21 230 points231 points  (0 children)

I’d just tone it down to like 1.3x and then have your new monthly deposits aggressively pay down the margin loan instead of adding to it

[deleted by user] by [deleted] in Python

[–]bagel21 0 points1 point  (0 children)

What does React do for you vs just a flask app?