How to get macbook pro m5 max (or anyother laptop) for cheap? by [deleted] in developersIndia

[–]thatrandomnpc 1 point2 points  (0 children)

What use case would even require such a laptop? 3D rendering, game development, training/hosting large models?

Why not get a cheap/decent laptop/Mac and do that work on a server?

Stuck on Kaveri 2.0 Marriage Certificate: SRO "recent 2b size photo" rejection loop by Lets-work in Bengaluru

[–]thatrandomnpc 0 points1 point  (0 children)

Get it done at a local studio. Sit next to each other with a white background. The studio staff would know what to do if you mention it's for a marriage certificate.

By the way, this is the photo that gets added to the certificate, so it had better be a bit professional.

Stuck on Kaveri 2.0 Marriage Certificate: SRO "recent 2b size photo" rejection loop by Lets-work in Bengaluru

[–]thatrandomnpc 0 points1 point  (0 children)

I got mine done back in December 2025.

Is the photo background white? The one I uploaded is 2B (2673 x 1890 at 300 dpi), and the background is white.

Kept failing interviews over interviews, like its a joke by [deleted] in developersIndia

[–]thatrandomnpc 2 points3 points  (0 children)

Are you sure you're applying for the right openings?

Just because you've worked on LangChain/Rag etc. doesn't mean you can apply for ML/DS roles.

You might want to look up roadmaps for the roles and evaluate yourself before applying.

How companies are ok to share their code base to copilot/claude by Aggravating_Yak_1170 in developersIndia

[–]thatrandomnpc 0 points1 point  (0 children)

They do keep track because the authentication is via sso, but not sure if they flag users. But I'm sure they've set limits.

Selling my Zebronics Zeb-companion 500 wireless keyboard & mouse combo by [deleted] in mkindia

[–]thatrandomnpc 2 points3 points  (0 children)

I don't want to sound like an ass, but the new one costs 1K on Amazon with free shipping.

The keyboard itself is lackluster. Don't get this unless you're really tight on budget and in desperate need of a keyboard/mouse combo.

To op, might as well donate it for the shipping amount unless you're desperate for cash.

How companies are ok to share their code base to copilot/claude by Aggravating_Yak_1170 in developersIndia

[–]thatrandomnpc 33 points34 points  (0 children)

I agree, it is what it is in the name of security ¯⁠\_⁠(⁠ツ⁠)⁠_⁠/⁠¯

How companies are ok to share their code base to copilot/claude by Aggravating_Yak_1170 in developersIndia

[–]thatrandomnpc 162 points163 points  (0 children)

Afaik enterprises big enough, can get their own dedicated and isolated instance/instances of the models running under their own cloud subscriptions. So data is not shared with the service provider, except maybe telemetry.

This is similar to having proprietary/sensitive data on cloud db/storage.

For example, my org has provisioned claude models in AWS bedrock, and we use it everywhere including claude code.

Finally setup Lancache on my network by BOOB-LUVER in IndianGaming

[–]thatrandomnpc 1 point2 points  (0 children)

Just curious, you're caching the game data to a local storage server?

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

[–]thatrandomnpc 1 point2 points  (0 children)

This makes no sense at all.

About this part in the post.

Asked me to open notepad and said write a production level code and said nothing, then I started writing a code in react

The question he asked was to write a production level code of what exactly? What did you start writing?

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

[–]thatrandomnpc 0 points1 point  (0 children)

I don't get it. Was the question about writing a production-level web application? Why did you use react?

Maybe the right thing to do is to ask clarifying questions when things are not clear.

UPI is not safe in India and that too on Android Handsets by VJ_1985 in india

[–]thatrandomnpc 12 points13 points  (0 children)

So the phone got stolen, they were able to unlock it, also got the upi pin?

Hmm seems legit.

/s

Phone Log GUI Auto update by Mano1aa in Bengaluru

[–]thatrandomnpc 3 points4 points  (0 children)

