Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HA
Posts
0
Comments
328
Joined
1 yr. ago

  • As someone who know pgp exists, i say have at it feds, lets see what kind of explots clippy2.0 has and how quickly it gets cracked.

    Seriously ever actual expert in cryptography would tell then what they want is not possible. It would be exploited within weeks, probably by multiple different actors. Let them fuck around and find out, they obviously dont "learn" from it, but at least it will shut them down for another decade or so.

  • Im curious what could come off as a joke to you but would offend a trans person but not offend other (similarly aged) people.

    If your joke might be offensive to anyone, its probably best to save it for outside of the workplace if you share it at all.

    Not saying dont make any jokes, just that your jokes shouldn't be referencing someones gender or appearance or at the expense of someone else in general.

  • Use soundiiz or a similar service to export your library to a csv or text file, then you can use any number or services like frayr, streamrip, yt-dlp or tidal-dl to download them all.

    Lidarr extended scripts also works well for this. https://github.com/RandomNinjaAtk/arr-scripts/blob/main/lidarr/readme.md

    don’t want fake solutions that use Google Music or Deezer to download, i pay spotify and expect somehow to be able to download 320Kbps music from it.

    Unfortunately thats all youll find because spotify doesnt allow direct downloading unlike every other music streaming service.

  • You can set it to wipe them from memory on different conditions, including instantly if youre that paranoid, sure its still possible. Its an optional feature most people wont use, but its pretty well thought out.

  • I used a cheap temp sensor to link the on of with the temperature further away in the room. Its more useful with space heaters it the winter.

    Running it for 20 mins every hour during daytime is an interesting approach, id think it would be more effecive to do on 10 evey half hour but i suppose its really just a personal preference.

    Have you done any measurements to see how effective it is 20mins every hour compares to every other hour?

  • I heard there are other apps that do the same thing Stremio does, which is only leech and not seed.

    Im fairly sure stremio does seed, maybe users can choose not to or set really low upload but thats true of any torrent clients.

    If you really dont want to share with leechers you should stop using public trackers entirely and get on something like torrentleech or another private tracker where they ban leechers.

  • Yep Probably you need to change ownership and/or permissions of the files outside of docker.

    I dont want to give the wrong suggestion from memory so hopefully thats enough info to get you going in the direction of a fix. Basically see what user id owns the files inside of docker, make it the same uid outside of docker in the folder you are bind mounting.

  • If you have permissions then try editibg uwsgi.ini and see if it lets you save.

    Im going from memory but i think i had a similar issue and i had to manually create the file, yours shows the file already exists but it might not be writable.

  • try opening a shell with ' docker exec -it searxng sh" and see if you can cat the file from inside docker, if yes then I'm not sure of a solution ,if no then the problem is with permissions on your filesystem outside of docker where you have " - ./data/searxng:/etc/searxng" You need to go to ./data/searxng and correct the permissions so they can be read inside the docker.