Explore >> Select a destination


You are here

pspodcasting.net
| | github.com
11.7 parsecs away

Travel
| | A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance. - onceupon/Bash-Oneliner
| | www.tumfatig.net
12.7 parsecs away

Travel
| | For some reasons, I decided to use FreeBSD on my laptop. Several times have I tried it in the last few years. Several times have I stopped after the first issue that I felt was sign of it not being built for me. This time, I'll go for at least a whole month of using it. So I can really decide if I keep using it ; or switch back to OpenBSD.
| | www.datagubbe.se
12.3 parsecs away

Travel
| |
| | cullmann.io
41.3 parsecs away

Travel
| At work we use the LLVM/clang libraries for pre-processing and parsing C/C++ stuff. During some experimenting with the current master version of these libraries, I stumbled on unexpected crashes inside our unit-tests on Windows. We work with MSVC 2019 on Windows and all worked fine with LLVM 9.x, but with master, close to all my tests did now segfault in aligned_free. I first thought that might be some current regression in LLVM master, but after tracing it back to having DenseSet/Map crashing during destruction, this seemed unlikely.