Earlier quoted context omitted.
It's built on node-webkit and chromium, which technically works on Windows, OSX and Linux. Do you seriously think they would make an OSX only editor when there's already so many that work on all platforms?
The download is only available for Mac today, but we are working on the Linux and Windows builds.
Atom
521–530 of 662 posts
Re: Atom
#522Earlier quoted context omitted.
Some people with lives "not that interesting" don't want to give up their privacy. Some of us even understand that there is no such thing as "anonymous statistics". It's not about a big government spying conspiracy. It's about basic privacy and not giving out data about yourself that you don't want to give out. There are also enormous trust implications.
Hmm - but let's take your idea and think it through to it's completion. It's fine to say, oh but the privacy! But that in itself isn't an argument. It's just an appeal to emotion, with no facts. What do you think will happen if Github has usage data on how you use their text editor? Or what do you think will happen if Google knows what websites you search for? These aren't rhetorical questions - I'm actually curious…
If you do draw a line somewhere -- anywhere, really -- then I'd suggest you're just like everyone else who thinks that privacy is a right and it can be violated. You just draw the line in a different place.
If you really do think that any kind of data collection whatsoever is fine, then I'd just say I don't think many people would feel comfortable with that, not even serious law-and-order types. You're entitled to give away your own rights, but not mine.
Re: Atom
#523Earlier quoted context omitted.
Time Machine is perhaps the most elegant, least intrusive backup software ever. And it's free with OS X. I can't recommend it highly enough, especially for someone in your wife's position.
To belabor the obvious: Time Machine saves old versions for you even if you don't have a separate backup disk, subject to available disk space.
Hopefully I never have to use it, but pretty cool none the less.
Re: Atom
#524Earlier quoted context omitted.
It's most likely not possible until there's a "hosted atom" you connect to with your browser. ChromeOS is /just/ a web browser and won't run node, which Atom uses to do its processing.
ChromeOS (rather, Chromebooks) can run more-featured Linux distros like Ubuntu, ArchLinux.
Re: Atom
#525Earlier quoted context omitted.
Emacs has pull down menus, cut and paste, CUA bindings, displays graphics, plays sounds... WTF do you mean by "terminal-style buffers/frames?"
I don't mean to sound hipster or anything but I prefer software with native look-n-feel on the platform I'm using. I tried Emacs on OS X (proglang on Coursera asks students to use it for editing SML), gave it a couple of hours and switched back to Sublime. I understand I missed all its glory and power but at least Sublime scrolls like OS X apps scroll, has shortcuts like OS X apps and looks like a OS X app. But then…
Re: Atom
#526I was all ready to be skeptical and everything... but this could actually be amazing. I currently use Chocolat for code editing, which is beautifully elegant and I love it, but there are 25 little tiny things that I really wish I could fix. I file issues, but the developers rightly have their own priorities. It's closed-source, but even if it were open source, I'm not about to learn how to use XCode and Objective C a…
Re: Atom
#527Earlier quoted context omitted.
But in fairness, they've fully listed the data being collected. I'm actually very comfortable with them collecting these metrics (though I'm glad there's a way to turn it off just the same). - A unique identifier that is generated by computing the SHA-1 of the machine's MAC address. - The screen width and height - The version of Atom being used - The name of each item opened in a pane such as EditorView, SettingsView…
I'm almost comfortable with the choice of metrics, except for: >> The name of each item opened in a pane such as EditorView, SettingsView, and MarkdownPreviewView Why would they need to know my filenames?
I might be wrong though.
Re: Atom
#528I'm really sad to see that they totally blew it. The performance of a webapp with the accessibility of a desktop app. Not to mention that it's closed source. This is a tremendous step backwards. Looking at the implementation of the open sourced packages is discouraging as well. It looks like they are using a Backbone inspired jQuery infested nightmare of clientside MVC. Maybe my bitterness comes from the fact that I'…
Re: Atom
#529Earlier quoted context omitted.
I mostly agree with that although I think it's also kind of irrelevant in a practical sense because many programmers already have to know javascript for their work so you get a lot more people who can contribute right away. Aside from that -- lisp or javascript as the extension language, I'd love to see a brand-new extensible editor like emacs just to have a shot at changing terminology and some of the APIs. Emacs te…
It's true that a lot of people work with Javascript, but honestly I wouldn't say that they can contribute to anything right away. A lot of these people don't know more than $('#element').hide(); In fact, I would wager that there are more potential contributors to Emacs than there are to Atom.
Re: Atom
#530Earlier quoted context omitted.
Not in this case. If you accidentally `:w! thesis.txt`, persistent undo isn't going to help you.
Clipboard manager. Set to record X selections too. That does it for me. Every bit of text I select is copied to clipboard, just below the value currently held there. In this case I'd have the full content of the docx file as a second item in my clipboard manager list with an email as a first one. I set the size of the clipboard items list to 500, just in case. I couldn't live without some kind of clipboard manager. I…
This has saved my butt a number of times.