HackerTrans
TopNewTrendsCommentsPastAskShowJobs

imsnif

no profile record

Submissions

The Zellij terminal multiplexer now runs natively on Windows

zellij.dev
3 points·by imsnif·il y a 4 mois·0 comments

Terminal sessions you can bookmark

poor.dev
86 points·by imsnif·il y a 11 mois·12 comments

comments

imsnif
·il y a 11 mois·discuss
Yes! With built in authentication.
imsnif
·il y a 11 mois·discuss
For 1 - there's actually a nice proposal from WezTerm to make this an all-purpose general protocol that I hope happens: https://github.com/wezterm/wezterm/discussions/4889

For 2 - I think this can be achieved with scroll vertical/horizontal scroll regions (which should also boost performance a bit). I hope to implement this in the future.
imsnif
·il y a 11 mois·discuss
Hi all, I'm the author of this article. Happy to answer any questions.
imsnif
·il y a 11 mois·discuss
Hi, I'm the author of this article. Happy to answer any questions.
imsnif
·il y a 2 ans·discuss
When I tried to get into programming as a teenager, I opened a graphical IDE and was immediately overwhelmed by a barrage of menus, popping windows and tooltips. This led me to believe programming is not for me. In later attempts I used vim (back then that's what people used to recommend those starting out with perl) and felt right at home.

These days I still use vim (almost stock) for everything (right now mostly Rust). This is totally anecdotal, but I'm usually more productive than my teammates - mostly because of the initial hurdles of getting into a new codebase or parts thereof. I don't have anything to set up, I just open it up and grep my way to success.

Every now and then I try to open an IDE and force myself to work with it a little bit just to be sure I'm not missing anything. The visual overload and lack of advanced editing are just too much for me. Going back to vim is always a breath of fresh air.

I'd sooner use nano/notepad.exe than any sort of graphical IDE (though I prefer vim).

I'm not saying this is the best way, I definitely do not recommend it to those asking me how to get into programming, but it's definitely the best one for me.