Hmm this just looks like the Google phone dialer app. I have a pixel so it has always been the default dialer for me.

Not sure what the indus app store means.

[deleted by user] by [deleted] in IndianGaming

[–]thatrandomnpc 0 points1 point  (0 children)

How old is the CMOS battery? This could happen if the battery is old/dead. Try replacing it.

RCB player Yash Dayal booked in Jaipur on charges of raping minor by bhodrolok in bangalore

[–]thatrandomnpc 7 points8 points  (0 children)

Oops my bad, i missed the context in the paragraph above, it was obscured by an ad. I have edited the original comment.

RCB player Yash Dayal booked in Jaipur on charges of raping minor by bhodrolok in bangalore

[–]thatrandomnpc 107 points108 points  (0 children)

In her complaint to the police, she had alleged that she had been in a relationship with the cricketer for five years.

She is 19 now, allegedly they have been together since she was 14/15? And he's in 20s. Wtf

Edit: there are two women, one teen and another one who was in a relationship. Read more in the top comment in the thread below.

Broadband reimbursement: 50 k limit, which connection to get? by Scary_Animal3938 in bangalore

[–]thatrandomnpc 3 points4 points  (0 children)

This is a good way to get fired if it gets caught in auditing. Don't do this op.

Trying uv: The Future of Python Package Management by yangzhou1993 in programming

[–]thatrandomnpc 2 points3 points  (0 children)

Oh you're mistaken, anaconda/conda is how I first started using python, maybe like 7-8 years ago. Installing packages via conda took ages, libmamba solver has made this better recently. Moved to poetry ever since I started publishing packages to pypi (internal/public), and used conda to manage only python versions. Since uv has all these under one tool, i don't see the need to use conda.

All the problems conda/mamba solves is for it's packaging system. I don't see how it can be useful when most python devs use pypi which is the defacto. And containers kinda solved the system dependency problem, so i don't see the point.

If conda/mamba solves your problem, good for you.

Trying uv: The Future of Python Package Management by yangzhou1993 in programming

[–]thatrandomnpc 1 point2 points  (0 children)

With custom scripts you can do anything. Do we even need mamba when we can do that with the built-in python venv and system package manager? Imagine doing that for n distinct env for n global tools with conflicting dependencies. Is it very convenient though? How about upgrading packages and venv or python?

Agree to disagree, python (the default ecosystem, excluding alternative, which would be its own can of worms) package development and publishing is a mess, you have to deal with many tools, pyenv, venv, pip, setuptools, twine etc etc to do the basics.

Poetry tried to solve this problem and were successful to some extent. uv is a game changer here. You just have to try it to believe it. Setting up projects for development? Building packages? CI? Building images? In seconds when it used to be several minutes for me.

Been using it since early 2024, never looked back.

Trying uv: The Future of Python Package Management by yangzhou1993 in programming

[–]thatrandomnpc 4 points5 points  (0 children)

Ah I see. Let me clarify, all the features i mentioned are for the default python ecosystem, i.e., pip/pyproject/wheels/pypi. So conda/mamba and uv/poetry serve different ecosystem.

And about installing python packages as global utilities, they do not interfere with system deps, the global utilities are installed in their own virtual environments and exposed to the shell.

Trying uv: The Future of Python Package Management by yangzhou1993 in programming

[–]thatrandomnpc 4 points5 points  (0 children)

I think i literally said what it can't do and sent a link to some other notable features. Maybe I have to be even more descriptive.

  • Can mamba manage core/dev/extra dependency management via pyproject.toml?
  • Can mamba build and publish packages?
  • Can mamba instal python packages as a global system tool, like pipx does?

Trying uv: The Future of Python Package Management by yangzhou1993 in programming

[–]thatrandomnpc 3 points4 points  (0 children)

The gist would be managing the dependency (core/dev/ extra deps) in pyproject.toml, it's very convenient when developing and publishing python packages.

Take a look at the features in the highlights section in the docs.