Explore >> Select a destination


You are here

ariya.io
| | blog.nuculabs.de
5.1 parsecs away

Travel
| | Introduction Hello everyone ??, This is a quick post about the windows task scheduler, if you're a Software Developer using Windows the task scheduler is a great tool to automate tasks. I see it as a combination of cron and systemd (if you're a Linux user you know what I'm talking about). For my personal use case, I use the task scheduler to download more images from the internet to improve a machine learning model used to classify images. To download the images I use a simple Python script and a batch file to run the script.
| | dominickm.com
2.2 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
1.4 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!
| | blog.stijn-dhaese.be
27.0 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...