Technically they still are, but since you don’t have a hand on the seed, practically they are not.
Technically they still are, but since you don’t have a hand on the seed, practically they are not.
What happened to my computers being reliable, predictable, idempotent ? :'(
If I make sure to leave at peak commute time I’m pretty I can do that just for Paris-Marseille.
Wait just about 100 days and you can make it Paris - Paris.
Holly shit, after looking things up it’s even worse than I thought…
Playing Valorant will need to enable TPM 2.0 and secure boot under windows 11 OS, you have to check that your motherboard is support TPM 2.0 system. (NOTE: If your system unable to support TPM2. 0, the only way that you can play Valorant is change your windows to older version as windows 10.)
Damn, Riot effectively turning PC into console…
I put my self hosted instance down on purpose and tried to access my phone’s app. It works and I can export to csv or json from there.
The likelihood of my phone & NAS breaking down at the same time seems rather thin.
wait what ?
So you are saying that the following code will keep throwing e
but if I used throw e;
it would basically be the same except for the stack trace that would be missing the important root cause ?!
try {
} catch (WhateverException e) {
// stuff, or nothing, or whatever
throw;
}
You are taking all my words way too strictly as to what I intended :)
It was more along the line : Me, a computer user, up until now, I could (more or less) expect the tool (software/website) I use in a relative consistant maner (be it reproducing a crash following some actions). Doing the same thing twice would (mostly) get me the same result/behaviour. For instance, an Excel feature applied on a given data should behave the same next time I show it to a friend. Or I found a result on Google by typing a given query, I hopefully will find that website again easily enough with that same query (even though it might have ranked up or down a little).
It’s not strictly “reliable, predictable, idempotent”, but consistent enough that people (users) will say it is.
But with those tools (ie: chatGPT), you get an answer, but are unable to get back that initial answer with the same initial query, and it basically makes it impossible to get that same* output because you have no hand on the seed.
The random generator is a bit streached, you expect it to be different, it’s by design. As a user, you expect the LLM to give you the correct answer, but it’s actually never the same* answer.
*and here I mean same as “it might be worded differently, but the meaning is close to similar as previous answer”. Just like if you ask a question twice to someone, he won’t use the exact same wording, but will essentially says the same thing. Which is something those tools (or rather “end users services”) do not give me. Which is what I wanted to point out in much fewer words :)