Convert your Raspberry Pi into a trading bot with Pythonic
The current popularity of cryptocurrencies also includes trading in them. Last year, I wrote an article How to automate your cryptocurrency trades with Python which covered the setup of a trading bot based on the graphical programming framework Pythonic, which I developed in my leisure. At that time, you still needed a desktop system based on x86 to run Pythonic. In the meantime, I have reconsidered the concept (web-based GUI). read...
What is port forwarding?
Port forwarding transfers network traffic from one network listener (called a “port”) to another, either on the same computer or a different computer. Ports, in this context, are not physical objects but a software routine listening for network activity. read more Powered by...
Modeling open management practices
In the first part of my interview with Sam Knuth, a fellow Open Organization Ambassador, we discussed how leaders need to make time to be open. Openness isn’t effortless. read more Powered by...
5 open source alternatives to Zoom
I recently attended the Practical Open Source Information POSI conference, which was held on a free and open source video conferencing platform. As I attended a series of excellent talks about practical uses of open source software, I realized how commonplace video conferencing had become over the past few years. If open source does anything, it provides choice, and now that more and more workers have the freedom of working remotely,...
Why nonprofit organizations choose open source software
With tech and data safety awareness rising, open source software is becoming a go-to option for organizations of all classes more than ever. Nonprofit organizations are particularly vulnerable on the financial side while at the same time dealing with vital social and environmental issues. This article observes the adoption of open source collaboration technologies in nonprofit organizations by using Nextcloud and ONLYOFFICE as...
Install Java from your Linux distribution’s repositories
There are a number of different ways to install Java on your Linux desktop. An obvious route is to use the packages provided in your Linux distribution. Note that this doesn’t work for everyone; for example, some users may need a very specific version of Java. Before you can start, you must determine “which Java” you need. Do you just need to run some .class files or a .jar file? Or are you writing some code that you need to compile?...