Live data from Hacker News

Atom 1.1 is out

blog.atom.io

41–50 of 70 posts

Re: Atom 1.1 is out

#41
post #9

The biggest problem with Atom for me is Sublime Text, it just does everything that Atom does and most important is that my battery lasts about 30% more with SublimeText compared to Atom, never mind performance improvements I get with Sublime Text. I am using latest retina macbook pro 15.

How often are you running you Macbook in a non-charger-available environment where you'd run your battery down enough to test this? Or have you specifically disconnected to test this? (Not /s, actual questions)

Re: Atom 1.1 is out

#42
post #9

The biggest problem with Atom for me is Sublime Text, it just does everything that Atom does and most important is that my battery lasts about 30% more with SublimeText compared to Atom, never mind performance improvements I get with Sublime Text. I am using latest retina macbook pro 15.

How often are you running you Macbook in a non-charger-available environment where you'd run your battery down enough to test this? Or have you specifically disconnected to test this? (Not /s, actual questions)

In a web development class. I also just don't like the sound of my MBP's fan.

Re: Atom 1.1 is out

#43
post #27

I was reading that page until I hit their preview of 1.2 work, and clicking through to the PR for CJK soft-wrap sort of confirmed all my fears about what a bad idea it is to try and write a text editor against a browser engine. Just from skimming it a bit, to handle Korean, their developer decided that Korean characters have a special unique width from other writing systems and gets that width from the cached boundin…

The one thing that intrigued me about Atom is that it would actually run in the browser, meaning somebody would create a version you could load up in chrome/safari/firefox and connect to your github account etc. However I haven't seen anything of the sort yet. Does this exist?

Locally, I've tried Atom every now and again and even with the new improvements in 1.1, as soon as you get above a certain threshold in number of lines it starts to slow down considerably (>= 250ms key-press, subjectively) which would only be acceptable if I was running in the browser and even then would be barely useable. Come to mind, the cloud9 ide feels 'snappier' that Atom.

Re: Atom 1.1 is out

#44
post #9

The biggest problem with Atom for me is Sublime Text, it just does everything that Atom does and most important is that my battery lasts about 30% more with SublimeText compared to Atom, never mind performance improvements I get with Sublime Text. I am using latest retina macbook pro 15.

How often are you running you Macbook in a non-charger-available environment where you'd run your battery down enough to test this? Or have you specifically disconnected to test this? (Not /s, actual questions)

I am working outside (parks, beaches etc) while my little son and my wife play or relax next to me, so it's pretty much every day, with a new macbook I started to get stable 6-7 hours while using sublime text, but with Atom I am only getting around 4 max, so the difference is pretty dramatic for me.

Re: Atom 1.1 is out

#45
post #9

The biggest problem with Atom for me is Sublime Text, it just does everything that Atom does and most important is that my battery lasts about 30% more with SublimeText compared to Atom, never mind performance improvements I get with Sublime Text. I am using latest retina macbook pro 15.

How often are you running you Macbook in a non-charger-available environment where you'd run your battery down enough to test this? Or have you specifically disconnected to test this? (Not /s, actual questions)

I have done some tests, not on a 15 but a fully specced retina 13 (mid 2014 model).

If I am running a couple of iTerm windows, chrome for the dev tools (even though this eats up more battery then safari) with a couple of tabs open and sublime tex i'll get about 6 hours on average running my normal workflow. If I switch to Atom instead of Sublime I get just about 5 hours.

This is down to ~10% before anxiety kicks in and I have to return to the cord.

Re: Atom 1.1 is out

#46
post #9

The biggest problem with Atom for me is Sublime Text, it just does everything that Atom does and most important is that my battery lasts about 30% more with SublimeText compared to Atom, never mind performance improvements I get with Sublime Text. I am using latest retina macbook pro 15.

My main issue with Atom is performance. It can't open files larger than a few thousand lines, which means I have to keep Sublime around -- and I must make a mental decision about which app to use every time I have some file or pipe to open. Sublime, of course, is super fast.

Re: Atom 1.1 is out

#47

I'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…

I don't know why this is being downvoted.

Atom automatically downloads updates and also hits a google analytics URL every time you open it. The latter can be prevented if you disable the metrics package but you can't turn off update auto-download. This is unacceptable for what essentially is a text editor.

Re: Atom 1.1 is out

#49
post #27

I was reading that page until I hit their preview of 1.2 work, and clicking through to the PR for CJK soft-wrap sort of confirmed all my fears about what a bad idea it is to try and write a text editor against a browser engine. Just from skimming it a bit, to handle Korean, their developer decided that Korean characters have a special unique width from other writing systems and gets that width from the cached boundin…

The one thing that intrigued me about Atom is that it would actually run in the browser, meaning somebody would create a version you could load up in chrome/safari/firefox and connect to your github account etc. However I haven't seen anything of the sort yet. Does this exist? Locally, I've tried Atom every now and again and even with the new improvements in 1.1, as soon as you get above a certain threshold in number…

That's pretty much the #1 reason why most people still stick to sublime or other text editors. Atom just can't handle large files. It's a shame really because Atom actually looks great and works well as a point and click text editor. But right now Sublime offers everything Atom offers but built on a C++ engine.

In Vim I can just open up a 21mb db dump, do some regex to delete unwanted rows, and be done after a few seconds. Its amazing how vim can handle large files. I cannot imagine doing the same in Atom.

Re: Atom 1.1 is out

#50
post #49

Earlier quoted context omitted.

The one thing that intrigued me about Atom is that it would actually run in the browser, meaning somebody would create a version you could load up in chrome/safari/firefox and connect to your github account etc. However I haven't seen anything of the sort yet. Does this exist? Locally, I've tried Atom every now and again and even with the new improvements in 1.1, as soon as you get above a certain threshold in number…

That's pretty much the #1 reason why most people still stick to sublime or other text editors. Atom just can't handle large files. It's a shame really because Atom actually looks great and works well as a point and click text editor. But right now Sublime offers everything Atom offers but built on a C++ engine. In Vim I can just open up a 21mb db dump, do some regex to delete unwanted rows, and be done after a few se…

> right now Sublime offers everything Atom offers but built on a C++ engine.

Oh come on now, that's really exagerating.

Post reply on HN