IInnerExceptionininnerexception.hashnode.dev·1d ago · 11 min readBlack screen after installing NVIDIA on Fedora LinuxI recently installed Fedora 44 on my desktop, next to Windows. Fresh install, KDE, encrypted disk, RTX 5080. Everything worked. Then I installed the NVIDIA driver, rebooted, and got a black screen. No00
IInnerExceptionininnerexception.hashnode.dev·Oct 14, 2024 · 5 min readCustomize your PowerShell promptThe default PowerShell prompt is pretty basic and not very informative. It only shows “PS”, followed by a “>” sign. Luckily, it's possible to customize it by editing the PowerShell profile file. Here’00
IInnerExceptionininnerexception.hashnode.dev·Sep 20, 2024 · 13 min readAI for developers: boosting productivity and learningArtificial intelligence is shaking up the world of software development in a big way. As AI tools like large language models get smarter, they are changing how developers code and learn. This article 00
IInnerExceptionininnerexception.hashnode.dev·Aug 19, 2024 · 9 min readWriting clean models in C#In C# as well as other programming languages, creating clean and maintainable models is important for preserving the health of software applications. A well-designed model can ease development and lim00