Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
topaxi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
topaxi
2y ago
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 experience is, one can only keep it up for a while until burnou
2.
▲
AMD FSR 3 Now Available
(community.amd.com)
2 points
by
topaxi
3y ago
|
0 comments
3.
▲
by
topaxi
7y ago
Optimizing numbers looks productive..
4.
▲
by
topaxi
7y ago
Reduced doesn't mean none though :)
5.
▲
by
topaxi
8y ago
Nope, they should be iterated in their defined order: https://tc39.github.io/ecma262/#sec-ordinaryownpropertykeys I think they added this with ES2015.
6.
▲
by
topaxi
9y ago
xstate is a nice javascript library which even generates charts out of your defined states in your app: https://github.com/davidkpiano/xstate
7.
▲
by
topaxi
9y ago
sadly not used enough...
8.
▲
by
topaxi
9y ago
Nice to see Firefox competing in performance with Chrome again!
9.
▲
by
topaxi
9y ago
Macros and meta-programming aren't necessarily the same.
10.
▲
by
topaxi
9y ago
- 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 depend on (much like Android WebView). This way not every Elec
11.
▲
by
topaxi
9y ago
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.
▲
by
topaxi
10y ago
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/en
13.
▲
by
topaxi
10y ago
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. Ember.computed.mapBy('m
14.
▲
by
topaxi
10y ago
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 thing, not that much memory for a lot more safety an
15.
▲
by
topaxi
11y ago
I don't think parsing and executing is the bottleneck, especially on mobile connections. Do you have any numbers on this?