Live data from Hacker News

Viewing profile — jacobx

jacobx

HN member
Joined
Mon, Aug 02, 2021, 10:25 PM UTC
HN karma
51
Public activity
36 items

About jacobx

No profile information was provided.

Recent public activity

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

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

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

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

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

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

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

  9. comment
    Comment #45131066

    I just pushed a change that should fix scrolling on Android browsers.

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

  11. comment
    Comment #45130345

    Thanks for letting us know! We're investigating now.

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

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

  14. story
  15. comment
    Comment #45056630

    Thanks! Sure, feel free to email us: contact at our domain name.

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

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

  18. comment
    Comment #45055793

    Per month

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

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

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

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

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

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

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