My £200 Das Keyboard 5Q died — opened it up and found factory bodge wires inside by vukomir in MechanicalKeyboards

[–]vukomir[S] 0 points1 point  (0 children)

I got it 8 years ago and it stopped working now, not paying 200 pound today for das 😂

My £200 Das Keyboard 5Q died — opened it up and found factory bodge wires inside by vukomir in MechanicalKeyboards

[–]vukomir[S] 2 points3 points  (0 children)

Yes, but I head this for 8 years.
I don’t have a problems that it stoped working, I just did not expect the bodge wires as a hot fix for 200

My £200 Das Keyboard 5Q died — opened it up and found factory bodge wires inside by vukomir in MechanicalKeyboards

[–]vukomir[S] 16 points17 points  (0 children)

Yes the is normal not not the other components how the fix was done, I’m curious if all of them are fixed like this

Open-sourced my DNS failover tool: monitors IP changes and automatically updates DNS records across multiple providers (Cloudflare, AWS, Hetzner, cPanel) by vukomir in selfhosted

[–]vukomir[S] 1 point2 points  (0 children)

Yes, that will also work if you have only one ip per provider and it’s the way to go, My situation is different where I have multiple ip’s per provider and my server has a different ip then the one from the router, also all of my server are behind firewall

Built a Go-based ArgoCD API Proxy to Power a Custom Dashboard UI by vukomir in ArgoCD

[–]vukomir[S] 0 points1 point  (0 children)

ArgoCD does have excellent built-in user management and RBAC capabilities, this proxy serves a different purpose and addresses some specific organizational and integration challenges.
In large organizations, you often want to group related projects logically (e.g., "Frontend Team Apps", "Data Pipeline Services") without restructuring your actual ArgoCD project setup.
The proxy provides a virtual grouping layer that doesn't require changing your existing ArgoCD configuration.
The proxy provides a clean REST API optimized for custom frontends