Readit News logoReadit News
jrudolph commented on Google Infrastructure Manager: Provision Resources with Terraform   cloud.google.com/blog/pro... · Posted by u/FBISurveillance
jrudolph · 2 years ago
I wouldn’t be surprised if Google aims to replace Google Deployment Manager with this, which never really got any traction. Azure has ARM, AWA has Cloudformation. Google betting big on terraform will be interesting considering the recent change to BSL.

If Google decides to back OpenTF that would be a huge deal.

jrudolph commented on The Terraform Registry Terms of Service have been updated   github.com/opentffoundati... · Posted by u/yankcrime
jrudolph · 2 years ago
Getting a lot of docker hub vibes from this one. HashiCorp is course within their rights. Can't be cheap to run the registry given the obscene size of some terraform providers.

$ ls -lah terraform/providers/registry.terraform.io/hashicorp/aws/5.14.0/darwin_amd64/ total 368M

Anyone have an idea of the reasons terraform needs a 370 MiB binary just to call REST APIs?

jrudolph commented on Vercel Service Markup   service-markup.vercel.app... · Posted by u/kennethfriedman
chrisco255 · 2 years ago
Amplify is the most vendor-specific locked in stack you could possibly choose.

If you don't want to be burned by vendors changing the pricing model on you, don't choose a proprietary stack to build on.

jrudolph · 2 years ago
I’m pretty confident of all the players in that market AWS is the least likely to pull that move.
jrudolph commented on Vercel Service Markup   service-markup.vercel.app... · Posted by u/kennethfriedman
brundolf · 2 years ago
I've been wondering what the limits of the user-based pricing actually are

If it's just the number of people who can go in the UI and press the button (when it automatically gets deployed from git anyway), or change env secrets, can't you just have a single admin account and call it "one user"? That could be a single actual person (how often do you change those things?) or could even be a single account shared by the whole team

What am I missing?

jrudolph · 2 years ago
On netlify iirc pricing was for every git committer that was allowed to trigger a deploy.

Render.com was more lenient in a model like you describe but still we have different people manage different apps and it adds up.

jrudolph commented on Vercel Service Markup   service-markup.vercel.app... · Posted by u/kennethfriedman
jrudolph · 2 years ago
The appeal of a no-ops workflow for basic frontend apps is there. We’ve got a bunch of static docs sites built with vuepress and docusaurus that are a great fit for this. Not that we can’t whip up a CDN with terraform and a CI/CD pipeline with preview environments, but my team would rather spend its energy on our core product.

However we’ve been badly burned by vercel, netlify and render.com switching their pricing models to user based instead of infrastructure based pricing. We’re migrating to AWS amplify right now, which also happens to be wonderfully integrated into our wider IT landscape with an AWS landing zone, automated internal chargeback etc. It’s 90% the same for our use case and charges only for infra at standard AWS rates.

At this point I’m starting to wonder why it isn’t more popular.

jrudolph commented on Part II: The failure points from $5M to $100M in ARR   tracy.posthaven.com/part-... · Posted by u/tyoung
moneywoes · 3 years ago
This please, I think 99% of businesses don’t even get to $5M
jrudolph commented on Germany is short of workers, but its migrants are struggling to find jobs   wsj.com/articles/germany-... · Posted by u/doener
tharkun__ · 3 years ago
https://archive.vn/ucnQD

    The main problem: Many refugees are poorly suited for jobs in Germany’s highly skilled labor market and Germany hasn’t been very good at training them. To change that, Berlin is planning to introduce a points-based immigration system modeled on Australia’s or Canada’s next year.
German "Auslaenderfeindlichkeit" won't help either. I can tell you from experience witnessing it that it takes quite a while/a bit to convince a lot of Germans of someone and if they're unlucky, they will never get the chance to prove that they're qualified, because they get discriminated against simply because of their name or color of their skin is not the right one. German CVs basically require photos and other information that we don't even legally allow in the US/Canada (not that discrimination simply by name isn't happening there either). There are obviously exception where someone "made it". German "Stammtisch" culture will also pick up and amplify any criminal element within migrant or refugee populations and apply it in broad strokes to all of them instead of recognizing that there are obviously criminals among both German natives and migrant populations. That doesn't mean there aren't lots of law abiding ones.

On top of that Germany obviously has the same issues as other countries as well: employers just don't want to hire at the salary levels they'd need to hire at in order to fill certain positions.

    At the same time, job seekers face high hurdles in a rigid labor market that protects incumbents, requires lengthy traineeships and rarely recognizes foreign degrees, often forcing even specialists to retrain from scratch.
Which is not really much different in Canada either. Where else than Canada can you find the highest number of taxi/Uber drivers with a law/medical degree?

jrudolph · 3 years ago
> German CVs basically require photos and other information

I‘not sure where you got that from, but that’s just false. Most employers I know actively ask candidates to not submit irrelevant info like photos, gender, religion etc. in their applications as any info is a liability for an employer.

Look up AGG law and how all too easy it is to get a massive slap on the wrist for even the slightest hint of discrimination. Add PII issues on top.

jrudolph commented on Ask HN: What are some examples of cloud lock-in?    · Posted by u/register
jrudolph · 3 years ago
Other commenters have covered the workload lock-in angle pretty well. Using Kubernetes as a target platform for your application already gives you a decent shot a workload portability. Keep in mind though that some K8s APIs are leaky abstractions. You pay with lock in into K8s of course. At the end of the day, lock-in is a matter of tradeoffs.

An often overlooked angle is the "organizational lock-in" to the cloud. Adopting the cloud in any serious capacity with more than a handful of teams/applications means that you will eventually have to build up some basic organizational capabilities like setting up resource hierarchy (e.g. an AWS Organization with multiple accounts), an account provisioning process, federated authentication, chargeback... See https://cloudfoundation.org/maturity-model/ for an overview of these topics.

To be honest I have seen quite a few enterprise organizations that went through so much organizational pain integrating their first cloud provider that implementing a second provider is not really that exciting anymore. Now of course, if you plan on eventually leveraging multi-cloud anyway you can save yourself a lot of pain by setting things up with multi-cloud in mind from day one.

A good read on the topic is "Cloud Strategy" from Gregor Hohpe https://architectelevator.com/book/cloudstrategy/

jrudolph commented on Ask HN: Confluence Alternative(s) Supporting Markdown?    · Posted by u/joshSzep
jrudolph · 3 years ago
notion.so, also has integrated support for mermaid diagrams, decent syntax highlighting etc.

u/jrudolph

KarmaCake day269March 30, 2015View Original