For business, I use the Personal Kanban Task Organizer. It has an Outlook integration, so the tasks planned for today show up in my Outlook calendar.
I implemented it as a desktop software, it's available for Linux and Windows, it keeps your personal data on your local computer, no cloud communication, FLOSS.
Would a self-hosted static website be an alternative?
You could use your HTML skills, rent a cheap virtual server with nginx, and buy a web domain. Advantage: You are not dependent on the existence of a free platform provider, so your blog will still exist in 10 years.
Lazarus (https://www.lazarus-ide.org/) has built-in support for the configuration folder ($XDG_CONFIG_HOME) in the user context and in the global context:
financial.com provides web applications to visualize financial data for traders and investors. We develop and host tailor-made solutions for banks, exchanges and authorities.
financial.com provides web applications to visualize financial data for traders and investors.
We develop and host tailor-made solutions for banks, exchanges and authorities.
We're hiring for roles in Kochi including:
- IT Team Leader (for an agile team with JavaScript and Java developers and QA)
> However, you won’t be getting the advanced features like automation or other integration...
Codeberg also has built-in CI support using Woodpecker (ci.codeberg.org). It works very well.
> However, if you are interested in a privacy-friendly GitHub alternative from Europe, I suggest you check out Codeberg.
Important to know that Codeberg only allows to host projects with a FLOSS license. So I wouldn't announce it as a GitHub alternative without a further note.
I've had a lot of discussions with developers on this topic. It seems to be difficult for developers to delete code even if it is versioned in Git, so the code is not really lost.
I regularly encourage my teams to delete code that has no use in the near future. Because every line of code in the production environment leads to maintenance effort, so this would save their time.
I had to solve a similar issue in two teams. I'm not against documentation, but this wouldn't have solved the issue in my case. Documentation was available, but you couldn't clearly know if it's still up-to-date or which use case would be the right one.
The solution was to dissolve head monopolies. The best developer in the team was very supportive and tried to solve all problems himself instead of involving his colleagues to make them more independent from him. This was not malicious intent, but just helpfulness oriented to short-term solutions.
So it was a structural cause that could only be solved from outside the team.
Maybe not modern enough but I like to use Lazarus to create native desktop applications. It compiles to several platforms with a small footprint. It's based on Free Pascal.
Reminds me of broot (https://dystroy.org/broot/).