Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ekke
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ekke
8y ago
(1.005).toFixed(2) // Expected rounding to "1.01" "1.00"
2.
▲
by
ekke
8y ago
Hm, re: "ads are everywhere" - is it just me, or are two of the three sample posts in the screenshot content-based ads? First for the novel Cibola Burn, and third for the app Halide.. the middle post seemingly is a reply to an ad
3.
▲
by
ekke
8y ago
This is fascinating. For anyone interested in a slightly odd but unique and in-depth view of Systems design and failure, would like to recommend "The Systems Bible: The Beginner's Guide to Systems Large and Small" by John Gal
4.
▲
Braintease HN: Taller people have more uncles
1 points
by
ekke
8y ago
|
0 comments
5.
▲
by
ekke
8y ago
In that section, would like to add recommendations for: - "Being Geek: The Software Developer's Career Handbook" https://www.amazon.com/Being-Geek-Software-Developers-Handbo... - "Team Geek: A Software D
6.
▲
by
ekke
8y ago
This is HN after all - some version of ES/JS: class Eel { valueOf () { return 'https://imgflip.com/meme/Bad-Joke-Eel'; } } const craftCapacity = 331, hovercraft = Ar
7.
▲
by
ekke
8y ago
Sure, and at least few more people :)
8.
▲
by
ekke
8y ago
NPM guys explain it in the blog today: https://news.ycombinator.com/item?id=16975025
9.
▲
by
ekke
8y ago
And NPM took it down quickly, whew.
10.
▲
Backdoor injected to NPM express-cookies package
58 points
by
ekke
8y ago
|
15 comments
11.
▲
by
ekke
10y ago
Good one! A naive strategy where they never die, and hopefully stay in prison for slightly less than a few billion years: One prisoner is the light-counter (Mr C). Others follow a simple pattern - if the light is off, and they have never tu
12.
▲
by
ekke
11y ago
Nice photo caption fail: "Minecraft is developed by Swedish company Mojang. Will future games be developed now that Microsoft is closing its borders?" In the light of: https://mojang.com/2014/09/yes-were-
13.
▲
by
ekke
13y ago
Got hooked and to 3202, but ca 10-20 more points could be gained according to answers here and there: https://gist.github.com/jonathanmorley/8058871 Kudos to the author of the game, good job. PS. http://rege
14.
▲
by
ekke
13y ago
390: ^[lwp]|fa|r[ro]|[isytd]l|c$|de
15.
▲
by
ekke
13y ago
Nice, turn it around for 199: ^.{5}[^e]?$
16.
▲
by
ekke
13y ago
Why not? Because it changes the meaning of '.': ~$ echo date > d.sh ~$ d.sh -bash: d.sh: command not found ~$ . d.sh 06:37:21 EDT 2013 ~$ alias .='cd ../' ~$ . d.sh /home$ Is not works!