Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nolevels
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
nolevels
4y ago
Has network latency improved much since this article's date? Bandwidth definitely, but latency?
2.
▲
by
nolevels
4y ago
What was the salary range?
3.
▲
by
nolevels
4y ago
Most rankings / evaluations will be subjective with or without a rubric.
4.
▲
by
nolevels
4y ago
Are they even hiring at this time?
5.
▲
by
nolevels
4y ago
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 grammar though I can't say I felt nervous speaking to them
6.
▲
by
nolevels
4y ago
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 offer but I still wonder today if I said anything q
7.
▲
by
nolevels
4y ago
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.
▲
by
nolevels
4y ago
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 said or did the rest of the day including the interview
9.
▲
by
nolevels
4y ago
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 end up really liking.
10.
▲
by
nolevels
4y ago
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.
▲
by
nolevels
4y ago
Where did you find your job from?
12.
▲
by
nolevels
4y ago
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 could have dodged a bullet if they are compl
13.
▲
by
nolevels
4y ago
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. Unfortunately, many interviewers have a set solution / structu
14.
▲
by
nolevels
4y ago
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 who replied to this, I'd need to be generic. Hope
15.
▲
by
nolevels
4y ago
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 slick bald, this is a must if you're gettin
16.
▲
by
nolevels
4y ago
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 predicates, though in my experience I&#
17.
▲
by
nolevels
4y ago
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 caches the actual count.
18.
▲
by
nolevels
4y ago
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 transaction (cheap check), and if it can't determine from tha