Live data from Hacker News

Viewing profile — nolevels

nolevels

HN member
Joined
Sat, May 28, 2022, 9:25 PM UTC
HN karma
15
Public activity
19 items

About nolevels

No profile information was provided.

Recent public activity

  1. comment
    Comment #34396090

    Has network latency improved much since this article's date? Bandwidth definitely, but latency?

  2. comment
    Comment #33888443

    What was the salary range?

  3. comment
    Comment #33701939

    Most rankings / evaluations will be subjective with or without a rubric.

  4. comment
    Comment #33688654

    Are they even hiring at this time?

  5. comment
    Comment #33651149

    Interesting idea. Many years ago when I was learning French I seemed to speak it much better after a drink or two with a French speaking neighbor. Maybe it was less worry over gram…

  6. comment
    Comment #33651112

    I used a friend's xanax. Admittedly I should've trialed it beforehand, mistake on my part. I just remember feeling a really strong relaxation and nothing afterwards. I did get an o…

  7. comment
    Comment #33650772

    This a good a solution that extends to other aspects of a job as well. It also doesn't lead to possible dependence like other solutions.

  8. comment
    Comment #33650758

    I would advise strong caution against this unless you have used any benzo before. I remember I tried one once before a long, 4 hour interview. I literally don't remember a thing I …

  9. comment
    Comment #33578470

    I agree with this. Interviewing is a skill like any other that can get stale. It's good to keep it sharp and you never know, while practice interviewing you might find a place you …

  10. comment
    Comment #33501649

    This should also be observed on HN. I have seen too many Show HN posts with no constructive criticism with the only comment deriding a technical choice / language.

  11. comment
    Comment #33478806

    Where did you find your job from?

  12. comment
    Comment #33003575

    That's unfortunate. I hate system design interviews where the interviewer has a "known" solution in mind and won't accept any other solutions even with good arguments, but you coul…

  13. comment
  14. comment
    Comment #32433626

    This has been my experience as well. These interviews should be open-ended with no right answer as long as you can reasonably support your design and discuss its tradeoffs. Unfortu…

  15. comment
    Comment #32116122

    All these differing opinions on this tells me interviews are a crapshoot subject to the interviewer's whims. If I got you for an interviewer I would need to be specific, for others…

  16. comment
    Comment #31927649

    Go to a derm/doc to see if there are any nutritional deficiencies (unlikely though). Once that's ruled out, get on Finasteride. 99% of people maintain their hair. Unless you're sli…

  17. comment
    Comment #31544612

    I think the wiki explains it well https://wiki.postgresql.org/wiki/Index-only_scans#Is_.22coun... It says that index only scans can be used with predicates and less often without p…

  18. comment
    Comment #31544249

    Apologies, I should've clarified. I just meant postgres doesn't necessarily have to scan the actual table to get the count in some cases if an index is available, not that it cache…

  19. comment
    Comment #31544058

    Not necessarily in postgres. If an index is available it may use that, though it will still have to refer to the visibility map to see if any row is available to the current transa…