Viewing profile — kevinfat
kevinfat
HN member- Joined
- Sun, Oct 07, 2012, 3:35 AM UTC
- HN karma
- 28
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About kevinfat
No profile information was provided.
Recent public activity
-
story
Ask HN: How to use ML in information retrieval
In the information retrieval space I am aware of software such as the following: lucene, solr, elasticsearch, sphinx, manticore, etc. As far as I am aware these are based on invert…
-
comment
Comment #35300978
I often hear the interest rates yielded this result of massive inflation or massive recession. But I'm not sure I believe that. I'm not convinced that the 0% interest rates lead to…
-
comment
Comment #34513629
That is wrong. Every description of rollback mentinos that. Replaying inputs after rolling back can result in a new state that is different from the client predictino which amounts…
-
comment
Comment #34502236
On more thought I don't see how what you're saying is relevant to my point. The server needs to maintain the current state (which is based on the latest input it has received). No …
-
comment
Comment #34491482
Ok interesting there is a lag compensation feature. I did not think of the server having something like that precisely because of what you mentioned it sounds like this is somethin…
-
comment
Comment #34485962
So consider a first person shooter with no rollback you're probably going to be aiming slightly ahead of the person to compensate for latency lag. And maybe you'll aim to the other…
-
comment
Comment #34484604
Question why is rollback networking good for games? To play devil's advocate with the lag hidden wouldn't this lead me to make decisions without considering the possibility that th…
-
comment
Comment #34101968
I don't think that is correct. I don't think the market actually needs phd level stats skills. Its just like the market doesn't need phd level pure math or doesn't need phd level C…
-
comment
Comment #30444722
So another way of saying this is consider the space of languages where * control over memory use and layout (in contrast java is a pig over memory usage) * some kind of easy way to…
-
comment
Comment #29903902
So for anyone reading this and seeing other comments about gain of function. The first thing you should realize is that the people here commenting about gain of function have no id…
-
comment
Comment #29733226
To be a contrarian here to bring up a question, do these things really count? The roots of similar ideas already existed decades ago in old journals for all of these. Maybe the phr…
-
story
Integrating sales transactions into accounting software
How do startups get their sales transactions into their accounting software (Quickbooks, cloud based software, or whatever is used)? I assume with your typical web app credit card …
-
story
Secure alternatives to email?
What current attempts are there to replace email with something secure rather than encryption slapped on after the fact like with email? Desirable properties would be like, for exa…
-
story
Are there open source news aggregators?
What infrastructure do news aggregators typically use to do the crawling, parsing, indexing, extracting, storing/format in database, etc.? Are there open source news aggregators so…
-
comment
Comment #6448324
Do any of them have details of how they built their news aggregator? For example, what infrastructure did they use to crawl, parse, and index the pages, etc.
-
story
How do news aggregators get a list of news sites?
If I wanted to make a news aggregator site how do I get a curated list of news sites such as http://www.latimes.com/ http://www.washingtonpost.com/ Its not realistic for me to manu…
-
comment
Comment #5330617
In my mind the big advantage of Go over Node that is sometimes overlooked is that your code in Go is written in a largely serial manner with no callbacks. With Go you don't have to…
-
comment
Comment #5273156
Are any of these good for RTS games? Or is the overhead too much compared to a modified A* path finder that only finds close to optimal paths?
-
comment
Comment #5248941
If I am understanding correctly the suggestion is to have a distributed hash table that any backend can lookup to find the other backend it should forward to. And since the distrib…
-
comment
Comment #5248595
I've never dealt with Comet. I need the long detailed answer for complete noobs.
-
comment
Comment #5248506
So in practical terms how does one setup backends to use WebSockets. For example, suppose you have nginx in front of a bunch of Unicorn or Rainbow processes and there are two clien…
-
comment
Comment #5242199
Are WebSocket connections persistent to a single backend? That is, suppose Nginx is in front of two Unicorn processes. Will Nginx maintain a mapping table of client browser connect…
-
story
Rails hosting that supports WebSockets?
Heroku does not support WebSockets. Which Rails hosting platforms support WebSockets. (Also, if any, which of them give a free mini instance like Heroku does?)
-
comment
Comment #5224447
Can someone explain, to people who know nothing about scaling infrastructure, why routing to idle dynos is a hard problem?
-
comment
Comment #5181511
That's not a privacy issue. That's a I don't want feature X (ads) issue.