Viewing profile — ekke
ekke
HN member- Joined
- Tue, Aug 13, 2013, 11:11 AM UTC
- HN karma
- 37
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About ekke
Recent public activity
-
comment
Comment #18340615
(1.005).toFixed(2) // Expected rounding to "1.01" "1.00"
-
comment
Comment #18340456
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 Halid…
-
comment
Comment #18268478
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 …
- story
-
comment
Comment #17129241
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... - "…
-
comment
Comment #17028805
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 = Array.from(Array(…
-
comment
Comment #17010883
Sure, and at least few more people :)
-
comment
Comment #16984865
NPM guys explain it in the blog today: https://news.ycombinator.com/item?id=16975025
-
comment
Comment #16977185
And NPM took it down quickly, whew.
-
story
Backdoor injected to NPM express-cookies package
Remote code injection vulnerability wild in public npm package, plausible-sounding 'express-cookies' and its dependency 'getcookies'. >10K downloads during April. Vulnerable code: …
-
comment
Comment #12383284
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 …
-
comment
Comment #11225421
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://moja…
-
comment
Comment #6944361
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…
-
comment
Comment #6944296
390: ^[lwp]|fa|r[ro]|[isytd]l|c$|de
-
comment
Comment #6944286
Nice, turn it around for 199: ^.{5}[^e]?$
-
comment
Comment #6205055
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 w…