function modifyElements(pSel, cSel, rxStr) { const regex = new RegExp(rxStr, 'i'); const pEls = document.querySelectorAll(pSel); pEls.forEach(pEl => { const fEl = pEl.querySelector(cSel); if (fEl &&…
>The biggest dumbest problem is when blinds accelerate to the point that the minimum bet is greater than what Kelly would recommend. Some online poker sites are aggressive about this, to the point that you are forced to…
You're an industry plant.
Sweet. I spent a few years cultivating mushrooms and found the hobby to be very rewarding. One can grow (legal) medicinal and gourmet mushrooms on a small scale with very little money. I recommend people interested give…
The DALLE3 and other imagine ones are the worst with those instructions, especially spelling. Like spelling is impossible, but I'm sure they could update it to copy/paste text since current model can't by design. Back…
It took me a single try, both times. I asked it to pick a single digit from the number sequence, which it did. I then asked in another chat, "Type back a single character only. Your pick." It gave me a star character.…
"Reverse this sequence of numbers: 473936482738338373926" "The reversed sequence of the numbers 473936482738338373926 is 629373833837284639374." It works like this by using Python. Even when I told it to write a JS…
function modifyElements(pSel, cSel, rxStr) { const regex = new RegExp(rxStr, 'i'); const pEls = document.querySelectorAll(pSel); pEls.forEach(pEl => { const fEl = pEl.querySelector(cSel); if (fEl &&…
function modifyElements(pSel, cSel, rxStr) { const regex = new RegExp(rxStr, 'i'); const pEls = document.querySelectorAll(pSel); pEls.forEach(pEl => { const fEl = pEl.querySelector(cSel); if (fEl &&…
>The biggest dumbest problem is when blinds accelerate to the point that the minimum bet is greater than what Kelly would recommend. Some online poker sites are aggressive about this, to the point that you are forced to…
You're an industry plant.
Sweet. I spent a few years cultivating mushrooms and found the hobby to be very rewarding. One can grow (legal) medicinal and gourmet mushrooms on a small scale with very little money. I recommend people interested give…
The DALLE3 and other imagine ones are the worst with those instructions, especially spelling. Like spelling is impossible, but I'm sure they could update it to copy/paste text since current model can't by design. Back…
It took me a single try, both times. I asked it to pick a single digit from the number sequence, which it did. I then asked in another chat, "Type back a single character only. Your pick." It gave me a star character.…
"Reverse this sequence of numbers: 473936482738338373926" "The reversed sequence of the numbers 473936482738338373926 is 629373833837284639374." It works like this by using Python. Even when I told it to write a JS…