From bfaea95e32ef66a30f2376a2e3e1fac7ec186cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Mon, 23 Jan 2023 08:55:17 +0100 Subject: [PATCH] rebuilding site Mon 23 Jan 2023 08:55:17 CET --- categories/index.html | 24 +- cheatsheet/index.html | 24 +- index.html | 82 ++-- index.json | 2 +- index.xml | 11 +- page/2/index.html | 78 ++-- page/3/index.html | 44 +- page/index.html | 24 +- page/todo/index.html | 24 +- post/2013-08-17-creating-my-web/index.html | 24 +- .../index.html | 24 +- .../index.html | 24 +- post/2014-09-23-publishing-to-pypi/index.html | 24 +- post/2014-10-09-proxies/index.html | 24 +- post/2014-12-09-zotero/index.html | 24 +- post/2015-04-10-github-dotfiles/index.html | 24 +- post/2016-09-28-tqdm/index.html | 24 +- post/2019-01-06-zigbee2mqtt/index.html | 24 +- post/2019-05-01-surface-go/index.html | 24 +- .../index.html | 24 +- post/2021-10-30-logitech-mk850/index.html | 24 +- post/2023-01-20-kanata/index.html | 384 ++++++++++++++++++ post/index.html | 82 ++-- post/index.xml | 11 +- post/page/2/index.html | 78 ++-- post/page/3/index.html | 44 +- posts/index.html | 24 +- project/index.html | 24 +- search/index.html | 24 +- sitemap.xml | 35 +- tags/apache/index.html | 24 +- tags/arch/index.html | 24 +- tags/config/index.html | 24 +- tags/dotfiles/index.html | 24 +- tags/emacs/index.html | 24 +- tags/git/index.html | 24 +- tags/github/index.html | 24 +- tags/gunicorn/index.html | 24 +- tags/heroku/index.html | 24 +- tags/index.html | 50 ++- tags/index.xml | 26 +- tags/iot/index.html | 24 +- tags/javascript/index.html | 24 +- tags/keyboard/index.html | 48 ++- tags/keyboard/index.xml | 11 +- tags/layout/index.html | 222 ++++++++++ tags/layout/index.xml | 25 ++ tags/layout/page/1/index.html | 1 + tags/linux/index.html | 48 ++- tags/linux/index.xml | 11 +- tags/lisp/index.html | 24 +- tags/logitech/index.html | 48 ++- tags/logitech/index.xml | 11 +- tags/mouse/index.html | 24 +- tags/mqtt/index.html | 24 +- tags/nginx/index.html | 24 +- tags/org/index.html | 24 +- tags/productivity/index.html | 24 +- tags/programming/index.html | 24 +- tags/proxy/index.html | 24 +- tags/pypi/index.html | 24 +- tags/python/index.html | 24 +- tags/rpi/index.html | 24 +- tags/ruby/index.html | 24 +- tags/rust/index.html | 222 ++++++++++ tags/rust/index.xml | 25 ++ tags/rust/page/1/index.html | 1 + tags/starters/index.html | 24 +- tags/surface-go/index.html | 24 +- tags/uwsgi/index.html | 24 +- tags/webdav/index.html | 24 +- tags/zigbee/index.html | 24 +- tags/zotero/index.html | 24 +- 73 files changed, 2038 insertions(+), 714 deletions(-) create mode 100644 post/2023-01-20-kanata/index.html create mode 100644 tags/layout/index.html create mode 100644 tags/layout/index.xml create mode 100644 tags/layout/page/1/index.html create mode 100644 tags/rust/index.html create mode 100644 tags/rust/index.xml create mode 100644 tags/rust/page/1/index.html diff --git a/categories/index.html b/categories/index.html index a03d6d4..755bb5e 100644 --- a/categories/index.html +++ b/categories/index.html @@ -109,7 +109,7 @@ -
Logitech MB850 combi in linux
+
Kanata: advanced keyboard configuration
linux @@ -117,12 +117,14 @@ keyboard -mouse +layout + +rust -
Logitech MX Keys for Mac on Linux
+
Logitech MB850 combi in linux
linux @@ -130,27 +132,29 @@ keyboard +mouse + -
Linux on the Microsoft Surface Go
+
Logitech MX Keys for Mac on Linux
linux -surface go +logitech -config +keyboard -
Controlling Zigbee devices with MQTT
+
Linux on the Microsoft Surface Go
-mqtt +linux -iot +surface go -zigbee +config diff --git a/cheatsheet/index.html b/cheatsheet/index.html index 8d535cd..06110e1 100644 --- a/cheatsheet/index.html +++ b/cheatsheet/index.html @@ -176,7 +176,7 @@ -
Logitech MB850 combi in linux
+
Kanata: advanced keyboard configuration
linux @@ -184,12 +184,14 @@ keyboard -mouse +layout + +rust -
Logitech MX Keys for Mac on Linux
+
Logitech MB850 combi in linux
linux @@ -197,27 +199,29 @@ keyboard +mouse + -
Linux on the Microsoft Surface Go
+
Logitech MX Keys for Mac on Linux
linux -surface go +logitech -config +keyboard -
Controlling Zigbee devices with MQTT
+
Linux on the Microsoft Surface Go
-mqtt +linux -iot +surface go -zigbee +config diff --git a/index.html b/index.html index 3a12b10..27855f5 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,30 @@ +
+ + + Kanata is a software keyboard remapper that aims to improve keyboard comfort and usability with advanced customization. Keyboard remappers are a good alternative to running a custom keyboard with QMK/ZMK, and have two main advantages: they work on any keyboard, and you can configure them to launch any command or program you want, not just key presses. +
Read more...
+ +
+ +
2021/10/30 @@ -143,40 +167,6 @@ If you’re anything like me, you’re probably a sucker for IoT devices. For a
-
-
- 2016/09/28 -

Progress bars in python

- -python - - -
- -

tqdm is a nice way to add progress -bars in the command line or in a jupyter notebook.

-

image

-
- -
-
1
-2
-3
-4
-5
-
-
from tqdm import tqdm
-import time
-
-for i in tqdm(range(100)):
-    time.sleep(1)
-
-
-
- -
- -