HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rhodysurf

no profile record

comments

rhodysurf
·2개월 전·discuss
On the plus side it is fun to use agents with my subscription, on the downside i really really like using Claude Code via ACP is Zed and now this is nerfed.

These seem like not the same thing and it seems silly to bill them the same way but differently than using the CLI or official app.
rhodysurf
·3개월 전·discuss
This is what I did, downgraded to pro and pay for opencode zen for the open models. I like the combo of the two
rhodysurf
·7개월 전·discuss
Claude models in opencode use the Claude code system prompt, are you comparing Claude code to opencode with non anthropic models?
rhodysurf
·9개월 전·discuss
Your downvoted but this is the worst part of using zed today and i really hope they can come up with a solution
rhodysurf
·6년 전·discuss
Theyve said Fabric comes out probably mid 2020 I think, which I am hopeful for
rhodysurf
·6년 전·discuss
Thats a benefit of React Native though. Share as much code as possible and write wrappers for the Native features you need for your project. I really love the model.
rhodysurf
·6년 전·discuss
My app is incredibly simple but its performance is good. HopeWaves on the play store.
rhodysurf
·7년 전·discuss
I switched over to hooks completely. Its just way faster to write and useContext, useState, useReducer, etc are great easy ways to structure my app. Working with useRef took some getting used to but now that I am used to it I would not go back
rhodysurf
·7년 전·discuss
Same. I was shocked earlier this year when I opened up the files app and there was no ability to connect to server
rhodysurf
·7년 전·discuss
True. I am just wary of the line being drawn on the conservative side.

Edit: wary not weary lol
rhodysurf
·7년 전·discuss
To access SMB shares on the go for one, which is something else they announced in the app.
rhodysurf
·7년 전·discuss
I am nervous this means Apple will hold back features from iOS to get people to buy an iPad. For example, they announced the new Files app with iPadOS but there is no reason that shouldn't all be available on an iPhone.
rhodysurf
·8년 전·discuss
They have an Apple Music App for Android
rhodysurf
·11년 전·discuss
I dont really understand why people are in love with React Native. Looking at this example code it looks pretty gross (In my opinion) compared to doing the exact same thing in Obj C or Swift.
rhodysurf
·11년 전·discuss
Qt is less than optimal on mobile. It uses QML mostly and the widgets do not look native to iOS or Android out of the box.

I write mobile apps natively in my spare time, but use Qt at work I wish that Qt was more solid for this.
rhodysurf
·11년 전·discuss
Dont they use this j2objc? https://github.com/google/j2objc
rhodysurf
·11년 전·discuss
It really isnt hard to write iOS or Android apps. I think you just like Javascript.