Live data from Hacker News

Viewing profile — sebe

sebe

HN member
Joined
Wed, May 10, 2017, 12:57 PM UTC
HN karma
63
Public activity
53 items

About sebe

No profile information was provided.

Recent public activity

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

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

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

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

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

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

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

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

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

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

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

  12. comment
    Comment #24611116

    Accessibility is important, have you checked out the flutter docs? https://flutter.dev/docs/development/accessibility-and-local...

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

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

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

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

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

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

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

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

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

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

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

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

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