Live data from Hacker News

Viewing profile — wmleler

wmleler

HN member
Joined
Tue, May 16, 2017, 11:52 PM UTC
HN karma
27
Public activity
18 items

About wmleler

Senior software engineer and developer advocate for Flutter and Dart at Google.

Recent public activity

  1. comment
    Comment #25985094

    The JackTrip Virtual Studio uses an inexpensive Raspberry Pi, and connects a low latency hardware codec directly into the Pi's bus, to achieve a latency of 1mS. At that level, the …

  2. comment
    Comment #25985069

    I've just published an article that goes into depth about how to get a JackTrip Virtual Studio installed. This uses an inexpensive Raspberry Pi instead of requiring installing fini…

  3. story
  4. comment
    Comment #17639613

    I spent several days with DG when we were working on PIX and QIX, and I found him to be a smart, helpful person. Of course, he was on a crusade for tuple spaces, but you shouldn't …

  5. comment
    Comment #17639586

    Another good article to read about this is "Linda Meets Unix", which was published in IEEE Computer magazine. https://ieeexplore.ieee.org/document/44903/ (full disclosure: I wrote …

  6. story
  7. comment
    Comment #17348568

    Our focusing on the client doesn't mean you can't use Dart on the server. In fact, we (the Flutter team) use it on the server. Analogy: JavaScript is focused on the client too, but…

  8. comment
    Comment #17054321

    We have a new plugin for Google Maps that we are working on. If you play with it, please give us feedback so we can continue to improve it. https://github.com/flutter/plugins/tree/…

  9. comment
    Comment #17020430

    Hi, Wm Leler from the Flutter team. There are several map integrations available. I think what you might be thinking about is the integration with Google Maps. We have a solution a…

  10. story
  11. comment
    Comment #16475893

    The killer feature of building UI elements in code is that you can build up more complex widgets from simpler ones using composition. Flutter does this everywhere, which makes it s…

  12. comment
    Comment #16475600

    In addition to the sample mobile app cbracken mentions (he and I are both on the Flutter team), there are a number of codelabs that walk you through building a real mobile app. Inc…

  13. comment
    Comment #16475117

    Apple doesn't accept demo apps in their store. But it is easy to fire up the Gallery app on an iOS phone from Flutter. There are plenty of iOS Flutter apps in the App Store. For ex…

  14. comment
    Comment #16474942

    There's an article that answers your question -- https://hackernoon.com/whats-revolutionary-about-flutter-946...

  15. comment
    Comment #15274199

    Good to see developers giving Flutter a try, even though it is still alpha. If you have any problems, talk to us on the gitter.im/flutter/flutter channel or file an issue on GitHub…

  16. comment
    Comment #15098043

    Since you mentioned Flutter, there is a new article about it -- https://goo.gl/4BaSPx

  17. comment
    Comment #14622931

    Concerning your point about graphic designers, I recommend that people watch this talk about a designer and programmer working on a Flutter project -- https://youtu.be/BJCqRpvvTrM …

  18. comment
    Comment #14622791

    I love Polymer too, but if you are like me the parts you like most about Polymer are the beautiful widgets and the ability to create new widgets. Flutter provides that for mobile a…