Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sebe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
sebe
5y ago
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 understanding with Fuchsia an
2.
▲
by
sebe
5y ago
It draws every pixel, like a 2d game engine. There's Ubuntu package for their Yaru style. https://pub.dev/packages/yaru
3.
▲
by
sebe
5y ago
Security "Zircon is a capability-based, object-oriented kernel" "The Zircon system fully isolates processes by default, and must explicitly grant capabilities and resources. Fuchsia passes capabilities and resources by handle
4.
▲
by
sebe
5y ago
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 workstation build will be up to that stage. fx list-boards arm64
5.
▲
by
sebe
5y ago
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. If you're interested in hearing Kasper talk about toi
6.
▲
by
sebe
5y ago
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 v8 on a $2 board, Toit vm and toit
7.
▲
by
sebe
5y ago
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 podcast, Eric one of the original flutter guys,said des
8.
▲
by
sebe
5y ago
"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 conf. https://www.youtube.com/watch?
9.
▲
by
sebe
5y ago
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 flutter issue say i
10.
▲
by
sebe
5y ago
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-far tidbit - there is early support to
11.
▲
by
sebe
6y ago
"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 the underlying operating system, including: Large fonts R
12.
▲
by
sebe
6y ago
Accessibility is important, have you checked out the flutter docs? https://flutter.dev/docs/development/accessibility-and-local...
13.
▲
by
sebe
6y ago
>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 they decided to write the whole framework layer in
14.
▲
by
sebe
6y ago
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.dev/
15.
▲
by
sebe
6y ago
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/mPna6D21Eqg?t=480
16.
▲
by
sebe
6y ago
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.
▲
by
sebe
6y ago
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 PM, tweeted "While things have been delayed on the
18.
▲
by
sebe
7y ago
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 just want to try out f
19.
▲
by
sebe
7y ago
> 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 room for extra stuff in chrome" https:/&#x
20.
▲
by
sebe
7y ago
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 using Javascript. The chrome guys decided to move on and lo
21.
▲
by
sebe
7y ago
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.
▲
by
sebe
7y ago
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.
▲
by
sebe
7y ago
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, dartino stop. Thanks again, just starting to watch the video no
24.
▲
by
sebe
7y ago
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 from ref counting to a traced GC was part of that f
25.
▲
by
sebe
7y ago
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 language early on in their experiment. D
26.
▲
by
sebe
7y ago
I think V8 belongs in the google camp. "V8 is an open-source JavaScript engine developed by The Chromium Project for Google Chrome and Chromium web browsers." https://en.wikipedia.org/wiki/V8_(JavaScript_engin
27.
▲
by
sebe
7y ago
I don't think Flutter is flying under the radar. From a 2018 tweet, which quotes the VP of design at the g. “Flutter’s ability for real time UI iteration is a game changer in the way we polish and refine designs” - @MatiasDuarte https
28.
▲
by
sebe
7y ago
BMW seems happy with flutter and are opensourcing some of their flutter libs. Quote from CTO Connected Company at BMW “By combining Dart and Flutter we have the first true cross-platform mobile toolkit; we feel it is a game changer to ensur
29.
▲
by
sebe
7y ago
Flutter draws every pixel to screen, supports Tween and Physics-based animations. There are some short widget of the week videos in their docs. https://flutter.dev/docs/development/ui/animations Some examples
30.
▲
by
sebe
7y ago
I think the TL for Flutter is no spring chicken, he did an interesting post the other day, talks about what other languages they looked at when they decided to move on from Javascript. "Flutter was started by engineers from the Chrome
More ›