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
帖子
0
评论
371
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.

  • I pirate about 99% of the games i play until they go on sale for under $20. I dont think $70 for any game is fair, but i make an exception for doom games because they are my absolute favorites.

    For me personally its worth it, but i wouldn't recommend it at full price to anyone who isnt a hardcore doom fan.

  • 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.

  • Grieve with me

  • I got some magnetic detachable usb cables and the end that detaches never gets unplugged from my phone. Although i mostly charge mine with a wireless pad on my nightstand.

  • 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.

  • The problem is that while docker is running as root (0) the searxng process internally runs as a user searxng with id 977

    So your filesystem outside of docker needs to have those files assigned the right ownership.

    This thread has a more detailed discussion that you might find helpful. https://forums.truenas.com/t/how-to-install-searxng-app-docker-permissions-issue/14049/10

  • 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.