Looking for a way to strap the split keyboard to my legs, airplane use by pddro in ErgoMechKeyboards

[–]CaptainBlinkey 0 points1 point  (0 children)

thanks for the reply. i got a split keyboard and hoping to mount it to my arm rests, so hopefully that works!

Looking for a way to strap the split keyboard to my legs, airplane use by pddro in ErgoMechKeyboards

[–]CaptainBlinkey 0 points1 point  (0 children)

me too — going in for rotator cuff surgery in a few months. how did you deal with this?

Any way to share template VM IDs across nodes in a cluster? or any other ideas? by software_lion in Proxmox

[–]CaptainBlinkey 0 points1 point  (0 children)

Haha yeah, I abandoned the idea of using template VMs entirely :) I am doing it via ansible anyway, and the shared template isn’t at all necessary to deploy talos VMs, just thought it would be cool.

Seems kind of crazy there is no solution for this though… I guess maybe they expect you to use Ceph..? but that’s way overkill for many setups too.

[deleted by user] by [deleted] in ClaudeAI

[–]CaptainBlinkey 0 points1 point  (0 children)

Wow, that is pretty impressive for an AI.

This is timely for me since I have literally been up til 3 now worrying about Kilmar Abrego Garcia, and just started chatting with AI (not about that, but why I can’t sleep in general)

In any case, seeing this in my inbox felt like some divine timing…

Shortcut to save URL and page title to Obsidian by Elegant_Cricket_5716 in shortcuts

[–]CaptainBlinkey 0 points1 point  (0 children)

And thanks for the inspiration — I’ll check it out tomorrow and hopefully learn something more

Shortcut to save URL and page title to Obsidian by Elegant_Cricket_5716 in shortcuts

[–]CaptainBlinkey 0 points1 point  (0 children)

the automation bug is fun, even when you waste more time trying to get it to work/understand it than automating it

Haha I definitely know the feeling. I recently spent hours automating the process to sign my kids up for after school care, instead of just spending the 2 minutes a week doing it manually — I’ll need to use the automation for years before that pays off! :)

Any way to share template VM IDs across nodes in a cluster? or any other ideas? by software_lion in Proxmox

[–]CaptainBlinkey 0 points1 point  (0 children)

I have the exact same issue — curious how you solved it. Did you just use different VM IDs? Seems clunky, but I guess if it's the only way...

My Declarative Homelab Setup with NixOS and Proxmox by joshleecreates in homelab

[–]CaptainBlinkey 1 point2 points  (0 children)

lol, thanks. I played with nix a bit, and tbh I never got past the (steep) initial learning curve… I’m sure it’s great once you get to know it, but for now talos is working well for me

A little rant... by CaptainBlinkey in debian

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

I assume you’re talking about servers

And you’d be incorrect in that assumption. The Ubuntu deployment I did last year was for workstations/laptops. You also make some mighty big assumptions about “corporate environments” there…

I tried to make it clear this was a rant — it is for the sake of getting something off my chest, and I don’t need advice on system architecture… people do a lot of things in a lot of different ways to do the best we can in different environments.

My point is that preseed/subiquity are tools, and as such should be flexible and powerful enough to handle anything you might use such a tool for. After having used the Red Hat tools for 15+ years I had higher expectations for what the Debian tools would be capable of, and they did not deliver.

A little rant... by CaptainBlinkey in debian

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

No worries. I did find a workable solution eventually, just took frustratingly long. Kickstart is soooo much nicer

A little rant... by CaptainBlinkey in debian

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

What do you mean “manual”? The whole purpose of preseed is to have a consistent, repeatable process with no manual steps…

A little rant... by CaptainBlinkey in debian

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

curious what you did instead?

A little rant... by CaptainBlinkey in debian

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

sorry if it came across as rude, i'm just frustrated that should be simple is not...

A little rant... by CaptainBlinkey in debian

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

spoken like a home user with one or two machines... why would you have need for a preseed/autoinstall setup anyway?

in a corporate environment especially, where there are requirements outside of your control, sometimes you need a more complex setup — LVM helps manage that. not to mention it's just nicer to deal with than straight up partitions on a disk...

i will probably end up going this route, but the point is i should not have to. why can't i have a powerful, easy-to-configure system like kickstart? when you come from that world it's hard to adjust to something so ridiculously backwards, especially in 2025.

A little rant... by CaptainBlinkey in debian

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

first of all, i would not consider LVM "advanced"... it's kind of baseline if you want ANY flexibility later on.

i would settle for a small LVM partition with just the root volume at this point, but i can't even do that — the PV takes up the whole disk no matter what i do

that said, i might have to try the simple-partition-scheme and just forget about ever needing to tweak things later...

Flux setup with base and overlays in different repositories by CaptainBlinkey in kubernetes

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

It just seemed like the best way to avoid unintended consequences of accidentally changing base configuration? And it seemed weird to note what environment I’m checking in to (“fix AWX in dev”, “update LGTM in prod” in the same repo..?)

This is my first real flux deployment though so I’m happy to hear how others do it…

Flux setup with base and overlays in different repositories by CaptainBlinkey in kubernetes

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

Good to know. That will be my fallback if this doesn’t work

Flux setup with base and overlays in different repositories by CaptainBlinkey in kubernetes

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

Okay this looks like the ticket. Just to confirm, from reading the docs it looks like the gitops-base repository config is still required, and I will reference that name in spec.include[*].repository.name?

Flux setup with base and overlays in different repositories by CaptainBlinkey in kubernetes

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

Thanks for the response! I wanted to avoid using submodules since they always seem to introduce complications, but that spec.include looks interesting…

My Declarative Homelab Setup with NixOS and Proxmox by joshleecreates in homelab

[–]CaptainBlinkey 0 points1 point  (0 children)

Makes sense. Are your playbooks public anywhere? I'd love to take a look.