Dominik Zyla's Avatar

Dominik Zyla

@zylad

Software Engineer/ SRE at Cloudflare, ex-VMware. Open Source believer. Amateur photographer. He/Him

172
Followers
602
Following
29
Posts
11.12.2023
Joined
Posts Following

Latest posts by Dominik Zyla @zylad

Post a perfect album from the 90s that isn't nirvana, soundgarden, pearl jam, or alice in chains.

28.12.2025 22:26 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 1

🀘

27.12.2025 13:37 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - ByteNess/aws-vault: A vault for securely storing and accessing AWS credentials in development environments A vault for securely storing and accessing AWS credentials in development environments - ByteNess/aws-vault

Thanks for sharing! Nice that you mentioned aws-vault. You’re right the original maintainers are no longer working on the project but there’s a fork that is still under development: https://github.com/ByteNess/aws-vault

21.12.2025 21:34 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

The movie β€œGet Out” is actually about vim

16.10.2025 13:10 πŸ‘ 34 πŸ” 4 πŸ’¬ 3 πŸ“Œ 0

Now I’m puzzled, ha

13.07.2025 10:51 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

That’s true but does it not happen via kubelet?

13.07.2025 10:45 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

The one from the flannel to control plane? :)

13.07.2025 10:24 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Cool! Love tech quizes :D

12.07.2025 12:41 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

You’re right. Same applies to coredns that doesn’t have to run on the control plane nodes. In such are the missing parts cloud controller manager and aggregate api, both optional?

12.07.2025 12:27 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Kubelet and kube-proxy?

12.07.2025 11:38 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

My brain just doesn’t parse ligatures 🀷

06.07.2025 17:25 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Looks great! ..But that nano.. πŸ˜†

25.06.2025 12:53 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Yeah, it originated back in the day when terminals were 80x25, so limit of 79 characters per line made sense. Today it’s really matter of preference. I like it because it’s faster to read shorter lines. Code formatters, depending on configuration or language would also wrap lines at 80 characters

22.06.2025 22:33 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

This is not just Emacs. Many people keep the 80 characters limit in vim too. Myself included :)

22.06.2025 22:09 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

πŸ“Œ

15.03.2025 18:42 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ“Œ

23.11.2024 11:49 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ“Œ

23.11.2024 11:27 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ“Œ

22.11.2024 21:18 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Same here. Tried few times and it just doesn’t click for me. The Masters of Air was pretty good but I don’t think I’d ever watch all the episodes in one go. Band of Brothers I did multiple times in the past and most definitely I will in the future.

19.11.2024 20:00 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

This is something I'm longing for too!

17.11.2024 14:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ“Œ

17.11.2024 10:01 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ“Œ

17.11.2024 09:53 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Also a nvim and tmux user. Switched to WezTerm recently tho. Been mostly reading people’s posts over here. Not really posted yet.

15.11.2024 18:49 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

A lot of older Dillinger Escape Plan sound. I dig it

05.11.2024 20:46 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
A Kubernetes themed code editor displays a yaml manifest for a SocialMediaAccount object.

apiVersion: socialmedia/v3
kind: SocialMediaAccount
metadata:
  name: K8sContributors@kubernetes.dev
  platform: BlueSky
  audience: contributors
  owner: ContributorCommsSubproject
  ownerinfo: https://github.com/kubernetes/community/tree/master/communication/contributor-comms
spec:
  selector:
    name: KubernetesContributorComms
    audience: contributors
  type: microblogging
  website:
  - profileURL: https://bsky.app/profile/kubernetes.dev

A Kubernetes themed code editor displays a yaml manifest for a SocialMediaAccount object. apiVersion: socialmedia/v3 kind: SocialMediaAccount metadata: name: K8sContributors@kubernetes.dev platform: BlueSky audience: contributors owner: ContributorCommsSubproject ownerinfo: https://github.com/kubernetes/community/tree/master/communication/contributor-comms spec: selector: name: KubernetesContributorComms audience: contributors type: microblogging website: - profileURL: https://bsky.app/profile/kubernetes.dev

The Kubernetes Community is now on BlueSky! Come for the yaml jokes, stay for the content by contributors, for contributors!

This account is owned and managed by the Contributor Comms subproject of SIG ContribEx: github.com/kubernetes/c...

05.11.2024 00:21 πŸ‘ 25 πŸ” 7 πŸ’¬ 1 πŸ“Œ 0

One other great application, somehow related to invalidating cache is to use them for fuzzing.

04.11.2024 22:06 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Switched from iTerm2 to kitty years ago and had a short episode with alacritty. Never heard of WezTerm and may give it a try. My alternative to VSCode is neovim ;)

04.11.2024 21:55 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Good luck with that! :)

25.10.2024 21:09 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Neither what PXE is.

15.07.2024 09:45 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Don’t think you’re missing anything. I would love to be able to turn everything off and just enable it individually for a few apps. Not the other way around disabling it for _most_ of the apps.

08.07.2024 13:45 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0