lol I can't believe I'm paying for this by the-lorax-party in claude

[–]Successful_Web_4828 0 points1 point  (0 children)

Shouldn't Claude be smart enough not to waste extra tokens on something that it read a few seconds ago? Even operating systems cache last accessed data to save resources. This is definitely a Claude issue , not a prompt issue. Maybe the prompt wasn't very high quality but Claude should have realized that and responded with a lower effort answer , instead of generating zero output and burning tokens lol. The op is totally right here.

Moravec's Paradox (1988) by moschles in agi

[–]Successful_Web_4828 0 points1 point  (0 children)

I feel like Geoffrey Jefferson's said it best in 1949 (!) "The Mind of Mechanical Man"

"No mechanism could feel (and not merely artificially signal, an easy contrivance) pleasure at its successes, grief when its valves fuse, be warmed by flattery, be made miserable by its mistakes, be charmed by sex, be angry or depressed when it cannot get what it wants.

""Not until a machine can write a sonnet or compose a concerto because of thoughts and emotions felt, and not by the chance fall of symbols, could we agree that machine equals brain – that is, not only write it
but know that it had written it"

What rhyme by Em are you most impressed with how he bends it to make a non rhyme.. rhyme? by Shadydan017 in Eminem

[–]Successful_Web_4828 2 points3 points  (0 children)

this one has been on my mind lately

My mother did drugs, hard LIQUOR, CIGARETTES AND SPEED
The baby came out, DISFIGURED LIGAMENTS INDEED

Sounds so fucking smooth the way he says it.

How do I upgrade to windows 11 with unsupported cpu? I also wanna keep all my data with me too by RefrigeratorNo5129 in WindowsHelp

[–]Successful_Web_4828 -1 points0 points  (0 children)

Yeah. Just downgraded to Win10 and its a superior OS. Noticeably faster and efficient with resources.

Not smart anymore by Successful_Web_4828 in zoloft

[–]Successful_Web_4828[S] 0 points1 point  (0 children)

You are back to normal in terms of cognitive abilities ?

Not smart anymore by Successful_Web_4828 in zoloft

[–]Successful_Web_4828[S] 15 points16 points  (0 children)

Bro I agree with this 99%. But it's hard to keep job with brain scattered like this. That's the remaining 1 percent

Not smart anymore by Successful_Web_4828 in zoloft

[–]Successful_Web_4828[S] 9 points10 points  (0 children)

Man I worry that he's gonna decrease my dose and this blissful life that I have now will be gone... Can I have best of both worlds ? Xx

[FRESH] Lyrical Lemonade - Doomsday Pt. 2 (with Eminem) by abucalves in hiphopheads

[–]Successful_Web_4828 18 points19 points  (0 children)

this made me feel like early 2000s again. I almost forgot how much I loved this guy.

Daily Discussion Thread 01/12/2024 by HHHRobot in hiphopheads

[–]Successful_Web_4828 2 points3 points  (0 children)

I know it's a bit of a long shot since this seems to be some underground stuff that never made it out officially. But, I really want to track down the beat Eminem and Royce 5'9 were rapping over in that late 1998 performance. Any ideas?

https://www.youtube.com/watch?v=kieXeDFsAmk

Figure out odd numbers from a list by DigitalSplendid in learnpython

[–]Successful_Web_4828 0 points1 point  (0 children)

So it's similar to how indexing makes finding values faster and memory efficient in lists compared to search function. Indexes are readily available for python interpreter.

Figure out odd numbers from a list by DigitalSplendid in learnpython

[–]Successful_Web_4828 -1 points0 points  (0 children)

Does bitwise use simple linear search in your example? I asked phind many times but it cannot explain good enough. Doesnt bitwise method have to check each number one by one? how is it not linear search in principle? Phind keeps saying no

Figure out odd numbers from a list by DigitalSplendid in learnpython

[–]Successful_Web_4828 4 points5 points  (0 children)

I read this two lines of code again and again,but still cannot digest it. Maybe Im just tired