Explore >> Select a destination


You are here

www.lukas-barth.net
| | maskray.me
3.2 parsecs away

Travel
| | Updated in 2023-03. In C++, dynamic initializations for non-local variables happen before the first statement of the main function. All (most?) implementations just ensure such dynamic initializations
| | blog.pkh.me
3.8 parsecs away

Travel
| | It's been a very long time since I've done some actual reverse engineering work. Going through a difficult period currently, I needed to take a break from the graphics world and go back to the roots: understanding obscure or elementary tech stuff. One may argue that it was most certainly not the best way to deal with a burnout, but apparently that was what I needed at that moment. Put on your black hoodie and follow me, it's gonna be fun. The beginning and the start of the end So I started solving a few ...
| | werat.dev
3.9 parsecs away

Travel
| | Wine is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, macOS, & BSD (https://www.winehq.org). If you have been using Linux for some time now, chances are you've used Wine at some point. Maybe to run that one very important Windows program that doesn't have a Linux version or maybe to play World of Warcraft or some other game. Fun fact, Valve's Steam Deck uses a Wine-based solution to run games (called Proton).
| | daniel-siepmann.de
21.0 parsecs away

Travel
| Interested in a declarative way to describe your user environment on macOS / Linux systems? This post explains my transition to nix and home-manager to achieve the goal.