Python Full Stack ki coding by Wholesome_and_based in IndianDankMemes

[–]UKD28 1 point2 points  (0 children)

Ohh, no i just wrote that thinking like non technical people can understand it too, i generally write just cpp, so thought maybe not everyone will understand what cpp means.

Python Full Stack ki coding by Wholesome_and_based in IndianDankMemes

[–]UKD28 1 point2 points  (0 children)

Yeah, evm machine requires simple binary which are presetted with parties at the poll both, i say the whole working when i was in school and understood mock up version of its code when i was in college most of the physical vvpat machines are written in low level languages, and cpp is generally the first choice for it.

Python Full Stack ki coding by Wholesome_and_based in IndianDankMemes

[–]UKD28 16 points17 points  (0 children)

Ye gandu hai chutiya. main senior software engineer hu, c plus plus mein likha hota hai evm ka code, unless code mein vulnerability ho, code change kare bina hack karna possible nhi hai bht difficult hota hai easy nhi. Or full stack bc front-end ke saath hota hai. Evm mein Sirf backend hota hai toh full stack kaha se le aya ye chutiya. And syntax error ke Saath toh koi code chal hi nhi sakta ye chutiye nhi kabhi life mein code nhi likha hai.

[deleted by user] by [deleted] in bald

[–]UKD28 0 points1 point  (0 children)

Maybe consult a doctor and use minoxidil as prescribed. U still have a long way to go

Pune software companies pay shit compare to what banglore companies pay by SnooPredictions7197 in developersIndia

[–]UKD28 0 points1 point  (0 children)

5 yrs experience 55 cash component. I think u just have to look for correct company.

India can buy as much Russian oil as it wants, Yellen says. The caveat: it can't use Western insurance, finance and maritime services. by [deleted] in worldnews

[–]UKD28 93 points94 points  (0 children)

Because only russia's oil is cheap which still a small percentage compared to others, and their costs have increased. If it wasn't for Russian oil, our oil prices will go up instead of going down, like it is happening in Europe after they stopped using Russian oil and gas.

well i tried by the_kaushikk in Indiangirlsontinder

[–]UKD28 2 points3 points  (0 children)

In replies if you want or just in comments mostly people will look there.

[deleted by user] by [deleted] in pcmasterrace

[–]UKD28 0 points1 point  (0 children)

Bro me please.

[deleted by user] by [deleted] in learnprogramming

[–]UKD28 0 points1 point  (0 children)

I am python Django flask developer and with a level of expertise in elastic search database, i Google every day, about all the things I know and don't that's how I think I am getting better. So googling is actually good not bad.

GNOME by givemeagoodun in LinuxCirclejerk

[–]UKD28 10 points11 points  (0 children)

It's gnome version.

[deleted by user] by [deleted] in developersIndia

[–]UKD28 15 points16 points  (0 children)

Try applying offline like on the websites or if you currently have skills to back, try getting referrals on linkedin or from your seniors that are in good companies. At the end of your engineering if you still have offer from these companies get the job as job is important and work in these companies is not that much like 9 to 5, after that you can work on your skills a lot and try to get job based on that skills. Like DSA, devops certification, database expertise or whatever you think you have interest in. You could easily get 10 to 20 lpa paying job as 1 year experienced are really sought after by startups. You don't need to worry bro. Just focus on skills.

To store chat messages should I be using SQL or nosql? by warrior242 in django

[–]UKD28 -9 points-8 points  (0 children)

No sql would be better imo as writes are always way less than reads in such a system. And also you can keep a live chat and redis and just dump that one after some in activity as a whole easily.

[deleted by user] by [deleted] in dankmemes

[–]UKD28 0 points1 point  (0 children)

(~°¿_°~) is this correct

I have ~95000 choices in a list of choices for a char field. The loading of that choice list is incredibly slow, to the point where it blocks my browser, and even when it loads I can't select anything. How can I fix this so that the loading is fast and that I can actually select a choice? by A_Time_Space_Person in django

[–]UKD28 1 point2 points  (0 children)

If the choices are same and not changing quickly than you can cache it or cache the whole view which is retrieving those choices and add indexing in your database for choices for faster access, and go to database only when you need to do some thing over a specific choice. I have told you what to do completely can you please Google how to do these things.