Viewing profile — sebe
sebe
HN member- Joined
- Wed, May 10, 2017, 12:57 PM UTC
- HN karma
- 63
- Public activity
- 53 items
- HN profile
- View on Hacker News ↗
About sebe
No profile information was provided.
Recent public activity
-
comment
Comment #30243802
Main reason I'm replying is you've misspelled Fuchsia as Fuschia and to ramble a bit, maybe this was on purpose and if so that's ok. https://fuchsia.dev/ Some more ramblings - My u…
-
comment
Comment #29177167
It draws every pixel, like a 2d game engine. There's Ubuntu package for their Yaru style. https://pub.dev/packages/yaru
-
comment
Comment #28690986
Security "Zircon is a capability-based, object-oriented kernel" "The Zircon system fully isolates processes by default, and must explicitly grant capabilities and resources. Fuchsi…
-
comment
Comment #27489713
If you down load, and build, fuchsia, the fx cmd can list boards and products. I recall a early goal of fuchsia was to be able to build fuchsia with fuchsia, I wonder when the work…
-
comment
Comment #27354563
My understanding with toit vm you have can have multiple programmes running and if one crashes, the others continues. The vm, etc, allows live update and or to deploy something new…
-
comment
Comment #27354242
The article does answer the question in the title. "Why doesn’t V8 fit on my microcontroller?" "It is fast, but prohibitively expensive in terms of memory." So there's no room for …
-
comment
Comment #27251518
Seems with Flutter being open, the growth of flutter outside of mobile was started by others, with it's being picked up by other teams within google and outside of google. In this …
-
comment
Comment #27048758
"But Flutter choosing Dart" Maybe kotlin was a year too late, not making it to 1.0 till February 15, 2016. The sky project that became flutter was demoed at the April 2015 dart con…
-
comment
Comment #26941012
Two weeks ago on reddit "Shader precompilation for Metal has landed in Skia:" https://www.reddit.com/r/FlutterDev/comments/mq1ouu/advices_... and comment from last week on a flutte…
-
comment
Comment #26787290
Ubuntu is doing work on desktop flutter, I recall hearing that they are working on hooking up flutter to accessibility bit of ubuntu. https://ubuntu.com/blog/flutter-and-ubuntu-so-…
-
comment
Comment #24925809
"Flutter is committed to supporting developers in making their apps more accessible, and includes first-class framework support for accessibility in addition to that provided by th…
-
comment
Comment #24611116
Accessibility is important, have you checked out the flutter docs? https://flutter.dev/docs/development/accessibility-and-local...
-
comment
Comment #23953157
>But doesn't it seem reasonable to use TypeScript for flutter now? Flutter started as an experiment from chrome team, so their first language was JavaScript, when they move to dart…
-
comment
Comment #23479885
Dart is used by https://flutter.dev/ a Google UI toolkit Flutter's focus has been mobile apps, but they are working web and desktop. Dart pad has some flutter demos https://dartpad…
-
comment
Comment #23378711
Lars gave a talk last year and said the intent was to put dart vm in chrome, then the whole mobile thing happen and there was no room for extra stuff in chrome. https://youtu.be/mP…
-
comment
Comment #23358603
Flutter on studio 4 is working fine for me onlinux, just had to enable and upgrade the flutter and dart plugins, only tried on flutter master channel with linux and web devices.
-
comment
Comment #23202753
Yeah Flutter's main focus is mobile, they are working on Desktop Flutter, you can try it out on the master channel. It looks like they are making progress, Chris Sells, a Flutter P…
-
comment
Comment #22461488
If you're running windows, someone found this worked and allows them to run flutter doctor --android-licenses https://github.com/flutter/flutter/issues/16025#issuecomment... If you…
-
comment
Comment #22454764
> my strong suspicion is the Chrome team killed the idea of shipping a Dart VM in Chrome Yeah in a video last year, Lars said "then the whole mobile shift happen and there was no r…
-
comment
Comment #22454561
They certainly did find a new purpose for Dart outside of it being used in parts of their Ads platform, but Flutter, when is was the chrome experiment called sky, first started out…
-
comment
Comment #22164593
Yeah, the google material people like Flutter, last years flutter conf Keynote was given by VP of Design Matias Duarte https://youtu.be/NfNdXgJZfFo
-
comment
Comment #21668704
Would Flutter be where it is today without hotreload? Hotreload was a suggestion form the Dart team, Flutter team tried it and where amazed.
-
comment
Comment #21113242
Thanks, have been looking for an update on toitware, had only found a 15 minute video in English by Kasper. With Dart going down the flutter path, work on the dart iot project, dar…
-
comment
Comment #21112406
Seems like time killed the adoption of Dart into Chrome. The chrome team had "been wanting to fix Webkit for a very long time, and the Blink fork made that possible" Moving Blink f…
-
comment
Comment #20968339
They've made a lot of progress, check out https://flutter.dev/ They're expanding from mobile, ios and android, working on flutter for desktop and web. They move to the dart languag…