Viewing profile — morghus
morghus
HN member- Joined
- Fri, Nov 04, 2016, 10:15 AM UTC
- HN karma
- 31
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About morghus
No profile information was provided.
Recent public activity
-
comment
Comment #15009176
I would add beautiful people as well: https://www.youtube.com/watch?v=ewr-vzw4ZWo
-
comment
Comment #14788709
Part I dislike most is that all this publicity just increases their exposure and probably their profits too. I don't see how you could stop people like this and can't help but wond…
-
story
Ask HN: How do you write specs/requirements/design documentation?
I work at company where we don't do any of this. Which leads to more iteration and wasting time. I'm trying to introduce writing specifications as a start, but I'm worried my knowl…
-
comment
Comment #14236576
We really have no way of knowing for which purpose or in which way any data that is collected about us is used by any company/person/entity.
-
comment
Comment #14236565
Oversight by whoever dared leak this.
-
comment
Comment #13667241
Yes, except you can't do the most basic things with DocumentDB and it becomes very expensive very fast. Especially if you want multiple collections. There's a lot lacking with Docu…
-
comment
Comment #12871580
much obliged
- comment
-
comment
Comment #12871463
Can anyone explain why this pattern doesn't work? Or point me to some resource? function myApiFunc(callback) { /* * This pattern does NOT work! */ try { doSomeAsynchronousOperation…