

Btw I tried to ask the AI to fix those problems on its own code but from that point forward it just kept going farther and farther from a working solution.
Btw I tried to ask the AI to fix those problems on its own code but from that point forward it just kept going farther and farther from a working solution.
Depends on their definition of “working” .
I tried asking an AI to make a basic webrtc client to make audio calls - something that has hundreds of examples on the web about how to do it from the first line of code to the very last. It did generate a complete webrtc client for audio calls I could launch and see working, it just had a couple tiny bugs:
Technically speaking, all of the small parts worked, they just didn’t work together. I can totally see someone ignoring that fact and treating this as an example of “working code”.
From what I’ve heard he tried to cool down for a while but eventually went back to old habits.
As an ace person who doesn’t particularly look for porn content, I have to say that the description you quoted definitely fits my perception of most porn content that eventually reaches me.
Still better than calling it “Others”. How does that even work?
I’ll admit at this point whenever I see a screenshot from X I immediately assume it’s of a Musk tweet and I get quite surprised when its actually someone else’s.
Back in my day we unlocked characters by pressing a series of buttons in a specific order and at the right moment
We love him cause he fucks us tenderly instead of violently like everyone else.
The fourth car is for the fish.
I use it to parse log files, compare logs from successful and failed requests and that sort of stuff.
Whenever I ask random people who are not on IT, they either don’t know about it or they love it.
It is used in combination with Google. You ask ChatGPT what to Google for.
And it was just a big coincidence that Epic removed Linux support exactly when the Steam Deck got announced…
I think it still counts, due to all the work they did on the software side.
Sadly I can’t think of many examples for things like this in my own life. I can trace some of my work habits back to past coworkers, but when it comes to taste and habits from my personal life, most of it comes from me trying things on my own.
10 introduced a bunch of cool stuff that made it seem like it was going places: WSL, the new terminal, multiple desktops. If you’re able to ignore the sad state of the control panel and settings apps, 10 was peak windows experience (feature-wise).
Then 11 came around and fucked everything up. As someone who subscribed to MS Insider to run beta builds of windows and get updates earlier, win 11 was the first iteration that really felt like there was just no upside to it. It was exactly the same as win10, but with some features removed and a much heavier hardware requirement. Even Vista (microsoft’s most successful OS) had some cool stuff going for it back in the day, but win11 was nothing but one disappointment after another. Shit it wouldn’t even let you keep a clock on the second screen until like a year after release.
It’s like in anime when the characters use some “forbidden technique” that steals 10 years of their life span, then the anime ends with the character still growing old well enough.
The As represents how much the employees scream while making the game.
I’ve tried to play baldur’s gate 3 a few times already and every time I felt like it was a fantastical game but I always ended up not playing it for long. After the last time I started wondering why that happened and reached the conclusion that it was the D&D universe that put me off. Not necessarily because it was bad but because I knew nothing about it and the game didn’t try to introduce me to it either.
So I read your comment on Hasbro as “want to make another great game but using only the bad parts of the last one”
This might be a stupid question but I have just some limited experience with sorting algorithms and was wondering something: could some algorithm like this be improved specifically for multi-threaded processing? I mean, an algorithm that is generally NOT the best option with a single thread, become better than other algorithms when it can delegate part of the work to different threads?
Perhaps something that runs the same algorithm on several threads, each starting at a different point of the map, but sharing their findings with the other threads?