Viewing profile — mhoad
mhoad
HN member- Joined
- Thu, May 03, 2012, 1:07 AM UTC
- HN karma
- 4,693
- Public activity
- 1,042 items
- HN profile
- View on Hacker News ↗
About mhoad
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #44517525
[flagged]
-
comment
Comment #44517497
[flagged]
-
comment
Comment #43961704
[flagged]
-
comment
Comment #41687770
It’s also just not actually true though. It’s not considered good practice to bundle your web components when publishing to npm for this exact reason. That’s something that should …
-
comment
Comment #41686808
Lit is also totally web standards compliant to be fair.
-
comment
Comment #41685241
It would be cool if you could apply even the most basic reading comprehension here where it says there was zero change in team size and stop spreading nonsense.
-
comment
Comment #41683188
That’s not actually correct I don’t know where you got that from. This is from this year and was built on top of a wider rewrite of their JS interop using new language features to …
-
comment
Comment #41683179
They dropped that “client side” framing a while back thankfully. It’s considered a general purpose language at this point.
-
comment
Comment #37526546
This looks like nightmare fuel.
-
comment
Comment #37132413
Lit.dev has been nothing but great for me. Strong recommendation.
-
comment
Comment #37132408
I don’t know if you actually read the article or not but just to be clear that was not the argument that was made. It’s not just “not new” it’s considered to be actively worse than…
-
comment
Comment #37120023
Flutter overtook RN a while back in terms of popularity in a few different metrics if I recall correctly. I forget the specifics but something from GitHub and StackOverflow I think…
-
comment
Comment #37119713
Just as an FYI your information is a bit out of date. They rewrote their entire graphics pipeline a while back to solve exactly this. This is what it looks like now in terms of per…
-
comment
Comment #37119689
I’m actively trying to move more and more of my stuff into Dart these days it’s actually an amazing language to work with.
-
comment
Comment #37118623
While that really was a big issue, that hasn’t been true for a while now.
-
comment
Comment #37109317
This is why you are comparing it against every other site in the same situation. At the end of the day based on the data it’s entirely fair to say Next is not a framework known for…
-
comment
Comment #37108708
Strong disagree on this one. We are talking about the difference between theoretical performance (what you COULD do) vs performance in reality (this is a dataset that measures all …
-
comment
Comment #37108612
For all of its marketing hype, Next is actually kind of dogshit when it comes to performance especially compared to something like Astro https://calendar.perfplanet.com/2022/mobile…
-
comment
Comment #37104324
I’m begging you to please actually learn the real story so you don’t have to run around embarrassing yourself in the future. https://en.m.wikipedia.org/wiki/Nazism
-
comment
Comment #37100645
You made an argument saying that even Google won’t use it for cross platform. I have some context as to why it’s both a wrong and misleading statement. When it came to the biggest …
-
comment
Comment #37100460
It’s less dramatic in real life https://dart.dev/guides/json even more so in Dart 3 https://dart.dev/language/records
-
comment
Comment #37100442
Ads is all flutter on mobile and Dart on the web. Fuchsia is an OS that is also using Flutter for their entire UI layer. I think there’s more a case of there isn’t an argument for …
-
comment
Comment #37100399
Also worth keeping in mind some of the cross language extension points in Dart. Compiles to Wasm and can work with other compile to wasm languages. Has quite good support for C, C+…