Viewing profile — raycmorgan
raycmorgan
HN member- Joined
- Tue, Oct 18, 2011, 3:36 AM UTC
- HN karma
- 66
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About raycmorgan
https://github.com/raycmorgan
Recent public activity
-
comment
Comment #10890265
This has now been fixed. Sorry again for the trouble!
-
comment
Comment #10526556
My 3 month old goes through about 5-8 and my 2 year old 1-4 a day depending if he uses the potty or not.
-
comment
Comment #6950753
Thank you for your comment. I agree that there is nothing wrong with using a plurality of systems when needed. Your example of moving from one to another is great! Start with a sim…
- story
- story
-
comment
Comment #6259565
Although I understand the concerns of the article, I do not agree. I think auto updates make for a much better experience for both users and developers. The web has had this model …
-
comment
Comment #6222698
I would do it in Node.js like the following: async.eachSeries(players, askName, function (err) {}); // this is someplace it should go function askName(player, callback) { Ask("What…
-
comment
Comment #6190608
In the fraud detection and ad tracking spaces there are companies that use this technique. They are able to adapt to changes in the browser (using statistics, cookies as bridges, y…
-
comment
Comment #6190587
I know a couple groups that use this technique to track iOS app downloads. Although iPhones aren't very unique, looking at the somewhat unique fingerprint + timeframe from browser …