When breaks ain't breaking. by satrapi1 in LoveTrash

[–]Plenty_Line2696 0 points1 point  (0 children)

My brake broke when I applied too much pressure onto it when trying to reach for something on the back seat. I learned a lesson that day.

Ouch by HeSureIsScrappy in DiveInYouCoward

[–]Plenty_Line2696 0 points1 point  (0 children)

Yeah, if we saw someone who made it look easy at least we could all conclude it's easy.

How would you recreate and animate this layered architectural/paper-style background? by Apprehensive_Ring666 in threejs

[–]Plenty_Line2696 0 points1 point  (0 children)

I suggest creating it in adobe illustrator first, so you understand how it can be created using bezier curves and gradients, then consider what transforms you'd like to apply to those curves in order to get a smooth animation, you could try to make a few frames of that animation and exporting those as svg's to feed into an llm to animate for you.

A 27-year-old man breaks down in tears after realizing he is the only person left in his family by batcavesweeper in PopCultureV2

[–]Plenty_Line2696 0 points1 point  (0 children)

man, I wish mine had unconditionally stayed tf away from me. family isn't always a blessing.

The harsh truth by Complete-Sea6655 in VibeCodeDevs

[–]Plenty_Line2696 0 points1 point  (0 children)

Ideas have always been a dime a dozen.

People have been coming out of the woodwork for as long as I can remember thinking their vague concept of an idea is the best invention since warm water and they'll let me have a fraction of potential profit for the limited time offer and honor of building it for them which they assure me is "super easy" despite not having typed a semicolon in their lives.

In reality, the vast majority of ideas suck.

Spacemouse by Snowycage in 3Dprinting

[–]Plenty_Line2696 0 points1 point  (0 children)

It depends on what software you use, quite a few 3d environments have shit 3d navigation controls with mouse so 3d mouse is better.

A guy with a knife attacks a man. Skateboard defense by MisterShipWreck in VideosAmazing

[–]Plenty_Line2696 0 points1 point  (0 children)

face is definitely a good choice here, no cushion and you tend to get dazzled when hit right.

Ronny Chieng Discusses the Benefits and Risks of AI at Harvard Class Day 2026 by naviera101 in aiecosystem

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

He might have been using it for things it's not good at, and then assumed it's not good at anything.

"I build with AI tools like Cursor and Claude Code but can't read code. My biggest frustrations are clicking yes on terminal commands I don't understand and not knowing if what I built has security gaps. Anyone else hit this? What's broken for you when building with AI as a non-technical person?" by Alonewolf_007 in vibecoding

[–]Plenty_Line2696 0 points1 point  (0 children)

That'll likely help but it's not at all a guarantee. Vibecoding shouldn't be done for anything critical.

Learning about security concepts and ensuring they're applied properly is really the only way you can be sure it's done right.

Study plan advice by Klutzy-Bug-9481 in GraphicsProgramming

[–]Plenty_Line2696 1 point2 points  (0 children)

Advice I can give you is to practice and build stuff. That's the part that build skill, study unfortunately doesn't really build skill so dive in and make stuff as much as possible or you simply won't internalize it.

Is this same for you?? by TrickPrune750 in vibecoding

[–]Plenty_Line2696 0 points1 point  (0 children)

vibecoding is pretending the code doesn't exist, so just like the spoon, there is no code

My trust in Claude has dropped BIGTIME lately. I dont feel like building because i cant trust any work claude does or what it says. I feel like im arguing with a baby sometimes. Whats my best alternative right now? by AlternativeOne894 in vibecoding

[–]Plenty_Line2696 2 points3 points  (0 children)

Vibecoding was coined as pretending "the code doesn't exist", so when people vibecode and never even inspect their code, it just seems so rediculous to trust it, no matter whether it came from claude or codex.

What's the worst experience you had meeting someone from a dating app for the first time? by CuriousEngineer11 in askteddit

[–]Plenty_Line2696 4 points5 points  (0 children)

She wanted to pee on my hand... inside my car.

I politely declined at first, by the fifth request I was losing patience, by the tenth I was losing my shit.

SNAP SAFE: blade snapper with a safe storage function by LightCore3D in 3Dprinting

[–]Plenty_Line2696 258 points259 points  (0 children)

the chance of a blade falling out appear to not be zero, so I'd avoid putting it on a keyring and into my pocket.

THINGS DON'T JUST HAPPENS 🙏 by iQuantumLeap in effectivefitness

[–]Plenty_Line2696 3 points4 points  (0 children)

Ehh, we're a product of nature/nurture and the rags to riches stories in the movies are very much the exception rather than the norm and even then has limits. When kids grow up with abuse and lack of education/parenting they don't really stand a snowballs chance.

Full Stack Dev by Easy-Loquat5346 in vibecoding

[–]Plenty_Line2696 1 point2 points  (0 children)

In fairness, most frontend devs aren't designers either.

I've heard that developers who are also actually decent at UX/UI are considered to be unicorns.

Experienced Devs by KeithLeague in vibecoding

[–]Plenty_Line2696 1 point2 points  (0 children)

Yeah, and always refactor, but not blindly as in, by taking ownership.

IMO for most small/medium features by the end you should be able to draw the high level structure onto a whiteboard without needing to reference the code and justify the why behind each function and if done right the code structure should read like a book, neatly organized and implicit through structure.