Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Activity for Zer0
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #291197 |
Post edited: |
— | 8 months ago |
Edit | Post #291197 | Initial revision | — | 8 months ago |
Answer | — |
A: How do I download everything stored in iCloud? Due to the GDPR (Article 20), services (like Apple or Google) had to offer EU citizens[^1] the option to download their personal data. Many also offer this option to non-EU citizens to a greater or lesser extent. Apple describes this process here: https://support.apple.com/en-us/102208 > How... (more) |
— | 8 months ago |
Edit | Post #291076 | Initial revision | — | 8 months ago |
Answer | — |
A: Is there a memory book for humans? There are many vector search libraries and engines for use in machine learning, apis, databases, and programs. https://github.com/currentslab/awesome-vector-search has a list of some of them. For example, Semantra seems to fit your requirements. It is a command line tool with a local web server. Y... (more) |
— | 8 months ago |
Comment | Post #291065 |
Cosine similarity cannot deal with synonyms. It deals only with vectors, and it's ability to handle synonyms depends on the vectorization step. You (the software) need to use a capable technique like Word2Vec, GloVe or FastText. With these vectorizations, synonyms can get similar vectors and thus hav... (more) |
— | 8 months ago |
Edit | Post #290358 |
Post edited: |
— | 12 months ago |
Edit | Post #290358 | Initial revision | — | 12 months ago |
Answer | — |
A: How can I disable channel drag and drop in Discord? Since there seem to be no userscripts for this, I wrote one myself. It should work with all major userscript managers and browsers. The script prevents the `dragstart` event and thus drag and drop for the channel list. Additionally, there is a button to reactivate drag and drop if you want to rearra... (more) |
— | 12 months ago |