Live data from Hacker News

Viewing profile — topaxi

topaxi

HN member
Joined
Thu, Mar 26, 2015, 10:17 AM UTC
HN karma
27
Public activity
15 items

About topaxi

No profile information was provided.

Recent public activity

  1. comment
    Comment #42276843

    The busier the better, for a while anyway, as it causes urgency, which reduces procrastination, which reduces self-guilt and increases rewarding experiences. The downside in my exp…

  2. story
  3. comment
    Comment #20612088

    Optimizing numbers looks productive..

  4. comment
    Comment #20599493

    Reduced doesn't mean none though :)

  5. comment
    Comment #17653358

    Nope, they should be iterated in their defined order: https://tc39.github.io/ecma262/#sec-ordinaryownpropertykeys I think they added this with ES2015.

  6. comment
    Comment #16468938

    xstate is a nice javascript library which even generates charts out of your defined states in your app: https://github.com/davidkpiano/xstate

  7. comment
    Comment #16104461

    sadly not used enough...

  8. comment
    Comment #15695009

    Nice to see Firefox competing in performance with Chrome again!

  9. comment
    Comment #15599591

    Macros and meta-programming aren't necessarily the same.

  10. comment
    Comment #14003666

    - FLAVOR: Desktop - HEADLINE: Shared Electron - DESCRIPTION: With the rise of JavaScript applications running on top of electron, it would be nice to have an electron package to de…

  11. comment
    Comment #14003592

    So much this! _If_ it succeeds in waking up from standby, only 2 of my 3 monitors work, this means I end up rebooting anyways...

  12. comment
    Comment #12452110

    If you don't mind downloading the whole file into the browsers memory this should do: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequ... https://developer.mozilla.org/…

  13. comment
    Comment #12164055

    The xxBy methods are just for convenience, usually you can provide your own function for each method. Example: Ember.computed.map('myArray', function() { return foo.bar; }) vs. Emb…

  14. comment
    Comment #11853738

    I'm using nightly builds since about two years and can't remember when exactly I enabled E10S. When I enabled it, I noticed around 20mb more memory usage. So imho this is a good th…

  15. comment
    Comment #11295861

    I don't think parsing and executing is the bottleneck, especially on mobile connections. Do you have any numbers on this?