Viewing profile — mrkcsc
mrkcsc
HN member- Joined
- Mon, May 13, 2013, 5:51 PM UTC
- HN karma
- 116
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About mrkcsc
No profile information was provided.
Recent public activity
-
comment
Comment #48332434
OK but thats simply doesn't perform. You can't say "only rendering what is visible should be handled by the browser" and call that a solution unless you have a magic wand to make C…
-
comment
Comment #48331759
> I feel like virtualization is not the right way to handle things. How would you handle it?
-
comment
Comment #48331384
Optimizing for the P95/99 case of performance typically makes everything better as a whole.
-
comment
Comment #48331368
What are you even talking about, this post is about rendering code diffs in the context of the web. Whether or not it would be "trivial" in a native terminal application is irrelev…
-
comment
Comment #24830504
We called them servers because our early adopters were coming from Ventrillo and Teamspeak (eg: Vent server, Teamspeak server, etc) and we wanted to use familiar terminology.
-
comment
Comment #21486510
Our core team - and indeed our original team - were native developers not React JS ones. We chose React Native because it was a pragmatic choice and the best tool for our situation…
-
comment
Comment #21484844
Blog author here - this is correct (mostly Kotlin :) This is primarily an artifact of history for us. When we first set out to build the mobile apps, React Native for Android had n…
-
comment
Comment #21484791
Thank you for the kind words!
-
comment
Comment #21484779
The strongest RN teams and engineers I've seen tend to be those that either already have or are willing to acquire knowledge about how native app development works under the hood. …
-
comment
Comment #21484722
Thanks for the read, and the support!
-
comment
Comment #21484577
I've made many native apps (including our own native Android app) and performance issues are definitely still a thing with native code :P The amount of work was non-trivial, howeve…
-
comment
Comment #21484475
Blog author here. As a native app developer, I would say that the trade off is similar to developing an app on native Android vs. native iOS. You inevitably must solve problems on …
-
comment
Comment #17629820
Thats true, I appreciate the discussion and the clarification.
-
comment
Comment #17623201
Well it’s been three years so far - we shall see :P I know this comment is a joke but in all seriousness even if we did move away I think it would still mean we got several years o…
-
comment
Comment #17622777
Based on our experience yes I would certainly consider doing the Android side in React Native starting today. While the performance footprint is mostly the same - the ecosystem and…
-
comment
Comment #17622752
Thank you! :)
-
comment
Comment #17622574
It's been discussed a lot internally - I would love to gift Nitro to folks myself ala Reddit Gold :) I believe it's something we may eventually take on - just not currently planned…
-
comment
Comment #17622134
It's a valid point :) that probably wasn't the best example - although it would likely be quite a journey to somehow ship the forked support library. Native iOS would have been a b…
-
comment
Comment #17622002
Thats really cool :D I think getting it to the point where it's not just occasionally synced is really helpful for upstreaming contributions and bug fixes.
-
comment
Comment #17621978
It's not about cost, it's about impact. The team - myself included - works normal eight hour days and there is no "crunch time" (other than very rarely when we have external depend…
-
comment
Comment #17621803
Not an expect but as I understand it the Windows API for idle tracking is sometimes wonky. Certain programs can keep your computer in a non-idle state indefinitely even if you don'…
-
comment
Comment #17621265
We are actually starting work on allowing pasting images from the clipboard this week :D So stay tuned! Thanks for the kind words, the team really appreciates it.
-
comment
Comment #17621224
To be fair though this exists in Native land too :P but it's sometimes even worse. EG: In Android in the past there have been bugs in core components like the `RecyclerView` (thing…
-
comment
Comment #17621173
The iOS application can safely pull data and perform actions from just about every Store (we don't use redux but the idea is the same https://redux.js.org/api-reference/store ) and…
-
comment
Comment #17621082
* Mentioned in another comment, but generally the performance of animations was poor with mixed in with any other kind of UI rendering - particularly on older phones (when we proto…