X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/f7d095d7a5613fa272243f2ce28d543e201e86be..0070bc95c6db86b49d2f8c9043b1284c5ec41aa8:/blog/archive/2018/12/index.html diff --git a/blog/archive/2018/12/index.html b/blog/archive/2018/12/index.html index 96486cef9f..a950cbe1da 100644 --- a/blog/archive/2018/12/index.html +++ b/blog/archive/2018/12/index.html @@ -21,6 +21,118 @@

Entries from December 2018.

+
+
+ Learn to program with Minetest on Debian +
+
+ 15th December 2018 +
+
+

A fun way to learn how to program +Python is to follow the +instructions in the book +"Learn to program +with Minecraft", which introduces programming in Python to people +who like to play with Minecraft. The book uses a Python library to +talk to a TCP/IP socket with an API accepting build instructions and +providing information about the current players in a Minecraft world. +The TCP/IP API was first created for the Minecraft implementation for +Raspberry Pi, and has since been ported to some server versions of +Minecraft. The book contain recipes for those using Windows, MacOSX +and Raspian. But a little known fact is that you can follow the same +recipes using the free software construction game +Minetest.

+ +

There is a +Minetest module implementing the same API, making it possible to +use the Python programs coded to talk to Minecraft with Minetest too. +I +uploaded +this module to Debian two weeks ago, and as soon as it clears the +FTP masters NEW queue, learning to program Python with Minetest on +Debian will be a simple 'apt install' away. The Debian package is +maintained as part of the Debian Games team, and +the +packaging rules are currently located under 'unfinished' on +Salsa.

+ +

You will most likely need to install several of the Minetest +modules in Debian for the examples included with the library to work +well, as there are several blocks used by the example scripts that are +provided via modules in Minetest. Without the required blocks, a +simple stone block is used instead. My initial testing with a analog +clock did not get gold arms as instructed in the python library, but +instead used stone arms.

+ +

I tried to find a way to add the API to the desktop version of +Minecraft, but were unable to find any working recipes. The +recipes +I found are only +working with a standalone Minecraft server setup. Are there any +options to use with the normal desktop version?

+ +

As usual, if you use Bitcoin and want to show your support of my +activities, please send Bitcoin donations to my address +15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b.

+ +
+
+ + + Tags: debian, english. + + +
+
+
+ +
+
+ Non-blocking bittorrent plugin for vlc +
+
+ 12th December 2018 +
+
+

A few hours ago, a new and improved version (2.4) of +the VLC +bittorrent plugin was uploaded to Debian. This new version +include a complete rewrite of the bittorrent related code, which seem +to make the plugin non-blocking. This mean you can actually exit VLC +even when the plugin seem to be unable to get the bittorrent streaming +started. The new version also include support for filtering playlist +by file extension using command line options, if you want to avoid +processing audio, video or images. The package is currently in Debian +unstable, but should be available in Debian testing in two days. To +test it, simply install it like this:

+ +

+apt install vlc-plugin-bittorrent
+

+ +

After it is installed, you can try to use it to play a file +downloaded live via bittorrent like this: + +

+vlc https://archive.org/download/Glass_201703/Glass_201703_archive.torrent
+

+ +

As usual, if you use Bitcoin and want to show your support of my +activities, please send Bitcoin donations to my address +15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b.

+ +
+
+ + + Tags: english, verkidetfri, video. + + +
+
+
+
Retten til kontant betaling er en rettighet som mÃ¥ brukes for Ã¥ beholdes @@ -48,7 +160,7 @@ seg myndighetene eller private organisasjoner, sÃ¥ kan en ikke lenger bevege seg fritt. Dette gjør at det er en forutsetning for Ã¥ ha glede av retten til Ã¥ bevege seg fritt i landet at en motstÃ¥r fristelsen til Ã¥ legge igjen digitale spor nÃ¥r en betaler for seg. Rettigheter som -ikke blir brukt, blit fjernet. Den eneste mÃ¥ten i dag Ã¥ unngÃ¥ Ã¥ legge +ikke blir brukt, blir fjernet. Den eneste mÃ¥ten i dag Ã¥ unngÃ¥ Ã¥ legge igjen digitale spor nÃ¥r en betaler for seg, er Ã¥ betale med kontanter, samt takke nei til Ã¥ legge igjen navn og adresse (slik f.eks. Elkjøp ber om — jeg sier de kan legge inn «anonym anonym» nÃ¥r @@ -76,7 +188,7 @@ Merk, betaling med bitcoin er ikke anonymt. :)

@@ -143,6 +255,42 @@ activities, please send Bitcoin donations to my address

Archive