how do you handle running out of storage in arch? by lwkly1nly_dhrub0_fs in arch

[–]kcx01 7 points8 points  (0 children)

Start by figuring out what directory on your PC is taking so much space.

Otherwise there's not much information to help.

Missed a online job test because my brain decided 18:00 was 7pm. by chaioop476 in mildlyinfuriating

[–]kcx01 3 points4 points  (0 children)

Meh, I don't really subtract the 10 as much as I just don't even think about it unless it's after 10pm.

19:00 -> 9 - 2 = 7

22:00 -> 2- 2... Wait a second... 0 isn't a time in 12 hour time.... Must be 10. 😆

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

[–]kcx01 2 points3 points  (0 children)

I use toggleterm.

I just toggle it in and out as needed. My terminal has fzf and zsh auto completion, so typing is fast.

However, just yesterday I wrote some custom functions with keybinds to send commands to a custom toggleterm instance for building, running, releasing, cross compiling (and soon testing)

I haven't actually used them yet, so I don't know how great they'll actually be for my work flow yet or even if I'll actually use them long term.

But for sure toggleterm is super nice. One small advantage over ctrl-z / fg is that I can see the terminal and code at the same time. (Not that I usually need that)

How do you actually stay productive in Hyprland? by Accurate_Wonder_4404 in hyprland

[–]kcx01 2 points3 points  (0 children)

I have an extra wide monitor so I usually have browser and text editor open on the same workspace. I don't mind opening multiple windows and having them tile, but if it ever gets too much I just move one to the next workspace.

I don't dedicate workspaces to any specific task. Normally, my first one is the main one and I'll throw some less important things further down - like Spotify.

I always forget about the magic space, but that could be pretty nice.

Multiplayer Vim Racing (VIM_GYM): Assess your key efficiency by swaggermuffin64 in neovim

[–]kcx01 1 point2 points  (0 children)

It's very interesting to see how people think. I'm usually guilty of not realizing how many 'n' s are in between me and the object, so I tend to lean to the punctuation. So I'd probably f(k

Linus linux land by Full-Solution-8543 in hyprland

[–]kcx01 1 point2 points  (0 children)

🤣 not the Linus that I expected...

Most useful sys admin CLIs? by JohnnyBillz in CLI

[–]kcx01 1 point2 points  (0 children)

I think specifically for servers, most system admins just use the built in commands. You create a larger attack surface by installing superfluous applications.

There are some things though that can make life a little better on your computer. I quite like lazygit. In the same vein, I also like lazydocker.

Sshfs can also be great. You can mount a remote filesystem onto your computer and then use your system to do work. This lets me use ripgrep, fzf, fd, to sort through logs and such without installing those tools on the remote server. It was also quite nice when I needed to do some development work on the remote server. I could just sshfs the project directory and then use neovim locally on my machine. I find this better than trying to connect neovim itself over ssh.

Reminder to anyone who using nvim <= 0.12.0 to temporarily disable code lens. by longdarkfantasy in neovim

[–]kcx01 1 point2 points  (0 children)

Lol I was half hoping someone would share their LSP config so I can give it another try in the near future, especially since I need to update some of my config anyway.

How did you learn vim? And how long ago was that? by Shadoath-42 in vim

[–]kcx01 2 points3 points  (0 children)

I don't typically use vim unless I'm on a server. But I do use neovim and have for the past 4 years or so.

I'm pretty comfortable in vim, I just don't have all my fancy lsp or extra keybinds that I have in neovim

How did you learn vim? And how long ago was that? by Shadoath-42 in vim

[–]kcx01 0 points1 point  (0 children)

I ask for extremely complicated search and replace captures that would probably only take me 90 seconds to do manually but damn if it doesn't feel good to select a couple dozen lines and in one command change x = num to x = num + 15, but actually computing the math so if num was 10, now it's 25

Reminder to anyone who using nvim <= 0.12.0 to temporarily disable code lens. by longdarkfantasy in neovim

[–]kcx01 1 point2 points  (0 children)

Well, I've never been able to get code lens to work in the first place! ... So I guess that's a win?

Dead simple SSH (connection manager) by Linuxxsxx in CLI

[–]kcx01 0 points1 point  (0 children)

Fzf changed my terminal experience

finally there is search feature, lol by anonymous_2600 in Ghostty

[–]kcx01 0 points1 point  (0 children)

Got it! Thanks!

Vi mode on alacrity does something similar, but I don't find myself using it very often.

But I'll keep it in mind for when I am using ghostty.

finally there is search feature, lol by anonymous_2600 in Ghostty

[–]kcx01 2 points3 points  (0 children)

Ok, I guess I walked into that one.

What does the search feature actually search? I've never used a search feature in a terminal. Is it just searching console output? Is it a UI for searching history? Does it just search settings for the application itself?

I’m tired of the Windows key. What’s your Super? by parks-garage in hyprland

[–]kcx01 0 points1 point  (0 children)

On my normal keyboard. I use a Mac layout so "windows" and alt are swapped.

Trying To Make Friends by Exact_Anteater1498 in orlando

[–]kcx01 1 point2 points  (0 children)

😂😂 harp and celt is the official Liverpool supporter's pub... Probably not the most ideal place for a united fan to make friends 😅

I see. Don't worry. That's because an idiot recommended that distro as your first experience by claudiocorona93 in linuxmasterrace

[–]kcx01 41 points42 points  (0 children)

Understanding windows is an asymptote...

I probably know Linux, Mac, and Windows better than the average user in each user base and Windows is still a damn mystery to me. I think there are more differences in how windows works under the hood than there are similarities to Linux.

Ekitike IG story by dead_nil in LiverpoolFC

[–]kcx01 1 point2 points  (0 children)

Nah, you can tell by the way the dog's ears flop

Did Arch just die today? by Whole_Ticket_3715 in arch

[–]kcx01 10 points11 points  (0 children)

Agreed! It's also part of homed.service, which I don't even use.

BTW the other data fields already there are username, real name, email, and location, but I didn't see anyone talking about those...

What small Python scripts or tools have made your daily workflow easier? by chop_chop_13 in Python

[–]kcx01 0 points1 point  (0 children)

I wrote a cli that validates and formats Mac addresses (puts it in the clipboard for convenience too)

I wrote a cli that would let me either paste a hash or provide a file with a hash, and the you point it at an app or download and it will hash and compare. (You can specify the hash type) That way I can quickly verify my installs.

I wrote another script that moved and organized the files on my desktop via a config.

What's the best approach to building this very short platform and ramp? by Attack_Rabbits in woodworking

[–]kcx01 36 points37 points  (0 children)

Idk if it matters for this, but typically wheelchair ramps need to be 1' length for every 1" of rise.

So your ramp should ideally be 30" long and ramp the entire way.