med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

339
active users

#devops

35 posts35 participants4 posts today

Hoher IQ + viel Erfahrung = Perfekter KI-gestützter Entwickler? Nope, it's not working that way!

⚡️ IQ reicht nicht: KI-Coding braucht Fluglotsen statt Piloten.
Warum Top-Entwickler mit #Copilot hadern & was Manager tun sollten.

Hab' dazu mal was aufgeschrieben.
👉 itcv-software.com/mehr-als-nur

Was ist eure Meinung dazu? Habt ihr selbst schon den Unterschied erfahren?

itcv GmbH · Mehr als nur IQ: Die unsichtbare mentale Last des Programmierens mit KIWarum Ihr bester Entwickler mit Tools wie RooCode und Copilot hadert und was das wirklich über die Zukunft des Codings aussagt.

Does #harness really need a button to create a secret using AI?

It's literally 4 choices as evidenced by the dropdown to the right.

It takes *longer* to do it via a chatbot *and* you have to boil an ocean to do it

Absolute lunacy

> You crazy son of a bitch, you actually did it.

Yes, I did it. I added a CI and (near) CD to my personal blog, and I wrote up some notes on the experience (given my slightly unusual tech stack) of App Engine (dynamic and static hosting) and Hugo.

I even quickly reached the conclusion that Terraform would reasonably have a place here give modern IAM ecosystem needs and prototyped what a WIF/OIDC Terraform configuration would look like.

matttproud.com/blog/posts/blog

matttproud.com (blog) · Behind the Scenes: CI and CD with this Web Site and Blog
More from mtp

Колега поскаржився, що ненавидить #YAML та через це не сприймає #helm та шукаю альтернативу встановлення додадків в #Kubernetes. З реальних альтернатив є тільки #Jsonnet / #Tanka, але поріг входу значно вище, та розповсюдженість значно менша. Багато вендорів орієнтуються на дефакто стандарт додадків в Kubernetes. Так, Helm має свої мінуси та дивне форматування, синтаксис від #Go, але саме його обирає більшість.
#cloud #devops

So, I'm coming from Fortran mostly, moving to C++, and I've this explicitly vectorized Fortran code which runs column wise operations, e.g.:

a = input(:, 1) + input(:, 2)

Now, I'm wondering how to implement this the fastest using Rcpp/C++.

I can use (Rcpp)Armadillo to implement the implicit logic, or loop through vector elements. Since the overhead of flipping between the two is quite some work I would love someone's take up front.

@eddelbuettel @eliocamp ?