Viewing profile — MCArth
MCArth
HN member- Joined
- Fri, Mar 22, 2019, 9:45 AM UTC
- HN karma
- 34
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About MCArth
No profile information was provided.
Recent public activity
-
comment
Comment #43744309
This is completely out of touch with my worldview. I've lived in and around London my whole life and, while "see it say it sorted" is a common joke, I've never once heard someone s…
-
comment
Comment #34562325
Google analytics numbers don't include users with adblock
-
comment
Comment #34078215
Yup, but developer productivity with web library (e.g. react) > no library vanilla dom manipulation > canvas
-
comment
Comment #34078199
no need to roll your own solution. If you want to ship a game, go high level :D For web native rendering pixijs is good for 2d (and phaser is good also a good entry level). For 3d …
-
comment
Comment #34072587
As long as you don't read your writes and use transform for animations it won't cost you more than 0.5ms to 1ms per frame (could it be better? Sure. But developer productivity is i…
-
comment
Comment #34068070
Tbh when making a web game you'd be better served using standard web UI in tandem with your game even if canvas text wasn't blurry. Web libraries (react, etc) are very advanced and…
-
comment
Comment #33981465
article says fungible raised $300 million (_not_ at a $300 million valuation)
-
comment
Comment #31861634
This isn't true! I've encountered many bugs in safari (fullscreen pointer lock not working on most html elements comes to mind), and they certainly do not value quality.
-
comment
Comment #31861586
That's like saying we should be writing all our applications in assembly. No. Developer productivity is important, and it does impact the end user in quality and amount of features…
-
comment
Comment #31861520
This just isn't true! There are so many features that have not been supported long after other browsers implemented them (webgl 2 comes to mind, though that is finally available - …
-
comment
Comment #31861484
It's not just regex, it's a long list of features and bugs. The OP was simply giving an example. I've encountered many time-wasting bugs on safari in the past, which have simply be…
-
comment
Comment #31703566
Amazing!
-
comment
Comment #31703416
Music to my ears - from my own experience, safari is a pain to deal with. I've run into many bugs that haven't been fixed for years, and they've lagged behind in implementing stand…
-
comment
Comment #31550080
I agree, if we had all started with it, it is nice. But it completely breaks backwards compatibility with the whole existing node.js ecosystem, costing countless developer hours. B…
-
comment
Comment #31550066
I agree, if we had all started with it, it is nice. But it completely breaks backwards compatibility with the whole existing node.js ecosystem, costing countless developer hours. I…
-
comment
Comment #31527396
Because for lots of code, they are interchangeable, and being able to write your code that runs on both the server and client can be very useful. Not to mention that splitting the …
-
comment
Comment #31527368
I've spent a significant number of hours bashing my head against the same issue and reading tons of GitHub issue threads It seems to come down to the es module spec being half bake…
-
comment
Comment #31527348
I completely disagree with this as someone who's spent a significant number of hours bashing my head against the same issue and reading tons of GitHub issue threads It seems to com…