HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Revisional_Sin

79 karmajoined 6 anni fa

comments

Revisional_Sin
·3 ore fa·discuss
[dead]
Revisional_Sin
·11 giorni fa·discuss
https://en.wikipedia.org/wiki/Nocebo
Revisional_Sin
·27 giorni fa·discuss
It's a black box, but you can run tests to quantify the behaviour and establish, for example, that a certain model is X% more likely to give a certain behaviour.
Revisional_Sin
·mese scorso·discuss
> Initially I didn’t instruct Claude to use the Socratic method, but that works much better. It’s significantly less “information-dumpy”. When I know a topic well, Claude successfully shortcuts the basics.
Revisional_Sin
·mese scorso·discuss
The password can only be compelled via a judge. A policeman can't demand it on whim.
Revisional_Sin
·2 mesi fa·discuss
Why would it add pressure?
Revisional_Sin
·2 mesi fa·discuss
Sure, but you can receive the service and also keep the money spent within the country.
Revisional_Sin
·3 mesi fa·discuss
I just have a black page.
Revisional_Sin
·4 mesi fa·discuss
It's best practice to avoid mutable defaults even if you're not planning to mutate the argument.

It's just slightly annoying having to work around this by defaulting to None.
Revisional_Sin
·5 mesi fa·discuss
Not surprising at all if you've used LLMs to generate fiction; they always choose the same few names.
Revisional_Sin
·6 mesi fa·discuss
Yeah, it's a bit counter-intuitive.
Revisional_Sin
·7 mesi fa·discuss
> Ignoring requires-python upper bounds. When a package says it requires python<4.0, uv ignores the upper bound and only checks the lower. This reduces resolver backtracking dramatically since upper bounds are almost always wrong. Packages declare python<4.0 because they haven’t tested on Python 4, not because they’ll actually break. The constraint is defensive, not predictive.

Erm, isn't this a bit bad?
Revisional_Sin
·7 mesi fa·discuss
Okay, but are the puzzles fun?
Revisional_Sin
·7 mesi fa·discuss
> Maybe the answer is to do away with advance notice and adopt SemVer with many major versions

Yes.
Revisional_Sin
·7 mesi fa·discuss
My toddler was playing with my Kindle the other day, and he bought a £600 (yes, six hundred) volume of books. I was unable to refund them automatically, and when looking for help I was confronted with a "fuck off" contact page. After finding the option to talk to a human, I was put through within 5 seconds, and the woman had the item refunded in about 1 minute.

Was pleasantly surprised.
Revisional_Sin
·7 mesi fa·discuss
I was once working on a project where we had a gRPC server that inserted data into the DB for another service.

This split was probably a mistake, as the interface we exposed resulted in us making twice as many DB calls as we actually needed to.

One of the stored procs needed a magic number as a parameter, which we looked up via another DB query.

One of the other Devs on the team tried to convince me to write a separate gRPC server to run this (trivial) query.

"We're doing microservices, so we need to make everything as small as possible. Looking up this value is a separate responsibility from inserting data."

Luckily our tech lead was sane and agreed with me.
Revisional_Sin
·8 mesi fa·discuss
They're not saying it is.
Revisional_Sin
·8 mesi fa·discuss
ok
Revisional_Sin
·9 mesi fa·discuss
That's weird. I thought LLMs loved over-explaining their code?
Revisional_Sin
·10 mesi fa·discuss
Thanks, I hate it.