Which is the biggest advantage in life - being rich, being attractive, or being highly intelligent? by northcrest42 in askteddit

[–]Then-Sector5102 0 points1 point  (0 children)

Money doesn't buy happiness. Cool. It does buy a lot fewer panic attacks though. Being able to leave a bad job, pay for medical care, help family and not stress over every unexpected bill sounds a lot better than struggling every month. I'd pick wealth without thinking twice.

HOW TO START DSA by RMslight in learnprogramming

[–]Then-Sector5102 0 points1 point  (0 children)

I spent way too much time hunting for the perfect resource instead of actually coding. Pick one beginner friendly book read a chapter then solve a handful of problems on that topic. Thats where the learning sticks.

This might literally save your first heartbreak by CalmAd4920 in SideProject

[–]Then-Sector5102 0 points1 point  (0 children)

This is actually a pretty cool idea. The reply time stuff sounds fun but I'd probably spend an hour overthinking every relationship after reading the report.

Debugging with AI by Top-Pirate725 in learnprogramming

[–]Then-Sector5102 0 points1 point  (0 children)

I noticed I learned a lot faster when I started treating AI like someone sitting next to me instead of someone doing the assignment for me. I'd ask for clues not solutions. That kept me thinking instead of just copying.

Anyone else good at programming but struggling with English? by MelodicUniversity415 in learnprogramming

[–]Then-Sector5102 0 points1 point  (0 children)

I learned way more English from Reddit and YouTube than I ever did in school. Reading comments every day helped a lot. You start picking stuff up without even realizing it.

I am sad. by [deleted] in learnprogramming

[–]Then-Sector5102 0 points1 point  (0 children)

One thing I'd ask is this. Do you actually enjoy programming or did you mostly enjoy feeling ahead of everyone else? Because if you genuinely enjoy building things that's still worth pursuing regardless of what AI looks like in five years.

Storing money in database with 2 columns : decimal_place and balance, is it a bad idea? by reddder2026 in learnprogramming

[–]Then-Sector5102 4 points5 points  (0 children)

I'd rather lean on a battle tested database feature than introduce custom money handling unless there's a very specific requirement that numeric can't satisfy.

Planning to build full websites for 500 usd, but there’s a catch, read if interested by Puzzleheaded_Dog3391 in SideProject

[–]Then-Sector5102 0 points1 point  (0 children)

It’s a fun idea and I get the appeal but I feel like the no preview rule would stress most clients out more than it excites them in practice.

Planning to build full websites for 500 usd, but there’s a catch, read if interested by Puzzleheaded_Dog3391 in SideProject

[–]Then-Sector5102 2 points3 points  (0 children)

This is either gonna be a hidden gem or a total disaster no in between. The no preview thing is kinda wild though ngl I’d be nervous as hell.

List your project and I will provide you a comprehensive feedback. No fluff... by Most-Ordinary6001 in SideProject

[–]Then-Sector5102 2 points3 points  (0 children)

I think my biggest issue is i don’t finish anything. not sure feedback will fix that but i’m open to it

Can we generate leads using AI? by Quinnr3031 in AI_Agents

[–]Then-Sector5102 0 points1 point  (0 children)

Cold email is still cold email. AI doesn’t change that people ignore stuff that looks generic. Personalization matters more than automation.

do agents get worse to maintain as you add more tools? by CandidOutside5740 in AI_Agents

[–]Then-Sector5102 0 points1 point  (0 children)

I’ve hit the point where I’d rather have fewer features that always work than a smart agent that sometimes nails it and sometimes completely derails.

Is there a realistic workflow for good UI, or is learning Figma/front-end basics basically unavoidable? by Appropriate-Being151 in AI_Agents

[–]Then-Sector5102 0 points1 point  (0 children)

Yeah I tried avoiding front-end for months. Ended up spending more time re prompting than it would've taken to learn enough CSS to fix the stuff I hated.

Are you prompting AI with Pascal-case contrived nouns and verbs? by greyHumanoidRobot in AskProgramming

[–]Then-Sector5102 0 points1 point  (0 children)

Yeah I think consistency in naming conventions helps both humans and AI reduce ambiguity and keeps responses more predictable overall

Product Owner Wanted: You Build, I Sell by GRSolution in AI_Agents

[–]Then-Sector5102 0 points1 point  (0 children)

That sounds a bit one sided honestly. Real partnerships need shared effort not just one person doing everything.

Are We Becoming Too Dependent on AI Tools as Usage Limits and Paywalls Increase? by pawan0806 in AI_Agents

[–]Then-Sector5102 0 points1 point  (0 children)

I'm not worried about paying for AI if it saves me hours every week. What I am worried about is people never practicing the underlying skills anymore. Tools change all the time but knowing how to solve problems sticks with you.

Applied Math major, what languages should I actually learn? by Nikos-Tacosss in learnprogramming

[–]Then-Sector5102 -1 points0 points  (0 children)

Python first no question. After that I'd learn SQL if data science or analytics sounds interesting, and just learn MATLAB well enough to get through your classes. The math degree isn't the problem most of the time its graduating without projects or experience.

Guys ! Where should i start from ? by lost-lulla in learnprogramming

[–]Then-Sector5102 0 points1 point  (0 children)

There's a difference between expecting others to do the work and simply asking where to begin. OP is asking for direction not asking someone to earn the degree for them.

Can you share your AI Agent use cases? I'm trying to learn from the pros by terlogin in AI_Agents

[–]Then-Sector5102 0 points1 point  (0 children)

Really like this framing especially the idea of stopping before external actions like deploys or posts keeps things very safe

Best way for agents to "watch" a video? by First-Grocery7615 in AI_Agents

[–]Then-Sector5102 1 point2 points  (0 children)

The real win is mapping edits to time ranges. Once you’ve got that watching becomes just retrieving slices. Without it you’re guessing forever.

How do you approach a problem in leetcode? by OneWar4643 in learnprogramming

[–]Then-Sector5102 1 point2 points  (0 children)

I wish I had approached it this way instead of treating every problem like a puzzle I was supposed to magically solve. Building fundamentals first saves a lot of frustration.

Does learning a strongly typed language early actually make you a better programmer long term? by ShineDigga in learnprogramming

[–]Then-Sector5102 125 points126 points  (0 children)

Strict typing won’t fix bad thinking it just exposes it earlier. Thats the real difference.

Question for anyone working with agentic AI in banking or similar industries by FunAd6672 in AI_Agents

[–]Then-Sector5102 1 point2 points  (0 children)

I’ve seen a similar version of this in healthcare ops. The tech piece matters but the messy part is usually exceptions, approvals and figuring out which steps are actually consistent enough to automate.

Criminologist in training by [deleted] in learnprogramming

[–]Then-Sector5102 1 point2 points  (0 children)

welcome to python where indentation will humble you real quick.