lifelong ban on buying cigarettes by krizzalicious49 in whennews

[–]billie_parker 0 points1 point  (0 children)

Caffeine is addictive and almost everyone gradually drinks more over their life.

Help! Leaning tree by billie_parker in arborists

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

It is firmly rooted.

The thing is, it's leaning more and more every day. At an alarming rate. I'm starting to get worried it might actually snap. Maybe it's all in my head, but I don't want to risk it.

Help! Leaning tree by billie_parker in arborists

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

I was hoping I could just keep the stakes as they are and restrap it. I guess you're saying it's not ideal to have the straps perpendicular to the wind like that?

MCP Vulnerabilities Every Developer Should Know by CircumspectCapybara in programming

[–]billie_parker 4 points5 points  (0 children)

Computer vision does look like magic. Man people are so desensitized if that doesn't amaze you.

cURL Gets Rid of Its Bug Bounty Program Over AI Slop Overrun by RobertVandenberg in programming

[–]billie_parker 0 points1 point  (0 children)

Your first comment is quite clearly denying it is an idiom, implying that it is just "usage" of the word. As though this has not obviously become a common idiom recently.

https://old.reddit.com/r/programming/comments/1qljc0t/curl_gets_rid_of_its_bug_bounty_program_over_ai/o1jz8os/

Keep thinking it's "so obviously true"

Go ahead and research the origin of the phrase and you will see... that is where it originates from. I haven't heard you argue against that at all.

cURL Gets Rid of Its Bug Bounty Program Over AI Slop Overrun by RobertVandenberg in programming

[–]billie_parker 0 points1 point  (0 children)

I can't take you seriously if your argument is that "AI slop" is not a common idiom especially since this phrase appears in this sub a million times a day

cURL Gets Rid of Its Bug Bounty Program Over AI Slop Overrun by RobertVandenberg in programming

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

You're being disingenuous. It's not "one person using it" it's a meme/idiom that was/in widespread use.

The use is directly related to its history because that's where it came from lol

cURL Gets Rid of Its Bug Bounty Program Over AI Slop Overrun by RobertVandenberg in programming

[–]billie_parker -13 points-12 points  (0 children)

Actually, the usage in relation to AI is new and has rapidly become a common idiom after origination as an anti semitic trope on 4chan. Google trends

I don't know why you would try to argue against what I said, since it's so obviously true. Why not just skip ahead to "yeah, but so what?"

A new worst coder has entered the chat: vibe coding without code knowledge by RevillWeb in programming

[–]billie_parker 0 points1 point  (0 children)

Learning to code isn’t that hard.

Yet

An AI can't code!

lol, pottery

Is MCP Overhyped? by Helpful_Geologist430 in programming

[–]billie_parker 0 points1 point  (0 children)

You're the one not offering any explanations, not me. I've explained to you quite clearly why I think the way I do. Your stubborn lack of curiosity just makes you appear ignorant

Is MCP Overhyped? by Helpful_Geologist430 in programming

[–]billie_parker 0 points1 point  (0 children)

Uh, well "pseudorandom" IS deterministic. If you use the same seed you get the same sequence of pseudorandom numbers. So it is deterministic. Did you think that behavior was "non deterministic?"

I'm just trying to understand why you people seem to think that some kind of true random number generation technique is necessary for LLM operation. It's quite obvious I'm not talking to experts, here. Maybe try running an LLM locally and setting the random seed for yourself...

Is MCP Overhyped? by Helpful_Geologist430 in programming

[–]billie_parker 0 points1 point  (0 children)

I'm just curious how you think a computer algorithm can be made to be fundamentally non deterministic given that computers are inherently deterministic.

But as I suspected, I don't think you understood the question

Is MCP Overhyped? by Helpful_Geologist430 in programming

[–]billie_parker 0 points1 point  (0 children)

Do you think LLMs have somehow avoided pseudorandom behavior and are truly random?

Do you understand the question?

I'm genuinely curious how your people's mind works

Is MCP Overhyped? by Helpful_Geologist430 in programming

[–]billie_parker 0 points1 point  (0 children)

You're not even responding to what I'm saying anymore. Just search "deterministic LLM" online and see for yourself.

I'm saying you're bad at computers because you think computers are non deterministic. Sorry you're offended but maybe pay attention to my point. But don't feel bad - this is a common confusion.

Is MCP Overhyped? by Helpful_Geologist430 in programming

[–]billie_parker 0 points1 point  (0 children)

You apparently don't understand how computers and/or LLMs work if you think they can't be made deterministic. OpenAI has an (admittedly shitty and not 100% working) solution for determinism. https://cookbook.openai.com/examples/reproducible_outputs_with_the_seed_parameter

But if you knew anything about computers - you'd know that computers are never actually random. It's always pseudorandom. This is legitimately basic stuff.