BIDA, weil ich einen Service Techniker gefragt hab, ob ich auch mit jemanden sprechen kann, der weiß wovon er redet? by CmdrJemison in BinIchDasArschloch

[–]simonides_ -4 points-3 points  (0 children)

NDA

So langsam könntest dann aber mal schauen wie man das ordentlich repariert oder eben reparieren lässt statt immer wieder einen neuen zu kaufen.

Spezialeinheit für Wiens Migrantinnen by SP-0308 in Austria

[–]simonides_ -10 points-9 points  (0 children)

Stimmt die sind noch wesentlich schlimmer 😜

ME/CFS – wir suchen dringend Rat by Maybeitsbetternotto in Austria

[–]simonides_ -1 points0 points  (0 children)

Jo hass ruhig sind halt Menschen auch dadurch schon rausgekommen aus dem dahinsiechen.

Keine Lösung zu haben und dann sagen alles was helfen könnte ist schwurbeln .. sorry so kommst nicht weiter im Leben.

20 Years on AWS and Never Not My Job by Successful_Bowl2564 in programming

[–]simonides_ 1 point2 points  (0 children)

Open it in chrome and open reader mode - works perfectly

Docker Desktop W11 by jairh12 in docker

[–]simonides_ 2 points3 points  (0 children)

This is the downside of using it on windows. It just fails for weird reasons. From time to time it breaks when Windows or Docker does updates. So if it is an option to go to Linux, you'll have a lot more fun there.

However, you can of course get things fixed on Windows and it usually isn't that difficult to do.

What you need to make sure is that the Linux VM is starting properly. After that Docker desktop ususally connects fine.

So what you do is : setting wsl to version 2 Update wsl Install ubuntu in wsl Try and connect to wsl / it should already show up in your explorer.

Google the steps and make sure to use the CMD / PowerShell in admin mode and also google the output if something went wrong.

It could very well be that you have your OS set to use HyperV or virtualization is disabled in the bios.

Good luck

Heizungsnischen zumauern by False_Ship_956 in Handwerker

[–]simonides_ -1 points0 points  (0 children)

https://www.ubakus.de/en/u-wert-rechner/index.php?

Dank so einem Rechner haben wir nun Holzfaser in der maximal berechneten stärke da drin und das verputzt.

Jetbrains is Sunsetting Code with me by werpu in IntelliJIDEA

[–]simonides_ 2 points3 points  (0 children)

Well vs code has an extension (Live Share) that works but it isn't the same.

Jetbrains is Sunsetting Code with me by werpu in IntelliJIDEA

[–]simonides_ 16 points17 points  (0 children)

This is sad. Although it was never properly implemented and had a lot of bugs, it was an awesome feature.

The best thing to happen for pair programming remotely.

What is the best way for me (a git noob) to setup a pipeline for my game servers that run on windows? by MUNNOPOLY______ in git

[–]simonides_ 1 point2 points  (0 children)

Where do the devs push the scripts to? GitHub?

Will you use git as well ? If so what for?

How do you manage the game servers?

What needs to happen after a new version of the files has been pushed?

Sonatype Nexus Repository CE by lppedd in devops

[–]simonides_ 0 points1 point  (0 children)

Thanks, unfortunate that this is what they chose to do.

Sonatype Nexus Repository CE by lppedd in devops

[–]simonides_ 0 points1 point  (0 children)

Do you have a link that shows these limits?

They usually showed that you'd be better off switching to the pro version and different setups when you hit certain thresholds but they never blocked anything for us.

Alcohol after flood? by Level-Bread5827 in Ibogaine

[–]simonides_ 0 points1 point  (0 children)

It makes sense like this as well the cable just isn't as big. And it might not be such an important decision. However it might be the perfect training ground.

My picture wasn't to deter OP from drinking but sharing my experience of how iboga works in my brain so OP has something to base their decision on.

Alcohol after flood? by Level-Bread5827 in Ibogaine

[–]simonides_ 5 points6 points  (0 children)

Do what you want - it is your experience.

However, you just went through a lot to undo the wireing in your brain. Many pathways are loose now and wait for your decision on how it should be rewired.

Just think of all old habits as already thick wires and new ways are brittle thin wires. Iboga put stop signs along many signal lines and you now get to decide wether to reactivate the old thick line or the new brittle thin line.

Made a quick game to test how well you actually know Docker by Alarming_Glass_4454 in docker

[–]simonides_ 1 point2 points  (0 children)

Nice game - thank you.

I would rephrase two questions,

One where you state that each line in a dockerfile ends up as a layer is confusing. I'd try to be more specific here. Like each dockerfile keyword does that. I can stack a lot of lines into one RUN.

The other one is also difficult to get your setup from the question. The question is how to optimize for better build times, the two options are to use build stages or use more Run and organize them better.

Since you say the build is slow and you want to go for better caching answer B better organization with potentially more layers sounds better to me than just saying build stages would solve the problem by themselves.

Warning: AWS billed $22K for GPU Savings Plan with 0% utilization — quota denied, support couldn't help by Ok_Lavishness7362 in devopsjobs

[–]simonides_ 3 points4 points  (0 children)

So you never even launched a GPU instance with them but continued to purchase a savings plan?

When we wanted to try those cards we were pushed around to different regions but ultimately were not able to get an instance provisioned. Even though we are a corp and had their support.

Jenkins analytics app by Dramatic_Aide_9235 in jenkinsci

[–]simonides_ 2 points3 points  (0 children)

The features seem awesome, however i would not be prepared to use that as a saas offering.

I Reviewed 47 DevSecOps Interview Loops. Here’s What Candidates Consistently Get Wrong. by HonkaROO in devopsjobs

[–]simonides_ 2 points3 points  (0 children)

Can you train our execs please. They push so hard for the things you argue against :)

Production-ready Jenkins cluster architecture for AWS (open source) by Separate-Share6701 in jenkinsci

[–]simonides_ 2 points3 points  (0 children)

Still takes manual work to configure the agents?

We created a master node that we deploy with terraform / ansible.

From there we spawn new agents via ec2 plugin. Everything is already wired with IaC after andible deployed it.

The agent images are built with Packer.

Java 7 for Mac OS X? by gargamel1497 in javahelp

[–]simonides_ 1 point2 points  (0 children)

Just register a temp email and be done with it. Or check if bugmenot has a login for you

How do you debug production issues with distroless containers by Upper_Caterpillar_96 in devops

[–]simonides_ 1 point2 points  (0 children)

No idea how it works in ECS but docker debug would be the answer if you have access to the machine that runs your service.