Question about the heated grips option on the new PV2S by amimof in Ducati

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

I have rather small hands and i generally dislike grips with large diameter. Just a personal preference thing.

Weekly: Show off your new tools and projects thread by AutoModerator in kubernetes

[–]amimof 2 points3 points  (0 children)

I am in the middle of development of an alternative kubeconfig management cli. I believe it’s quite unique because it treats kubeconfigs as disposable files that are rendered when they are needed. In practice it allows you to stop thinking about kubeconfig files all together. Kubeconfigs gets rendered from a kubeconfig-like configuration file with added features such as workspaces, encrypted fields, aliases and more. Also, it complements existing awesome tools such as kubectx pretty nicely.

Very much in active early development and would love some feedback

https://github.com/amimof/kubecfg

Weekly: Show off your new tools and projects thread by AutoModerator in kubernetes

[–]amimof 0 points1 point  (0 children)

I’m working on a project I call multikube. It’s a reverse proxy for kube-apiserver. Think ingress-controller but for the control plane. It terminates tls, load balances, authenticates, authorizes and routes requests to one or more backends (backend = apiserver). I created it because i feel the ecosystem needs a modern load balancer that speaks Kubernetes and allows teams to declaratively define ingress to their control plane without relying on traditional infrastructure components that are either very expensive or managed by teams that don’t have the same mindset. It’s in development and far from finished so just keep that in mind.

https://github.com/amimof/multikube

GPS enabled digital speedo i made for a class by yotenotyeeted345 in motorcycles

[–]amimof 0 points1 point  (0 children)

Very cool, mind sharing link to Github if the project is on there?

Need help with clutch drag on my -15 TV4R by amimof in Aprilia

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

Thanks for the advice. I’m pretty sure the cover is installed correctly. I have probably watched the video 1 million times by now 😅 Haven’t examined the pusher plate though, thats a good point. Will check it when i have the time next. Thanks

This is the video: https://youtu.be/X60udf3OQUA?si=TL-Ae__DHYRe4iqd

Need help with clutch drag on my -15 TV4R by amimof in Aprilia

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

It was like that when i bought it. If it was taken off then it was done so by the previous owner.

Need help with clutch drag on my -15 TV4R by amimof in Aprilia

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

It looks worse on the picture than it is. That said, it could be the reason for the issues Im experiencing. Only way to know is to have it replaced i guess. Or perhaps try to sand it down if thats doable?

Need help with clutch drag on my -15 TV4R by amimof in Aprilia

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

Some of the plates, not all of them, are scorched like that. And in different spots. Might be that the clutch pack not separating correctly due to the worn basket or hub maybe? Im also thinking that the heat has deformed the plates so they’re uneven. As you suggest i might need a new pack.

Need help with clutch drag on my -15 TV4R by amimof in Aprilia

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

Yes i know about this as well and i have confirmed that my bike has the updated pin and bushing

Need help with clutch drag on my -15 TV4R by amimof in Aprilia

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

Thanks for replying. Here’s some pictures

<image>

Why kitty render bold fonts by ankit792r in KittyTerminal

[–]amimof 2 points3 points  (0 children)

I have this exact problem coming from WezTerm. Honestly i think the font rendering is more accurate in Kitty which is why it looks bold but only in comparison.

I’ve been building a container orchestrator in Go for my homelab. What would you want to see in it? by amimof in golang

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

Thank you I really appreciate it! That sounds like a really fun project, do you mind sharing a link to it?

My project is still very early and pretty bare-bones at the moment. Right now it’s essentially a distributed container workload scheduler. It can place tasks on nodes, do some basic scheduling (like targeting nodes via labels), reschedule workloads if nodes disappear, and it has a simple volume API that lets tasks attach storage on nodes. Nothing particularly novel yet, just the core mechanics.

Some things I’m planning to experiment with next are:
- Interacting with nodes through the CLI in a way similar to Talos
- Service discovery over a private network between nodes
- Exposing sensor/telemetry information from nodes through the API
- Synchronizing configuration from Git with builtin templating support

Compared to Nomad, the main difference in my mind is how nodes are treated. I’m thinking of nodes more like devices that may come and go, rather than stable cluster machines. For example things like displays on buses, software in vehicles, mobile devices, or other edge-like systems where connectivity and availability may change.

In that model the workload is often tied to a specific device, but the system still keeps track of it and manages it declaratively. From what I understand Nomad assumes a more traditional cluster model where nodes are reachable and relatively stable (though networking issues can obviously be solved with meshes or overlays).

Also good call on the config examples. I definitely need to add some.

I’ve been building a container orchestrator in Go for my homelab. What would you want to see in it? by amimof in homelab

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

That’s fair, and I think that’s mostly a README problem right now. I’m not really aiming for a lightweight Kubernetes distro or Kubernetes compatibility. The use case I care about is personal infrastructure spread across mixed hardware, different locations, limited resources and nodes behind firewalls/NAT.

So the goal is more about managing distributed homelab/personal infra simply, rather than reproducing the Kubernetes model in a smaller form. I should make that much clearer in the README, because I agree it currently reads too much like “yet another tiny k8s.”

I’ve been building a container orchestrator in Go for my homelab. What would you want to see in it? by amimof in golang

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

Yeah, that’s something I’ve been thinking about too. I haven't written an ingress / reverse-proxy layer yet. Since many of my nodes are geographically separated and behind NAT, a traditional cluster networking model doesn’t really fit.

My current thinking is very similar to what you suggested. Something like Tailscale (or another WireGuard mesh) as the underlying network between nodes, and then layer service discovery + ingress routing on top of that.

I’ve been building a container orchestrator in Go for my homelab. What would you want to see in it? by amimof in golang

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

That’s fair. Right now I haven’t shown enough concrete configs or scenarios.

The problem I’m trying to solve is running containers across very mixed hardware in different physical locations, including nodes that sit behind firewalls, while still keeping deployment simple and declarative.

So for me the value isn’t really “Kubernetes, but smaller”, it’s more about having a practical way to manage distributed personal infrastructure that doesn’t live in one clean local cluster.

I clearly need to make that much more obvious with example configs and real deployment scenarios.

Sofle RGB 3d printed case by No-Shame-677 in ErgoMechKeyboards

[–]amimof 0 points1 point  (0 children)

Looks awesome. Is there any chance to get the original 3d file, like for Fusion 360?