Live data from Hacker News

I Still Live in the Terminal

blog.tacoda.dev

21–29 of 29 posts

Re: I Still Live in the Terminal

#22
post #18
post #6

> Pipes are not a feature. They’re a worldview. > Text is the universal interface No wonder we don't get better GUIs if people keep turning the terminal into a religion.

The problem with GUIs is exactly why CLIs are preferred by many: - GUIs keep radically changing how they look, at times even removing features, meanwhile some CLI interfaces haven't change in my lifetime - CLIs are more often designed with synergetic effects in mind, they become part of ecosystems. Meanwhile you get the feeling many GUI applications start having a hard time saving a file to a local hard drive - the f…

> some CLI interfaces haven't change in my lifetime

But many others have, `ps -ef` vs `ps -aux` is one example. Nowadays, most systems support both, but not so long ago you'd need to remember which one to use depending what system you were on.

Re: I Still Live in the Terminal

#23

For some reason, I can only scroll down a little bit on medium articles and then firefox freezes that tab and won't let me scroll up or down. I assume it has something to do with adblock, but I've noticed it a lot recently.

It's likely the overlay that is asking for your email address to subscribe to the author's content.

Re: I Still Live in the Terminal

#24

>alias gp='git push' I prefer CLI over GUI but I also prefer to have a life over making my life harder. On that same context, I prefer nano over vi/vim any time. Now, the problem with aliases is that the more you use the more addicted you get. If you have to touch another terminal without those aliases, you will automatically try the aliases you are used to or create them so you can do whatever you have to do. Meanin…

I used to believe this for like 10 years. And I never had any custom environment. But then I was at a job where I was forced to create a custom dev environment, because theirs was awful. And then I had to transfer my scripts to another machine, and it turns out, it was actually really easy (just have a git repo you can pull from anywhere). I wasted 10 years with a subpar dev environment.

I'm actually at the point now where I just can do `curl https://website.com/my_environment.sh | bash`, and it sets everything up for me. So even if I SSH into a machine for a brief period of time I'll have my environment with me there too.

Re: I Still Live in the Terminal

#25

>alias gp='git push' I prefer CLI over GUI but I also prefer to have a life over making my life harder. On that same context, I prefer nano over vi/vim any time. Now, the problem with aliases is that the more you use the more addicted you get. If you have to touch another terminal without those aliases, you will automatically try the aliases you are used to or create them so you can do whatever you have to do. Meanin…

zsh has alias plugins pretty easy to migrate your dotfiles but yeah its too custom then

Re: I Still Live in the Terminal

#27

>alias gp='git push' I prefer CLI over GUI but I also prefer to have a life over making my life harder. On that same context, I prefer nano over vi/vim any time. Now, the problem with aliases is that the more you use the more addicted you get. If you have to touch another terminal without those aliases, you will automatically try the aliases you are used to or create them so you can do whatever you have to do. Meanin…

That’s fair. I usually have a separate alias file in my config. But it’s really a convenience for me.

Re: I Still Live in the Terminal

#29
post #20
post #16

Earlier quoted context omitted.

> I prefer CLI over GUI but I also prefer to have a life over making my life harder. I think this is actually a really profound statement. Many people seem to get caught up in trying to take the most efficient path when you could take a somewhat less efficient path that requires much less time. It can become a form of yak-shaving. Now, don't get me wrong: there's absolutely a benefit in investing time to learn effici…

Life is longer than a lot of people seem to think. I put a lot of effort into configuring vim and bash... 20 years ago maybe? And now I barely think about it, but the changes I made have made me more efficient and effective throughout those 20 years. Go ahead and put some time into figuring out how you use a tool and make scripts or aliases for using them... if you invest in good tools you will get decades of use out…

It certainly helps that vim and bash, unlike some software, doesn't just go and change its config every few years!
Post reply on HN