minus-squarespechter@feddit.orgtoProgrammer Humor@programming.dev•What's a readabilitylinkfedilinkarrow-up14·edit-22 days agoA ??= B Is just If (A == null) { A = B; } linkfedilink
minus-squarespechter@feddit.orgtoNews@lemmy.world•Rutgers professor moving to Europe after threats over antifa accusationslinkfedilinkarrow-up14·2 days agoThey don’t do free speech as they used to linkfedilink
minus-squarespechter@feddit.orgtoTechnology@beehaw.org•What do people actually use ChatGPT for? OpenAI provides some numbers.linkfedilinkarrow-up26arrow-down1·23 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·1 month agoLol linkfedilink
A ??= B
Is just
If (A == null) { A = B; }