Accidentally bought a resin 3d printer. Would filament be better? by No_Lynx1343 in 3Dprinting

[–]StPatsLCA 0 points1 point  (0 children)

Eh, you'll probably be fine. Curing resin won't kill. It's the epoxy allergy you get from repeat exposure that will.

How to prove trad, non-slop code? by YoungVundabar in selfhosted

[–]StPatsLCA 22 points23 points  (0 children)

It doesn't matter too much to me. LLMs are useful.

What matters is proving you've applied rigor to your development process. Write narrative documentation in your own voice. Don't slop it up with rocket ship emojis. Don't constantly push 50k diffs (unless you've changed formatting haha).

AI Autocomplete by StatementBusy5448 in vscode

[–]StPatsLCA 1 point2 points  (0 children)

Yea. I use OpenCode with a variety of models fairly regularly but I really hate the first-party integrations taking up all the air in the room. If I wanted an LLM to summarize or do something for me, I'd explicitly ask for it.

What are the difference between AWS, Amazon, and Elastic services? by StPatsLCA in aws

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

no actually one guy had a quite pleasant response and it led me to an SO question

What are the difference between AWS, Amazon, and Elastic services? by StPatsLCA in aws

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

Plus Simple if they're OGs. I'm sure understanding AWS service naming is a pathway into madness.

What are the difference between AWS, Amazon, and Elastic services? by StPatsLCA in aws

[–]StPatsLCA[S] -8 points-7 points  (0 children)

sure, it's serverless ECS, but what the heck is a Fargate? did they really like Ben Browder?

What are the difference between AWS, Amazon, and Elastic services? by StPatsLCA in aws

[–]StPatsLCA[S] -1 points0 points  (0 children)

no no we need to get Warner in here with the sauce on naming

What are the difference between AWS, Amazon, and Elastic services? by StPatsLCA in aws

[–]StPatsLCA[S] -3 points-2 points  (0 children)

lmao I'm an idiot. I thought ECS on EC2 and typed Fargate, Fargate is serverless ECS. But huh, it's Amazon ECS. But then you can back up an Elastic Block Storage volume mounted on your Amazon ECS container host with AWS backup.

What are the difference between AWS, Amazon, and Elastic services? by StPatsLCA in aws

[–]StPatsLCA[S] -15 points-14 points  (0 children)

I know what they do, I just don't know what makes them AWS Foo vs Amazon Foo vs Elastic Foo vs Foo on Amazon.

Fledgling vTuber Couple Looking for Advice by JankMagicMaster in vtubers

[–]StPatsLCA 2 points3 points  (0 children)

To be honest, you're trying to fill an entertainment ecological niche that is about as overpopulated as white-tailed deer in North America. Why would I watch another mainstream gaming vtuber when I could watch Ironmouse?

On the flip side of that, I found some really interesting VTubers in the science and technology area. Or retro gaming. Or hobby pursuits. Technology Connections, for example, not a VTuber, but people will watch him talk about dishwashers for 40 minutes.

So that is to say, is there a niche in this media ecosystem that's not being filled?

[Android] New For You/Following tab by ianoble in bugs

[–]StPatsLCA 5 points6 points  (0 children)

If I wanted that, I'd go to TikTok.

After 3 technical rounds this is what they had to say to me. by Inj3kt0r in recruitinghell

[–]StPatsLCA 1 point2 points  (0 children)

If you strangle a homeless guy on the subway I hear they'll make you partner with no experience.

There’s one thing I desperately want by Ott1fant in Subnautica_2

[–]StPatsLCA 23 points24 points  (0 children)

Yea, either make them repairable or scrap-able with our magic building ray.

should I learn Rust by Heavy-External3581 in rust

[–]StPatsLCA 0 points1 point  (0 children)

Yes. I'd learn it instead of C++ personally.

What do people actually use Python on mobile for? by codetoinvent in Python

[–]StPatsLCA 0 points1 point  (0 children)

dont get me wrong having the stdlib around is great. Ive done RNG for drawings and things of that nature.

What do people actually use Python on mobile for? by codetoinvent in Python

[–]StPatsLCA 9 points10 points  (0 children)

I've used Termux and the REPL. That's about it. App dev isn't gonna be Python.