/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

web.navan.dev
| | ambertide.github.io
3.2 parsecs away

Travel
| | Sources for this post comes mostly from this reply to an issue by the GitHub user @1kc.
| | floooh.github.io
3.1 parsecs away

Travel
| | TL;DR: glueing together VSCode, Cmake and the Emscripten SDK to enable an IDE-like workflow (including debugging).
| | www.fosskers.ca
2.4 parsecs away

Travel
| | [AI summary] A technical guide explains how to set up a Common Lisp development environment on Linux that compiles and runs Windows executables using Wine and the Mingw toolchain.
| | venam.net
22.4 parsecs away

Travel
| An executable is something that causes a computer to perform some tasks according to encoded instructions. It's in opposition to a data file which must be parsed by another program to be meaningful, for example an image or video. The instructions are usually in machine code, read by the cpu and so dependent on the cpu architecture. An ex...