Viewing profile — akshat_h
akshat_h
HN member- Joined
- Tue, Jun 16, 2015, 11:36 PM UTC
- HN karma
- 290
- Public activity
- 111 items
- HN profile
- View on Hacker News ↗
About akshat_h
No profile information was provided.
Recent public activity
-
comment
Comment #32491877
It is technically not the arch way to use aur helper, but I use paru instead of pacman which shows arch news before updating. This makes sure I get any arch news before potential b…
-
comment
Comment #30041330
So why do we ask them? AFAIK, it is engineers asking these questions and also criticizing the same metric. I think it is a case of this being the least worst option.
-
comment
Comment #29338299
I haven't personally used this, but does this work? GC.TryStartNoGCRegion Method Attempts to disallow garbage collection during the execution of a critical path. https://docs.micro…
-
comment
Comment #24948580
If anyone is curious, it might be this talk. Moishe Lettvin - What I Learned Doing 250 Interviews at Google. It is on Etsy Eng channel Youtube url with the relevant time frame http…
-
comment
Comment #23946674
Thanks! Yes it is for the same employer. It will be with extension of status, and not consular notification, AFAIK, so that clears up my situation.
-
comment
Comment #23943663
Thanks. I am in US and don't have any travel plans now. Was wondering if I'll have to leave and come back to get valid I-94, which will be tricky due to the Executive Order on visa…
-
comment
Comment #23942981
Does an approved H1-B extension necessarily extends the i-94 date? If not, is the only alternative to leave the country, get a new visa stamp(which is not possible till Dec 31, AFA…
-
comment
Comment #23754287
H1-B has other issues but regarding H1-B working for 10+ years, it is mostly due to country caps for green cards. H1-B do get sponsored green cards, at least for the non-startup co…
-
comment
Comment #20473750
and you'll have to GTFO the US within (IIRC) 2 weeks. I think there was a grace period of 60 days introduced in 2017 though I am not sure on the status of it now.
-
comment
Comment #18333261
I don't think r/the_donald is quarantined. There was some issue with sticky threads not rising as much to the r/all that impacted r/the_donald, but otherwise, I can still see posts…
-
comment
Comment #17823163
Discussion yesterday on a similar article titled: Cisco Said to Be Cited for Bias Against U.S. Workers (bloomberglaw.com) https://news.ycombinator.com/item?id=17804755
-
comment
Comment #17821550
Does Steam take a cut for in game purchases? I think the major issue here is with companies having app stores inside app store. All the companies mentioned i.e Amazon, Steam seem t…
-
comment
Comment #17806037
As an H1B, while there is employer tie in at some level, I am free to change jobs. What I am not free to do is to stop working. That fear certainly does indirectly result in lesser…
-
comment
Comment #17805952
AFAIK, the number considered is salary, so the number is decently high, even for bay area. There are some exceptions like Netflix, but a lot of companies pay majority in equity, es…
-
comment
Comment #17525966
It depends on the passion as well. Not all passions are equal and can be easily transferred into a successful career. Assuming you have multiple passions, my personal advice would …
- story
-
comment
Comment #17370616
Yeah, I think op was joking/trolling as well and I fell for it. Honestly I expected something like Scratch as an answer.
-
comment
Comment #17370526
I can see it being 'fun' in something like Scratch. I expected op to reply with either some edutech or some domain I hadn't heard of. It does however seem that op is trolling, and …
-
comment
Comment #17370258
I am quite curious of the domain where you use emojis in function name? That sounds fun, and also from what I have seen of unicode support somewhat terrifying. I work mostly in ent…
- story
-
comment
Comment #17200338
I think this is also because no one really teaches you how to interview. Giving multiple interviews doesn't, at least IMHO make you knowledgeable to be on the other side. It is kin…
-
comment
Comment #17198841
Aren't a lot of so called 'algorithmic problems' similar to brain teasers? If you have seen it before, you'll know it. But otherwise, there is not much chance of you cracking it wi…
-
comment
Comment #17181141
Interesting approach for optimization of an algorithm that I haven't seen in any books(as the author also mentions). Is there any comprehensive resource for these, or does everyone…
- story
-
comment
Comment #17129341
Thanks! I was getting confused between stack data structure, function stack and stack space and had gotten to a weird mix in my head. The example cleared it up.