Viewing profile — jacobx
jacobx
HN member- Joined
- Mon, Aug 02, 2021, 10:25 PM UTC
- HN karma
- 51
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About jacobx
No profile information was provided.
Recent public activity
-
comment
Comment #45264970
Hi HN! We're back with another post describing more detail about how we built Bitrig's interpreter for Swift in Swift, this time going into how we're converting the code into bytec…
- story
-
comment
Comment #45133705
Yep! You can always export your code to take it to your computer. We also have functionality in bitrig to build your app and send it to App Store Connect so you can deploy it on Te…
-
comment
Comment #45132806
We have a Mac app that we're beta testing with our existing subscribers. Is there a reason you want this on iPad instead of the Mac?
-
comment
Comment #45132487
Yeah there was definitely some back and forth about it before we were eventually approved. In a sense, this isn't very different from what React Native does (run interpreted code t…
-
comment
Comment #45132292
There's definitely a cost: everything is type-erased and there's a lot more indirection than there would be if the code was compiled. But you usually don't hit performance issues b…
-
comment
Comment #45131434
I refer to Swift as a "compiled language" because no officially provided interpreter exists for it. Bitrig runs Swift apps which are dynamically generated by an LLM on the iPhone, …
-
comment
Comment #45131236
That's not really been something we'd been considering, but yeah I think we probably could. We're primarily using the interpreter to render SwiftUI views, but it supports running a…
-
comment
Comment #45131066
I just pushed a change that should fix scrolling on Android browsers.
-
comment
Comment #45130541
Yeah you could! The only caveat is that either the whole app, or at least the part of the app showing the view you want to replace, would have to be running via the interpreter. We…
-
comment
Comment #45130345
Thanks for letting us know! We're investigating now.
-
comment
Comment #45130339
Thanks! Yes, it works just as well with UIKit. Fortunately Xcode can synthesize a .swiftinterface for Obj-C frameworks bridged into Swift, so we use that to generate a compiled int…
-
comment
Comment #45129176
Hi HN! Since we launched Bitrig ( https://news.ycombinator.com/item?id=45041185 ), we've gotten questions about how it's able to run dynamically generated Swift code. I wrote up th…
- story
-
comment
Comment #45056630
Thanks! Sure, feel free to email us: contact at our domain name.
-
comment
Comment #45055913
Yes, we think that could be a really cool way to allow mocking up changes to parts of an app, especially for non-technical members of the team. We're not set up for that yet, but i…
-
comment
Comment #45055804
Thanks, we'll have to update the Contact Us link to work more generically. The Send Feedback link is when you're inside of a project, and you tap the ... in a circle button. It upl…
-
comment
Comment #45055793
Per month
-
comment
Comment #45047113
Yeah this is an area we want to make a lot better. What we're currently thinking is giving the model a way to more explicitly call out that it is adding a call to something that ne…
-
comment
Comment #45046917
I think that’s a pretty good list. The main one I would add is “creators will want to make native Swift apps to have a better user experience”
-
comment
Comment #45046727
Yeah that’s been my experience too. You can edit the Swift code directly in bitrig, though editing code on a phone is not the best experience. We’ve had a lot of requests for a Mac…
-
comment
Comment #45046682
There’s still a lot to do to make this work really great for the Swift ecosystem, and that’s where we have the most expertise, so that’s what we’ll be focused on for now. That said…
-
comment
Comment #45046665
Yeah we’d love to find a way to give away more in the free tier for hobbyist users and subsidize that with other things. The idea of us putting an ad in unpaid apps as another opti…
-
comment
Comment #45046636
We’ve gotten a lot of requests for WebKit, so we’ll try to add it soon. If we hit issues we can try to pull in just a subset, but one nice thing about Swift is the frameworks have …
-
comment
Comment #45046550
Yeah there’s a Send Feedback button when you’re in a project that sends feedback along with the code for that project. We also have a discord here: https://discord.com/invite/C7ndW…