Stop saying that, it has it’s uses /;_;\
- 0 Posts
- 24 Comments
You made me look ridiculously stupid and rightfully so. Actually, I take that back, I made myself look stupid and you made it obvious as it gets! Thanks for the wake up call
If I understand correctly, the model is in a way a dictionary of questions with responses, where the journey of figuring out the response is skipped. As in, the answer for the question “What’s the point of existence” is “42”, but it doesn’t contain the thinking process that lead to this result.
If that’s so, then wouldn’t it be especially prone to hallucinations? I don’t imagine it would respond adequately to the third “why?” in the row.
How else does it figure out what to say if it doesn’t have the access to the internet? Genuine question, I don’t imagine you’re dowloading the entire dataset with the model.
How do you know it isn’t communicating with their servers? Obviously it needs internet connection to work, so what’s stopping it from sending your data?
And how does that help with the privacy?
This is what that indian kid would write on facebook after his first programming course lesson, to show off career choice
Actually they’ve all been replaced by 🤡
It’s the opposite, everything is passed by reference but primitives are addresses.
You can’t pass objects or functions as value
ddplf@szmer.infoto Programmer Humor@lemmy.ml•When your code is absolutely dumpster fire1·6 months agoThis is an authentic message for when you open a php project
ddplf@szmer.infoto Programmer Humor@lemmy.ml•TIFU by not using objects in my object-oriented programming coursework0·7 months agoGood, OOP can suck my balls
ddplf@szmer.infoto World News@lemmy.ml•European Union imposes tariffs on Chinese EVs1328·7 months agoExtremely good news, the pricing of Chinese cars is not just a healthy competition to European counterparts, they were a form of attack on the European industry.
The Chinese never found a way to make profit in spite of radically lower prices, this is a state-funded strive to reach dominion and monopolize the market, after which they can do whatever the fuck they want.
It is the exact same fucking strategy they practiced with Temu, Alibaba and AliExpress operate at extreme deficit covered by the state, amass clients and then increase the prices.
To me, there are two classifications of DRY - one I find harmful, the other very useful.
First one resembles mathematical extractions, essentially you never allow a single chunk of code to be written twice and you create massive amounts of global util junk. This also creates some bad tight coupling.
The other is more logical, where you only extract logic in places you want to always change together. Simple and effective.
https://lemmy.world/comment/13098712
dis 'bout you?
ddplf@szmer.infoto Programmer Humor@lemmy.ml•Oh boy what a beautiful regex. I'm sure it does something logical and easy to understand.11·7 months agoThat’s your opinion my man
I’m not gonna continue using arguments if all you can respond with is cynicism, apparently I wasn’t wrong about the elitism part
ddplf@szmer.infoto Programmer Humor@lemmy.ml•Oh boy what a beautiful regex. I'm sure it does something logical and easy to understand.34·7 months agoThat I do, yes, because that’s a small chunk of code that, when necessary, would have to be completely remade anyways, not just modified.
ddplf@szmer.infoto Programmer Humor@lemmy.ml•Oh boy what a beautiful regex. I'm sure it does something logical and easy to understand.74·7 months agoAnd then a few more any time you actually want to use it.
And then double it each time you have to decipher the existing one
Just don’t use regex unless there is really no other way, and when you absolutely have to - frankly, that’s one of the ultra rare occasions I recommend using the AI.
ddplf@szmer.infoto Programmer Humor@lemmy.ml•Oh boy what a beautiful regex. I'm sure it does something logical and easy to understand.203·7 months agoAh yes, spoken like a true elitist asshole
This sounds just extremely dumb to me, as in “do something manually for 2 minutes or spend 2 days automating it”
Also, DRY in 90% of the cases is a sham
I don’t get it, what’s so bad about boilerplate?
I don’t get it