Live data from Hacker News

Download Atom editor without an invite

gist.github.com

31–40 of 122 posts

Re: Download Atom editor without an invite

#31
post #27
post #8

How can I download it for Windows ?

Why would you?

Err... because you want to try out an experimental text editor that's rumoured to be quite nice and you run Windows? seriously, what on earth is the point of your post? Are you trying to make a snarky comment about something? if so, at least flesh it out with some actual humour or context.

Re: Download Atom editor without an invite

#33
post #17

Works, but the gist is now gone. However, it looks so similar to sublime, I can't believe it. In case anyone is looking for it: the command is curl -L https://www.atom.io/api/updates/download -A "Atom/0.1 CFNetwork/1.5" > Atom.zip

that command doesn't work anymore

Re: Download Atom editor without an invite

#35
From the README:

> 4. To help us improve the editor, Atom sends usage information to Google Analytics. See [atom/metrics](https://github.com/atom/metrics) for details.

That is quite horrible in my opinion. Do I want an application on my computer that constantly sends information to Google and Github?

What kind of information is it sending? (from the link)

Collected Data

+ 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, and MarkdownPreviewView

+ The amount of time the current window was open for

+ The amount of time the current window took to load

+ The amount of time the app took to launch

Item no. 4 is the critical one. I really don't like this. However, you can apparently disable this:

> If you do not want this information reported, disable this package from the Metrics section of the Settings view `(cmd-,)`.

(edit: removed typo)

Re: Download Atom editor without an invite

#37
post #33
post #17

Works, but the gist is now gone. However, it looks so similar to sublime, I can't believe it. In case anyone is looking for it: the command is curl -L https://www.atom.io/api/updates/download -A "Atom/0.1 CFNetwork/1.5" > Atom.zip

that command doesn't work anymore

Yup, results in

    {"message":"Not Found"}

Re: Download Atom editor without an invite

#38
post #9
post #8

How can I download it for Windows ?

OS X only for now.

Wtf. Why would one start with the software-patent and lawsuit-based platform?

Does nobody at github have any sense of ethics? Github was built on open source software and Linux. Why not give something back? Why support those who spend national budgets on anti open-source lawsuits?

Re: Download Atom editor without an invite

#40
post #34

cd ~ curl -L https://www.atom.io/api/updates/download -A "Atom/0.1 CFNetwork/1.5" > Atom.zip open Atom.zip mv Atom.app /Applications/ rm -rf Atom.zip

Come on... people here should be able to handle a zip file...

also, "rm -rf Atom.zip" - WTF? Why not throw a "sudo" in there for good measure...
Post reply on HN