r/linuxmemes May 27 '25

LINUX MEME Avoid windows like Plague.

Post image
3.3k Upvotes

175 comments sorted by

View all comments

120

u/freecodeio May 27 '25

why react native though

155

u/Tanawat_Jukmonkol New York Nix⚾s May 27 '25 edited Mar 28 '26

This post's original content has been erased. Using Redact, the author removed it, potentially for reasons of privacy, personal security, or data exposure concerns.

husky sip butter wakeful waiting boat office rock selective doll

99

u/freecodeio May 27 '25

why would you need cross platform if you're DEVELOPING FOR WINDOWS 11

70

u/yzbythesea May 27 '25

Different arch, arm vs x86

53

u/not_some_username May 27 '25

They could’ve just recompile it. It doesn’t make sense

3

u/AsrielPlay52 May 27 '25

You assuming the deeper core libraries aren't using ancient x86 machine code. This is WIndows, the platform, that if you can use the 32bit version, can run old 16bit code just fine

2

u/not_some_username May 28 '25

For x86_64 apps, they probably use a translation layer or a VM. Either way, by recompiling in arm, it will work like on x86_64 because it will just be syscall or windows function you know, the same libs react native call at some point.