proton

https://github.com/dvcrn/proton
dvcrn 2016-02-09T01:35:58.000613Z

you guys always talk when I'm sleeping

dvcrn 2016-02-09T01:36:58.000614Z

@austincrft, @lucien.knechtli correct there is no way to disable a package yet. You'd have to get rid of the entire layer. In most cases we tried to add a toggle though (spc t xxxx) to turn off some features here and there because a layer could rely on a certain package to work

dvcrn 2016-02-09T01:37:11.000615Z

we tried to keep it very modular so each layer is as small as possible and easily to exclude

dvcrn 2016-02-09T01:37:37.000616Z

@katy proton keeps all your packages (and itself) silently up to date. Atom itself you need to upgrade manually

👍 1
dvcrn 2016-02-09T01:38:40.000617Z

@lucien.knechtli: can you check why that CPU spike happens? If it is inside atom or apm?

dvcrn 2016-02-09T01:38:51.000618Z

if it is apm it could be that atom upgrades packages at that moment

dvcrn 2016-02-09T01:40:40.000619Z

for config settings, configs are currently a vector of [k v]. Nested stuff in atom like

- foo
  bar: 123
would be [foo.bar 123] in proton. If you nest a vector inside a vector like [foo.bar [1 2 3]] proton will collapse the value into a js array of [1, 2, 3]. In general every value will get parsed with clj->js to their javascript version

2016-02-09T01:44:19.000622Z

@dvcrn: Thanks for the information! I noticed that it says you're 15 hours ahead of me. If you don't mind me getting a bit personal, where do you live?

dvcrn 2016-02-09T01:44:29.000623Z

Tokyo :simple_smile:

dvcrn 2016-02-09T01:44:41.000624Z

a bit awkward timezone, yeah

2016-02-09T01:47:49.000625Z

Oh, bad ass! I've been in Texas my whole life (Yes, we have internet. No, we don't ride horses.). I wish I had the opportunity to travel more.

dvcrn 2016-02-09T01:49:56.000626Z

I made the opportunity. Hamstered some money, quit my job and left. And then I found a job here

2016-02-09T01:54:55.000627Z

Not quite so easy for me. I had a son at a very young age, and he is more important to me than geography. That is so cool that you did that, though! I always hear tales like that, but never get to talk to people that have experienced it firsthand. Props. 😄

dvcrn 2016-02-09T02:07:45.000628Z

yeah that's obviously different then. I just couldn't imagine living my entire life in the same spot

2016-02-09T05:25:06.000629Z

I definitely feel you. Especially somewhere as flat as Texas. No good hiking spots and everything is flat.

dvcrn 2016-02-09T05:25:28.000630Z

not much hiking here either 😛 except hiking on skyscrapers if that's your thing

lucien.knechtli 2016-02-09T14:02:59.000631Z

@dvcrn: it actually isn't atom, apm, or proton as far as I can tell - the process hogging cpu is zsh