minus-squarespechter@feddit.orgtoProgrammer Humor@programming.dev•What's a readabilitylinkfedilinkarrow-up14·edit-28 days agoA ??= B Is just If (A == null) { A = B; } linkfedilink
minus-squarespechter@feddit.orgtoTechnology@beehaw.org•What do people actually use ChatGPT for? OpenAI provides some numbers.linkfedilinkarrow-up33arrow-down1·30 days agoSo almost 50% use it as a more energy intensive search engine, huh? linkfedilink
minus-squarespechter@feddit.orgtopolitics @lemmy.world•Why the U.S. Should Sanction India Over Scam Call Centerslinkfedilinkarrow-up1·2 months agoLol linkfedilink
A ??= B
Is just
If (A == null) { A = B; }