Viewing profile — Hixie
Hixie
HN member- Joined
- Sat, Feb 13, 2010, 1:11 AM UTC
- HN karma
- 574
- Public activity
- 120 items
- HN profile
- View on Hacker News ↗
About Hixie
No profile information was provided.
Recent public activity
-
comment
Comment #48492911
I've written about it before too :-) https://news.ycombinator.com/item?id=34622514
-
comment
Comment #48470107
The things you list that couldn't be implemented in such an environment are a mix of two things, first, things that browsers are specifically designed to _prevent_ a web page from …
-
comment
Comment #48470043
FWIW, while I represented Google in the HTML working group (for a few years; it was a complicated relationship), my work on HTML at Google was primarily done via the WHATWG. I was …
-
comment
Comment #48470021
The original blog post was migrated back to my blog when Google+ shut down: https://ln.hixie.ch/?start=1344621190&count=1
-
comment
Comment #36824854
It wouldn't be 50MB. Five maybe. That's not that unusual today already anyway.
-
comment
Comment #34635956
*hugs* sorry for my failings
-
comment
Comment #34622514
I think my attitude to this stuff evolved after seeing that even with all the work we did with HTML, virtually nobody actually benefits from it. In theory, HTML is device independe…
-
comment
Comment #34618200
*hugs*
-
comment
Comment #34618179
That link is broken, FWIW, the correct link is https://docs.google.com/document/d/1peUSMsvFGvqD5yKh3GprskLC...
-
comment
Comment #33077292
> todo examples being submitted [...] Oh I'm sure plenty of that happens, but that's true of all SDKs. Plenty of people do that with Android Views, plenty of people do that with Sw…
-
comment
Comment #33073062
> I think the general gist is just the broad question of what can effect flutter funding I mean, I hate to be flippant about it, but honestly the biggest factors in Google's fundin…
-
comment
Comment #33064499
> Flutter has a large DevRel push, how many of these projects / users are students who just spin it up once and hit star on GH when asked and never touch it again? I've no idea how…
-
comment
Comment #33064497
Hello, Flutter TL here. > your team needs to be more transparent. Unfortunately most of the lack of transparency is not under the Flutter team's control, but I'll see what I can do…
-
comment
Comment #30702035
It was (and still is) heavily used by Google Ads internally. Dart literally powers the vast majority of Google's income, and has for years.
-
comment
Comment #29884961
There's a lot more than one person working on Dart!
-
comment
Comment #29177419
https://github.com/flutter/flutter/wiki/Issue%20Hygiene describes our policies here.
-
comment
Comment #26350021
I mean, I try to use Devtools on other sites, but I haven't really had any real success with that for years. I don't know how many of the rest of the web's ~4 billion users try to …
-
comment
Comment #26336810
But why would an app that writes to a WebGL canvas be any harder to maintain than an app that uses HTML controls? If anything, it'd be likely to be easier to maintain -- we (the we…
-
comment
Comment #26336788
> What do you think of the loss of opportunities for learning and customization that moving to an opaque system running "in" the web (flutter) implies? Not sure what you really mea…
-
comment
Comment #26335903
HackerNews uses tables for layout, inline styles, and still forces browsers into quirks mode. Yeah, it can handle slightly bumping up the font size. I can also bump up my font size…
-
comment
Comment #26335780
> Flash apps were also "true web apps" Not really. They were not portable. NPAPI was not a web standard in any meaningful sense (hint: the first N stood for Netscape). > That's why…
-
comment
Comment #26335729
I would have had much less of a problem with Flash if it had been a runtime built with web technologies like that.
-
comment
Comment #26335713
I'm not really sure what you mean by "all of that". What I described _is_ the web.
-
comment
Comment #26335668
(I was previous editor of the HTML standard for ~10 years, now I'm the Flutter TL) I mean... you're not wrong. But let's be honest, we never managed to really deliver on the web's …
-
comment
Comment #26335597
It doesn't really default to anything. There's a widget for selectable text and a widget for non-selectable text.