Viewing profile — wmleler
wmleler
HN member- Joined
- Tue, May 16, 2017, 11:52 PM UTC
- HN karma
- 27
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About wmleler
Recent public activity
-
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 …
-
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…
- story
-
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 …
-
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 …
- story
-
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…
-
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/…
-
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…
- story
-
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…
-
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…
-
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…
-
comment
Comment #16474942
There's an article that answers your question -- https://hackernoon.com/whats-revolutionary-about-flutter-946...
-
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…
-
comment
Comment #15098043
Since you mentioned Flutter, there is a new article about it -- https://goo.gl/4BaSPx
-
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 …
-
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…