You are here |
euroquis.nl | ||
| | | |
ariya.io
|
|
| | | | Even though Ubuntu/Debian is equipped with its legendary powerful package manager, dpkg, in some cases, it is still beneficial to take advantage of Nix, a purely functional package manager. The complete manual of Nix does a fantastic job on explaining how to install and use it. But for the impatients among you, here is a quick overview. Note that this also works well when using Ubuntu/Debian under WSL (Windows Subsystem for Linux, both the original and the newest WSL 2. First, create the /nix directory o... | |
| | | |
www.jrgsystems.com
|
|
| | | | I've been using FreeBSD on and off for many years now. I really like the project's focus on quality engineering and documentation. Recently, I've begun to look for ways to increase my skill as a software engineer while also contributing to open source software once again. Happily, joining the FreeBSD community as a developer meets both of these goals. With this in mind, I decided to purchase a UNIXy compatible laptop to develop on. | |
| | | |
blog.nuculabs.de
|
|
| | | | 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.softdevtube.com
|
|
| | Computers are orders of magnitude faster than when most of us started programming and yet a lot of software runs much slower than it should. Nobody likes progress bars. Slow code provides for a horrible user experience, drains batteries faster, and increases our cloud bill. This session explores some of the reasons why software is |