Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bkz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
bkz
13y ago
Runs perfectly fine with Wine.
2.
▲
Varnish HTTP Cache (Poul-Henning Kamp Talk)
(vimeo.com)
4 points
by
bkz
15y ago
|
0 comments
3.
▲
Spotify Notes
(zafar.se)
1 points
by
bkz
15y ago
|
0 comments
4.
▲
by
bkz
16y ago
My view is that pair-programming is a tool which only really works for stuff dealing with tactical decision making, logic/fact checking, teaching or debugging. Higher level abstract stuff which involves creativity (design) or strategic deci
5.
▲
by
bkz
16y ago
This version clocked in at 1:35, gave up on the "professional code" requirement though :) Need to sleep. https://gist.github.com/752455
6.
▲
by
bkz
16y ago
Funny how readable Python is: def condense(s, remove): return "".join([c for c in s if c != remove]) Cheating (2.6+): s.translate(None, remove)
7.
▲
by
bkz
16y ago
IMHO, a clearer version: x^2 = x^2 x^2 + (r^2 - r^2) = x^2 (x^2 - r^2) + r^2 = x^2 (x + r)(x - r) + r^2 = x^2 If we continue you'll also notice that: (x + r)(x - r) = x^2 - r^2 Which is useful if you n
8.
▲
by
bkz
17y ago
People who are really serious about software should make their own hardware. -- Alan Kay
9.
▲
by
bkz
17y ago
After having launched our product I was spending some time reviewing commits together with the senior tech lead. Still to this day I can recall the commit number, the filename and write down the code from memory responsible for what turned
10.
▲
by
bkz
17y ago
Funny, I was in Berlin last week and spent a couple of evenings at this place where I can't recall a single person _without_ a laptop: http://www.spottedbylocals.com/berlin/area/mitte/bars-mitte/...
11.
▲
by
bkz
17y ago
Believe it or not IKEA is probably the most ethical and hacker oriented large-scale company currently around. They don't scam people into buying stuff which breaks and needs to be replaced, they retain customers by offering something to eve
12.
▲
Ask HN: Berlin Hacker Meet
2 points
by
bkz
17y ago
|
0 comments
13.
▲
by
bkz
17y ago
The code has been available in their public SVN repository for quite some time: http://src.chromium.org/viewvc/chrome/trunk/src/courgette/ BTW, I've read about 40% of the Chrome code and I have to say it is the single best open-source pro