Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
random_coder
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
random_coder
1y ago
I think you're right and the given answer of 596 is wrong. It's 380 m-w, 190 m-m, 45 w-w handshakes, so 615 in total.
2.
▲
by
random_coder
2y ago
Also, a co-author of the Raft consensus algorithm.
3.
▲
by
random_coder
3y ago
What's wrong with talking about animals anyway? Truly bizarre.
4.
▲
by
random_coder
4y ago
A neat trick indeed, using bitsets in a sliding window. Contest programming makes heavy use of some such tricks.
5.
▲
by
random_coder
4y ago
Hi Peter, thanks a lot for doing this. I have a h1b from 2012, i worked in the us for an year using it and returned to my home country. Is it of any use to me now, can i be cap exempt or its validity has expired and I will need a new one?
6.
▲
by
random_coder
4y ago
It's a joke.
7.
▲
by
random_coder
4y ago
Best to forget about that interview and focus on future ones. Frontend engineering doesn't mean you can ignore performance issues in your programs. Binary trees are a very useful data structure to know in general. Ordered collections i
8.
▲
by
random_coder
4y ago
Could you share your VR development setup? PC specs, which platforms/devices do you develop for etc...
9.
▲
by
random_coder
5y ago
Each letter is given a weight and it's multiplied by the length of the word it's part of to get its effective weight. Sum it up for all letters and you get the final score. Here, it seems like two 10 letter words can be formed usi
10.
▲
by
random_coder
5y ago
You say it's a superset of C that compiles to C. But why does your example with main() look like Python? It's certainly not valid C code.
11.
▲
The Utility of Mathematics
(catb.org)
60 points
by
random_coder
5y ago
|
16 comments
12.
▲
by
random_coder
6y ago
Usually SICP is recommended as a follow up to HtDP. It's freely available at https://mitpress.mit.edu/sites/default/files/sicp/full-text/...
13.
▲
by
random_coder
6y ago
I wake up early at 4AM, make a cup of coffee for myself, play 15 min of chess and study Spanish for another 15-20 min. This routine gets me ready to do intellectually intensive work like reading a hard technical book.
14.
▲
by
random_coder
6y ago
Same exact thing happened to me at Microsoft during the system design interview round. Interviewer wouldn't just let me explain and kept on arguing about a relatively minor issue and wouldn't let me proceed and in the end failed m
15.
▲
by
random_coder
8y ago
I noticed I spend too much time reading wikipedia articles, jumping from one to another, so I built a chrome extension to limit that browsing time to a few minutes per day.
16.
▲
by
random_coder
9y ago
That I am not good enough to do the things I dream of doing.
17.
▲
by
random_coder
10y ago
Or Which may be exactly what they want.
18.
▲
by
random_coder
10y ago
I've been making a Django app for over a week because I wanted to learn doing web dev. I hope to finish it another 2-3 weeks. So far, it's been a intimidating and yet fantastic experience learning about django, http, html dom, js,
19.
▲
The architecture interview
(susanjfowler.com)
3 points
by
random_coder
10y ago
|
0 comments
20.
▲
by
random_coder
10y ago
Lol at the third category - they're at the wrong jobs(for them), perhaps they need to do something on their own, figuring things out themselves!
21.
▲
by
random_coder
10y ago
To me, it looks like you're just having problems with algorithm interviews. I have a solution for you and it's much more effective than textbooks - go to websites like www.spoj.com, projecteuler.net, topcoder.com and many other si
22.
▲
by
random_coder
10y ago
I've never worked in an early stage startup, but what is it exactly that those working more than 100 hours per week do?
23.
▲
by
random_coder
10y ago
I mostly write C++ code on Linux systems. I use ddd for interactive debugging in bigger projects. For throwaway code(C++ & Python), I just use print statements.
24.
▲
by
random_coder
11y ago
For 5), 89 modulo 77 is 12 so we just solve for the least m such that (m + 3) * (m + 4) (= m m + 7 m + 12) is divisible by 77. Both 73 and 74 clearly satisfy the condition, but 18 + 3 = 21 divisible by 7 and 18 + 4 = 22 divisible by 11 is t
25.
▲
by
random_coder
11y ago
I find Mozilla's javascript guide[1] to be quite good for learning JS, if you have some programming experience. 1. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guid...
26.
▲
by
random_coder
11y ago
As an Indian I often wonder, the real question is not why India is so corrupt(esp. at the lower levels of bureaucracy), rather how come certain countries have zero corruption at those levels? Perhaps I'm too pessimistic about human nat
27.
▲
by
random_coder
11y ago
Care to explain a little? Did your friend mean that talented engineers like working on novel problems and companies facing hard problems are thus more attractive?
28.
▲
by
random_coder
11y ago
As far as your work is concerned, if you believe your code or design choices are valid, don't accept their corrections or suggestions so easily. Explain your choices and listen to them seriously. Let THEM convince you why you're i
29.
▲
by
random_coder
11y ago
Availability of an interpreter has been one of the major advantages of programming in dynamic languages. With languages like Haskell, Scala coming with first class interpreters, this advantage is being lost to a certain extent. I think it s
30.
▲
Performance engg. of software systems
(ocw.mit.edu)
1 points
by
random_coder
11y ago
|
0 comments
More ›