Chewt

joined 1 year ago
[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago)

vim + terminal is actually objectively more powerful than any IDE, and most IDEs include a way to pull up a terminal as a crutch for things they can’t do. In any case It seems you can’t be reasoned with. Your argument is just a strawman about what you say other people are saying.

[–] [email protected] 2 points 2 weeks ago (2 children)

I’m actually fairly young and wasn’t around in the 80s. I graduated college with a CS degree in the past 5 years, where I was exposed to many different tools and software. What did I come out of that experience with? I like the terminal more than any IDE I had to use in any class.

Now in the real world, we don’t always get to use our favorite tools for every task, obviously. I do need to use other, more enterprise, software from time to time for work. But whenever possible I go to the terminal because I’m faster there, and I can quickly automate things.

I’m not saying the terminal is the best tool for every job, I’m just saying it is the best for ME. Notice I’m also not putting down other tools here. It seems to me like you might be the one with a superiority complex.

[–] [email protected] 3 points 2 weeks ago

it actually does work by default, you just probably missed how to do it in the help pages in vim. For those curious, the system clipboard is its own named register in vim (:help registers to learn more) and can be accessed with either “* or “+ depending on your how your system is configured.

To copy a line: ”*yy or ”+yy

To paste a line: ”*p or ”+p

[–] [email protected] 8 points 2 weeks ago (4 children)

You seem to believe that people only use the terminal if they HAVE to. I doubt anybody these days HAS to type any amount of code in the terminal, but choose to anyway. Like probably anyone else I have access to modern tools and infrastructure, but I choose to do work in the terminal because I’m more productive there. I use (neo)vim because I like it more than any other text editor I’ve used, and have no problem writing code and debugging in the terminal.

[–] [email protected] 55 points 4 weeks ago (3 children)

This seems like a good official message to have, and personally I think they are making the right call. As someone in my early 20s, I can say that at least in the area I grew up (pacific north west of USA) “gimp” as a derogatory term is not widely used or known among my peers. In fact it didn’t even occur to me that I knew a second usage for the word until I read a comment on reddit a few years ago. My response then was “Oh yeah I guess I’ve heard that word used in that way before, maybe in a movie?”, and to be honest I feel the same way now. I believe “gimp is on its way out as a term to put down others, and I’m much more familiar with the term GIMP in reference to the useful program that this post is about.

[–] [email protected] 1 points 5 months ago

you could try to install it with wine? Thats the first place I would start researching

[–] [email protected] 2 points 6 months ago (1 children)

I actually recently decided to make a CLI blackjack game as well! It was a fun exercise, although my focus was more on the visuals since I enjoy making ascii graphics.

https://github.com/Chewt/cardterm

[–] [email protected] 58 points 11 months ago (14 children)

You can’t get around not having a VPN if you don’t want your ISP to know you are doing. Sounds like you might not have a complete idea of what exactly a VPN is doing and why you need one.