Viewing profile — nolevels
nolevels
HN member- Joined
- Sat, May 28, 2022, 9:25 PM UTC
- HN karma
- 15
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About nolevels
No profile information was provided.
Recent public activity
-
comment
Comment #34396090
Has network latency improved much since this article's date? Bandwidth definitely, but latency?
-
comment
Comment #33888443
What was the salary range?
-
comment
Comment #33701939
Most rankings / evaluations will be subjective with or without a rubric.
-
comment
Comment #33688654
Are they even hiring at this time?
-
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…
-
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…
-
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.
-
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 …
-
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 …
-
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.
-
comment
Comment #33478806
Where did you find your job from?
-
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…
- comment
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…