

Did they conduct this test in Japan? I ask since we could be losing something in translation. AFAIK, the Japanese people have a habit of being overly polite and not conveying strong emotion publicly, which might explain Kojima’s reaction. If he wanted to provoke a strong reaction in people, they’d say very different things.
Now if we could just talk to some EU internet satellites…
Bias. Good 'ol plain bias.
Unless you’re very self-aware, one requires actual training and practiced mindfulness to break free from that in all endeavors. There’s also some lack-of-the-outside-world going on too - one would need to have at least thought about world experiences apart from one’s own, to consider alternative possibilities.
Agreed, although it’s wise to have a backup option for this. It’s entirely possible that you have two solid Portal players go at this, which should be a really fun romp. However, in my experience, any skill gap between the players usually turns every stage into “how do I carry my friend through this puzzle?” An extreme version of this can be seen in Game Grumps’ playthrough.
I never played this game; is it really so good that fans were clamoring for a re-release? What am I missing if anything?
Also, I may be misremembering when this was launched but isn’t it a bit early for a re-master on this one?
Why am I suddenly staring at the sun?
Thank you!
I firmly believe this is how we wound up with tabs as a feature in the first place.
Honestly, this is why I tell developers that work with/for me to build in logging, day one. Not only will you always have clarity in every environment, but you won’t run into cases where adding logging later makes races/deadlocks “go away mysteriously.” A lot of the time, attaching a debugger to stuff in production isn’t going to fly, so “printf debugging” like this is truly your best bet.
To do this right, look into logging modules/libraries that support filtering, lazy evaluation, contexts, and JSON output for perfect SEIM compatibility (enterprise stuff like Splunk or ELK).
Heisenbugs are the worst. My condolences for being tasked with diagnosing one.
Last time I did anything on the job with C++ was about 8 years ago. Here’s what I learned. It may still be relevant.
const
, constexpr
, inline
, volatile
, are all about steering the compiler to generate the code you want. As a consequence, you spend a lot more of your time troubleshooting code generation and compilation errors than with other languages.valgrind
or at least a really good IDE that’s dialed in for your process and target platform. Letting the rest of the team get away without these tools will negatively impact the team’s ability to fix serious problems.1 - I borrowed this idea from working on J2EE apps, of all places, where stack traces get so huge/deep that there are plugins designed to filter out method calls (sometimes, entire libraries) that are just noise. The idea of post-processing errors just kind of stuck after that - it’s just more data, after all.
I actually tried to use marketplace a few weeks ago. It was an unmitigated disaster. People either didn’t respond, had stale posts for items, or couldn’t get their act together to have a conversation (even with 12 hours between messages) about how to get shit out of their house. I have never yearned for old-fashioned yard sales so much.
I agree, but I feel like having the toaster itself catch fire could have been mitigated somehow.
I’m actually kind of amazed that the failure mode for “toaster used sideways” is that it just catches fire. That’s one hell of a design flaw.
This is basically how Ixion went. The game didn’t need a soundtrack to go this hard, but it absolutely put it over the top.
Oh. That’s good.
Plus I can’t recall if I’ve ever seen one of these parties entertain competition against an incumbent (or former president). In such cases, the party nomination is kinda/sorta a formality. This is why we have heard of zero alternative candidates from either the RNC or DNC.
You may be right. A few other comment here have remarked at his neckerchief being not quite right. That also doesn’t exclude the possibility for a digital touch-up, or a photoshoot as a dedicated training model for AI.