Viewing profile — topaxi
topaxi
HN member- Joined
- Thu, Mar 26, 2015, 10:17 AM UTC
- HN karma
- 27
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About topaxi
No profile information was provided.
Recent public activity
-
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…
- story
-
comment
Comment #20612088
Optimizing numbers looks productive..
-
comment
Comment #20599493
Reduced doesn't mean none though :)
-
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.
-
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
-
comment
Comment #16104461
sadly not used enough...
-
comment
Comment #15695009
Nice to see Firefox competing in performance with Chrome again!
-
comment
Comment #15599591
Macros and meta-programming aren't necessarily the same.
-
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…
-
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...
-
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/…
-
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…
-
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…
-
comment
Comment #11295861
I don't think parsing and executing is the bottleneck, especially on mobile connections. Do you have any numbers on this?