Viewing profile — ChrisFulstow
ChrisFulstow
HN member- Joined
- Mon, Mar 28, 2011, 12:05 AM UTC
- HN karma
- 9
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About ChrisFulstow
No profile information was provided.
Recent public activity
-
comment
Comment #6416556
This has happened already, a few years ago the Sherlock Holmes estate authorised a new novel The House of Silk written by Anthony Horowitz. http://en.wikipedia.org/wiki/The_House_o…
-
comment
Comment #2381444
Works for me in Australia with a UK Amazon account :)
-
comment
Comment #2377328
I'm really interested in the OOCSS approach, it's efficient, maintainable and modular, and although it's not perfectly semantic the trade-off is minimal. I first discovered it from…
-
comment
Comment #2376713
Thanks, great to know it's being considered as part of the product roadmap.
-
comment
Comment #2376659
Tokenization was a simple string split on whitespace, and no stemming. It was quite a large Mongo dataset, so only a fraction of the index and data would've been in memory, it coul…
-
comment
Comment #2376528
This isn't really supposed to be a proper full-text index feature, instead it's building a rudimentary inverted index using a string array property. It's possible to create indexes…