Hacker News new | ask | show | jobs
by konart 3535 days ago
>And no, Atom not designed

And that's exactly one of it's problems. It's not designed to be a damn text editor. Instead - it's just another "hipster editor". You can find a growing number of useless plugins, but can't open log file sent to you, or connect via proxy without a trouble.

Not to mention the speed and ram usage. My IDEA instance with a large project opened up use less memory than Atom without any files opened (but with a bunch of plugins loaded).

Sorry for the emotional replay, but I just do not understand how people can go from Sublime, which is, in my opinion, almost ideal text editor, to something like this js crap.

2 comments

> And that's exactly one of it's problems. It's not designed to be a damn text editor. Instead - it's just another "hipster editor". You can find a growing number of useless plugins, but can't open log file sent to you, or connect via proxy without a trouble.

since when do you need to edit log files? you don't need an editor for that, you need a log explorer. there are other tools for hat.

what exactly do you mean with proxy problems? i'm behind a proxy at work and didn't have any problems?

> Not to mention the speed and ram usage

that thats its only real problem. especially if you're on a laptop without a power outlet nearby. i tend to just use vim in that situation notice a significant increase in battery life.

> I just do not understand how people can go from Sublime [...] to something like this js crap.

at least its fully extensible. i love the linting, auto-beautification, Markdown Preview, extensible autocompletion, useful autosave, Git-WIP support, extensive git integration and so much more.

its just not meant to be used as anything beside editing small code files. and most people don't have to code monolithic code files beyond a few MB in size.

> since when do you need to edit log files?

Any time I want to re-hydrate escaped control sequences like newlines, or explore the log using a host of tools available in a text editor.

> at least its fully extensible

As are most text editors and IDEs. Atom's only difference here is that the extensions must be written in Javascript. Not everyone sees this as a good thing.

> its just not meant to be used as anything beside editing small code files

And that's the problem. Why should a user be forced ahead of time to consider their usecase for editing a file just to choose which gimped file editor they want to use?

I don't feel one way or the other about Atom, but agree that "text editor" as a category is a superset of "editor of texts smaller than Xmb."