JD

@greentea.bsky.social

SWE/MLE by day, iOS dev in my free time. Trying to journal my progress on my side projects!

Recently I’ve been into fully disconnected software and devices. I have an ereader that I never connect to the Internet, I just load books with a microsd card. I have a laptop for emulating and a game library but I never connect to wifi. Using these devices feels lonely somehow but it’s nice

I want to capture depth in my AR app, but I don’t have a LiDAR capable device 3: but maybe this means I can finally treat myself to a new iPhone Pro version and not feel bad about it #iosdev

Figured out the problem with memory usage on my #RealityKit iOS app! I have a list of entities a user can add to their scene, and I was using a RealityView for each one to provide a preview of what that entity looked like. However, apparently the performance on RealityView is… not great…

Working on a new tile selection screen for the terrain editing workflow. SwiftUI makes me appreciate the seamless design in the apps I use everyday! I think I might be overusing the RealityView component, since it seems to be impacting performance. Might need to do more profiling tomorrow. #iosdev

Bild

Finally got custom tracks for my model train app done! Along with letting the user pick which level to place their track on, means one thing… it’s tunnel time 😎. Now that the bones of the functionality are present, might need to start working some much needed stylization 😅 #iosdev #AR #realitykit

Horrifying things happening in the AI programming sphere. 100k line app, built entirely by AI. ~4K LOC per PR! There’s a way to use AI to assist in programming but this is not it. (The app being built is a bill splitting app similar to Splitwise).

Bild

Finally figured out why my camera input was getting blocked in my ARView!! Now I can actually see my model train maps in my space. RealityView and ARView absolutely do not play nice 😅. Feel like I’ve been working this bug for awhile with not much to show, until today. #buildinpublic #iosdev #ar

🚨 Looking for a React Frontend Dev! 🚨 I’m in need of a frontend developer. Bonus if you're already familiar with the Bluesky API or interested in working with it. If you’re interested (or know someone who might be), feel free to reach out or repost. Thanks! 🙏

Weekend update for my AR model train app! Rendering the selected map in the users environment was my main goal for today. Using #ARKit plane detection (shows up in blue), then allowing a user to select with a double tap (turns green, then renders the map). #RealityKit ray tracing is awesome!!

Had a goal to #buildinpublic more this year, so I’m excited to share a project I’ve been working on! I’ve been learning Apple’s Spatial Computing frameworks for #ios, so I’m making an AR model train app to practice what I’m learning!! Excited to share more and journal my progress #swiftlang #iosdev

I’m glad I got to answer a couple questions on StackOverflow before AI consumed it. It felt good to pay back into it after using it so much getting started