Agree on all points. Act 1 was the best. Your reward for playing all the way through is you get to play Act 1 again, as a full-fledged game of its own.
Agree on all points. Act 1 was the best. Your reward for playing all the way through is you get to play Act 1 again, as a full-fledged game of its own.
GPT-4 “powered” lol
Thank you
What’s going on in the top picture? Prisoners being entertained with a shadow play?
If you’re on the side of torture, you’re one of the bad guys
Will this be enough to get the public to turn? I hope so, but somehow I don’t think so.
So, 4chan. You want Twitter to be 4chan.
It is 100% suggestive.
I see it’s a popular tactic to accuse the whistleblowers as being the ones with the real problem, which is a bullshit attempt to suppress discourse on the topic. I have another idea: that maybe those who claim that this picture isn’t sexual have been overexposed to much harder child sexual content, and as a result this picture doesn’t register on their radar. Speaking as someone who has not been exposed to any child sexual material, this is immediately, obviously meant to titillate.
Yeah, they can be useful, but not in the way that the snake oil salesmen would like you to believe. Code completion suggestions are kind of a wash: often close but needing corrections, to the point where it’s easier to just write it myself. Vibe coding really only works for basic, already-solved problems. Many kinds of code changes take such a level of precision or so many back-and-fourths with the AI that it’s more efficient to describe the logic in a programming language than in English. But AI can help with large repetitive tasks, though. Use it like a refactoring tool, but for refactorings not offered by your normal tooling. It’ll get you close, then you put the final touches on yourself.
The man-hour myth will never die in the management class
There are definitely parts of programming that are boring and repetitive. I’ve been using AI to speed that up. I still do the creative parts 100% myself.
PRs still need to be reasonable size for human review, regardless of how they were authored. IMO
Linux Mint Cinnamon is very low friction to install and use for first timers from Windows
Linda Hamilton circa Beauty and the Beast
Michelle Pfeiffer circa Ladyhawke
I never thought to check if there was French available! Nice callout. The English VA is really good though.
Exactly what I was going to say. This is an admission that the costs of tariffs hit US companies, not the country of origin that the tariff was levied against.
Didn’t they literally just lose a court case about this very thing?
He was not the least bit scared to be smashed into a pulp. Brave, brave, brave, brave Sir Robin!
Oh, I hate this one
My bro, your TA wasn’t better at coding because “higher IQ”. They were better because they put in the hours to build the instincts and techniques that characterize an experienced developer. As for LLM usage, my advice is to be aware of what they are and what the aren’t. They are a randomized word prediction engine trained on— among other things— all the publicly available code on the internet. This means they’ll be pretty good at solving problems that it has seen in its training set. You could use it to get things set up and maybe get something partway done, depending on how novel your idea is. An LLM cannot think or solve novel problems, and they also generally will confidently fake an answer rather than say they don’t know something, because truly, they don’t know anything. To actually make it to the finish line, you’ll almost certainly need to know how to finish it yourself, or learn how to as you go.