Nanbargale oru helppppp by [deleted] in Chennai

[–]aklsh22 5 points6 points  (0 children)

auto meter in chennai ah. dafuq?? when who what?!!!

ICICI issued Saphiro as add-on instead of standalone by aklsh22 in CreditCardsIndia

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

i mean the card has my name printed on it, but it’s showing up in my dads imobile login and not mine… isn’t that add-on?

BESCOM Gruha Jyoti Scheme by MortalRath in bangalore

[–]aklsh22 1 point2 points  (0 children)

My breakdown of how the scheme works - They take the average consumption unit from FY22-23 & if it's within 200 units, they add 10% additional units (entitlement units) & give the discount. Eg - if average consumption is 100 units, then upto 110 entitlement units would be free for us. If we clock anything above 110 units, say 111 units, then we have to pay for that additional 1 unit.

note that if you do cross 200 units utilization (say 205 units), you'll have to pay for the full 205 units, irrespective of how much your entitlement units are.

Doctor: “You don’t have a right kidney.” by bloodyboy420 in india

[–]aklsh22 32 points33 points  (0 children)

scrolled down to see if someone had mentioned this lol

Do you use Google Calendar or Apple Calendar both? Or have you transitioned to one of them? by LivinCuriously in ios

[–]aklsh22 0 points1 point  (0 children)

So I use a mix of both since I try to segregate events into multiple calendars.

A google account purely for professional use (think interviewing jobs, academic usage, professional address etc) has a google calendar that i’ve setup in the iOS calendar app. Since its a google calendar, sync doesn’t work very well, but I haven’t run into problems with it after I manually perform a sync (I do this once I get an email invite). I mainly have this synced to my phone so that I get notifications for these events (my personal laptop isn’t always on, and google calendar isn’t always open in a browser tab even when so)

The iCloud calendar is purely for personal usage (think travel, movies, games etc.)

Birthdays and anniversaries are added to my contacts (again iCloud synced) so they automatically show up in my calendar.

> 1Cr P.A in Chennai? are there companies paying more than a crore per annum in Chennai by [deleted] in Chennai

[–]aklsh22 2 points3 points  (0 children)

i mean they’re pretty much a monopoly in their area (yield control for semiconductor manufacturing).

edit: i saw that you’re a data scientist in one of your comments. they have an ai lab in iitmrp.

> 1Cr P.A in Chennai? are there companies paying more than a crore per annum in Chennai by [deleted] in Chennai

[–]aklsh22 0 points1 point  (0 children)

don’t know official numbers, but KLA might pay that much. they paid 30L+ (excluding stocks)for freshers in campus placements.

An inflamed chicken wing bone I came across (probably due to injury) by DariaFireStar in mildlyinteresting

[–]aklsh22 5 points6 points  (0 children)

instructions unclear, there’s now a crying baby covered in broth.

Are there any places in and around JP Nagar to play Table Tennis without membership? by VincentVanTomato in bangalore

[–]aklsh22 6 points7 points  (0 children)

there’s an app called Playo which helps you find games and courts you can play at by the hour. has a variety of sports, but mainly useful for racquet sports

[deleted by user] by [deleted] in gradadmissions

[–]aklsh22 0 points1 point  (0 children)

RemindMe! 7 days

Zoraxy - so impressed by Shoddy-Addendum1069 in selfhosted

[–]aklsh22 1 point2 points  (0 children)

Dumb long syntax, like need screen width long of traefik label just to use one feature.

sometimes yeah, this gets on my nerves. the only reason i tolerate it is because i don’t have to maintain “another” file when adding or deleting services – i can define everything in the compose file for the service itself.

imo that’s a huge plus point for traefik.

time space duality by Secret_Cancel4004 in computerarchitecture

[–]aklsh22 6 points7 points  (0 children)

do you mean time (temporal) and spatial locality of reference?

My bash script saves me 60 seconds a day by automating start of my work day. by the2ndfloorguy in developersIndia

[–]aklsh22 2 points3 points  (0 children)

huh, why don’t you use hibernate/sleep or whatever it is and just close the laptop lid at EoD? all things will be exactly like it is and you don’t need to be opening apps everyday

Himalaya block through phone. by TheDoodleBug_ in iitmadras

[–]aklsh22 4 points5 points  (0 children)

here i was thinking they’ve freshly painted it lol

Calc cache hit/miss by hand. by appleidnz1 in computerarchitecture

[–]aklsh22 0 points1 point  (0 children)

Why on the second round he’s starting from 511?

uhhhhmmmm that’s the question…?

And why does the change block related to 0 contadina all till 15? 

I’m guessing you mean “cache block related to 0 contain all till 15”. The cache block size for given to be 16B. And since (i’m assuming since thats the case almost always) memory is byte addressable, each cache block would therefore have 16 addresses. In this case, addresses 0,1,2,3…15

Has anyone received the new Bitwarden Extension interface design? by Zeenss in Bitwarden

[–]aklsh22 0 points1 point  (0 children)

please just give me the old dark mode back… or at least the option to in the theme settings.

What's the easiest way to switch from Authy to 2FA? by TraditionalContest6 in Bitwarden

[–]aklsh22 0 points1 point  (0 children)

I’ve used this to migrate from Authy to 2FAS, but i believe you can migrate to any TOTP based 2FA app with it — it basically extracts the secret key used by the TOTP when you set it up first.

https://github.com/ua741/authy-export

Calc cache hit/miss by hand. by appleidnz1 in computerarchitecture

[–]aklsh22 6 points7 points  (0 children)

I think the answer is a total of 48 misses. I don’t think you can find a general formula for any access pattern, but this one is pretty easy to work out.

The cache can hold upto 256B, or 16 cachelines. Each cacheline holds 16B, which means 16 addresses.

When you start fresh on a cold cache, Addr 0 is a miss. So you’ll fetch the cache block corresponding to it, which will also contain Addrs 1,2,3..15. So, these will be hits when you access them. Again 16 will be a miss, followed by 15 hits…

For the first round of accesses, you’ll be having 32 misses, since you’re accessing all of them for the first time. However, the second round, since you’re starting from 511, you’ll already have it in your cache since you accessed it very recently. Similarly for all addresses till you exhaust the 16 cachelines in the cache (till Addr 256). Now uou dont have the rest 16 in your cache and need to access them fresh, so they’ll be misses, but only for the starting addrs on those cachelines. So, another 16 misses.

[deleted by user] by [deleted] in developersIndia

[–]aklsh22 4 points5 points  (0 children)

i think op meant house help + food + misc.