Earlier quoted context omitted.
you picked one that is already in that top. Try that with the 100th most used editor. I disagree it’s worth sticking to on text editor for programming tasks. The productivity boost of a good complex plugin is huge, way bigger than anything one gets from productivity in the text editing itself that comes from familitarity with the editor I think. Look at the state of e.g Rust dev in Atom/VSCode/.. today. It will get t…
Hey, you edited your comment to remove what I responded to. Thanks for not labeling the edit.
Xi: an editor for the next 20 years [video]
291–300 of 306 posts
Re: Xi: an editor for the next 20 years [video]
#292Earlier quoted context omitted.
I bought (though in a sale) PyCharm few years back, without trying it much before (my bad), and found it really really bad. Used maybe 12 hours of my one year license. Somehow got accustomed to to pretty much vanilla Sublime, mostly because I can't seem to get the language "intelligence" plugins to work correctly.
You should give PyCharm another go. If you don't have a license anymore, JetBrains offers a free community version. It is more than enough to suit my needs. What did you find bad about it? If it was just input latency, that's fixed.
Re: Xi: an editor for the next 20 years [video]
#293Earlier quoted context omitted.
Have you tried Terminal.app recently? A lot of people seem to rush immediately to iTerm2... And I used to be one of those, a few years back. But eventually I gave the built-in Terminal.app a serious chance and found it met all my requirements. Although I also stopped customizing my theme, and I keep as many defaults as possible. SF Mono is a great font!
I did the same thing a few years ago. Terminal.app has had tab support for years now. What's the killer feature of iTerm these days? I also recall finding Terminal.app to have lower CPU consumption, matching postit's experience.
Panes.
Re: Xi: an editor for the next 20 years [video]
#294Earlier quoted context omitted.
I did the same thing a few years ago. Terminal.app has had tab support for years now. What's the killer feature of iTerm these days? I also recall finding Terminal.app to have lower CPU consumption, matching postit's experience.
1. When you exit a terminal it dumps irrelevant stuff rather than just closing the tab. ~ % exit [Process completed] 2. Cmd + Arrow doesn't doesn't move to the next or last tab. (Cmd + number does work however, but it doesn't show numbers on the tab list like iTerm) 3. Comes with terrible defaults like the screen color.
1. Settings > Profiles > Shell > When the shell exits: [Close the window|Close if the shell exited early|Don’t close the window]
2. macOS standard for all applications is the following.
- next tab: ⌃⇥ or ⌘⇧]
- previous tab: ⌃⇧⇥ or ⌘⇧[
If you really want to change that, you can do so in System Preferences3. Settings > New window with profile: Pro
Re: Xi: an editor for the next 20 years [video]
#295Earlier quoted context omitted.
I did the same thing a few years ago. Terminal.app has had tab support for years now. What's the killer feature of iTerm these days? I also recall finding Terminal.app to have lower CPU consumption, matching postit's experience.
> What's the killer feature of iTerm these days? Panes.
Re: Xi: an editor for the next 20 years [video]
#296Earlier quoted context omitted.
> That's because you (probably) haven't used a modern text editor. Can you provide an example? Because I've worked on > 1MM line projects in IntelliJ with no performance issues, or at least none related to text editing.
IntelliJ is still slow even when I throw 12 cores Xeons at it. ... aside from the fact that I can compile some projects faster than it takes just to start up. If IntelliJ were a car, it'd be gas guzzling SUV with a hole in the gas tank.
One of my worst IDE experiences was working on a Scala project in Eclipse, with a whole ton of plugins installed. Latency was incredibly high. It was like working on a lagged 300 baud terminal.
Re: Xi: an editor for the next 20 years [video]
#297Earlier quoted context omitted.
> What's the killer feature of iTerm these days? Panes.
I don't use panes much, but Terminal.app seems to have panes too.
- Cmd-W closes the window, not the pane. (I get why they do this. I feel that it is wrong.)
- I can't send input to all panes, which is a pretty useful feature I probably use once a week.
- iTerm2 happily maps my panes to tmux. This is by itself perhaps a killer feature.
Re: Xi: an editor for the next 20 years [video]
#298Earlier quoted context omitted.
Almost every English word that starts with an X has a "z" sound. e.g. xenon, xylophone, xiphoid. In fact, I can't think of any exceptions. "zigh" as a pronunciation seems natural to me.
Yeah, but when you ask a Chinese person how to pronounce Xi or Xiu the X -> sh. That's why I went with Shee also when I read this.
Re: Xi: an editor for the next 20 years [video]
#299Earlier quoted context omitted.
Thanks. However "z" is also not really a clear sound, right? "ds" or "ssss" or "tsss". Naturally I would interpret "zigh" very similar to "sigh" but since "sigh" is a real thing I think there is a reason why you write "zigh" instead. Anyway each hint is helpful. I'll google for that.
To help out, let me point you to the English phonology page on wikipedia: https://en.wikipedia.org/wiki/English_phonology . Specifically, look into the 'Voiced alveolar sibilant', the 'z' in English. That's the sound you're looking for, as it's the one used by Raph in the linked talk. For completeness, the vowel is the dipthong 'aɪ', pronounced like the 'i' in the word 'price', discussed on the same wiki page.
In Chinese the "x" would be pronounced like that: https://en.wikipedia.org/wiki/Voiceless_alveolo-palatal_fric...
So not really a "sh-" either, but English doesn't have that sound at all I believe.
Re: Xi: an editor for the next 20 years [video]
#300Earlier quoted context omitted.
I did the same thing a few years ago. Terminal.app has had tab support for years now. What's the killer feature of iTerm these days? I also recall finding Terminal.app to have lower CPU consumption, matching postit's experience.
Quake-style console. I'm too addicted to it unfortunately.