Live data from Hacker News

Viewing profile — akshat_h

akshat_h

HN member
Joined
Tue, Jun 16, 2015, 11:36 PM UTC
HN karma
290
Public activity
111 items

About akshat_h

No profile information was provided.

Recent public activity

  1. 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…

  2. 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.

  3. 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…

  4. 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…

  5. 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.

  6. 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…

  7. 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…

  8. 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…

  9. 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.

  10. 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…

  11. 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

  12. 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…

  13. 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…

  14. 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…

  15. 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 …

  16. story
  17. 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.

  18. 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 …

  19. 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…

  20. story
  21. 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…

  22. 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…

  23. 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…

  24. story
  25. 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.