Programming and Free, Libre, and Open Source Software
-
A Neovim Task Runner in 30 lines of Lua
I like how easy it is to configure neovim. Last month I wanted a task runner for a very particular use-case that none of the available plugins handled. So I wrote my own. Show Code
This is not good code. vim.g.global_task = {} function LoadTask(cmd, num, silent) local tmp = vim.g.global_task -- (a) if not num then num = vim.tbl_count(vim.g.global_task) + 1 end tmp[tonumber(num)] = cmd -- (a) vim.
-
Qt Installer Framework and Qt Online Installer 4.5.2 Released
We are happy to announce the release of Qt Installer Framework and Qt Online Installer 4.5.2 today.
-
Showcasing the STM32MP1 at Embedded World
As a recent new member of STMicroelectronics' Partner Program, we're excited to be showcasing the STM32MP1 at Embedded World this week, our first demo featuring the STM32 platform.
-
Top 9 Reasons to Choose Flutter for App Development in 2023
Although Flutter is still considered to be fairly new, it is one of the most well-liked mobile development frameworks among programmers worldwide. It contains every component needed to quickly construct reliable native-like applications for various devices.So why is Flutter so trendy nowadays? Will it work for your business?
-
Launching on Patreon
Why would you do that in the first place? Well, this would allow me to take time off my job, and spend it either writing on the blog, or by contributing to open source projects, mainly OpenBSD or a bit of nixpkgs.
-
10 Open Source Free Farm Management Software
Farms may vary in shape, size, and specialization, but with persistence and discipline, they are all manageable.
-
Top 10 Pomodoro Timer Apps to Boost Your Productivity
What is a Pomodoro technique?
The Pomodoro technique is a time management method that involves breaking work into 25-minute intervals, separated by short breaks. It was developed by Francesco Cirillo in the late 1980s.
How can the Pomodoro technique improve your productivity?