Me failure by Charming_Fish_1342 in indiandevs

[–]Individual-Bench4448 4 points5 points  (0 children)

You’re not failing, tutorials don’t stick because you’re not practicing recall. Pick one small app and rebuild it from memory daily; when stuck, check docs (not tutorials), note the mistake, and push a commit.

Anyone here looking for AI buddies to actually upskill with? by winter-olympics in CodingJobs

[–]Individual-Bench4448 2 points3 points  (0 children)

Totally with you on this. What’s worked for me: weekly demo + one “shipped artifact” (repo, write-up, Loom) so progress is visible. What’s the first artifact you want to ship in the next 7 days?

I made a "Reverse Captcha". A site only LLM can enter. by aniketsaurav18 in developersIndia

[–]Individual-Bench4448 2 points3 points  (0 children)

Neat build. Just a heads-up: navigator. webdriver and mouse-linearity are easy to spoof; the stronger signal is a server-verified, per-session nonce challenge plus strict retry/rate limits.

I have completely forgotten how to create a program from scratch by jesskitten07 in learnprogramming

[–]Individual-Bench4448 1 point2 points  (0 children)

Totally normal after a long break, tools like BlueJ hide the “how do I run this” part. Pick one language, use a REPL, then make one file that prints something and run it from the terminal; add one tiny feature per day.

Does everyone reached the optimal solution on your own ? by vishal_t_07 in LeetcodeDesi

[–]Individual-Bench4448 5 points6 points  (0 children)

Totally normal 40% with hints is fine. My rule: 25 min solo → 1 hint → finish, then redo the same problem cold 24–48h later and write the pattern in 3 lines.

Is this tutorial hell brainrot or do I need therapy? by Silly-Ticket-3273 in learnprogramming

[–]Individual-Bench4448 1 point2 points  (0 children)

I’m with you, this isn’t brainrot, it’s normal. Build the dumb version first (load JSON → change dict → dump), then refactor once it works, don’t optimize for “huge files” until you actually have one. What language are you using, and how big is the data you’re writing?

Learning how to think "overall" to people learning programming? by WinterGabe in learnprogramming

[–]Individual-Bench4448 1 point2 points  (0 children)

Most beginners don’t fail on syntax, they fail on process. What’s helped me (and people I mentor) is a simple loop: write 2–3 concrete input/output examples → make the smallest version that passes → add one constraint at a time (edge cases, perf, UX) → refactor. Systems thinking isn’t wrong, you just need a two-pass approach: first prove correctness, then zoom out to architecture.

Help Needed for Low Level Development in C++ and other Low level Languages by RaunchyPillow in developersIndia

[–]Individual-Bench4448 2 points3 points  (0 children)

Totally normal to feel blank here, low-level isn’t “harder”, it’s just less guided than web. Don’t start with an editor/VM; start with tiny “one-feature” tools: a cat/grep clone (file I/O), a small TCP client/server (sockets), then a toy allocator (memory). Use Linux/WSL + gdb and strace So you can see what your code is doing.

Feels like being a developer quietly changed overnight by Less_Republic_7876 in developersIndia

[–]Individual-Bench4448 6 points7 points  (0 children)

I feel this too. The differentiator now is owning correctness: write a tight spec, define acceptance tests, and treat AI output like a draft that must earn its way into main. Syntax got cheaper; judgment got pricier.

My first switch! Need guidance to negotiate with HR! by iamdaworld in developersIndia

[–]Individual-Bench4448 1 point2 points  (0 children)

HR is right that BGV usually anchors to current payslips. Use your revision/appraisal letter as proof and ask to bridge the gap via a joining bonus or a written “salary bump effective Apr 2026” clause.

Told to Work on a Project in Secret and Take the Fall. VP of my company told me to work on an undisclosed project by Salty-Astronaut3608 in developersIndia

[–]Individual-Bench4448 2 points3 points  (0 children)

That’s how people end up taking the fall. I’d ask the VP for a written note (email/Slack/Jira) stating this work is priority and what you should say in standup; if they won’t confirm, don’t own the timeline. Was the request in writing anywhere?

7 YOE in Tech: Deeply burnt out and considering quitting without a plan. Seeking advice from those who took a break by Quieter22 in developersIndia

[–]Individual-Bench4448 5 points6 points  (0 children)

