[-] [email protected] 3 points 4 months ago

In the last week or so, I have finished all of the currently available episodes of School Spirits, Handmaid's Tale, and Severance. Gonna have to find some new shows (at least until Handmaid's Tale starts up in April)

[-] [email protected] 3 points 6 months ago

I have also come across Windscribe, which seems reasonably well respected. Sadly, they make you pay extra for a static IP and port forwarding.

AirVPN has a lot of people complaining about connection speed.

Options are drying up 😢

[-] [email protected] 3 points 11 months ago

Doesn't Kate have its own theme options?

[-] [email protected] 3 points 11 months ago

As a user of Debian and Arch: I don't know how to feel

[-] [email protected] 3 points 11 months ago

Thanks for the link! I was trying to figure out the Lunduke complaints (I don't know if I've ever heard of this guy before). This video did a solid job of catching me up.

[-] [email protected] 3 points 1 year ago

As someone just finishing up a first playthrough of The Outer Worlds, I might have to watch for a Starfield sale.

[-] [email protected] 3 points 2 years ago

Who is in the wrong? Your manager, for not giving you time to refactor? Or you for giving him the option?

[-] [email protected] 3 points 2 years ago

Well, I'm going to start by repeating that I don't necessarily agree that it being monolithic is necessarily a problem right now.

The immediate thought in my mind would be all of the federation logic. That's where all of the instances seem to be lagging behind, and it seems the common fix is "just increase the workers to one billion". Apparently that does something meaningful, but the developer in me wants to know how a few cores can put so many workers to use.

Spinning federation off into a microservice means you could deploy it on something like Cloud Run or AWS ECS, and have it autoscale as the workload demands it. Seems like a pretty prime candidate to me.

[-] [email protected] 3 points 2 years ago

Oh shit, it's me.

[-] [email protected] 3 points 2 years ago

Surprised I'm not seeing any other self-hosters in here. Having seen the de-federation drama, it's nice to know that I can federate with anyone I want, regardless of if they are federating with eachother.

Obviously it comes with the administration side of things, but I really don't mind.

[-] [email protected] 3 points 2 years ago

Database name is the database name, not the table name

User is the user for your database. Look up how to create new users in phpmyadmin. You should be able to grant or revoke different accesses in phpmyadmin as well to achieve an account which can only read a specific table (search for information on grants)

Lastly, Id like to suggest you not write your own security techniques (auth, etc). Look up best practices and use them (JWT, OAuth, Session cookies, etc).

view more: ‹ prev next ›

myersguy

0 post score
0 comment score
joined 2 years ago