HackerTrans
トップ新着トレンドコメント過去質問紹介求人

nossid

no profile record

コメント

nossid
·4 か月前·議論
If you didn't already see https://news.ycombinator.com/item?id=44878151 (Building a web search engine from scratch in two months with 3 billion neural embeddings), then you might enjoy it, even if it's way overkill for your use case.
nossid
·2 年前·議論
In the notebook you can see it set to Spectral.

https://github.com/Sohl-Dickstein/fractal/blob/main/the_boun...
nossid
·3 年前·議論
Focusing on speeding up find_close_polygons instead of realizing that you're matching many points against the same set of polygons is also unfortunate, since that function being slow is a red herring. You can create a scipy.spatial.KDTree for example and just query all the points against that.
nossid
·5 年前·議論
It could be worth looking at Wiki.js (https://js.wiki/). It's not perfect, but I started using a self hosted instance recently and it has worked out ok so far. With markdown and git sync it doesn't feel like I'm stuck if I want to move on to something else in the future, or if I want to do some automation/scripting with the contents.