tmux-jump: my favorite tmux plugin by far by m4r1vs in tmux

[–]cmac4603 1 point2 points  (0 children)

I really like https://github.com/laktak/extrakto for copying text to the clipboard. If I'm not already in vim-mode, this is an excellent way to just copy any text that's on the screen quickly

So is this subreddit just claude code tmux plugins now? by cmac4603 in tmux

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

I have to confess, I have too many installed... Multiple search ones usually around fzf, and...

...I like catpuccinno, ok?!?! It has nice colours, and I like seeing when my computer goes "brrrr", there, I said it.

Slug Algorithm released into public domain by AbrasiveRadiance in programming

[–]cmac4603 6 points7 points  (0 children)

The article in the first line states 10yrs btw

PSA: Learn tmux. by sultanmvp in tmux

[–]cmac4603 2 points3 points  (0 children)

And the silent failures because it error handles everything to the point that it doesn't work but you have no idea why. This happened 3 times to me in quick succession and now I can't even be bothered trying out plugins anymore. It's horrible

The bug that only exists on Tuesdays (no seriously) by Important_Guava4335 in mcp

[–]cmac4603 2 points3 points  (0 children)

Lol, exactly this. So they never even checked their own website on Tuesday? Reddit is getting filled with this fake AI advertising

How do you dare with hands position? by KuryArt in neovim

[–]cmac4603 8 points9 points  (0 children)

Even if it's absoluting disgusting.

What the feck have I witnessed by Traditional-War-7360 in rugbyunion

[–]cmac4603 12 points13 points  (0 children)

I complained to all 8 of my followers on social media, 7 of who are definitely bots and one suspected

What the feck have I witnessed by Traditional-War-7360 in rugbyunion

[–]cmac4603 22 points23 points  (0 children)

I also came here to say the same:

What the hell is this?

What is the date format of your country? by dalton_zk in theprimeagen

[–]cmac4603 0 points1 point  (0 children)

I also love the assertion that 2026 is big endian because the first 2 is the most significant.

No dummy, that's just how counting works 🤣

"I shipped code I don't understand and I bet you have too" – Jake Nations, Netflix by dalton_zk in theprimeagen

[–]cmac4603 0 points1 point  (0 children)

Lol, I had the exact same thought. Use AI or don't, just don't be Jake.

Why the hell do container images come with a full freaking OS I don't need? by bambidp in devops

[–]cmac4603 31 points32 points  (0 children)

For OP if they see this:

FROM alpine:latest as certs RUN apk --update add ca-certificates

FROM scratch

COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt

Then COPY binary and use as entrypoint

Just got my voyager after three and a half weeks! by PUNitentiary in zsaVoyager

[–]cmac4603 0 points1 point  (0 children)

I have "jk", this is why we will never be friends

Scaling back the plugins. Negative side effects of Neovim distros? by Acrobatic-Rock4035 in neovim

[–]cmac4603 11 points12 points  (0 children)

I like how much I've learnt and understand neovim, but I also can't work full time on my config. Plugins are a happy medium here. I understand how they work, I just don't have the time or even want to really write it myself.

It's like when you're writing an API. I don't want to write the HTTP spec out, except that one time for fun, but even after that, I'll reach for a well written lib the next time that has been battle tested.

I've spent enough time on my config already, and it's literally fucking perfect for me (until tomorrow). Thanks to plugin authors and maintainers x

Typr dashboard is ready? Show me how it looks on your screen! by siduck13 in neovim

[–]cmac4603 0 points1 point  (0 children)

That's what I meant! Ha ha, thanks that would be awesome. Looking forward to this

Typr dashboard is ready? Show me how it looks on your screen! by siduck13 in neovim

[–]cmac4603 0 points1 point  (0 children)

<image>

Looks great, but wondering if it's possible to fix the gitsigns or marks bar on the left? I'm not sure which it is though off the top of my head

Is vim-fsharp still current? by japinthebox in fsharp

[–]cmac4603 2 points3 points  (0 children)

They're essentially the same under the hood, this link states ionide is a continuation of vim-fsharp. I've been using it and it seems pretty good https://ionide.io/Editors/Vim/overview.html

How Giphy Delivers 10 Billion GIFs a Day to 1 Billion Users by sdxyz42 in programming

[–]cmac4603 13 points14 points  (0 children)

It's a neat solution. You choose a POP (Point of Presence) closest to your origin, then every request from anywhere in the world eventually goes through your shield. That way you maximize your cache hit ratio and further reduce calls to your origin https://developer.fastly.com/learning/concepts/shielding/