Let me get this right. You're telling me that in your personal experience, you don't abstract away low level actions like pressing keys of your instrument or typing on the keyboard? You're genuinely telling me you…
> I think there is a section of programmer who actually do like the actual typing of letters, numbers and special characters into a computer... This sounds like an alien trying and failing to describe why people like…
As a lay person, huh, that's something you don't think about. But still even if that were true, I don't see how society, patients and their caretakers will accept high risk patients in trails. And wasn't there news…
Imagine if someone did that. "Hey, sorry I'm not here for a haircut. The other day when you were brushing my hair, I just thought it was really erotic and I wanted to apologize." That's insanely creepy wow.
Naturally, I'm a dev. Could it be something to do with limited genetic storage being dedicated to software instead of coding for hardware capabilities? In my limited knowledge, increasing DNA size comes at a…
He may not be infected by GPL, but is definitely infected by American politics.
Shodan? Like from system shock?
On the topic of being explicit, why is it pub/pub(crate) rather than pub(extern)/pub?
Won't this just become the fitness function for training future models?
I asked around and a few people seem to have no problem "visualizing" tastes and smells, especially for common ones. I can imagine sense of touch too, I just assumed it's normal to be able to imagine all senses.
Aphantasia might occur with other senses too. I'm almost certain I have aphantasia in taste and smells. I simply cannot conjure any in my head, even for extremely common ones like taste of apple or sun dried sheets.…
I found the 40 and 50 algorithms book from the same publisher at a library, most of it was machine learning algorithms though.
So what is the takeaway from this? It isn't even the expectation of winning money that keeps people in casinos, just the dopamine hit from a slot machine itself? They would've played with or without reward the whole…
Because AoC has a leaderboard? Whenever you have a leaderboard of any kind, there will be people trying to get up there. It's also likely that a lot of AI users will be skilled developers too. They already know they can…
In school, they used to teach us about the atomic structure of metals being an orderly lattice. Being an orderly lattice, if two pieces of metals were in contact with each other, there wouldn't be any indication of…
But if researchers say there isn't enough evidence, where will the average consumer turn to to "do more research"? That's where the shady pseudoscience advertising articles come in, who will gladly make unfounded claims…
Which follows that the final frontier of ad blocking are AR glasses that use machine learning and AI to block light from ads from reaching your eyes?
Not really though. The impact of the API issue being protested hasn't even occured yet. It'll be up to individuals tomorrow to cope with the objectively worse experience of browing reddit mobile on browser with the ads…
Yesterday, I wanted to write a comment on a programming sub with some advice. But I decided not to because I ain't training reddit's AI product. This has happened repeatedly the last few weeks, and on many other…
Btw, how do any of these work for people with glasses? My vision is too bad to survive without them and I'm sure half the city dwellers around me are too.
There has been a lot of friction between locals and Chinese immigrants lately, especially with the rising cost of living. Public sentiment is quite negative, but the government seems happy importing more wealthy Chinese.
This feels very much like talking to people, like the customer service rep of a company. The difference between an LLM and the human staff is the lack of context. The LLM has no idea what it's even doing at all. There…
Access to phones and social media is a global phenomena. Is the supposed academic issues equally global too?
By the way, I realized that sprintf can be used to concatenate by using the buffer within the formatting itself, while snprintf prevents it. Is it a safety issue too? strcpy(buf, "foo"); sprintf(buf, "%s%s", buf,…
As a newcomer to C, why is it that the C standard library doesn't get updated? Newer languages seem to place a lot of emphasis on getting their standard libraries as useful as possible. It's odd to be told not to use…
Let me get this right. You're telling me that in your personal experience, you don't abstract away low level actions like pressing keys of your instrument or typing on the keyboard? You're genuinely telling me you…
> I think there is a section of programmer who actually do like the actual typing of letters, numbers and special characters into a computer... This sounds like an alien trying and failing to describe why people like…
As a lay person, huh, that's something you don't think about. But still even if that were true, I don't see how society, patients and their caretakers will accept high risk patients in trails. And wasn't there news…
Imagine if someone did that. "Hey, sorry I'm not here for a haircut. The other day when you were brushing my hair, I just thought it was really erotic and I wanted to apologize." That's insanely creepy wow.
Naturally, I'm a dev. Could it be something to do with limited genetic storage being dedicated to software instead of coding for hardware capabilities? In my limited knowledge, increasing DNA size comes at a…
He may not be infected by GPL, but is definitely infected by American politics.
Shodan? Like from system shock?
On the topic of being explicit, why is it pub/pub(crate) rather than pub(extern)/pub?
Won't this just become the fitness function for training future models?
I asked around and a few people seem to have no problem "visualizing" tastes and smells, especially for common ones. I can imagine sense of touch too, I just assumed it's normal to be able to imagine all senses.
Aphantasia might occur with other senses too. I'm almost certain I have aphantasia in taste and smells. I simply cannot conjure any in my head, even for extremely common ones like taste of apple or sun dried sheets.…
I found the 40 and 50 algorithms book from the same publisher at a library, most of it was machine learning algorithms though.
So what is the takeaway from this? It isn't even the expectation of winning money that keeps people in casinos, just the dopamine hit from a slot machine itself? They would've played with or without reward the whole…
Because AoC has a leaderboard? Whenever you have a leaderboard of any kind, there will be people trying to get up there. It's also likely that a lot of AI users will be skilled developers too. They already know they can…
In school, they used to teach us about the atomic structure of metals being an orderly lattice. Being an orderly lattice, if two pieces of metals were in contact with each other, there wouldn't be any indication of…
But if researchers say there isn't enough evidence, where will the average consumer turn to to "do more research"? That's where the shady pseudoscience advertising articles come in, who will gladly make unfounded claims…
Which follows that the final frontier of ad blocking are AR glasses that use machine learning and AI to block light from ads from reaching your eyes?
Not really though. The impact of the API issue being protested hasn't even occured yet. It'll be up to individuals tomorrow to cope with the objectively worse experience of browing reddit mobile on browser with the ads…
Yesterday, I wanted to write a comment on a programming sub with some advice. But I decided not to because I ain't training reddit's AI product. This has happened repeatedly the last few weeks, and on many other…
Btw, how do any of these work for people with glasses? My vision is too bad to survive without them and I'm sure half the city dwellers around me are too.
There has been a lot of friction between locals and Chinese immigrants lately, especially with the rising cost of living. Public sentiment is quite negative, but the government seems happy importing more wealthy Chinese.
This feels very much like talking to people, like the customer service rep of a company. The difference between an LLM and the human staff is the lack of context. The LLM has no idea what it's even doing at all. There…
Access to phones and social media is a global phenomena. Is the supposed academic issues equally global too?
By the way, I realized that sprintf can be used to concatenate by using the buffer within the formatting itself, while snprintf prevents it. Is it a safety issue too? strcpy(buf, "foo"); sprintf(buf, "%s%s", buf,…
As a newcomer to C, why is it that the C standard library doesn't get updated? Newer languages seem to place a lot of emphasis on getting their standard libraries as useful as possible. It's odd to be told not to use…