Explore >> Select a destination


You are here

gaurav.koley.in
| | chromeos.dev
7.8 parsecs away

Travel
| | How to set up your ChromeOS device for developing web apps and how to configure port forwarding to access them on other devices.
| | dominickm.com
6.1 parsecs away

Travel
| | With Summer coming to a close I decided to take another surf on the WSL (Windows Subsystem for Linux) wave and in short was not disappointed. Technically there are two flavors of WSL, WSL 1 and WSL 2. WSL 1 is a translation layer that takes Linux system calls and converts them into Windows ones. [...]
| | www.markusdosch.com
6.9 parsecs away

Travel
| | With the Windows Subsystem for Linux (WSL & WSL2), Microsoft has brought a full Linux environment to Windows. I'll show some tips and tricks, so software development on the WSL2 becomes even more fun!
| | jmmv.dev
42.4 parsecs away

Travel
| In a recent work discussion, I came across an argument that didn't sound quite right. The claim was that we needed to set up containers in our developer machines in order to run tests against a modern glibc. The justifications were that using LD_LIBRARY_PATH to load a different glibc didn't work and statically linking glibc wasn't possible either. But... running a program against a version of glibc that's different from the one installed on the system seems like a pretty standard requirement, doesn't it?...