Live data from Hacker News

Viewing profile — matt_kn

matt_kn

HN member
Joined
Thu, Jun 03, 2021, 1:58 PM UTC
HN karma
11
Public activity
5 items

About matt_kn

No profile information was provided.

Recent public activity

  1. comment
    Comment #47216021

    Bundle size matters until it doesn't. Flutter is absolutely not suitable for web pages, but for web applications the situation is different. I was quite hesitant about Flutter web,…

  2. comment
    Comment #46717139

    It has been like that since the very beginning (sky engine).

  3. comment
    Comment #46717121

    That is absolutely not true. Elements with dirty layouts are tracked and layout is only recomputed up to the neearest layout boundary.

  4. comment
    Comment #46559742

    I'm looking at the code but I don't quite see that? auto start= result.indexOf("http://"); ... auto end= result.indexOf("\r", start); ... m_describeUrl= result.sliced(start, end - …

  5. story