Viewing profile — millsteed
millsteed
HN member- Joined
- Mon, Aug 14, 2023, 8:12 AM UTC
- HN karma
- 70
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About millsteed
No profile information was provided.
Recent public activity
-
comment
Comment #40412158
Have a look at Flutter.
-
comment
Comment #39574898
I think it’s Adorn Roman by Laura Worthington.
-
comment
Comment #39198178
I mainly just trust Bob Nystrom ( https://news.ycombinator.com/user?id=munificent ) to keep this thing on the rails. He's an excellent language designer.
-
comment
Comment #39198156
Exactly. I use it for a full stack mobile app development. Backend and frontend can share code. Server can be compiled to a single machine code binary.
-
comment
Comment #39197954
Don't discount the developer experience too. With the codegen annotations, you either have to check in your .g.dart files to git which could be stale and break compilation in CI, o…
-
comment
Comment #39197928
Yeah, it is. It inspired the reflection in Dart, which inspired the macros. You can only use Dart's reflection when running in VM mode though. Flutter apps use AOT compilation, due…
-
comment
Comment #39197831
Yeah, I get that. I think they were burned by having to do https://google.github.io/styleguide/cppguide.html and https://google.github.io/styleguide/javaguide.html .
-
comment
Comment #39197756
Thanks for linking the spec. It has been a living document for a long time. I discovered that the implementation had made it into the SDK's master branch. Since it's very early sta…
- story
- story
-
comment
Comment #38604566
Cloud costs have not kept up with Moore's Law and it is cheaper per year to own bare metal servers. Most developers just want to build their app and not worry about sysadmin. The c…
- story