Profile for taisph
About taisph
Fields
- GitHub
- https://github.com/taisph
- GamingOnLinux
- https://www.gamingonlinux.com/profiles/mellen/
- Mastodon
- https://mastodon.social/@taisph
- https://twitter.com/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
- 106
- Followed by
- 13
- Following
- 51
Recent posts
Huh. I just realized I've been a #godot backer for 5 years straight now.
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.
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.
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.
I can't believe my sorry excuse for an Amiga MOD still exists on the internet, complete with tattoo-regrets-like text. 😳
https://modarchive.org/index.php?request=view_by_moduleid&query=108106
"What's an Amiga?"
I failed raising my kids properly.
Sweet new additions to the Dockerfile format. I've needed `COPY --parents` functionality in Dockerfiles so many times.
https://www.docker.com/blog/new-dockerfile-capabilities-v1-7-0/
I use #YouTube Music to listen to music *gasp* and not recorded radio shows with promo talk-overs.
YouTube Music adds these "albums" to the auto playlists and there's no apparent way to stop it other than disliking the "album" every time, which is kind of sad since I usually like the artist(s) - just not the talk-over parts. Same reason why I don't listen to regular radio. Too much talking.
One solution could be to reclassify these types of "albums" as podcasts and keep them out of the auto playlists.
Just helped my kid set up an Elgato Stream Deck on his Ubuntu system. Went a lot more smooth than I had feared with only a little bit of guesswork around user/group access (user must be in the plugdev group on Ubuntu). UI is intuitive and let him easily configure all the buttons he had planned.
Thank you to the people involved in the project!
https://github.com/streamdeck-linux-gui/streamdeck-linux-gui
Just upgraded my #opentelemetry collectors to v0.97 and now the "otlp_exporter_seen_total" metrics from all the javaagent clients are being split up over multiple metrics with between 0 and 17 "_total" strings appended. Good times.
Now to figure out if this is caused by the javaagent or the collector.