Nvidia source code leaked, and more to come. This is not good at all.

Nvidia source code leaked Some of the Nvidia source code and chip designs have been leaked on the Internet. The first leak includes the source code for “nvn” which is the custom Nvidia driver used on the Nintendo switch, and also “nvn2” which is probably for the next Nintendo console, I can guarantee you that … Read more

Very interesting code sample in the Internet Explorer source code. This is to check if NT Service pack 3 is installed.

This source code sample I found in the Internet Explorer source code was something I just had to post. This code handles the check for Windows NT 4.0 to see if Service Pack 3 is installed or not. This is irrelevant in Windows NT 5.0 but on NT 4, this is a necessary check. shell\iexplore\mainloop.cpp272 … Read more

Linux renovation ideas. What should be done to improve Linux.

I wish someone would bring an open-source Nvidia driver to the Linux operating system. I hate having to use a binary installer you have to download and run to install the drivers when you could just have the driver code in the kernel. I know it is not hard to install as long as you … Read more

Cyberpunk 2077 source code has some interesting stuff in it.

This code in the Cyberpunk 2077 source leak has information about censorship options. This is to do with censoring Homosexuality, Nudity, Drugs, and Gore. dev/src/common/gameTelemetry/src/telemetryAggregator_InitialChoices.cpp215 216 217 218 219 220 221 222 223 224 225 226 227 228 void InitialChoicesAggregator::GetCenshorship( telemetry::parameters::Censorship& censorship ) const { RED_SCOPE_FLAG_GUARD( m_accessFlag, Inclusive );   censorship.region = red::GCensorshipSystem.GetCensorRegion().AsChar();   censorship.isNudityCensored … Read more