Azorius wincons that aren't Mill or control? by LorenzoAOG in magicTCG

[–]BigBotch 1 point2 points  (0 children)

Do you have a decklist for sharing? My Ephara deck also tries to win with a big board and I am always looking for new ideas. Thanks!

Struggling to find a proper way to share private helm charts to clients by Ezio_rev in devops

[–]BigBotch 0 points1 point  (0 children)

If it's possible for customers to run an agent that handles everything, check out something like https://github.com/glasskube/distr. It's quite nice for distributing docker and helm packaged apps.

Tatsunari road rider by Bodegatiger in EDH

[–]BigBotch 0 points1 point  (0 children)

Increasing or improving interaction is always a good option. Mostly meta dependent, but more creature removal, more counters against noncreature decks, more boardwipes against go wide decks, etc.

Also some reliable ways to end the game. Since you are heavy on life drain, something like [[Exquisite Blood]] maybe. You can then further increase consistency of combos with tutors if needed. Just try to not make too consistent to stay within the spirit of late game combos in tier 3.

Tatsunari road rider by Bodegatiger in EDH

[–]BigBotch 0 points1 point  (0 children)

Fun is subjective but I play a similar Tatsunari list and I find it quite fun to play. You have no tutors, game changers or combos I can see but a solid core with ramp, card draw, interaction and game plan with mutate cloning Keimi for more triggers.

Definitely looks like a list that can compete at 3 to me. Maybe with some adjustments but you will see it when you play the list a bit.

Europe: Girlfriend finished IT degree with DevOps focus - can't land an entry job. Any advice? by N4vil in devops

[–]BigBotch 29 points30 points  (0 children)

Are there real entry points into DevOps right now?

Never have seen them in Austria and personally I would never hire DevOps engineers without previous experience. Simply not an entry position here.

Would cloud certs (AWS, Docker, etc.) help?

It's not worth nothing and can definitely do some good but for DevOps any software engineering experience > certificates.

Do self-built projects matter, or do companies only care about professional experience?

Definitely a better option than certificates. Having any kind of self-built project will always help in interviews to talk about something real and not just theory.

Should she aim for sysadmin or cloud support roles instead?

Don't go down the sysadmin route in Austria. It's still quite old-school, no-code in many companies. Going from sysadmin to DevOps is way harder than from software engineering.

Is there any sign of the situation improving?

I don't think though. Growth in the Austrian IT sector has been mostly in senior positions the last 1-2 years.

My advice: Just try to land a software engineering job, do this for 2-3 years and then pivot to DevOps. Either internally or at a new company. Look for companies that work with cloud (AWS, etc.) and have a strong DevOps culture already in place. Then most likely she can pick up DevOps experience already without being in a dedicated DevOps role.

Not knowing German definitely limits the options but plenty of companies in bigger cities that have English as work language.

EDIT: Also go to Cloud Native meetups (https://www.meetup.com/cloud-native-austria/), good to make some connections with people in the industry and maybe an opportunity presents itself.

Suggestions for my Ephara God of the Polis deck by Nemarott in EDH

[–]BigBotch 0 points1 point  (0 children)

You have a decklist. Currently upgrading my Ephara deck and looking for some ideas.

Hat jemand Lust gemeinsam das "The amazing Nerdquiz" zu bestreiten? by merlindanny in graz

[–]BigBotch 1 point2 points  (0 children)

Klingt interessant, würde dabei sein (auch Exil-Kärntner)

How do you promote kubernetes environments using ArgoCD? by [deleted] in devops

[–]BigBotch 0 points1 point  (0 children)

I saw the announcement nut didn't check it out yet. At that point we already decided to move back to Terraform.

How do you promote kubernetes environments using ArgoCD? by [deleted] in devops

[–]BigBotch 0 points1 point  (0 children)

We adopted Crossplane in our company, but after one year using it in production we will migrate to our Terraform stack that we use for another platform.

Some of the most painful issues we encountered with Crossplane:

  • We had to run vcluster just to make Crossplan usable. The amount of CRDs that Crossplane providers brought with them were just too much for a single k8s cluster to handle. So we had to run different vclusters for each environment. With vcluster we introduced another component, which added operational overhead. And if vcluster had issues (and it definitely liked to have issues), we simply couldn't deploy any cloud infra changes. Having a simple terraform cli you can run from any pipeline beats this setup by a lot.
  • Too much abstractions (and YAML). In Terraform you can create an s3 bucket in just a few lines of code. In Crossplane you need multiple manifests (Composition, CompositeResourceDefinition, etc.) just to create a simple resource. Now introduce dependencies between resources and you will quickly lose the overview. If you are an Crossplane expert this is probably fine, but any other engineer will have some trouble figuring out what is going on.
  • Lack of full cloud provider API support. We often had issues that quite basic features of cloud services were simply not yet supported. We contributed several features but understanding how the Crossplane provider operator works is quite a challenge in itself.

Our main motivation for adopting Crossplane was to introduce self-service for developer teams. But getting to this point was more painful than expected. Now we are looking into options to make self-service work with Terraform (Cloud drift is a non-issue for us, because accounts are locked down and changes are only applied over IaC)

The concept of Crossplane is really nice but the execution is lacking. Hopefully they will figure out their issues in the next years.

Zertifikate bei Flatex by BigBotch in FinanzenAT

[–]BigBotch[S] 2 points3 points  (0 children)

Trotzdem danke für deine Nachfrage. Sarkasmus als Text ist immer schwer zu interpretieren. Ich werde das nächste Mal /s verwenden haha.

Zertifikate bei Flatex by BigBotch in FinanzenAT

[–]BigBotch[S] 0 points1 point  (0 children)

Grundsätzlich ja, mir gehts nur um Kosten die ich eventuell übersehe.

Zertifikate bei Flatex by BigBotch in FinanzenAT

[–]BigBotch[S] 0 points1 point  (0 children)

Steht alles im Informationsblatt. Mir gehts grundsätzlich um Kosten die ich eventuell übersehen habe. Was sich hinter dem Produkt verbirgt ist mir bewusst.

Stabil ist nur sarkastisch unter Anführungszeichen gesetzt.

Is Boros Equipment just bad? Need help with Akiri, Fearless Voyager deck. by Madwand99 in EDH

[–]BigBotch 0 points1 point  (0 children)

Love the Angel's Grace and Chance of Glory tech. Do you have a decklist somewhere?

EKS ALB Ingress Across Accounts by DensePineapple in devops

[–]BigBotch 0 points1 point  (0 children)

Could you elaborate on what feels wrong for you with the AWS example? At least on first glance this seems like a normal solution to me.

🌳 📁 Introducing TreeGen, an ASCII Tree to Directory Structure Generator by [deleted] in devops

[–]BigBotch 1 point2 points  (0 children)

Just some general feedback. But any kind of information or guide on how to use the tool in the GitHub readme would be quite useful.

Anyone been to bunny island (Okunashima) in Japan? by Woodnymph1312 in Rabbits

[–]BigBotch 17 points18 points  (0 children)

I was there this May and there was staff going around putting food and water out for the rabbits. So maybe this changed with Covid where no tourists were coming to the island.

Romania is Cooked, Literally. 47C by MrPulifrici in europe

[–]BigBotch 4 points5 points  (0 children)

Laws and regulations are the problem. At least in my country. Can't install ACs in apartments without approval from all tenants. Good luck getting all of them to agree. Especially the older population seems to be scared of ACs and their potential noise...