Live data from Hacker News

Viewing profile — millsteed

millsteed

HN member
Joined
Mon, Aug 14, 2023, 8:12 AM UTC
HN karma
70
Public activity
12 items

About millsteed

No profile information was provided.

Recent public activity

  1. comment
    Comment #40412158

    Have a look at Flutter.

  2. comment
    Comment #39574898

    I think it’s Adorn Roman by Laura Worthington.

  3. 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.

  4. 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.

  5. 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…

  6. 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…

  7. 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 .

  8. 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…

  9. story
  10. story
  11. 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…

  12. story