Well, it will train it’s AI on everyone else’s posts. Just not your posts.
Well, it will train it’s AI on everyone else’s posts. Just not your posts.
It’s possible, but unlikely because there needs to be proof and it needs to be extremely serious. That is the reason I mentioned death threats, actually.
The biggest problem is that even though harassment is clearly defined in my state, “harassment” is still likely subjective.
Well, you can and it’s called harassment. This likely varies on the state or country, but in my state it’s illegal. As usual, if a person gets arrested for this likely depends on the mood of the officer that might have witnessed it, the length of time it’s been going on and if death threats are involved.
In reality, it’s just magnitudes easier to see if someone got punched in the eye.
I have been seeing some positive vibes coming from .ml over the last day or so. Kinda cool, actually.
wrong different
There is no such thing as normal, so embrace who you are in all of your different ways.
Even if physical handicaps are involved, like you actually can’t walk a straight line or if you have difficulty breathing, that has its own challenges but it’s not wrong.
And yeah. People can be really dick’ish sometimes and that sucks. The sooner you stop giving a fuck what they think, the sooner you can be happier with yourself.
The second I embraced who I was, in my own ways, I could stop killing myself slowly with booze. Alcohol was just my own way of coping and it really sucked.
It’s impossible for me to fully understand what you are going through, but FWIW, I can relate. And trust me, life can get better if you let it, but make no mistake: I know it ain’t as easy as saying the words.
Chin up and keep on keepin’ on!
I see an incredible history of shit posting, but as far as I looked back, there wasn’t any spam. Bulk posting shit posts still sticks with a general theme.
B. No illegal content.
While this particular community probably would not have an issue with “illegal content”, it still remains an extremely vague depending on where in the world you live. Are we talking about international law or laws in some random community in Texas?
Oh, OP is already contributing, for sure.
Thats kinda is how neural networks actually function. They don’t store massive amounts of data but, similar to us, tweak and adjust complex pathways of neurons that kinda just convert an input into a response.
When you ask an LLM a question you are actually getting a list of words based on probabilities, not anything the LLM had to “think about” before responding. During its training, different patterns fed to the AI tweak and balance how and when specific neurons should fire. One way to think about it is that “memories” or data is stored in how the paths are formed, not actually in the core of the neuron itself.
There are several hundred configurations of artificial neural networks that can mimic different functions of our brains, including memory.
Those were words, yes.
How the fuck you were able to mash them together like that is beyond me.
I know that is abused for lots of crap autogenerated YouTube videos.
De-escalation is easy: Russia can get the fuck out of Ukraine. All of it.
I just ignored all the ads and any news, so you are likely correct. I did think that most of the games were mobile, but I must have been mistaken in thinking it was playable on Netflix clients on your TV or something.
I used to play Pac-Man on my old FireTV with the controller while I was killing time in the mornings before work, so I thought it was similar in that regard.
Over the last few years, I have been thinking a ton about this style of article. They are riddled with phrases like “this shouldn’t be possible”, “breaks the laws of physics”, “it’s an impossible structure”, or something along those lines.
While these phrases are partially click-bait and partially awe inspiring, I am starting to think that the approach we are taking for estimating the massive scale of things in the universe may be extremely flawed.
I don’t claim to be a physicist or anything like that and am just your average internet idiot. However, it seems to me that working these problems in reverse might help. Our existing observations of the universe just seem to always put artificial caps on some problems, s’all.
So, let’s take the most massive black hole we know of and then multiply it’s mass by say, a few million times. Immediately, there will be a barrage of people who would post a million (probably legitimate) counter points as to why that wouldn’t even be possible to begin with.
It seems that given enough time, we eventually find some “impossible” things.
While it’s easy so get lost in constraints like the possible age of the universe, likely theories of early black hole formation, etc… It seems that Occam’s Razor might be getting lost somewhere. I mean, even with all of our existing data that says otherwise, there is that thing that was impossible. It’s right there! What would it take to form that thing even if the conditions seem absurd?
It should have been a AAAAA studio. That is where they fucked up.
Or, they fucked up thinking that people wanting to watch movies wanted to play games…
Not unless a random search takes me there for a non-answer to my obscure question.
If it’s useful to you, that is great.
Will rustc not just overwrite the old binary? If you are just doing a cleanup task, that’s cool. If nuking the last binary is important, then just do it first:
rm ./code; rustc ./code.rs -o ./code; ./code -mah args
I admire the willingness to share your work, but this is easier to do with a disposable one-liner at the prompt that you can repeat with an up arrow and a carriage return, if needed.
Sure, this script would be perfect for something like a cron job, but that would raise quite a few more questions as to why you would complie on a fixed schedule.
I can think of a few edge-cases where this script would be useful, but it just seems like it adds extra steps where extra steps might not be needed.
deleted by creator