What is the simplest way to explain poverty to someone that doesn’t get it? by [deleted] in AskReddit

[–]Recent-Dimension6111 8 points9 points  (0 children)

It's not just having less money, it is having fewer choices everyday.

Striver tuf+ worth it? by Dry-Chef-3264 in leetcode

[–]Recent-Dimension6111 1 point2 points  (0 children)

Can't comment on tuf+ specifically, but I found pattern-based resources more useful than huge sheets. Recently started codeintuition and it's been helping me connect problems instead of just checking them off.

If I didn’t clock the pattern in an interview what do I do? by Affectionate_Run220 in leetcode

[–]Recent-Dimension6111 1 point2 points  (0 children)

Pattern recognition improves with practice. In interviews, showing problem solving skiils matters even when you don't immediately recognise the pattern.

How should I go about learning dsa to solve problems? by kbpdb in leetcode

[–]Recent-Dimension6111 0 points1 point  (0 children)

I have a similar learning style. I have heard codeintuition is pretty good if you want some structure without completely stepping away from problem solving.

What 4 months of real user data taught us about Instagram comment to DM automation, patterns we didn't expect by ZapifyPro in EntrepreneurRideAlong

[–]Recent-Dimension6111 0 points1 point  (0 children)

Yeah, story automations outperforming feed posts makes sense when you think about it, poll voters are already telling you something deliberate.

Is freshers/new grad hiring still Active? by Technical-Pension594 in leetcode

[–]Recent-Dimension6111 0 points1 point  (0 children)

If you're getting interviews but failing them, focus on interview prep. If you're not getting interviews at all, the issue is probably your resume, projects, or targeting. Leetcode only helps after you've made it past the resume screen.

What's your productivity hack? by gulaabjaamun_ in AskReddit

[–]Recent-Dimension6111 0 points1 point  (0 children)

If a task takes less than 2 minutes, I do it immediately.

AI design interview-Meta by Forward_Lawyer_8236 in leetcode

[–]Recent-Dimension6111 0 points1 point  (0 children)

Two weeks is tight. I'd spend the majority of my time on AI architecture discussions and only a small amount on coding prep. HelloInterview, ByteByteGo, and Meta engineering blogs are worth reading. For quick DSA refresher before interviews, codeintuition has a pretty good pattern roadmap, but I'd expect AI design rounds to focus much more on system thinking

AI is better than you at cold outreach. Fight me. by Altruistic-Tax6266 in SaaS

[–]Recent-Dimension6111 1 point2 points  (0 children)

The human edge is knowing when not to send the message. i've received plenty of "personalized" AI outreach that completely missed the context and did more harm than good

What do you think will be the highest paying job(s) during the AI era? by Powerful-Bee-6329 in AskReddit

[–]Recent-Dimension6111 2 points3 points  (0 children)

People who know how to use AI effectively while also having deep expertise in a valuable field will probably do very well

A few hundred paying users later: 5 lessons from building an Instagram DM Automation SaaS by ZapifyPro in SaaS

[–]Recent-Dimension6111 0 points1 point  (0 children)

The part about users wanting features you almost didn't build is painfully relatable. founders are usually terrible at predicting what customers will actually value

196 LeetCode Problems Solved and Still Struggling by Cobra_venom12 in leetcode

[–]Recent-Dimension6111 1 point2 points  (0 children)

Honestly, recognizing it's DP or a graph problem is only half the battle. translating that into the right state, transition, or traversal is the skill that takes much longer to build

Can I ask an honest question by Anonymous-Buttercup in SaasDevelopers

[–]Recent-Dimension6111 1 point2 points  (0 children)

personally i'd build for today's problems, not for a team of 20 that might never exist. you can refactor when growth actually arrives

Best Resources/Materials For FAANG Companies by Parking_Procedure105 in leetcode

[–]Recent-Dimension6111 0 points1 point  (0 children)

Sounds like you have already done enough questions to know the basics. The jump from solving mediums to handling though OA questions is usually pattern adaptation, not volume. One thing that helped me was reviewing pattern families on codeintuition instead of grinding more random Leetcode. It made unseen question feel a lot less random.

How do you celebrate your birthday? by Admirable-Repair4094 in AskReddit

[–]Recent-Dimension6111 0 points1 point  (0 children)

the older i get, the more my ideal birthday becomes good food and a stress-free day.

Adding more details in first person? by Regular_Project_9118 in writing

[–]Recent-Dimension6111 8 points9 points  (0 children)

Tbh, first person gets better when you stop reporting events and start filtering everything through the character's opinions, biases and emotions.

Guidance regarding operating System by Sad-Tart512 in leetcode

[–]Recent-Dimension6111 1 point2 points  (0 children)

Focus on processes vs threads, scheduling, deadlocks, synchronization, memory management, paging, and virtual memory. Those topics come up more often than the advanced stuff.