HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rhodysurf

no profile record

comments

rhodysurf
·2 miesiące temu·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 miesiące temu·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 miesięcy temu·discuss
Claude models in opencode use the Claude code system prompt, are you comparing Claude code to opencode with non anthropic models?
rhodysurf
·9 miesięcy temu·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 lat temu·discuss
Theyve said Fabric comes out probably mid 2020 I think, which I am hopeful for
rhodysurf
·6 lat temu·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 lat temu·discuss
My app is incredibly simple but its performance is good. HopeWaves on the play store.
rhodysurf
·7 lat temu·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 lat temu·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 lat temu·discuss
True. I am just wary of the line being drawn on the conservative side.

Edit: wary not weary lol
rhodysurf
·7 lat temu·discuss
To access SMB shares on the go for one, which is something else they announced in the app.
rhodysurf
·7 lat temu·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 lat temu·discuss
They have an Apple Music App for Android
rhodysurf
·11 lat temu·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 lat temu·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 lat temu·discuss
Dont they use this j2objc? https://github.com/google/j2objc
rhodysurf
·11 lat temu·discuss
It really isnt hard to write iOS or Android apps. I think you just like Javascript.