Live data from Hacker News

Viewing profile — cabbageears

cabbageears

HN member
Joined
Tue, Sep 12, 2023, 12:00 PM UTC
HN karma
19
Public activity
8 items

About cabbageears

No profile information was provided.

Recent public activity

  1. comment
    Comment #40127360

    function modifyElements(pSel, cSel, rxStr) { const regex = new RegExp(rxStr, 'i'); const pEls = document.querySelectorAll(pSel); pEls.forEach(pEl => { const fEl = pEl.querySelector…

  2. comment
    Comment #40127283

    function modifyElements(pSel, cSel, rxStr) { const regex = new RegExp(rxStr, 'i'); const pEls = document.querySelectorAll(pSel); pEls.forEach(pEl => { const fEl = pEl.querySelector…

  3. comment
    Comment #40127209

    >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 th…

  4. comment
    Comment #40127157

    You're an industry plant.

  5. comment
    Comment #40127149

    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 mo…

  6. comment
    Comment #38319825

    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 sinc…

  7. comment
    Comment #38319755

    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. You…

  8. comment
    Comment #38319690

    "Reverse this sequence of numbers: 473936482738338373926" "The reversed sequence of the numbers 473936482738338373926 is 629373833837284639374." It works like this by using Python.…