Amit Patel

Results 37 comments of Amit Patel

https://www.google.com/cse might be worth a look too — only allows 100 queries per day but it's designed for searching one site (e.g. bl.ocks.org), and it sounds like you can [get...

This page-level graph is based on common crawl, a wee bit out of date, but the index/arc data format looks easy to parse, and the total data is only ~20GB...

[Common Crawl has an index now](http://commoncrawl.org/2015/04/announcing-the-common-crawl-index/). For example, here's json listing urls they have for bl.ocks.org: http://index.commoncrawl.org/CC-MAIN-2017-34-index?url=bl.ocks.org/*&output=json&page=0 has some urls listed. However it doesn't have many urls :( so I...

BTW there are some benchmarks and links to JS libraries for collision here: https://0fps.net/2015/01/23/collision-detection-part-3-benchmarks/

@jgamedev The “standard” answer is to never trust the client, and do everything on the server, but I've seen other architectures that work too. It depends on the game. Client...

- [ ] **An explanation of state charts** [Related : article from HN](https://news.ycombinator.com/item?id=17255418) - [ ] **An explanation of PID controllers** - [ ] **An explanation of Kalman filters** Reference...

It's working for me ``` main: seed = 1679547522 llama_model_load: loading model from 'ggml-alpaca-13b-q4.bin' - please wait ... llama_model_load: ggml ctx size = 10959.49 MB llama_model_load: memory_size = 3200.00 MB,...