Lol I can tell you just used Google Lens or some shit and then proceeded to make it sound like you knew what you were talking about by assuming it was Japanese (it’s not).
Lol I can tell you just used Google Lens or some shit and then proceeded to make it sound like you knew what you were talking about by assuming it was Japanese (it’s not).
I don’t know man, I’m not a doctor. They just had a Discord already so I assume they wanted one.
Yeah, and a Matrix instance
deleted
Did they? I think I remember some authors no longer taking payment for them. Maybe some others took theirs down of their own accord. I don’t remember hearing about Google themselves taking anything down
I think I heard about it actually, it’s the issue where people make up shit on the spot online to confirm their biases
Maybe, but Microsoft’s competitors are doing a lot better on the battery life front so they’re leaving a lot on the table for competitors to swoop in by not fixing their sleep and wake issues. It was a big consideration for the company I work at to go with Apple machines because they do lots of field work and need the machines running all day. I can say from experience it’s incredibly frustrating to leave home with my MS Surface on a full charge only for it to have majority of the battery drained by the time I pull it out of my backpack due to waking up when it wasn’t supposed to.
I kind of don’t want Linux to become mainstream tbh because then corporate enshittification becomes a much more real threat.
I would give everyone noclip mode.
Convenient because you can fly anywhere and through walls. People’s commutes would be so much shorter! You could visit any country you wanted without even needing planes. Everyone would experience an unprecedented level of freedom.
Inconvenient because of the messy implications of getting stuck in walls if you turned it off at the wrong time. Also people would probably just be able to take anything they wanted without repurcussions so the world might devolve into chaos. You wouldn’t really be able to jail anyone. Security and privacy would be hard to come by.
deleted by creator
Just about any place I know that uses C++ also does that with C++ so that’s nothing unusual for C++ specifically. It’s too big of a language to reason about very well if you don’t, so you’ve gotta find a subset that works.
How does scrying work in the game actually? I’m kinda curious and I don’t have the game yet :<
It will prefetch the instructions and put into the pipeline the branch it thinks is mostly likely. It may do ahead-of-time speculative execution on certain instructions but not always. If it missed the correct branch it will flush the pipeline and start the pipeline over again from the correct branch. Afaik it doesn’t execute or prefetch both branches. The other guy is saying it does but that doesn’t really gel with my own recollection or the Wikipedia article he cited. You can see some further discussion that suggests only one branch gets prefetched here here and here. Reasons cited for only predicting one branch are: 1) Two pipelines with all the associated circuitry to look ahead, decode, and speculatively execute is incredibly expensive in terms of both processing requirements and die real estate. 2) Caching both would thrash your caches with new data constantly. 3) Modern branch prediction is already so accurate, there’s really no need for two pipelines anyways.
True although in Canada we tend to refer to the colleges in collegiate universities as faculties, and so the word college remains dedicated to the separate kind of post secondary institution the other dude described.
I mean you could certainly have both but Linux treating its terminal as a first class interface is a big killer feature of Unix/Linux I think and why it’s still used in the server/dev world so much. Having a command line interface that’s not an afterthought, fully scriptable, and can be automated is very convenient for large tasks that need to be chained together whereas on Windows you have things like PowerShell where not every program you want to do things with in PowerShell has a way to interact with PowerShell, since in Windows you have the opposite problem of GUI being the only first class interface. I think I’d be worried that if you de-emphasized the terminal more you’d get the weird situation that happened to Windows and PowerShell whereas it’s usually not super hard to build your own GUI around an open source terminal program. A lot of people aren’t especially motivated to do that so some programs don’t have GUIs, but if you’re feeling like more programs need one then go for it.
No hate, I’m just surprised. I’ve legitimately never not had a game work so far, and most people I know only seem to have issues on games with anti-cheat.
Doesn’t mean I don’t believe you though, I just might have horseshoes in my ass, such that I somehow have only played games that are largely compatible without issues.
I am curious what games had issues for you though.