

Gandi massively increased their prices 2 years ago.
Bun, meat, salad, tomato, onion, Cheddar.
Gandi massively increased their prices 2 years ago.
It doesn’t. It prompts you to solve it when first logging in.
I can’t believe an objectively true claim gets downvoted.
Not in languages where you don’t manually handle memory, such as PHP, SQL, Python… Higher-level languages using 0-indexed arrays are letting the abstraction leak.
To me, CBT has always made it feel like my thoughts and feelings are not valid. As someone who has had invalidation problems with these my whole life it makes it feel really offensive.
Therapy in general is about accepting problems instead of solving them. This is because therapists are not real doctors and cannot actually cure anything. Psychology is a scam.
Biblically accurate angel:
Nextcloud’s biggest issue is performance, and PHP, while not a problem per se, doesn’t help. PHP is not designed for huge applications that need to have processes running in the background; it only runs when a request is made then stops the process, therefore it needs to load itself from scratch on every single page load.
This is because PHP uses something called CGI; the webserver (usually nginx or Apache) calls an external PHP binary to generate a page. With Go (or pretty much any other language), the app is its own server and can keep data in memory and do stuff even when no request is coming.