Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

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:
about 2 months ago
Edit Post #291197 Initial revision about 2 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)
about 2 months ago
Edit Post #291076 Initial revision 2 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)
2 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)
2 months ago
Edit Post #290358 Post edited:
5 months ago
Edit Post #290358 Initial revision 5 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)
5 months ago