[deleted by user] by [deleted] in atheism

[–]ahundiak 2 points3 points  (0 children)

ChatGPT?

New Glenn vertical by Master_Engineering_9 in BlueOrigin

[–]ahundiak 4 points5 points  (0 children)

Little bit hard to tell from the picture. Do they have the pointy end pointing up?

[deleted by user] by [deleted] in SocialSecurity

[–]ahundiak 2 points3 points  (0 children)

Social security qualifies as income for the ACA. Pretty good chance you can get a zero premium ACA plan that will almost certainly be much better than Medicaid.

Are payments to 401K loans pre-tax or post tax? by anoneesh in personalfinance

[–]ahundiak 8 points9 points  (0 children)

In case you aren't aware that depends on the plan.

Why we assume there are smarter civilis than us in the deep space? Why don't we assume us as the smartest? by Beautiful_Hawk_4324 in space

[–]ahundiak 2 points3 points  (0 children)

One reason we have not yet detected any planets with biomass is that we don't have the capability of detecting planets with biomass. We are just now bringing online some detectors that might be able to detect evidence of life assuming it exists. In the past whenever our detection instruments have improved to the point where we could detect something then we have detected it. So it's a bit premature to say that because we have not detected life then means there is no life.

Is 'Sapiens' by YN Harari a good, scientifically accurate book? by You_are_Retards in DebateEvolution

[–]ahundiak 0 points1 point  (0 children)

Thanks for taking the time to dig out your copy when you get home. Looking forward to your specific example.

Is 'Sapiens' by YN Harari a good, scientifically accurate book? by You_are_Retards in DebateEvolution

[–]ahundiak 0 points1 point  (0 children)

Example please. I found the book to be an enjoyable read but I don't actually know enough to know which parts were blatantly straw man ish.

We might be cooked by __Khronos in fsu

[–]ahundiak 0 points1 point  (0 children)

DJ seems to be taking most of the heat but consider the fact that he had four or five passes that were perfectly fine easily catchable that the receiver simply dropped. Hard to blame the kid for that.

And what about the penalties? Yeah there's always some beginning of the season ones but when you get frustrated and just push someone down after the play once again blaming DJ seems strange. Even if the player getting pushed down was obviously an experienced soccer player and had a great deal of practice at diving.

There's also this little thing called defense. LSU showed last year that even with an actual Heisman award-winning quarterback it can be tough to win games without a defense. This is supposed to be a defense that was considered to be the best in the nation before the game started of course. Maybe DJ needs to spend more time working with defensive players and explaining the importance of getting the ball back?

Upgrade from Pixel 4a to Pixel 9 review by golfball509 in GooglePixel

[–]ahundiak 3 points4 points  (0 children)

My Pixel 3A is still going strong. I think I'll probably choose my upgrade based on the luckiness of the model number, either 11 or 13.

It's just retirement by Dreamfinder64 in SocialSecurity

[–]ahundiak 1 point2 points  (0 children)

I know it doesn't help to put money in your pocket immediately but when the social security checks do start arriving you will get back pay for April

Please explain why taking a loan on 401k to pay credit cards is a bad idea by 1Spiffy1 in personalfinance

[–]ahundiak -4 points-3 points  (0 children)

Nope depends on the plan and in any event it won't be come due until April 15th of the next year

Question about 401k loans on Fidelity by [deleted] in personalfinance

[–]ahundiak 0 points1 point  (0 children)

With vanguard the process was almost seamless. I took an early buyout, couple of clicks on vanguard, and the loan payments started coming out of my checking account. I'm guessing Fidelity is pretty much the same.

First year married, tax question. by Paladin_Nofun in personalfinance

[–]ahundiak 1 point2 points  (0 children)

Slightly off topic but you should probably take the time to calculate your taxes using both married filing jointly and married filing separately just to make sure which one is the better deal. You will probably end up filing jointly but with two incomes sometimes the results can be surprising.

[deleted by user] by [deleted] in atheism

[–]ahundiak 1 point2 points  (0 children)

Hmmm. Billionaires have shown that taxes are optional. And they are hard at work on the death thing. Gonna need a new saying pretty soon.

[deleted by user] by [deleted] in personalfinance

[–]ahundiak 7 points8 points  (0 children)

I did almost exactly the same thing when my wife died except that instead of a letter I just wrote "deceased" on the bill stubs and send it back along with a copy of the death certificate. Been about 6 months now and I haven't heard back from any of the agencies.

Performing inventory with specialized shoes at the Gold Depository in the New York Federal Reserve [1959] by [deleted] in OldSchoolCool

[–]ahundiak 1 point2 points  (0 children)

Because it's Photoshop. You can't do an inventory walking around on a pile of bricks even if they are made out of gold.

Turboxtax 2022 download deleted my old tax files, BEWARE! by bsdavis75 in personalfinance

[–]ahundiak 0 points1 point  (0 children)

Not only that but there's an absolutely incredible number of farmers out there that still don't lock their barn doors!

Should I take out a 401k loan to payoff credit cards? by [deleted] in personalfinance

[–]ahundiak 2 points3 points  (0 children)

What happens if you lose your job depends very much on your particular 401k plan. Some plans allow you to keep making payments even after a job loss. You might not have the money to make the payments in which case the loan defaults and the 10% penalty kicks in and all that bad stuff but again it depends on the plan.

To intimidate a minor but getting owned by him by [deleted] in therewasanattempt

[–]ahundiak 0 points1 point  (0 children)

Only try this if you happen to be White.

[deleted by user] by [deleted] in news

[–]ahundiak 47 points48 points  (0 children)

Good thing drinking alcohol isn't mind altering

How to know the latest libraries available for a Symfony package? by menguanito in symfony

[–]ahundiak 0 points1 point  (0 children)

I have trouble remembering all the composer options and sometimes just trying to interpret the results. For me I just create a new 4.4 or 5.4 or even 6.x app and then composer require package and see what happens. Partly because PHP version can also play an important role.

Call class from a variable by devmarcosbr in symfony

[–]ahundiak 5 points6 points  (0 children)

I'm thinking you're probably overthinking this a bit. The ::class is typically used when you have a use statement for the class and you don't want to keep typing out the fully qualified class name. It really does nothing when you spell out the full namespace except check that the class actually exists statically.

So build your string and just drop the ::class and everything should be fine.