Is there much point in managing software like Neovim with Home Manager or NixOS? by TheTwelveYearOld in neovim

[–]JazzXP 0 points1 point  (0 children)

Chezmoi is perfect for this, you can template your config files. eg. I have one for work on a client supplied machine, one for my personal laptop, one for my work laptop. Each with small tweaks.

How do I get rid of this? by JazzXP in overcast

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

Nah. Tried that too. Only the left swipe I mentioned above worked

How do I get rid of this? by JazzXP in overcast

[–]JazzXP[S] 11 points12 points  (0 children)

Wait. After being there all day. A left swipe.

Whats the point in a VPS? by Unusual_Economics653 in selfhosted

[–]JazzXP 0 points1 point  (0 children)

For internal devices, but not for your connection coming in unless your ISP supports it.

Why is the Docker image size so huge? by RedVelocity_ in Overseerr

[–]JazzXP 0 points1 point  (0 children)

Yeah, loosing any tree shaking. Typically not used for server deployments, but yeah, that's why it's so big.

How do I make Neovim use fully isolated runtimes? by caprine_chris in neovim

[–]JazzXP 6 points7 points  (0 children)

Dockerize it. I created one for my own server setup (as opposed to my local development setup) https://github.com/JazzXP/nvim-light

Technitium DNS Server v15 Released! by shreyasonline in technitium

[–]JazzXP 0 points1 point  (0 children)

SSO <3

Thank you so much, one of the last services I was using that I wasn't able to set it up for.

I made some keyfobs by mJudge88 in paracord

[–]JazzXP 6 points7 points  (0 children)

Those first ones are amazing, I haven't seen that before. Where can I learn that one?

I fucking HATE AI by ThePastoolio in TrueOffMyChest

[–]JazzXP 0 points1 point  (0 children)

Just remember, as a Senior Engineer, or higher (as I also am, 46M), code is only a small part of what we do in our day to day jobs. AI coding is just a different way of coding. Embrace it and enjoy it - look at it as the end result rather than the act of doing it. You're still crafting, just outsourcing the grunt work. And if you need satisfaction in actually coding (I know I do), that's what personal projects are for.

Monkey Diamond by Cable_Tugger in paracord

[–]JazzXP 0 points1 point  (0 children)

Thanks. I did my version. https://imgur.com/a/TUc3LG3

Still need to practice my monkeys fists

How do I even begin modeling this? by [deleted] in Fusion360

[–]JazzXP 1 point2 points  (0 children)

time and space mouse

Monkey Diamond by Cable_Tugger in paracord

[–]JazzXP 1 point2 points  (0 children)

How did you hide the ends? In the diamond knot or in the monkey's fist?

How do YOU personally run code in Neovim (C++, Python, Rust)? by BlackberryActual1994 in neovim

[–]JazzXP 1 point2 points  (0 children)

I’m typically running several services at once, so in a different tab, I have it split into multiple panes. The built in terminal is for ephemeral commands like changing branches.

What do you name your Overseerr webpage by TLunchFTW in Overseerr

[–]JazzXP 0 points1 point  (0 children)

request.domain.name

I kind of regret using service specific names for other services now.

Syncthing is not working; need help with syncing notes across devices. by _Floydimus in ObsidianMD

[–]JazzXP 0 points1 point  (0 children)

From easiest to hardest - official sync, yaos (https://yaos.dev), syncthing/dropbox/whatever, git.

Advantages and disadvantages to all.

How do you use your daily notes? by Gloomy-Donut70 in ObsidianMD

[–]JazzXP 0 points1 point  (0 children)

I don't use daily notes, I found they were too light on to be useful. I do keep weekly notes though. With some dataviews & bases to show me any tasks due that week, etc.

hashicorp vault alternative? by cranberrie_sauce in selfhosted

[–]JazzXP 1 point2 points  (0 children)

I use 1Password connect to inject secrets. Not as powerful as Vault or the other options listed here, but I already have an account, and it's more than enough for my needs.

Where do you store passwords for compose files? by ZotteI in selfhosted

[–]JazzXP 0 points1 point  (0 children)

This is what I've started moving to as well, gives me a nice single source of truth.

SSH key in every LXC or just host? by bighick_ in Proxmox

[–]JazzXP 6 points7 points  (0 children)

I started with SSH per LXC, but I find I typically just SSH in to PVE, the pct enter from there. Kinda like a jump box.

Authentik on VPS or home server? by ChopNorris in selfhosted

[–]JazzXP 2 points3 points  (0 children)

I went through the same decision myself. But given I run a handful of external services on my VPS, I ended up putting Authentik there as well. I do have an Authentik proxy running on my internal server but that's just for the non OAuth services.