Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tomnj
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tomnj
6y ago
This is not correct. Non NYC residents with NYS source income do not pay NYC (resident) tax, But they do pay NYS tax. See https://www1.nyc.gov/site/finance/taxes/personal-income-tax-...
2.
▲
by
tomnj
6y ago
I’m often disappointed by how disrespectful people can be in programming discussions. It’s one thing to discuss tradeoffs but ridiculing peoples’ choices or speaking in absolutes is not helpful. There’s no One True Way to program.
3.
▲
by
tomnj
6y ago
> huge amount of pent up demand for senior developers But is leetcode really the way to find them?
4.
▲
by
tomnj
6y ago
You can work hard at things other than leetcode though, like actual jobs, personal projects, or learning tech in your field (web frameworks, programming languages, whatever).
5.
▲
by
tomnj
6y ago
And C is still king in many domains, eg embedded development.
6.
▲
by
tomnj
6y ago
There are plenty of reasons to still learn C even if better alternatives exist for most new projects. There’s so much important software out there in C (and C++), for example the Linux kernel.
7.
▲
by
tomnj
6y ago
Haskell and compilers at the same time! Following Appel’s awesome Modern Compiler Implementation in ML: https://github.com/tdp2110/HaskellTiger
8.
▲
by
tomnj
6y ago
> Being in a competitive job market Are we in a competitive job market still? For whom?
9.
▲
by
tomnj
7y ago
Allow me to rephrase then: while the overall population density of the US is low, we have some pretty large dense areas, including Southern California and the northeast megalopolis
10.
▲
by
tomnj
7y ago
> One other factor in the US favor, it’s extremely low population density laughs in jersey
11.
▲
by
tomnj
7y ago
Thumbs up. Respect
12.
▲
by
tomnj
7y ago
I’m 100% not making that point, nor do I believe it
13.
▲
by
tomnj
7y ago
Absolutely, but to say medical staff can’t get or spread flu is false
14.
▲
by
tomnj
7y ago
Anyone can get the flu, even those with flu shots
15.
▲
by
tomnj
7y ago
You don’t need sfinae to get Turing completeness of templates. Template specialization (a crude form of pattern matching) is the main driver for Turing completeness. For example, here’s a toy project to implement a subset of scheme lisp in
16.
▲
by
tomnj
7y ago
I haven’t understand the details, but supposedly Java generics are also Turing complete: https://arxiv.org/pdf/1605.05274.pdf
17.
▲
by
tomnj
7y ago
Regarding laptops, I interviewed once in person in nyc and once in Montreal a few years back: only one (in nyc) brought a laptop for me to use Edit: only one interviewer, that is
18.
▲
by
tomnj
7y ago
Does something about this sound wrong to googlers?
19.
▲
by
tomnj
7y ago
I greatly enjoy the absurdity of this: Xoogler rejected own packet (while at msft, presumably) https://news.ycombinator.com/item?id=22345234
20.
▲
by
tomnj
7y ago
Not scapegoating anything, nor do I think it’s reasonable to expect interviews are not stressful.
21.
▲
by
tomnj
7y ago
Maybe FAANG should institute random DS&A tests for all employees and fire underperformers as potential false positives. /s
22.
▲
by
tomnj
7y ago
Don’t forget 4) find the optimal solution with very few hints and write that too.
23.
▲
by
tomnj
7y ago
> Leetcode style systems are a lot of fun for people. That’s not true for everyone, especially in such high stress situations as an interview. I like crosswords, but I wouldn’t want to do them in front of someone judging me for a job in
24.
▲
by
tomnj
7y ago
Here’s an Xoogler talking about how he was given his own hiring packet to review (without knowing it was his) and rejected it: https://m.youtube.com/watch?feature=youtu.be&v=r8RxkpUvxK0&t...
25.
▲
by
tomnj
7y ago
Can also confirm from my own experience 3 years ago
26.
▲
by
tomnj
7y ago
At least in the case of overflow, the article mentions a few arguments: “”” This direction was motivated by: Performance concerns, whereby defining the behavior prevents optimizers from assuming that overflow never occurs; Implementation le
27.
▲
by
tomnj
7y ago
Also mentioned in godfather part 2: https://m.youtube.com/watch?feature=youtu.be&t=4m26s&v=L6DkV...
28.
▲
by
tomnj
7y ago
It’s heard in Godfather part 2, though: https://m.youtube.com/watch?feature=youtu.be&t=1m&v=L6DkVsss...
29.
▲
by
tomnj
7y ago
That’s correct, and it’s quoted in JF’s paper linked above: “ The main change between [P0907r0] and the subsequent revision is to maintain undefined behavior when signed integer overflow occurs, instead of defining wrapping behavior.”
30.
▲
by
tomnj
7y ago
Out of curiosity, why wouldn’t that be a taxable perk? (Not that I think tax codes make any sense)
More ›