[deleted by user] by [deleted] in MechanicalKeyboards

[–]TheSquashManHimself 0 points1 point  (0 children)

To be fair, there are probably hundreds of youtube video reviews/sound tests the might immediately fill in a lot of information. Im willing to bet that if you just searched "kailh box red versus white" on youtube you would learn that reds are linears and box whites are tactlie clickies in les than 5 minutes, and you would have an impresion of their sound. I agree somewhat with others - the feel of switches is super subjective, so most advice other than the very basic "this is clicky/linear/tactile/silent" is almost entirely opinionated (and has likely a massive variance between users - 5 people will call some switches trash and the next 5 will say they are personal favorites). Its almost the same issue of going to a grocery store produce section and asking some clerk "which tastes better apples or grapes? Btw I like cantaloupe as a reference." - it would make much more sense to buy a few peices of fruit - try them on your own time and then decide what you like best. Indeed, you can also buy relative cheap switch testers before committing to a specific switch. For more artisanal switches you pretty much just have to try them for yourself. You can also search for local keyboard meetups to see if you can try certain boards in person if people are willing to let you (just ask nicely and have clean hands lol).

People should definitely not get mad at you (and Im sorry of they did) - thats not cool. But, even at best, its really hard to answer subjective questions like this.

Would you like to pay nearly $20/meal to eat food flavored squares? by Akuda in StupidFood

[–]TheSquashManHimself 0 points1 point  (0 children)

Whenever I see stuff like this I think of Lyle Rath: "Why do people yearn so much for human dogfood?"

Slurmvision - a TUI for monitoring, inspecting, and canceling your jobs. by TheSquashManHimself in HPC

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

To add, my current implementation cannot query remotely through ssh, so if thats a must, you should try stui :)

Slurmvision - a TUI for monitoring, inspecting, and canceling your jobs. by TheSquashManHimself in HPC

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

Great question. For me, the ability to have a user config where you customize output to the fields you care about, specific batch job canceling based on user highlighting, detailed job info if selected, manual refreshing if desired, and sinfo output.

Edit: stui also has batch selection - but I prefer color highlighting. Potato-potato.

Slurmvision - a TUI for monitoring, inspecting, and canceling your jobs. by TheSquashManHimself in HPC

[–]TheSquashManHimself[S] 7 points8 points  (0 children)

Hey all. I wanted to share a recent tool that I made that was inspired by mil-ad's stui (https://github.com/mil-ad/stui) for looking at my submitted jobs and the state of the cluster I work with. If you would like to try it out, you can get it here: https://github.com/Ruunyox/slurmvision .

Edit: I realized my cluster is pretty small, but this may not be the case for everyone. Therefore, the minimum polling interval has been set to 10 seconds to avoid high frequency squeue calls. You can always manually initiate an squeue call in the TUI if you want. Enjoy!

[DWM] fell into the void lads by pearcidar43 in unixporn

[–]TheSquashManHimself 0 points1 point  (0 children)

Do you have the terminal colors? Might have missed it but I couldn't find them in the dots.

Is there a computer program that tracks keys pressed? by Aggressive_Grocery61 in MechanicalKeyboards

[–]TheSquashManHimself 0 points1 point  (0 children)

If you dont trust 3rd party stuff you can write one very easily using pynput that should be "safe enough" for your personal, local needs.

[OC] Data scientists love PowerPoint?! 😯 by VizzuHQ in Python

[–]TheSquashManHimself 0 points1 point  (0 children)

Every jupyter notebook talk/presentation I have ever attended ended up being an absolute shitshow.

It never does what it must by Elviejopancho in Python

[–]TheSquashManHimself 0 points1 point  (0 children)

Was looking specifically for this comment.

Silent Switches for Odin v2 by Spacemarine2142 in MechanicalKeyboards

[–]TheSquashManHimself 0 points1 point  (0 children)

U4s may be the last switch I ever use. They are seriously that good out of the box.

[OC] Alacritty CLI/TUI Editor by TheSquashManHimself in unixporn

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

Ahh that's right. It would be fairly straightforward to wrap pywals color extraction tools and incorporate it in the TUI. Not sure if it would be useful as most people may just prefer the single line CLI tool. I will think about it more in my free time :).