today's leftovers
-
Enhance your photos with great photo editors for Mac, Windows 10, Linux
Are you a Linux or Mac or Windows 10 user who’s been searching for the ultimate photo editor to uplift your images? Your search ends here! We’ve rounded up our premier selection of photo editors for Linux, along with top choices for Mac photo editor and Windows 10 photo software. It doesn’t matter if you’re a seasoned professional photographer or simply enjoy capturing the beauty around you as a pastime, access to robust editing tools is crucial to lift your images a notch higher.
In this article, we’ll delve into some of the supreme options ready for download. So, take a moment, have your favourite drink at hand, and let’s journey into the universe of photo editing!
-
Quirks of Python package versioning
Python package versions seem simple on the surface because we're used to seeing the common and well-defined version schemes like SemVer (1.2.3) or CalVer (2023.6.1) and occasionally a pre-release suffix (1.2.3pre1). But Python package versioning can get much more complicated than that! 🤯
-
Type safety, undefined behaviour, and us
There appears to be a shift towards programming languages that improve safety by providing an expressive type system, automatic memory management, and no gaps in the specification that lead to “undefined behaviour”. If your program is consistent with the logic of the programming language specification, then it compiles and executes the behaviour you would understand from the source code and the language documentation. If any of that isn’t true, then your program doesn’t compile: there are no gaps for not-quite-consistent programs to fall through, that get detected later when the program is running.
-
Microsoft dumps Cortana leaving Siri as one of the last smart assistants
Siri appears to be the last smart assistant standing as Microsoft quietly sunsets Cortana in Windows, but this may be a meaningless victory given the rise of AI-based chatbots.
Cortana's death has been a long time coming. Microsoft began removing support for Cortana on mobile in 2021 and is now killing it off on Windows as well.