/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

coornail.net
| | huey.xyz
3.5 parsecs away

Travel
| | Self-hosted setup using docker-compose and importing of articles from Omnivore. The read-it-later app which I had been using, Omnivore, recently announced that it was being acquired by EvenLabs and would shut down on 30 November 2024. Although Omnivore is technically open source (which was one of the reasons I selected it), the project is not mature. It does not actually...
| | aayushsahu.com
4.4 parsecs away

Travel
| | Making volume, running container, etc.
| | blog.tafkas.net
4.3 parsecs away

Travel
| | The first step of my plan, building a Raspberry Pi based photovoltaic monitoring solution, is finished. I created a python package that works with the Kostal Piko 5.5 inverter (and theoretically should work with other Kostal inverters as well) and offers a clean interface for accessing the data: import pikopy #create a new piko instance p = Piko('host', 'username', 'password') #get current power print p.get_current_power() #get voltage from string 1 print p.
| | blog.nuculabs.de
5.0 parsecs away

Travel
| Introduction Hello In this article we will discuss a tool called Docker Docker is a platform which allows to package individual applications in containers. This achieves application isolation at the OS level without the need to use virtualization technologies by making use of the OS APIs. Since it can be a little hard to get into Docker if you are new I will try to keep things short and concise.