Profile for taisph

Header for taisph
Avatar for taisph
Display name
Tais Hansen
Username
@taisph@me.aedifex.dk
Role
admin

About taisph

Bio

😴 Dad
🤓 Senior DevOps Engineer
🤠 Docker/Kubernetes/GCP wielder
🐹 Gopher (the emoji is definitely a gopher if you squint a bit)
😎 Gamer

Stats

Joined
Posts
97
Followed by
13
Following
49

Recent posts

PSA: Does your integrated terminal feel sluggish in #vscode ? Do you dream of responsive commands? Fear not! Just add the following piece of magic to your user settings JSON file:

"terminal.integrated.shellIntegration.enabled": false

Ahhh. Can you feel it too? No more ~500 ms delay after each command. Absolute zen.

Open thread at this post

What's up with #Ubuntu mirrors these days in Denmark? Haven't experienced any issues for years and now the one I used to use has been down for a week or more and the current one is suddenly missing packages and returning 404 during upgrade attempts. Switching between other Danish mirrors on the same Ubuntu system I get different results in upgradeable packages with seemingly no overlap in the packages. All mirrors are listed as up-to-date on https://launchpad.net/ubuntu/+archivemirrors.

Open thread at this post

PSA: if using google-chrome on Ubuntu and the google-chrome sources file disappears from /etc/apt/sources.list.d, ie. during an upgrade, it doesn't get recreated automatically by the google-chrome daily cron job, which normally keeps it up to date.

You have to set repo_add_once="true" in /etc/default/google-chrome to fix it as the daily cron script assumes the source file was deleted on purpose.

Open thread at this post
Message:   failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: unable to init seccomp: error loading seccomp filter into kernel: error loading seccomp filter: errno 524: unknown

A managed update to fluentbit-gke seems to cause issues with certain nodes. Recreating the node seems to "fix" it.

#haveyoutriedturningitoffandonagain

Open thread at this post

I am starting to think Istio's (or Envoy's) gRPC protocol support should be marked as experimental on par with mongo, mysql and redis. Had to set appProtocol to TCP on yet another gRPC service today due to subtle long-time misbehaviour and a likely memory leak in istio-proxy.

Open thread at this post