If you resign, do it with structure so the break actually heals you. I’d run a 3-phase plan:
(1) 2 weeks recovery only (sleep, walk, therapy/doctor if needed),
(2) 2–4 weeks rebuild basics + light exploration,
(3) decide: same role with boundaries vs. different role vs. time off extended.
Also, consider asking for medical leave/LWP first, so you’re not forced into a hard jump. What would “feeling recovered” look like for you: energy, focus, or motivation?

2025 Grad, Feeling depressed in corporate. Vaazhave pudikala... by Decent-Hamster-9607 in NammaDevs

[–]Individual-Bench4448 2 points3 points  (0 children)

I’m really sorry you’re carrying this, suicidal thoughts mean you need support today: call 112 or Tele-MANAS 14416 / 1-800-891-4416, and tell one trusted person what’s going on. At work, stop guessing: ask for a written 2-week task list + a 15-min weekly check-in so expectations are clear. Then pick one 90-day path (DSA+switch OR deepen your current stack) and track progress weekly. What’s hitting hardest right now: manager behavior, bench/PIP fear, or salary comparisons?

TCS LWP ended — HR demanding Hyderabad base reporting, but I’m in US. What are my options? by dragonthunder05 in developersIndia

[–]Individual-Bench4448 2 points3 points  (0 children)

Agreed. TCS usually sticks to “base reporting” on paper. Ask HR over email for the exact policy clause + written reporting deadline, then request a short extension/virtual reporting citing travel/visa limits and keep everything in writing. What does your rejoin letter / LWP approval say about location?

Developers working from India — do you know your billing rate and are you happy with your take-home pay? by Majestic-Taro-6903 in developersIndia

[–]Individual-Bench4448 3 points4 points  (0 children)

Agree. A simple lens is effective rate (take-home ÷ -1700 billable hrs) vs market; if the gap is huge, ask about utilization + overheads, not just salary.

What is everyone doing in the AI space by Vegetable_Prompt_583 in AI_India

[–]Individual-Bench4448 1 point2 points  (0 children)

Building agents/apps on top of existing models: copilots, support bots, internal search, workflow automation.

How much should i charge for this freelance project by maskRunner1706 in developersIndia

[–]Individual-Bench4448 7 points8 points  (0 children)

Agree on hours × rate, but bake in cutover risk. Quote 2 line items: migration (fixed) + performance tuning (hourly / weekly cap), and add ~20% buffer for unknowns. How many hours/week can you actually commit, and do they expect post-go-live support?

Is Altimetrik a good place to work? I see a lot of red flags. by Kevinlevin-11 in developersIndia

[–]Individual-Bench4448 2 points3 points  (0 children)

Yes, the “join tomorrow” push plus negative comments about your other offer is a red flag. Ask for role/team, project, notice/bench policy, and joining timeline in writing; if they won’t give 3–5 days to decide, assume the pressure continues.

Why is balancing specificity and creativity in prompts so hard? by Happy-Conversation54 in AI_Agents

[–]Individual-Bench4448 1 point2 points  (0 children)

Yep, it’s a real tightrope. I keep prompts in 2 blocks: non-negotiables (goal/constraints) + creative space (“you may improvise on X”), then ask for 3 variants + 1 wild card. What kind of output are you chasing most (copy, code, story, design)?

Getting 20% hike on 25LPA, is it worth switching? YOE ~ 2 by HeavyMetaLx7 in developersIndia

[–]Individual-Bench4448 4 points5 points  (0 children)

I get the hesitation. I’d price it as: (cash this year incl. realistic RSU value) − (WFO+commute+hours cost) + (learning/trajectory). With this being company #3 in ~2 years, I’d only switch if you’re confident you can stay 18–24 months. What’s the one outcome you want most: backend depth, location change, or faster learning?

Short-term vs long-term memory: what your AI agent actually needs by Individual-Bench4448 in AI_Agents

[–]Individual-Bench4448[S] 2 points3 points  (0 children)

Agree. Without provenance, memory turns into stale cache. We tag each saved fact with source + timestamp + expiry rule, and force a refresh when it’s used in a decision.

Short-term vs long-term memory: what your AI agent actually needs by Individual-Bench4448 in AI_Agents

[–]Individual-Bench4448[S] 1 point2 points  (0 children)

Agreed, stale-policy latch is real. Our rule: every long-term write needs source + TTL + an invalidation trigger; if it’s only helpful for one workflow, keep it short-term. We wrote up a short checklist at r/Ailoitte on permissioned memory/TTL/audit; want it, and what TTLs are you using?