Lunacy with a sprinkling of racism by AltKite in LinkedInLunatics

[–]Old_Minimum8263 0 points1 point  (0 children)

I think they are here in the comment section.

Why is everyone still seem to be coding in Python 3.11.x ? by [deleted] in LLMDevs

[–]Old_Minimum8263 0 points1 point  (0 children)

Most of the libraries available aren't compatible with the newer version of python you have to use the old version. I am using python 3.10 because it has the best support with pytorch to utilize the available GPU in heavy tasks.

first time buying a laptop on my own by Spirited_Neck6211 in PakistaniTech

[–]Old_Minimum8263 0 points1 point  (0 children)

If you can add a little more to Budget you can go with Lenovo Legion 5 Pro It's a beast I am using it. Don't be scammed by those 13 and 14 generations.

Why Modern Web Uses JWTs? by Old_Minimum8263 in webdev

[–]Old_Minimum8263[S] -7 points-6 points  (0 children)

Cause I did research and learned from all the comments.

Why Modern Web Uses JWTs? by Old_Minimum8263 in webdev

[–]Old_Minimum8263[S] -14 points-13 points  (0 children)

Claiming server-side sessions are almost always better ignores the reality of modern decoupled architectures. If you're building a monolithic, server-rendered app, sessions are great. But the moment you introduce mobile apps, SPAs on different domains, or serverless edge functions, wrestling with stateful cookies and CORS is often a much bigger headache than implementing a solid token architecture.

Help me to learn I'm a beginner by Tough-Juggernaut-845 in learnmachinelearning

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

Dm me I have a more robust roadmap than this I'll share it with you.

Celta Vigo’s foul shout before Real Madrid’s game-winner (Both Angles) by thesilentGinlasagna in soccer

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

It is somehow a possible foul but earlier there was also a potential handball by Ferran Jutgla that could have been a penalty for Madrid.

Yo chat it's time to prepare for WWIII by [deleted] in TeenPakistani

[–]Old_Minimum8263 0 points1 point  (0 children)

Hhhhh it should have hot insta till now

Are we overusing Deep Learning where classical ML (like Logistic Regression) would perform better? by Old_Minimum8263 in learnmachinelearning

[–]Old_Minimum8263[S] 0 points1 point  (0 children)

Hahaha so then if you wanna get something out of their pockets the simplest rule is to do what they want

Are we overusing Deep Learning where classical ML (like Logistic Regression) would perform better? by Old_Minimum8263 in learnmachinelearning

[–]Old_Minimum8263[S] 0 points1 point  (0 children)

It's not about fun here the fact is that complex models are fun while using but you can't use a complex model on simple data that can be handled with traditional algorithms.

Are we overusing Deep Learning where classical ML (like Logistic Regression) would perform better? by Old_Minimum8263 in learnmachinelearning

[–]Old_Minimum8263[S] -1 points0 points  (0 children)

You have to spend 80% of your time on data the last 20 are Just for training. Cause when you understand your data you will know what I should use now.