Explore >> Select a destination


You are here

nodogmablog.bryanhogan.net
| | luten.dev
1.0 parsecs away

Travel
| | Ive been out of the .NET loop for a very long time. I would never have thought that it was so easy to get a .NET project up and running on Linux. But, I guess a decade of embracing Open Source at Microsoft changes things. Here are the steps I took to get an OpenGL window up and running on Ubuntu using .NET Core, VSCode, and OpenTK.
| | aradaelli.com
0.9 parsecs away

Travel
| | [AI summary] The author details their experience setting up a Unity development environment on Linux, highlighting challenges with Visual Studio Code and Mono, and ultimately finding success with JetBrains Rider.
| | blog.stijn-dhaese.be
1.1 parsecs away

Travel
| | Here is the situation, I have Raspberry Pi Desktop running in a VM and Visual Studio Code on my machine. When I try connect to my Raspberry Pi Desktop using VS Code Remote Development, I receive th...
| | blog.jondh.me.uk
17.2 parsecs away

Travel
| As documented in some of my past posts, I've been using Docker on CircleCI a lot recently, and I thought it was about time I investigated adding Docker layer caching to the mix. This is one of Docker's best features, in my view: if a layer does not need building, because the command and the [...]