5 lines of fortune: what program keeps under wrapsForget about ghosts! The true threats lurk in everyday things — like static_cast, which can unexpectedly drop all security efforts, and…1d ago1d ago
How can one code line crash application? Looking for issues and vulnerabilities in ScreenToGifScreenToGif is a useful application that enables you to create a GIF file from a screen or webcam recording, which you can easily edit in…1d ago1d ago
From WALL-E to Terminator: bugs, how robots work, and developers’ fantasiesIn the world of cinema and animation, robots are often portrayed as unique and sometimes bizarre characters, each with their own set of…Nov 27Nov 27
Java serialization: let’s dig it upJava equips developers with convenient tools for serializing objects. Although they seem primitive at first glance, their internal…Nov 25Nov 25
History of C and C++.C and C++ are iconic languages in which a huge amount of code is written. What path have they traveled to become ones? This article covers…Nov 21Nov 21
19 errors in LLVM 19The PVS-Studio static analyzer can find errors even in such a high-quality and well-tested project as LLVM. To make sure it’s not empty…Nov 21Nov 21
Debugging bugs in x64dbg debugger. Step out to GUIWe all need to interact with a debugger somehow: via text or a graphical user interface. A nasty bug may appear in a program “shell” with a…Nov 19Nov 19
What’s up with Telegram messenger: dozen errors detectedYou’re all familiar with Telegram — you may come across it at least once on the news, or you may use it yourself. Like any other project…Nov 15Nov 15
YYYY? yyyy!Do you know what’s the difference between the ‘Y’ and ‘y’ characters in the Java date pattern? In this article, we’ll explore how an…Nov 14Nov 14
What’s new in .NET 9?.NET 9 has been released, so it’s time to start porting our projects to the new version! In this article, we’ll look at new features and…Nov 14Nov 14