Image Image Image Image Image
Scroll to Top

To Top

atom

19

Nov
2015

inGeneral

vonJohannes Hoppe

Atom is spyware: disable metrics [solved]

On 19, Nov 2015 | inGeneral | vonJohannes Hoppe

atom_spy

Today I realized that Atom reports usage information to Google Analytics (package: metrics). Additonally, the Exception Reporting (package: exception-reporting) reports uncaught Atom exceptions to bugsnag.com – without user permission. For obvious reasons I don’t agree to some silent tracking without any consensus!

 

Collected Data

  • A unique UUID v4 random identifier is generated according to RFC4122
    • (This was recently changed, before it was: „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

Tags | , , , , , , ,

30

Okt
2015

inAngular2

vonJohannes Hoppe

Atom mit TypeScript und Angular 2.0 nutzen

On 30, Okt 2015 | inAngular2 | vonJohannes Hoppe

atom_angular

Manfred Steyer hat in einem Blogpost beschrieben, wie man ein Setup für Visual Studio Code, TypeScript und Angular 2.0 aufstellt. Ganz ähnlich hierzu will ich kurz beschreiben, wie man ein schnelles Setup für den Editor Atom aufbaut. Ich gehe davon aus, dass das 5 Min Quickstart Tutorial bekannt ist.

Es soll kein Transpiling von TypeScript zur Laufzeit stattfinden. Wandelt man TypeScript direkt im Browser um, so erhält man logischerweise keinen komfortablen Hilfestellungen durch den Compiler beim Entwickeln. Weiterhin ist das Transpiling zur Laufzeit keine Lösung für den produktiven Einsatz. Es soll also in diesem Post ausschließlich um die Integration mit Atom und atom-typescript gehen.

Tags | , , ,