Viewing profile — rheeseyb
rheeseyb
HN member- Joined
- Thu, Sep 08, 2011, 10:20 PM UTC
- HN karma
- 404
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About rheeseyb
No profile information was provided.
Recent public activity
- story
-
comment
Comment #27527099
At the very high level, yeah that's pretty much what's happening. We generate IDs that we map to each of the elements statically and that we inject into the DOM so that we can capt…
-
comment
Comment #27527056
Helping people learn to code is something that we're very keen to achieve with Utopia.
-
comment
Comment #27527021
Bret Victor is our idol! I didn't even have to click the video to know exactly which one you were talking about :)
-
comment
Comment #27526835
Is this still the case for you? I don't believe we've seen this issue from anyone else, so I'm wondering if it was a blip or something more insidious
-
comment
Comment #27526551
Thank you for taking the time to write this! Wrt the VS Code plugin, it was an idea we were toying with. Ultimately we decided to go with a standalone editor because we didn't want…
-
comment
Comment #27526373
That's absolutely true for sure, and I'd go so far as to argue that it's one of (if not the ) primary driving forces behind development tooling decisions. Whereas some changes are …
-
comment
Comment #27526275
That's exactly our aim - if making a change via the canvas or inspector doesn't result in production grade code then the tool is failing in our eyes. We're well aware that there ar…
-
comment
Comment #27526250
Our goal isn't a no-code tool, but rather an editor that provides the tools for both developers and designers. We're iteratively improving the level of complexity of code that we c…
-
comment
Comment #27523099
Hmmm that's incredibly frustrating. I'm trying to reproduce this but failing. Are you able to do this every time? If so is there any chance you could take a screen recording please…
-
comment
Comment #27522920
This is ultimately one of our goals, to allow maintainers of those kinds of libraries to publish that kind of integration, or for us or even other users to provide it (thinking alo…
-
comment
Comment #27522901
> How would you hydrate the app with data while you dev? This is precisely what the scenes are for in the storyboard.js file - it allows you to create multiple scenes that render y…
-
comment
Comment #27522813
There is indeed some messing around required, but some of our team are developing this using M1 macs
-
comment
Comment #27522762
Yeah we wanted to go the open source route from the beginning. The thinking was that it would help us build a community with meaningful relationships with our users (or at least th…
-
comment
Comment #27522714
We had this question earlier in a reddit submission so copying and pasting the answer here (so that you don't think I'm being insincere!) - We fully support styledComponents, or an…
-
comment
Comment #27522665
Funny you should mention this, we were actually working on it for a while before SwiftUI was revealed, but taking a slightly different approach at the time (the original approach w…
-
comment
Comment #27522654
Fantastic news! We would love to hear your feedback in that case :)
-
comment
Comment #27522407
Thank you! This is pretty much exactly the ethos behind Utopia - that there is ultimately some underlying thing that you want to make changes to, but you often want to be able to m…
- story
-
comment
Comment #11437675
One possible path is to push for a senior developer role and then afterwards a tech lead (or similar) role (perhaps not at the same firm). That will then open up CTO or dev manager…
-
comment
Comment #11025640
Thanks for the feedback! To answer your questions: 1) Currently, yes, though that is something that will definitely be implemented as we work on this further 2) Laziness there is s…
-
comment
Comment #11019744
This is still more or less at a proof of concept stage, so you won't be able to use it to build apps, but it will introduce you to some functional reactive programming concepts
-
comment
Comment #11019139
Open sourced here: https://github.com/momentumworks/swift-elm
-
comment
Comment #11018899
We're actually aiming to build UIs that would match this level of complexity (if not even more complex), so it will be interesting to see how this pans out. I'm not massively conce…
-
comment
Comment #11018813
Hmmm, sorry if it's not clear but we aren't replacing views after the diffing, we are updating them (that's what we use RxSwift for). The diffing is used to determine which views t…