“npm install” in particular is getting me.
- 3 Posts
- 122 Comments
JakenVeina@lemm.eeto
Games@lemmy.world•Had a take about Supergiant Games that recieved a lot of pushback fromy two longest running best friends.English
36·1 year agoWhat I want Supergiant to do is… whatever the fuck they want.
JakenVeina@lemm.eeto
Games@lemmy.world•Elden Ring Nightreign’s Massive Steam Launch Tarnished by 'Mixed' User Reviews Over Lack of Duos Co-Op, Voice ChatEnglish
33·1 year agoI don’t see the game getting either of those things.
Duos, you can already do, you just have to take on a rando as a third. They could scale the difficulty down for 2 players, sure, but Elden Ring’s mutiplayer scaling is notoriously terrible, in part because no amount of scaling can account for the lost potential for splitting aggro, in a game where splitting aggro is king.
Voice chat is something that FromSoft has INTENTIONALLY never included in any prior game, despite there being co-op in all of them. Making players coordinate with each other with very limited communication tools is one of FromSoft’s signature design choices. The fast pace of this game compared to prior games makes the lack of communication tools hurt a lot more, for sure, but it’s still very much playable. Anyone who dislikes this design choice is absolutely free to, but it’s not gonna change.
If she does manage to fulfill her revenge fantasy, and then find peace, THAT I would find rather unbelievable. Living in hate and rage for that long, you can’t just let go of it, regardless of logic.
My guess would be they were expecting a moral payoff, and didn’t get it. Mizu’s “Violence only begets more violence, I must let go of my revenge” moment. Especiallly since the episode or 2 prior really seemed to be setting up for it.
I was offput by it as well, but a bad ending is one that has nothing interesting to say, or something really shit to say, or that isn’t believable in some way, not just one I hoped would be different. Plus, this story isn’t over.
JakenVeina@lemm.eeto
Games@lemmy.world•Embracer to spin off Coffee Stain Group – remaining business to be renamed Fellowship EntertainmentEnglish
5·1 year agoNormally, I’d be on board with you, but it does strike me as notable that Coffee Stain has apparently ALREADY been under the umbrella of shareholders this whole time, and is still fucking THRIVING. I’ll also note that Coffee Stain is based in Sweden, where all the things that make them great (I.E. the way devs are treated, which lets them thrive and make great shit) isn’t about to change.
So, I think it’s worth tempering the pessimism a bit, for now. We’ll have to see how it plays out.
JakenVeina@lemm.eeto
Games@lemmy.world•Embracer to spin off Coffee Stain Group – remaining business to be renamed Fellowship EntertainmentEnglish
1·1 year agoWhat makes you say that? Do you say “everything else” to mean all the studios that aren’t splitting off along with Coffee Stain? From what’s here, I don’t see why Coffee Stain is in any different boat than everyone else underneath “Coffee Stain Group”.
C, C++, C#, to name the main ones. And quite a lot of languages are compiled similarly to these.
To be clear, there’s a lot of caveats to the statement, and it depends on architecture as well, but at the end of the day, it’s rare for a
byteorboolto be mapped directly to a single byte in memory.Say, for example, you have this function…
public void Foo() { bool someFlag = false; int counter = 0; ... }The
someFlagandcountervariables are getting allocated on the stack, and (depending on architecture) that probably means each one is aligned to a 32-bit or 64-bit word boundary, since many CPUs require that for whole-word load and store instructions, or only support a stack pointer that increments in whole words. If the function were to have multiplebyteorboolvariables allocated, it might be able to pack them together, if the CPU supports single-byte load and store instructions, but the nextintvariable that follows might still need some padding space in front of it, so that it aligns on a word boundary.A very similar concept applies to most struct and object implementations. A single
byteorboolfield within a struct or object will likely result in a whole word being allocated, so that other variables and be word-aligned, or so that the whole object meets some optimal word-aligned size. But if you have multiple less-than-a-word fields, they can be packed together. C# does this, for sure, and has some mechanisms by which you can customize field packing.
Neither are more gay men and straight women.
JakenVeina@lemm.eeto
Games@lemmy.world•Bungie appears to have extensively plagiarized an artist's work in their extraction shooter "Marathon" according to this Bluesky postEnglish
8·1 year agoIs the BlueSky OP here not a native English speaker? Cause, BOY that was tough to follow.
That’s a good analogy.
It’s far more often stored in a word, so 32-64 bytes, depending on the target architecture. At least in most languages.
JakenVeina@lemm.eeto
Asklemmy@lemmy.ml•Is it possible to listen to artists who are terrible people without feeling guilty?English
5·1 year agoI’d say it depends on WHY you like the art. Does it tie into the toxic or reprehensible traits of the artist? Was the artist trying to send a toxic or reprehensible message with this art?
If not, then it’s just a matter of ensuring that your enjoyment of the art doesn’t translate into support for the artist. Or, at least, that it doesn’t cross your personal line of support for the artist.
So, for example, does the Kanye music you like have nazi themes or messaging? Far as I’m aware, no, the nazi-ism is just his newest shit, so you’re probably fine as long as you’re not streaming from Spotify or YouTube, or otherwise giving him revenue.
JakenVeina@lemm.eeto
Gaming@beehaw.org•What are the best gaming moments of the last decade?English
1·1 year agoEntire final hour of Tears of the Kingdom.
JakenVeina@lemm.eeto
World News@lemmy.world•How Israel’s ‘plan’ for Gaza could turbocharge ethnic cleansingEnglish
12·1 year agoEthnic cleansing could turbocharge ethnic cleansing? I mean, I guess, but that’s a really weird way to put it.
JakenVeina@lemm.eeto
Technology@lemmy.world•Reddit will tighten verification to keep out human-like AI botsEnglish
1·1 year agoPor que, no los dos?
JakenVeina@lemm.eeto
Programmer Humor@programming.dev•AI will replace programmersEnglish
261·1 year agoYou know what we, in the industry, call a detailed specification fo requirements detailed enough to produce software? Code.
The REAL problem is that the industry collectively uses JS almost exclusively for shit it was never meant to do. Like you say, it’s intended for it to not throw errors and kill your whole web page, because it was only ever intended to be used for minor scripts inside mostly-static HTML and CSS web pages. Then we all turned it into the most-popular language in the world for building GUI applications.
JakenVeina@lemm.eeto
Games@sh.itjust.works•What have been the games whose writing really got into you?English
4·1 year agoBlue Prince sure feels like it counts, our whole family is hooked, and has been playing it every day for about 2 weeks now. Even well after rolling credits.
In a similar vein, I’d have to say Hollow Knight and Outer Wilds. Together with Blue Prince, they all have a storytelling strategy of “you have to put some effort into getting the story out of it”, but the effort makes every new discovery or revelation feel super rewarding.
Celeste is the one that comes to mind for a more traditional story that REALLY hit.
Persona 5 comes to mind, too. I was ENGROSSED in that story for months. Even if it went off the rails a couple times.
I’m also gonna shout-out Tales of Symphonia. That game was formative for me.




Fun fact: Roko’s basilisk is not from QC. It’s a thought experiment about AI that predates the comic character by about 6 years. The character’s just named after it.
https://en.m.wikipedia.org/wiki/Roko's_basilisk