Andy

joined 1 year ago
MODERATOR OF
[–] [email protected] 3 points 2 weeks ago

In no particular order.

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

Ah yes you can tell by the post title:

best linux terminal emulator

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

For me: Wezterm. It does pretty much everything. I don't think Alacritty/Kitty etc. offer anything over it for my usage, and the developer is a pleasure to engage with.

Second place is Konsole -- it does a lot, is easy to configure, and obviously integrates nicely with KDE apps.

Honorable mention is Extraterm, which has been working on cool features for a long time, and is now Qt based.

[–] [email protected] 3 points 1 month ago

Just note that the comment was inaccurate, in that their weird encryption is indeed open source at least.

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

I'd say an important part of this calculator's interaction model is doing something, getting a result, then doing something else to that result. That's not too bad in the regular Python interpreter either.

For example, in Python:

>>> 5
5
>>> 4 + _
9
>>> 2 * _
18

In Stacker:

>>> 5
[5]
>>> 4 +
[9]
>>> 2 *
[18]

Does Hy have something like the Python interpreter's _?

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

So it looks like a totally different data flow style, and (I think) geared toward writing then running programs, whereas Stacker is more for interactive stack-oriented calculator tasks.

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

I've never used Hy. Does it offer any concatenative-style interaction?

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

I suggest trying this one for Zsh, over the more common one: https://github.com/zdharma-continuum/fast-syntax-highlighting

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

As someone else said, setting less' jump value is helpful.

Another tool I use, mostly for the zshall manpage, is https://github.com/kristopolous/mansnip

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

Thanks, yes, I use nox and github actions for automated environments and testing in my own projects, and tox instead of nox when it's someone else's project. But for ad hoc, local and interactive multiple environments, I don't.

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

If it didn’t bring something more to the table, besides speed, no one would care

I'm literally saying its speed in certain operations makes an appreciable difference in my workflows, especially when operating on tens of venvs at a time. I don't know why you want to fight me on my own experience.

I'm not telling anyone who doesn't want to use uv to do so. Someone asked about motivation, and I shared mine.

view more: next ›