From ad0cb7d568710b4766bff74ac769f4353c2810e8 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sat, 21 May 2022 22:00:37 +0200 Subject: added a few pages --- .../00300_Civ6-Miguels-Super-Timer/index.md | 7 +++++++ .../00040_Haskell/00030_Xmonad-contribution/index.md | 20 -------------------- .../00010_warp-tls-contribution/index.md | 5 +++++ .../00020_http-client-contribution/index.md | 5 +++++ .../00030_Xmonad-contribution/index.md | 20 ++++++++++++++++++++ Makefile | 14 ++++++-------- 6 files changed, 43 insertions(+), 28 deletions(-) create mode 100644 00_blog/00030_Computer-Games/00300_Civ6-Miguels-Super-Timer/index.md delete mode 100644 00_blog/00040_Haskell/00030_Xmonad-contribution/index.md create mode 100644 00_blog/00040_Haskell/00250_Open-Source-Contributions/00010_warp-tls-contribution/index.md create mode 100644 00_blog/00040_Haskell/00250_Open-Source-Contributions/00020_http-client-contribution/index.md create mode 100644 00_blog/00040_Haskell/00250_Open-Source-Contributions/00030_Xmonad-contribution/index.md diff --git a/00_blog/00030_Computer-Games/00300_Civ6-Miguels-Super-Timer/index.md b/00_blog/00030_Computer-Games/00300_Civ6-Miguels-Super-Timer/index.md new file mode 100644 index 0000000..5b49da2 --- /dev/null +++ b/00_blog/00030_Computer-Games/00300_Civ6-Miguels-Super-Timer/index.md @@ -0,0 +1,7 @@ + November 2020 +# Civilization VI - Timer Plugin + +Coded in Lua, shows overall time spent on a Civ6 game as well as round-average. over *30.000* users at the time of this writing + +## Steam Link +| diff --git a/00_blog/00040_Haskell/00030_Xmonad-contribution/index.md b/00_blog/00040_Haskell/00030_Xmonad-contribution/index.md deleted file mode 100644 index 1a5bf0f..0000000 --- a/00_blog/00040_Haskell/00030_Xmonad-contribution/index.md +++ /dev/null @@ -1,20 +0,0 @@ - April 2018 -# Pretty printer for empty visible workspaces - -My little contribution to **xmonad-contrib**, adding functionality to the -marvelous xmonad tiling window manager, I love and use since a couple of -years. - -## Description - -Simple extensions of the pretty printer to differentiate between empty and non-empty visible workspaces. Analogical to the existing functionality for hidden workspaces. Particularly useful if some displays managed by xmonad are turned off temporarily. - -The new 'ppVisibleNoWindows' function was wrapped in a Maybe data type. Its value dafaults to 'Nothing' and 'ppVisible' is used as fallback. - -## Motivation - -My TV is often turned off. Still I want to know if its workspace contains any windows, without having to switch workspaces. - -## Github Link -| _Xmonad-Contrib: Added pretty printer for empty visible workspaces (wrapped in Maybe)_ -| diff --git a/00_blog/00040_Haskell/00250_Open-Source-Contributions/00010_warp-tls-contribution/index.md b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00010_warp-tls-contribution/index.md new file mode 100644 index 0000000..482fe54 --- /dev/null +++ b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00010_warp-tls-contribution/index.md @@ -0,0 +1,5 @@ + March 2022 +# Expose TLS.supportedHashSignatures via TLSSettings + +## Github Link +| diff --git a/00_blog/00040_Haskell/00250_Open-Source-Contributions/00020_http-client-contribution/index.md b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00020_http-client-contribution/index.md new file mode 100644 index 0000000..1ab2d74 --- /dev/null +++ b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00020_http-client-contribution/index.md @@ -0,0 +1,5 @@ + Apr 2021 +# Add original Request to the Response type. + +## Github Link +| diff --git a/00_blog/00040_Haskell/00250_Open-Source-Contributions/00030_Xmonad-contribution/index.md b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00030_Xmonad-contribution/index.md new file mode 100644 index 0000000..1a5bf0f --- /dev/null +++ b/00_blog/00040_Haskell/00250_Open-Source-Contributions/00030_Xmonad-contribution/index.md @@ -0,0 +1,20 @@ + April 2018 +# Pretty printer for empty visible workspaces + +My little contribution to **xmonad-contrib**, adding functionality to the +marvelous xmonad tiling window manager, I love and use since a couple of +years. + +## Description + +Simple extensions of the pretty printer to differentiate between empty and non-empty visible workspaces. Analogical to the existing functionality for hidden workspaces. Particularly useful if some displays managed by xmonad are turned off temporarily. + +The new 'ppVisibleNoWindows' function was wrapped in a Maybe data type. Its value dafaults to 'Nothing' and 'ppVisible' is used as fallback. + +## Motivation + +My TV is often turned off. Still I want to know if its workspace contains any windows, without having to switch workspaces. + +## Github Link +| _Xmonad-Contrib: Added pretty printer for empty visible workspaces (wrapped in Maybe)_ +| diff --git a/Makefile b/Makefile index a164a1d..ce9c35a 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ -ESTATICO_BIN=/home/miguel/git/estatico/.stack-work/install/x86_64-linux/lts-13.5/8.6.3/bin/estatico-exe -build_idziorek_net: - -mkdir /mnt/andromeda/htmlpub/idziorek_net/ - ${ESTATICO_BIN} /home/miguel/git/idziorek_net/ /mnt/andromeda/htmlpub/idziorek_net https://www.idziorek.net -clean_idziorek_net: - -rm /mnt/andromeda/htmlpub/idziorek_net/ -r -update_gitweb_readme: - markdown README.md | ssh git readme miguel/estatico set +help: ## Show this help. + @sed -ne '/@sed/!s/## //p' $(MAKEFILE_LIST) +build-page: ## Build www.idziorek.net + estatico-exe . /tmp/www.idziorek.net https://www.idziorek.net +upload-page: ## Upload www.idziorek.net to comet + rsync -r -u -v /tmp/www.idziorek.net/* comet:/var/www/www.idziorek.net/ -- cgit v1.2.3