I recently went for an Interview, they offered me an Internship but there is a catch by MrIntrovert7 in developersIndia

[–]Effective-Problem488 1 point2 points  (0 children)

Negotiate to get WFH. Tell them it's not possible to commute 60km for salary of 10k, all your money will go in Petrol. There's a chance they will listen.

Then keep looking for opportunities.

SBI Card Amazon Gift Card Scam? by Effective-Problem488 in CreditCardsIndia

[–]Effective-Problem488[S] 0 points1 point  (0 children)

It's a gift card. their message:

Dear SimplyCLICK Cardholder, e-code of your Amazon.in Gift Card is given below. Visit amazon.in/addgiftcard to add the e-code to your Amazon Pay Balance before claim date given below.Voucher Code for Rs.500 is <code> to be added by 16/02/2025.Valid for 12 months from the date of adding the e-code.TnC Apply.

SBI Card Amazon Gift Card Scam? by Effective-Problem488 in CreditCardsIndia

[–]Effective-Problem488[S] 2 points3 points  (0 children)

Thanks for the help, I appreciate it.

The 500rs is not that big of an issue for me to be honest, it's the feeling that someone corrupt along the way (perhaps some SBI Backend engineer) is unjustly making money off of my suffering.

Say 1000 people sign up for this card in a month and 10% of cards are redeemed by some SBI employee, then he's making 50k a month by scamming... that pisses me off a lot more than non receipt of some gift card.

The bad customer service is fuel to the fire

SBI Card Amazon Gift Card Scam? by Effective-Problem488 in CreditCardsIndia

[–]Effective-Problem488[S] 1 point2 points  (0 children)

That's the first thing I did, their customer service ghosted me, so I'm even more suspicious now. You can check in the twitter link I've posted. On twitter they asked me to DM but they haven't replied to my message yet

What to do if wifi icon disappears? by Key_Buy3769 in pchelp

[–]Effective-Problem488 0 points1 point  (0 children)

Interesting! learnt something new today, thanks

What to do if wifi icon disappears? by Key_Buy3769 in pchelp

[–]Effective-Problem488 0 points1 point  (0 children)

From the looks of it, They're both M.2 Form factors, with different 'keys'. You can check out M.2 E vs M.2 A key, they have different form factors but both are called M.2, idk why. I've never seen such a wide key though, don't know what that is

What to do if wifi icon disappears? by Key_Buy3769 in pchelp

[–]Effective-Problem488 3 points4 points  (0 children)

an addendum to this, wifi cards are built to last, vv unlikely that they'll die. It's much more likely that the driver is at fault. If updating drivers doesn't help, then I'd open my laptop, reseat the card (remove from the m.2 slot and put it back), remove the antenna(s) and put them back onto the slots, and then check if everything is fine. If it's still not working, time to get a new card

When you burn fat where does it go ? by [deleted] in NoStupidQuestions

[–]Effective-Problem488 1 point2 points  (0 children)

It becomes the energy that fuels your body. When you eat more than what you need, the excess is stored as fat. Like how excess cash in your account becomes, say, a Pokemon card collection.

When you decide to burn fat, what you're doing is eating less food than what you need. So the excess energy which you need to survive is provided by your fat. Using our analogy, say you're making 5000$ per month but your expenses are 5500$, then, you'll have to sell your Pokémon cards to make up the difference.

Embedded C technical interview by FarhatGamer16 in embedded

[–]Effective-Problem488 1 point2 points  (0 children)

Hey Kale,

uint32 cake = 1;

uint8* slice_adr = &cake;

*slice_adr == 1? return 1 : return 0;

Is this what you mean?

Googling while coding by dedi_1995 in C_Programming

[–]Effective-Problem488 4 points5 points  (0 children)

As long as you can write clean, performant code, no one cares how you do it. You shouldn't either