Does it automatically after you enter the slash command
Missing ctrl + s which stash your prompt so you can do slash command while being midway into writing a prompt
Well the competition might be too fierce for any new life to develop
That says more about you than about the game.
Upgrading to new version can also introduce new exploits, no amount of tests can find those. Some of these can be short-lived, existing only on a minor patch and fixed on the next one promptly but you’ll get it if you…
Well Hetzner's "VPS" [1] is more like the "Cloud" [2] from OVH rather than OVH's VPS [3] (no /hours pricing, cannot instantly deploy, etc.) Not that their pricing isn't really really good, but it depends on your…
I’m surprised the CLI doesn’t asked permission for each program trying to access it, when using their SSH agent I get a popup for any program (then it unlock that key for that program until session ends). People…
Borderless window (fullscreen) is now the norm for over a decade, alt-tab is instant in this mode. You’re stuck at whatever resolution you have your desktop but most games now have a render scale option.
Incompetence
> Now they just need to figure out a way to push RN apps towards true native. Isn’t that impossible? If I call native code via binding or their official language, the same thing will happens.
I feel like they could’ve innovated using novel technique, like 3D gaussian splatting (and upscaling the video or better yet record new videos). The vast majority of the time, you’re still pretty much locked unable to…
That is what I wondered too after it happened to me, if what I saw was a glimpse into the inner working of how the final image gets to our consciousness, like it was missing some steps / processing.
I still remember when that happened to me, it was quite a bizarre experience. It started after coming back from a meeting where the room was all painted white and had some of the brightest light I had seen and then it…
He is talking about the `unsafe` keyword in C# not "unsafe code", there is plenty of good reason to use it, especially as a game dev.
Isn't it obvious it won't? Unless they go full-on China firewall style there will always be website readily available that won't enforce that crap and kids will find them easily.
I suggest you read again about rollback input based deterministic simulation, it is the superior option by far, especially for competitive, you have in practice “no lag”. That you never got any complaints doesn’t means…
The award part is worst part of the game award and personally one of the reason I watch it is especially to see a Kojima premiere and I wasn't disappointed when he announced he was going to collaborate with Jordan Peele.
> mostly previews of upcoming games It's the reason 99% of the viewers watch it
Assets Flip is when you replace the assets in a game with other assets and sell it under a different name. Usually from a demo project or even from a complete game that was "stole". This game simply used a bunch of…
Technically speaking, even bluray degrade over time so those key might get unreadable, not sure of the average lifespan since there is conflicting info on it but it seems to be around 100 year (ideal condition).
I actually love the syntax if only it didn't alloc, is your implementation open source?
If what you want to measure is LINQ performance, sure, but in the context of measuring the language fundamental like class versus struct, it is an unnecessary overhead. The article itself says it: > However, the main…
The article is fine, I was referencing the original article the article is referencing.
It is certainly possible to write slow code without LINQ, all I'm saying is that I wouldn't blindly trust a blog post that talk about performance and use LINQ.
LINQ is pretty much frowned upon when programming games in C#, also when doing performance comparison you want to get as close as possible to the actual code without the extra overhead. I would very much verify anything…
Does it automatically after you enter the slash command
Missing ctrl + s which stash your prompt so you can do slash command while being midway into writing a prompt
Well the competition might be too fierce for any new life to develop
That says more about you than about the game.
Upgrading to new version can also introduce new exploits, no amount of tests can find those. Some of these can be short-lived, existing only on a minor patch and fixed on the next one promptly but you’ll get it if you…
Well Hetzner's "VPS" [1] is more like the "Cloud" [2] from OVH rather than OVH's VPS [3] (no /hours pricing, cannot instantly deploy, etc.) Not that their pricing isn't really really good, but it depends on your…
I’m surprised the CLI doesn’t asked permission for each program trying to access it, when using their SSH agent I get a popup for any program (then it unlock that key for that program until session ends). People…
Borderless window (fullscreen) is now the norm for over a decade, alt-tab is instant in this mode. You’re stuck at whatever resolution you have your desktop but most games now have a render scale option.
Incompetence
> Now they just need to figure out a way to push RN apps towards true native. Isn’t that impossible? If I call native code via binding or their official language, the same thing will happens.
I feel like they could’ve innovated using novel technique, like 3D gaussian splatting (and upscaling the video or better yet record new videos). The vast majority of the time, you’re still pretty much locked unable to…
That is what I wondered too after it happened to me, if what I saw was a glimpse into the inner working of how the final image gets to our consciousness, like it was missing some steps / processing.
I still remember when that happened to me, it was quite a bizarre experience. It started after coming back from a meeting where the room was all painted white and had some of the brightest light I had seen and then it…
He is talking about the `unsafe` keyword in C# not "unsafe code", there is plenty of good reason to use it, especially as a game dev.
Isn't it obvious it won't? Unless they go full-on China firewall style there will always be website readily available that won't enforce that crap and kids will find them easily.
I suggest you read again about rollback input based deterministic simulation, it is the superior option by far, especially for competitive, you have in practice “no lag”. That you never got any complaints doesn’t means…
The award part is worst part of the game award and personally one of the reason I watch it is especially to see a Kojima premiere and I wasn't disappointed when he announced he was going to collaborate with Jordan Peele.
> mostly previews of upcoming games It's the reason 99% of the viewers watch it
Assets Flip is when you replace the assets in a game with other assets and sell it under a different name. Usually from a demo project or even from a complete game that was "stole". This game simply used a bunch of…
Technically speaking, even bluray degrade over time so those key might get unreadable, not sure of the average lifespan since there is conflicting info on it but it seems to be around 100 year (ideal condition).
I actually love the syntax if only it didn't alloc, is your implementation open source?
If what you want to measure is LINQ performance, sure, but in the context of measuring the language fundamental like class versus struct, it is an unnecessary overhead. The article itself says it: > However, the main…
The article is fine, I was referencing the original article the article is referencing.
It is certainly possible to write slow code without LINQ, all I'm saying is that I wouldn't blindly trust a blog post that talk about performance and use LINQ.
LINQ is pretty much frowned upon when programming games in C#, also when doing performance comparison you want to get as close as possible to the actual code without the extra overhead. I would very much verify anything…