HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vickychijwani

288 karmajoined 15 lat temu
https://x.com/vickychijwani

Submissions

Conversation in the Womb – A Parable of Life After Delivery

growforhumans.co.uk
1 points·by vickychijwani·w zeszłym miesiącu·0 comments

Apple's treatment of AI coding apps could be shifting with Replit update

appleinsider.com
2 points·by vickychijwani·2 miesiące temu·0 comments

comments

vickychijwani
·wczoraj·discuss
Don’t know about Swish but UPI heavily influenced Pix, from its open architecture, alias-based addressing, and QR code infrastructure
vickychijwani
·16 dni temu·discuss
I like the analogy with brownian motion, thanks for sharing that
vickychijwani
·2 miesiące temu·discuss
The unhappiness is primarily stemming from Bun’s ownership by Anthropic - HN sees this as Anthropic using an OSS project for reckless marketing stunts.

For the record I don’t believe it’s a stunt, it’s ridiculous to me - everyone’s just seeing what they want to see out of sheer hate for anything Anthropic does.

In any case if the rewrite is really as reckless as many in this thread claim, we will see Bun collapse in on itself with a 1M LOC codebase the core team doesn’t understand, or rollback to Zig. So we don’t need to have a flamewar over it, time will answer the question.
vickychijwani
·3 miesiące temu·discuss
The “no moat” comment is from May 2023, very early in the LLM era. Agents were not a thing yet, it was all just text generation.

The integration of LLMs with tools and data via agent harnesses has created the opportunity for a real moat. As these products start differentiating, the moats will develop to be significant.
vickychijwani
·11 lat temu·discuss
> Wouldn't you still have to at least redeploy the app to the phone if you change the JS?

No, that's the beauty of it. All you need to do is shake your phone and tap the "Reload JS" option. Those JS files are served by some sort of a server that starts up on your dev machine when you first deploy the app. See https://facebook.github.io/react-native/docs/tutorial.html#d... (search for "reload js").
vickychijwani
·11 lat temu·discuss
> But if you have the foundation and know the native platform, why jump ship to JS at all?

I'm a (native) Android and JS developer. The primary reason I'm excited about React Native is that I don't have to go through the tedious compile-install cycle for every little UI change. React Native will make prototyping/iterating on Android as easy as it is on the web. However my reasoning assumes that there will be almost no friction in terms of creating complex views in React Native. I'm curious to see if that pans out.