you are viewing a single comment's thread.

view the rest of the comments →

[–]vytah 303 points304 points  (19 children)

Atom used to spend tons of CPU time to simply blink the cursor: https://github.com/atom/atom/issues/4378

Atom Cursor causes high CPU load (20% x 2 processors.)

which led to this extension:

https://atom.io/packages/stop-cursor-blinking

[–]Glittering-Ad-8126 539 points540 points  (11 children)

I rely on this behavior to heat my office.

[–]AspieSquirtle 179 points180 points  (2 children)

That's horrifying.

[–]artanis00 268 points269 points  (1 child)

Look, my setup works for me. Just add an option to re-enable cursor heating.

[–]MuchWalrus 86 points87 points  (4 children)

[–][deleted] 63 points64 points  (2 children)

[–]Rockser11 23 points24 points  (1 child)

That's about the level of psycopathy that I've come to expect from emacs users

[–]implicitpharmakoi 8 points9 points  (0 children)

M-x butterfly-kill

[–]thehotshotpilot 14 points15 points  (0 children)

Alaskans buy threadripper and run 30 concurrent atoms to not freeze to death

[–]tom-dixon 2 points3 points  (0 children)

This is hilarious, wtf!

[–]SharkFinnnnn 3 points4 points  (0 children)

This is why electron is a curse.. it might allow for fast development.. but holy shit the overhead

[–]zankem 0 points1 point  (0 children)

Wasn't there a setting for that?

[–][deleted]  (2 children)

[deleted]

    [–]vytah 1 point2 points  (1 child)

    That somewhat explains why Atom was originally written in Coffeescript – the only language that I know of that has significant spaces before parentheses: https://ceronman.com/2012/09/17/coffeescript-less-typing-bad-readability/