/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

opensourcemusings.com
| | blog.nuculabs.de
4.4 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.
| | www.alicegg.tech
6.4 parsecs away

Travel
| | Neovim is by far my favorite text editor.The clutter-free interface and keyboard-only navigation are what keep me productive in my daily programming.In an ea...
| | stribny.name
5.1 parsecs away

Travel
| | [AI summary] An introduction to shell scripts and Bash for automating command-line tasks in Linux, macOS, and Windows.
| | daniel-siepmann.de
26.6 parsecs away

Travel
| Short introduction into Tmux, the terminal mutliplexer. Tmux is an alternative to screen.