I'm certain that it can all be disabled, but is there any ready to use recipe to do so? I mean, I want all the non-network-related software I use to literally never try to do anything network-related (besides loopback connections, okay), except when explicitly told to do so.
Atom 1.1 is out
11–20 of 70 posts
Re: Atom 1.1 is out
#12Re: Atom 1.1 is out
#13It's interesting reading about the character measurement problem. That makes me wonder if it's even worth building a text editor based on web technologies. Sublime appears to be based on traditional tech, and a single developer has built it into the cross-platform gold standard. Atom is built on experimental DOM-based tech, and a team funded by a massive company is still jumping through hoops to do things like measure the length of a line. Is whatever DOM brings to the table worth it? I genuinely don't know.
Re: Atom 1.1 is out
#14I've tried that editor year or so ago, and was disappointed that it ever tried to connect to the network to do all sort of stuff. Don't really remember any details, I think there was some analytics, auto-updates etc etc. I'm certain that it can all be disabled, but is there any ready to use recipe to do so? I mean, I want all the non-network-related software I use to literally never try to do anything network-related…
Re: Atom 1.1 is out
#15Re: Atom 1.1 is out
#16Glad to hear they seem to have fixed the fuzzy finder. It was really terrible, and I actually switched back to Sublime because its fuzzy finder is fantastic. The relief in switching back to Sublime's finder was palpable, but I'll give Atom 1.1 another shot. It's interesting reading about the character measurement problem. That makes me wonder if it's even worth building a text editor based on web technologies. Sublim…
Re: Atom 1.1 is out
#17Glad to hear they seem to have fixed the fuzzy finder. It was really terrible, and I actually switched back to Sublime because its fuzzy finder is fantastic. The relief in switching back to Sublime's finder was palpable, but I'll give Atom 1.1 another shot. It's interesting reading about the character measurement problem. That makes me wonder if it's even worth building a text editor based on web technologies. Sublim…
I'm guessing the big win is Atom gets to take advantage of all the advances being made in the active JavaScript, Node and WebKit communities. At the rate things are going (e.g. JavaScript is much faster compared to a few years ago), I'd imagine any problems they're facing now will get solved eventually.
Re: Atom 1.1 is out
#18Earlier quoted context omitted.
I just updated to Atom 1.1 on my early 2015 rMBP... still takes upward of 20 seconds to open up a project containing Once its started, it lags quite a bit. I really _want_ to use Atom, but the performance just kills it for me.
You should report this as a bug I think. I've used Atom on a similar machine for large projects with large commit histories and it's never takes more than a few seconds to open.
Re: Atom 1.1 is out
#19Glad to hear they seem to have fixed the fuzzy finder. It was really terrible, and I actually switched back to Sublime because its fuzzy finder is fantastic. The relief in switching back to Sublime's finder was palpable, but I'll give Atom 1.1 another shot. It's interesting reading about the character measurement problem. That makes me wonder if it's even worth building a text editor based on web technologies. Sublim…
Re: Atom 1.1 is out
#20Between Atom, VS Code and others, it's really interesting to see all of these tools built around the browser. It's funny because this is heavier than what Mozilla envisioned with XUL apps sharing a runtime.
That said, at least writing apps against a desktop deployment, android, ios, and web being able to reuse a lot of logic is a pretty nice feature to have... Even if you don't like JS. It's a trade off, but kind of exciting just the same.