Appliance connectors: https://en.wikipedia.org/wiki/IEC_60320
North American connectors: https://en.wikipedia.org/wiki/NEMA_connector
Worldwide industrial connectors: https://en.wikipedia.org/wiki/IEC_60309
Worldwide standard connectors: https://en.wikipedia.org/wiki/AC_power_plugs_and_sockets
cablepick
From google images it looks like this PSU has an IEC C20 male connector on it meaning you would need an IEC C19 end on your cable. C19/20 is a higher amperage version of C13/14 which is what could be considered standard on a normal consumer PSU. Google C19 to whatever plug your 220v outlet needs and you should find the appropriate cable.
I've found the solution to this problem is to not have friends.
Oh no I hope i can get a refund.
The lemmy user in the database needs superuser privilages. Add superuser to the lemmy account, drop the database, and then recreate it.
sudo -iu postgres psql -c "ALTER USER lemmy WITH SUPERUSER;"
sudo -iu postgres psql -c "DROP DATABASE lemmy;"
sudo -iu postgres psql -c "CREATE DATABASE lemmy WITH OWNER lemmy;"
Edit: they may have fixed this but I'm not sure what version it's in. Let me know if that doesn't work. https://github.com/LemmyNet/lemmy/pull/3002
Pict-rs uses a database to match the uri hash to the file name on disk or object store. This allows for deduplication. It always needs to sit between storage and requests. I have my instance setup to use a separate CDN domain and caching servers to reduce load in my instance. One day soon I hope to get a write done on how to do it.
Scroll down to do a complete reload doesnt work on my iphone but other than that it's great.
I think that’s the websocket connection that they are working on removing in the next version. Should make the loading issues on mobile go away.
It’s tough because you don’t want them to be technically inept in this day and age. There is also peer pressure amongst friends and a certain social status that for better or worse matters to them.
It’s a balance between unrestricted access and a reasonable amount. We keep them busy enough that it’s never a question. They really only come out on long car rides and trips. We don’t use them in the home at all.
Very rarely at a restaurant, only when it’s large family affair at a place we won’t normally go. I used to judge people throwing screens in front of kids at restaurants but let me tell you it’s better than chasing them around. They get a treat, the screen, for behaving and I get to enjoy a nice meal.
I’ve never paid Reddit a dime but I’m going to signup for at least whatever gold costs. Fuck spez.
It won’t work well. Other instances make assumptions about paths as it’s standardized. For example they don’t store the full pictrs path, just the ID. It’s assumed the path is /pictrs/image. You would have to set 301 redirects. Other instances may link directly to your root uri when making links back to you. The api requests are also likely going to your root uri.
The front end can do whatever you want. Just change the paths typescript files before you compile as those also use root urls.
I have my instance setup to use a CDN and separate URL for all static content including pictrs. I have a script that modifies the front end while compiling to accomplish this. I use 301 redirects to fix all the assumed paths and requests from other instances.
:wq!