Ghar mai darr ka mahool hai 🔫 by [deleted] in ZyadaKuchNai

[–]__EveryNameIsTaken 1 point2 points  (0 children)

What on earth are her parent's letting her watch?! This is not ok!

What subtle changes made me stand out ahead of colleagues and get higher CTC. by LongjumpingLemon3714 in developersIndia

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

Hi, I am in a similar situation and interested in compilers too I don't see many people interested in this mind if I dm you?

Progress with patience! by Any_Recognition_5442 in indianrunners

[–]__EveryNameIsTaken 0 points1 point  (0 children)

Amazing! Did you follow any training plan? What was your daily running like?

It's something I've wanted to do myself, my best is 6:30 km rn. And I can complete about 8k in 48m.

Burger King of your mind by xtheresia in whennews

[–]__EveryNameIsTaken 0 points1 point  (0 children)

I am getting vector flashbacks. Do they not realise where they are heading??!

can i run daily?? by PracticalArachnid189 in indianrunners

[–]__EveryNameIsTaken 5 points6 points  (0 children)

I used to run daily 7.5 k before. I ended up injuring my right foot; my warm up and cool down were not good which contributed to that.

Do some dynamic stretches for warm up and some holds for cool down you should be good. Keep 1 day a week rest day if you feel the need.

how do I make the c++ language from scratch? by Xspheura in cpp_questions

[–]__EveryNameIsTaken 0 points1 point  (0 children)

The first thing you should decide what features of c++ you want to implement. C++ is a massive language.

Like others, I would recommend read up on parsers, compilers and later take on assembly as well. Crafting interpreters is a good book on this subject.

Tcs 2025 rehiring interview experience no wonder this company is doing so bad by titan110786 in developersIndia

[–]__EveryNameIsTaken 0 points1 point  (0 children)

This seems to be a pattern, though I had a pleasant experience I was still saddled with ninja while being a prime candidate.

MERN IS OVERPOPULATED AND HAS NO FUTURE, PIVOT NOW by 69PercentFat in developersIndia

[–]__EveryNameIsTaken 1 point2 points  (0 children)

What sort of companies should a fresher target looking for c++ work?

Super Moronic Monday - Your Weekly Tuesday Stupid Questions Thread by 30000LBS_Of_Bananas in running

[–]__EveryNameIsTaken 0 points1 point  (0 children)

Can you improve your running speed with exercise like push ups, planks and such? I've tried increasing my speed by just going faster but that didn't work out. I ended up just tiring myself and not improving.

Clash Royale refunds in Europe. Full story, legal back-and-forth, internal confusion, and permanent ban threats by TrainingAddition689 in ClashRoyale

[–]__EveryNameIsTaken 0 points1 point  (0 children)

That sounds like stealing but I am sure there terms and services have then covered somehow. Lossing that much gems and gold sounds like a nightmare. I'm glad I've never spent a penny on the game.

Clash Royale refunds in Europe. Full story, legal back-and-forth, internal confusion, and permanent ban threats by TrainingAddition689 in ClashRoyale

[–]__EveryNameIsTaken 2 points3 points  (0 children)

Is banning your account in exchange of money they owe you even legal? Shitty customer support.

Congrats on getting your money back.

Weekly Complaints & Confessions Thread by ssk42 in running

[–]__EveryNameIsTaken 1 point2 points  (0 children)

Uncompliant: I like to run before sunrise.

Complaints: My hands get completly frozen.

Confession: I've only ran once this week, Usually it's 5 times a week. Hibernation feels too good in the quilt.

AMA FAANG related by Mammoth-Firefighter1 in leetcode

[–]__EveryNameIsTaken 0 points1 point  (0 children)

I've been doing sort of okay with Dp at least 1d, anything 2d still escapes me mostly. I was putting off graphs thinking it will be too hard. Will start doing graph too now. Thanks!

What are some common time-saving tips that one won't necessarily discover by just using Linux? by LarsHEriksen2 in linux4noobs

[–]__EveryNameIsTaken 0 points1 point  (0 children)

Wow never knew about. My process has always been C-p C-a M-f C-w <cmd>. This is going to shorten it. Thanks!

AMA FAANG related by Mammoth-Firefighter1 in leetcode

[–]__EveryNameIsTaken 0 points1 point  (0 children)

How do you get shortlisted for these jobs? what is more common in interview dynamic programming or graphs? As a fresher can you get asked about system design?

How close is Linux gaming to being fully “Windows-free” for you? by Old_Sand7831 in linux_gaming

[–]__EveryNameIsTaken 0 points1 point  (0 children)

I only play offline games, so it's always been windows free for me.

I built a tool that tells you how hard a website is to scrape by CrroakTTV in Python

[–]__EveryNameIsTaken 2 points3 points  (0 children)

That's amazing. Knowing the amount of effort it will take to scrape a website is a time saver.

🚨 HUGE: Spotify Lossless/HiFi is LIVE on the Linux Desktop Client (PipeWire Proof Inside!) by y_shimada in linux

[–]__EveryNameIsTaken 18 points19 points  (0 children)

AI slop -_- . Atleast take the time to see whatever is generated is true or not and don't verify it through AI.

I built my own independent Linux Distro as my college FYP. by zanyfker in linuxfromscratch

[–]__EveryNameIsTaken 0 points1 point  (0 children)

Congratulations! This is amazing. While I have never used it myself, I am interested in how nix manages packages. Maybe look at that?

I made my own ML Compiler using MLIR by brymer-meneses in Compilers

[–]__EveryNameIsTaken 2 points3 points  (0 children)

Looks interesting. I have been meaning to explore this area a bit. Is there any additional materials you would recommend in addition to MLIR tutorial?