

Not without a camera it can’t


Not without a camera it can’t


Real glad I can soon ditch the DualSense Edge and its only half-functional gimmicks !
I will miss the adjustable triggers, but I will NOT miss the randomly incorrect button mappings, and “extra buttons” that get fucked up if you ever connect it to an actual PS5


So you could sell it now !


Yes but which index ? The headset alone is 540€, but the full VR Kit is 1080€
Dont get me wrong, I’m still going TK buy it if it costs 1080€, but I will be annoyed, and very sad for all the kids who will still have to sell their soul to Meta for a while…
I really hope it’s ~500€


If Valve went DRM free like GOG, I would have no reason to ever buy games anywhere else
(apart from exclusives, which should be illegal IMO)


That is nice, but Hades II is hardly my idea of a hard benchmark to clear. Looks like a fun game, though !


As homophobic as this indeed is, it’s also from 2011. As a pansexual trans woman, I’m pretty sure I might have sais some very transphobic/homophobic stuff in 2011 as well, thankfully I was not posting it online.
I’ll give him the benefit of the doubt, but I respect that you may not be inclined to do that. I have possibly too much faith in humanity.
But also, let me say this : acting on your homosexual tendencies is pretty damn righteous 😎


Be prepared for Square Enix games to fail even EA’s QA standards in the near future 😅


Just looked it up, really disappointed it doesn’t do the 3D part. (yes, I’m part of the few people who always had it on and set to max depth)


I cannot describe how disappointed I was in the switch when it came out, and the situation isn’t much better now. It took one huge step forwards, yes, bus also ditched a ton of really good features :
Even the Motion controls, which are still a thing, do not feature any IR reference point, making the Wii still the best implementation of motion aim outside of VR.
The games are great, but these days I personally play the Wii U and 3DS more often, because unlike the switch these platforms still offer some experiences that are just not possible elsewhere.
In fact, the Wii U and 3DS are currently the only consoles I would recommend actually possessing physically. Wii U emulation is really annoying (though Steam Deck can get there, with a cable in the way), and good luck finding anything for the 3DS that does the 3D part any better than a New 3DS XL.


I would have thought that, as I have played closer to 8 hours, and I am bored with it 😂 glad it’s still fun for you though 😊


No. These principles are supposedly designed to help those inexperienced programmers, but in my experience, they tend to do the opposite.
The rules are too complicated, and of dubious usefulness at best. Inexperienced programmers really need to be taught to keep things radically simple, and I don’t mean “single responsibility” or “short functions”.
I mean “stop trying to be clever”.


Getters and setters are superfluous in most cases, because you do not actually want to hide complexity from your users.
To use the usual trivial example : if you change your circle’s circumference from a property to a function, I need to know ! You just replaced a memory access with some arithmetic ; depending in my behaviour as a user this could be either great or really bad for my performance.


99% of code is too complicated for what it does because of principles like SOLID, and because of OOP.
Algorithms can be complex, but the way a system is put together should never be complicated. Computers are incredibly stupid, and will always perform better on linear code that batches similar operations together, which is not so coincidentally also what we understand best.
Our main issue in this industry is not premature optimisation anymore, but premature and excessive abstraction.


Or free and world-leading


As a vegan, this has been my main meal because I’m pretty lazy (usually wrapped in a tortilla with guacamole, but I also eat it plain)
The gas issues are only a problem for a few days / weeks until your gut biome adjusts !


In my personal experience, the only games that don’t work are those that explicitly choose not to :
I’m not much into competitive games myself, so the only one that’s inconvenient in this list to me is Roblox. There are a few really fun games on their platform that I wish I could play on Steam Deck, as used to be possible.
As someone who works in assembler a lot, RISC-V is probably my favorite.
If anyone knows a useful open source project where people like me can contribute to this future happening, please do respond to this comment !