Live data from Hacker News

Viewing profile — whitenoice

whitenoice

HN member
Joined
Sun, Jun 14, 2015, 7:02 AM UTC
HN karma
556
Public activity
83 items

About whitenoice

No profile information was provided.

Recent public activity

  1. comment
    Comment #24669464

    To be a doctor is as hands-on as you can be unless you speak of radiology, but that too is fascinating. You spend four years of your life doing hands-on work during the residency (…

  2. comment
    Comment #24669035

    Please. Being a doctor is boring? It is challenging to be a doctor, and it is almost impossible to cheat through the USMLE (US Medical Licensing Exam) process. It is a 3 step proce…

  3. comment
    Comment #24445887

    Most codebases use lombok, you can use @SneakyThrows or @SneakyThrows(SpecificException.class) - https://projectlombok.org/features/SneakyThrows

  4. comment
    Comment #24445833

    You could also use Optional, like Optional.ofNullable(s).map(i -> {switch (i) {...}}).orElse()

  5. comment
    Comment #23855110

    That will not help, as the imposter could post a sane tweet impersonating the VIP. The person checking would not be able to identify if it's the VIP or the imposter.

  6. comment
    Comment #20133903

    For people interested in the topic of Himalayan big wall climbing, do checkout the movie Meru - https://www.imdb.com/title/tt2545428/ it's excellent!

  7. comment
    Comment #16020369

    What do you mean by pushed by their families? You don't seem to have a good understanding of educational institutions in India. IIT entrance exams are one of the toughest exams out…

  8. comment
    Comment #16005868

    One solution would be to email your draft to all authors whose content you used in your article and see if they require any amendments. Thanks for writing the article!

  9. story
  10. comment
    Comment #15607683

    You might want to look into Project Lombok. It does exactly that, and it works well.

  11. comment
    Comment #15209673

    Curious, can you not ask them to produce the other letter then? As they signed the green card.

  12. comment
    Comment #15197791

    Well MIT CSAIL is an acronym for AI Lab :) and it was founded in 1959. Here is an old link which lists schools particularly strong in different domains of AI - https://www.cs.cmu.e…

  13. comment
    Comment #14347396

    When it comes to the admission process aren't all IMG's considered the same irrespective of citizenship. So 5069 (citizens) + (x non-citizens) compete for the remaining seats (6951…

  14. comment
    Comment #14145447

    I initially agreed to your post, but as I reminisced the interviews I took I disagree and I think its the same everywhere. Second tier schools in US are equally bad and students la…

  15. comment
    Comment #14145391

    Probably cause the admission committee thought all those students are equally talented as you are. India has a huge population with 50% of its population below the age of 25. India…

  16. comment
    Comment #14145265

    More than students it would suck for universities, less funding, less infrastructure growth, it would cause a domino effect. If not US then somewhere else, students will figure it …

  17. comment
    Comment #14010518

    Do you have any source on India not having top research talent? From my understanding India has good amount of research and tech talent but it suffers a lot from brain drain to US …

  18. comment
    Comment #13919391

    You could use akka[1] library to build a state machine, actor model is great for building state machines [2]. I have built one in the past using akka. Library is pretty robust and …

  19. story
  20. comment
    Comment #13800521

    OCW Video lectures for the course - https://ocw.mit.edu/courses/electrical-engineering-and-compu...

  21. comment
    Comment #13657607

    Interested to know what other licenses Berkeley lost, can you state few notable ones?

  22. comment
    Comment #13649304

    Its in progress: Swachh Bharat (Clean India) - https://en.wikipedia.org/wiki/Swachh_Bharat_Abhiyan

  23. story
  24. comment
    Comment #13388911

    You are doing great! Don't let institution name bother you, it does not matter much, it helps in getting interviews etc, but if you work smartly you will get that anyway. Few thing…

  25. story
    Ask HN: What language/tools do you use for machine learning?

    What language/tools do you commonly use for machine learning in your company or for your projects? Do you use different language/tools for prototyping and production?