Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
eipi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
eipi
14y ago
Until the day a man feels equally comfortable telling a sex-related joke to a woman as to another man, all such jokes are, by definition, sexist. We as a society are not open towards sex and the real sexist men feel that it is to their ad
2.
▲
by
eipi
14y ago
Wow!
3.
▲
Ask HN: How do you manage your one-man project?
41 points
by
eipi
14y ago
|
57 comments
4.
▲
by
eipi
14y ago
There are two kind of "technical" people. The "Science" kind, and the "engineering" kind. If you appreciate the "beauty" of an mathematical equation, or the "elegance" of a proof, you are the "Science" kind. If you appreciate the precisenes
5.
▲
by
eipi
14y ago
Because city and local officials make huge profits with these development. Remember, land is owned by the government. And no one is accountable for failed investment. Cheapest materials are used, getting done fast is important because the d
6.
▲
by
eipi
14y ago
For one, it will be useful to catch cheating program homework that simply renames variable names and re-arranges function definitions.
7.
▲
Diffing code by program structure (not by text)
(yinwang0.wordpress.com)
3 points
by
eipi
14y ago
|
1 comments
8.
▲
by
eipi
15y ago
Memoized version: class Factorial(object): def __init__(self): self.n = 0 self.fact_n = 1 def next_fact(self): self.fact_n *= (self.n + 1) self.n += 1 def prev_fact(self): self.fact_
9.
▲
by
eipi
15y ago
This is essentially what I have been doing for the last 6 months and it works great for me. But it only works great because 1) I go to bed at 9 pm - I am literally falling asleep with 5 minutes. 2) Coffee is only allowed before 9am.