Viewing profile — norbert515
norbert515
HN member- Joined
- Sat, Dec 01, 2018, 6:24 PM UTC
- HN karma
- 74
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About norbert515
No profile information was provided.
Recent public activity
-
comment
Comment #49203117
Hey, author here. Thanks for the feedback! The goal definitely is to focus on the core. I mentioned this in the video, I like to think of this as a (multiplayer) work sandbox. I'm …
-
comment
Comment #49147767
Fully agree (been an early Flutter adopter!). It's always the right too for the right job, declarativness makes a lot of sense for most UIs. UIs are surprisingly more complicated t…
-
comment
Comment #49081446
I'm really curious how far and how fast prices will drop (if at all)!
-
comment
Comment #49081427
I would assume the acceleration pattern of being in a vehicle is somewhat distinct. I'd be curious what happens when you are in a vehicle that drives completely steady (no turns/ac…
-
comment
Comment #47062947
While building has becomes way cheaper (and probably is going to become even cheaper in the future), is building something exceptional really that much cheaper now? AI has certainl…
-
comment
Comment #46915128
Compiling to WASM is a huge reduction in size (as we don't need to ship a runtime etc. ourselfes anymore), but that requires some browser runtime. Dart specifically doesn't support…
-
comment
Comment #46893421
I haven't actually tried WASM yet. The demo on the landing page is using Dart transpiled to JS (embedded in xterm.js). But Dart does also support compiling to WASM directly, I'll g…
-
comment
Comment #46892977
Thanks! Binaries in Dart are definitely larger than 200kb, I just AOT compiled one of the examples and it was ~7.4MB (arm64 MacOS). Dart has a few different targets it can compile …
-
comment
Comment #46888846
Yeah, I fully agree. UI has become a pretty obvious example for declerative programming, but it probably makes sense for so many other domains as well!
-
story
Show HN: Nocterm – Flutter-inspired TUI framework with hot reload (Dart)
Over the past couple of months I've been working on a TUI framework heavily inspired by Flutter, written in Dart. The API is modeled after Flutter. StatefulComponent, setState(), R…
-
comment
Comment #46205156
That's awesome! Love that you can use it out of the box without annoying singups/keys :)
-
comment
Comment #44423495
I'd say it depends on where you are coming from. With Vide, I'm approaching this problem from the code side. In my opinion, any application that is supposed to go into production a…
-
comment
Comment #44418517
Working on https://vide.dev , the Cursor for Flutter devs. While Cursor stops after writing great code, Vide goes the extra mile and has full runtime integration. Vide will go the …
-
comment
Comment #28300613
There is www.divjoy.com which seems promising (haven't tried it myself though)
-
comment
Comment #21376236
Original Author here, thanks for the feedback. I totally agree with most of the points made. Right now, I wouldn't call it production-ready. It is too complex for non-coders and to…
-
comment
Comment #21376011
Author here, the widget maker is actually written in Flutter and it can definitely compile to Linux/ Mac/ Windows/ Android and anything that has a screen. Flutter Desktop, unfortun…
- story
-
comment
Comment #18579732
Dart is an awesome language in my opinion. It is very easy to get into and works like a charm in combination with Flutter. Check out this article: https://hackernoon.com/why-flutte…
- story