codeinabox@programming.dev to Programming@programming.devEnglish · 1 month agoBreaking the Spell of Vibe Codingwww.fast.aiexternal-linkmessage-square10linkfedilinkarrow-up140arrow-down11
arrow-up139arrow-down1external-linkBreaking the Spell of Vibe Codingwww.fast.aicodeinabox@programming.dev to Programming@programming.devEnglish · 1 month agomessage-square10linkfedilink
minus-squarekibiz0r@midwest.sociallinkfedilinkEnglisharrow-up4·1 month agoTrusting your own judgement on ‘AI’ is a huge risk
minus-squareFeyd@programming.devlinkfedilinkarrow-up7·1 month ago TypeScript, for those who aren’t familiar, is a Microsoft rewrite of JavaScript that’s incompatible with basic JavaScript in multiple ways Wut
minus-squarekibiz0r@midwest.sociallinkfedilinkEnglisharrow-up6·1 month agoYeah, that’s uhh… that’s technically true for very strange and specific definitions of “compatibility”… but it wildly misses the point of TypeScript. Not sure what he was thinking there.
minus-squareFeyd@programming.devlinkfedilinkarrow-up3·1 month agoYeah node’s --experimental-strip-types exposes the absurdity immediately. The only incompatibility is that it has type annotations.
minus-squarekibiz0r@midwest.sociallinkfedilinkEnglisharrow-up3·1 month agoAlso, like… the fact that it has a compiler. It’s like saying C is incompatible with assembly because you can’t yeet a .c file at an assembler.
Trusting your own judgement on ‘AI’ is a huge risk
Wut
Yeah, that’s uhh… that’s technically true for very strange and specific definitions of “compatibility”… but it wildly misses the point of TypeScript. Not sure what he was thinking there.
Yeah node’s
--experimental-strip-typesexposes the absurdity immediately. The only incompatibility is that it has type annotations.Also, like… the fact that it has a compiler. It’s like saying C is incompatible with assembly because you can’t yeet a .c file at an assembler.