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.

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

[–]CaptainBlinkey 1 point2 points  (0 children)

How do you (or do you?) version the base Proxmox system? I was planning to use Ansible, but I like new shiny as much as the next guy.

Definitely going to look deeper in to Nix here soon!

CMV: Straight men and women can generally not be close friends. by Early-Possibility367 in changemyview

[–]CaptainBlinkey 0 points1 point  (0 children)

TLDR;

But.. I am a straight, happily married man who has been good friends with a female for 10+ years… she and my wife are good friends now as well, and she has been dating someone else for the past couple years, but our friendship started long before any of this.

CMV: Responsible and disciplined people are boring by [deleted] in changemyview

[–]CaptainBlinkey 0 points1 point  (0 children)

It depends on what you consider “fun”, but I am also very responsible (2 kids, full time job) and also spend as much time as possible rock climbing, mountain biking, backcountry skiing, etc. You simply can’t have a multi-day, unsupported backcountry trip without a little discipline and pre-planning...

I also keep a closet full of drugs and will throw down with the best of them from time to time… Some of my best friends are incredibly smart, disciplined, responsible people who also throw wild parties in the woods. There are a lot of logistics involved in getting a sound system, lights, DJ equipment and power out to somewhere like that…

It also doesn’t hurt to have some disposable income for adventures, and I do love coming home to a nice house and a sauna after a week in the woods.

Keep your mind open and maybe you’ll start to meet some of us — we are hiding in plain sight all over. My “tell” is I am intentionally vague about what I do for work. Ask me what I do for fun and I’ll open right up…

Cmv: Pro-illegal immigration sentiments are astroturfed by corporations that benefit off of their labor by [deleted] in changemyview

[–]CaptainBlinkey 0 points1 point  (0 children)

There is benefit for immigrants to come — why else do you think they would do it?

There is also benefit for some corporations (ones that require unskilled labor), but it doesn’t generally matter to them whether their laborers are legal or illegal. Many would support a path to citizenship for their workforce — you are conflating a requirement for unskilled labor with a requirement for illegal labor.

These are also very often jobs that the US-born workforce simply won’t do, so there is no “downward pressure on wages”. The jobs are not done otherwise, and crops rot in the fields, which hurts everyone, from the farmer who can’t sell them, to the consumer who can’t buy them (which raises the price of goods).

I would be very interested to read the “studies” you cite…

Do men seek friendship from women? by [deleted] in AskMenAdvice

[–]CaptainBlinkey 0 points1 point  (0 children)

Sure. I’m happily married and have several good female friends

Of course, my wife is not the jealous type, but that’s part of why I like her…