this post was submitted on 16 Aug 2023
414 points (98.6% liked)

Selfhosted

39250 readers
243 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Knock on wood, I have not used them in quite a while.

you are viewing a single comment's thread
view the rest of the comments
[–] Anticorp@lemmy.ml 10 points 1 year ago* (last edited 1 year ago) (2 children)

Not to mention that the cpanels, documentation, and APIs for Google Cloud look like they were written by alien robots to be consumed by alien robots. I've never seen any other platform or docs as confusing and pointlessly convoluted as gcloud docs.

[–] scrubbles@poptalk.scrubbles.tech 11 points 1 year ago (1 children)

They're the absolute worst. Doc links will go in circles, redirecting you back to where you just were, API documentation is out of date - or worse it's out of date and doesn't tell you until the end of reading if it even tells you at all.

Not even mentioning how everything is in permanent "alpha" and "beta" state. Things are never finalized so they can get away with changing the definition on a whim and say "sorry it was in beta, now it's in beta5". I had to rewrite Pub/Sub code at least once a month because they changed their spec on that, and that was one of their "most finalized" products.

Fuck GCP, I will actively avoid jobs that code on it now. If you want enterprise customers, provide an enterprise product. This isn't chat where you can rebuild it every year because your marketers are bored. These are enterprise products that companies depend on.

[–] Anticorp@lemmy.ml 8 points 1 year ago (1 children)

Doc links will go in circles, redirecting you back to where you just were

Right? Who the fuck created this standard? You'll arrive at a doc trying to figure out how to get somewhere and it'll tell you everything except for how to actually get there. It'll finally have a link with the link text being the name of the section you're trying to find, but noooo... It doesn't actually link there, it links to a second document explaining the fucking history of that section, why they named it what they did, the engineer's dog's puppy's name, and anything else to fluff out the doc without actually being useful. Why in the hell would you write a doc about an interface and not link to the relevant interface? I guess it's probably because they completely rebuilt the way that website interfaces work and you can't actually bookmark or deep link to anything. You always end up at the same page regardless of what you bookmark and then you have to manually navigate there. They took all the wonderful working features of the internet and broke them, then made alternatives that are 1000x worse.

I'm so happy, I'm not alone anymore... this frustration was a constant dread that I felt alone, and I feel like we're two lost souls, wandering the plane of Google's terrible documentation, lost forever looking for the json schema for the API we need, constantly searching, never finding it.

[–] dx1@lemmy.world 0 points 1 year ago* (last edited 1 year ago) (1 children)

Honestly, it's not as bad as AWS or Azure. Plus if you use k8s it's first-in-class support, since Google came up with k8s. There is a fairly steep learning curve though.

If you're deploying anything in cloud infra you need to make sure it's portable between providers. Vendor lock-in is a big avoidable no-no.

[–] Anticorp@lemmy.ml 2 points 1 year ago (1 children)

In my opinion AWS is considerably more clear and simple than gcloud.

[–] dx1@lemmy.world 5 points 1 year ago

They're both very complex so it's understandable people would have different experiences. In general I've found GCP fairly straightforward, with shitty documentation, generally good support of fundamentals, great k8s support, good prices, fairly modern APIs, and relatively low feature coverage. AWS more built out, awful & totally inconsistent UI, better feature coverage, higher prices, and some pretty janky XML APIs if memory serves.