sarimak

Results 21 comments of sarimak

We had to apply a temporary workaround in order to use Django 4: `pip3 install git+https://github.com/miki725/django-url-filter.git@aef2719c3a43fc160458283660e74ed7c1385e11` but it would be really great to have the proper fix merged.

Yes, if you want to use cosine similarity for neighbors, you have to pre-normalize (L2 norm) the samples.

I would be very skeptical about the benefit from using GPU for sparse matrix multiplication. Have look at what various sources on the Internet say about bad cache locality and...

While we can safely skip the diagonal for the self dot-product (which contains ones due to the L2-normalization of the rows and the absolute similarity to self is not a...

Update: We can do it differently - iterate over all rows in the outermost loop, iterate over portion of a row in the inner loop (and the slice length is...

Since today Firefox Klar is available via F-Droid repo. I can't find its package page on f-droid.org yet, maybe becomes available after a nightly refresh of the website => the...

When reading the README of this GitHub repo, the license of the double-metaphone library seems to be the same as Perl license -- thanks to "This module is free software;...

Workaround: ``` @app.after_request def after_request(response): # Wrap JSON responses by HTML and ask flask-debugtoolbar to inject own HTML into it if app.config.get("DEBUG_TB_ENABLED", False) and response.mimetype == "application/json" and response.status_code !=...

@guyecode You're right, FDT has changed since I posted the workaround. I can reproduce the issue (FDT for JSON response is displayed but ignores click events -- while it works...

My wife's Freetube was also not visible (and she uses Freetube for years, upgrading it alwayd to newest version) but she managed to fix that by noticing a strange small...