Nicolas Iderhoff

Results 27 comments of Nicolas Iderhoff

I am not sure how the interaction is with javascript.vim, but I am *not* using it and I get also multiple output lines (1 for each open tab) upon saving....

Hey, thanks for your quick response here. It seems I fail to grasp the project-concept fully, but what I learned now is: I can create multiple packages using hatch. Let's...

> I'll go ahead and close this issue for #392, let me know if you disagree I welcome the changes in #392, but I would disagree it solves the problem....

@cemilzalluhoglu [Here](http://blog.qure.ai/notes/deep-learning-for-videos-action-recognition-review) is a really good article with examples.

> OK, I just tried to increase the self.chuck value to 1024 * 4 and I don't get the error anymore and the transcription works fine. This is in client.py...

What exactly do `u` and `v` stand for in this case? It is mentioned in the OpenCV class reference for the OpticalFlowTVL1 implementation and in the paper about this implementation...

hey @alebondarenko, @doganaktarr, getting all the nodes from PGVectorDB kind of defeats the purpose of using the DB in the first place. If the node list is so small that...

> thanks @niderhoff it's worth trying One caveat though is that (afaik) Postgres’s full text search does not use any term document frequency statistics weighting algorithm[1] (like BM25), which might...

@alebondarenko I have researched this topic a little more and it looks like I (maybe?) need to correct myself: > It does if you use [ts_vector](https://www.postgresql.org/docs/14/datatype-textsearch.html) to store the TF,...

> ```shell > export KUBECONFIG=`ls -p /Users/my-name/.kube/config* | tr '\n' ':'` > ``` hey that's a really cool approach. I modified it a little bit, because my kube config files...