logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 05e7e30ad4b1ab8cef51914b2af3f8b3f853f590
parent 73e4ebab050902da702ac51c8766b8a5b264a69d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  9 Oct 2019 08:56:36 +0200

articles/2019-09 Summary: New

Diffstat:

Aarticles/2019-09 Summary.shtml16++++++++++++++++
Aarticles/2019-09 Summary.xhtml17+++++++++++++++++
Mfeed.atom11+++++++++++
Mhome.shtml1+
4 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/articles/2019-09 Summary.shtml b/articles/2019-09 Summary.shtml @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> + <head> +<!--#include file="/templates/head.shtml" --> + <meta property="og:type" content="article"/> + <meta property="og:title" content="2019-09 Summary"/> + <title>2019-09 Summary — Cyber-home of lanodan</title> + <link rel="prev" href="/articles/2019-08%20Summary"/> + </head> + <body> +<!--#include file="/templates/en/nav.shtml" --> +<!--#include file="/articles/2019-09 Summary.xhtml"--> + <a href="/articles/2019-09%20Summary.xhtml">article only(plain XHTML)</a> +<!--#include file="/templates/en/footer.html" --> + </body> +</html> diff --git a/articles/2019-09 Summary.xhtml b/articles/2019-09 Summary.xhtml @@ -0,0 +1,17 @@ +<article xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="h-entry"> +<a href="/articles/2019-09%20Summary"><h1>2019-09 Summary</h1></a> +<h2>Gentoo</h2> +<p>Bumped few things in GURU, done a clean of my overlay as pkgcheck is now quite more usable than it was, sent patches for mksh without klibc (as the ebuild is quite deprecated on gentoo) no answer yet will ping about it a month after I sent it.</p> +<p>As for the dbus thing: I'm just going to maintain the few modifications that I have for now in my overlay and I still haven't unbroke wine.</p> +<p>I'm early-testing clang-9 on my desktop (I run all my gentoos in stable except for few things where I pin the version if possible) as it allows to get LLVM/Clang without python-2, which I've been cleaning out for quite a while now and I'm starting to see the end of it for the stuff I have installed, specially on my servers.</p> +<h2>Web browsing and mobile OS</h2> +<p>I tried out WPE WebKit with the Qt API, I think I'm going to do a port of badwolf for it this way Qt could start to get a useable browser which isn't QtWebKit (seriously undermaintained) or QtWebEngine (Chrome in disguise… go away), also will try to have it working on SailfishOS but the whole environement is so ancient that I don't have so much hope for it unless maybe I do a chroot/LXC (probably alpine).</p> +<p>I will try again to build PostmarketOS on my gentoo desktop and otherwise in an Alpine chroot/LXC.</p> +<h2>Infrastructure</h2> +<p>I got a few bucks per month dedicated server at online, 2 slow CPUs, 1 Gbps of bandwith, 1 TB of storage. I haven't installed in on gentoo yet but it was quite a surprise that the Ubuntu ISO came with ZFS by default so I don't have to hack on too much around to manage to install gentoo. Sad thing about it is that there is no console so I can't do Entire Disk Encryption and the only recovery possible is via SSH. So I'm not sure I'll keep this server for a long time given this limitation but it will be quite useful for finally doing offsite backups (and encrypted "client-side" for these, thanks I hate it).</p> +<p>Also this server might be nice for doing livestreams so I might give a shot to configuring it if there is enough people interested in the whatever I feel like streaming (like: coding, sysadmin, gaming, stupid challenges, languages?, …).</p> +<h2>Misc</h2> +<p>I'm trying to get a PowerMac G4 running at the local hackerspace, this way I could try to do a bit of arch-testing on this architecture as well and I haven't installed my Ultra 10 on anything yet either but I wish I could get an (Open)Solaris and NetBSD dual-boot on it.</p> +<p>As the season ended I updated my animelist, here are the commits: <a href="https://hacktivis.me/git/blog/commit/1af23d616bcf7dffa8dbd6cab70d6731dbec740a.html">1af23d616bcf7dffa8dbd6cab70d6731dbec740a</a>, <a href="https://hacktivis.me/git/blog/commit/6b7ebf150559cdcfbd42df22dff09dea67a19163.html">6b7ebf150559cdcfbd42df22dff09dea67a19163</a>.</p> +<p><a href="">Fediverse post for comments</a>, published on 2019-10-09T06:54:31Z, last updated on 2019-10-09T06:54:31Z</p> +</article> diff --git a/feed.atom b/feed.atom @@ -10,6 +10,17 @@ </author> <entry> + <title>2019-09 Summary</title> + <link rel="alternate" type="text/html" href="/articles/2019-09%20Summary"/> + <id>https://hacktivis.me/articles/2019-09%20Summary</id> + <published>2019-10-09T06:54:00Z</published> + <updated>2019-10-09T06:54:00Z</updated> + <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<!--#include file="/articles/2019-09 Summary.xhtml"--> + </div></content> + </entry> + + <entry> <title>2019-08 Summary</title> <link rel="alternate" type="text/html" href="/articles/2019-08%20Summary"/> <id>https://hacktivis.me/articles/2019-08%20Summary</id> diff --git a/home.shtml b/home.shtml @@ -6,6 +6,7 @@ </head> <body> <!--#set var="transPageUrl" value='accueil' --><!--#set var="feedURL" value='/feed.atom'--><!--#include file="templates/en/nav.shtml" --> +<!--#include file="/articles/2019-09 Summary.xhtml"--> <!--#include file="/articles/2019-08 Summary.xhtml"--> <!--#include file="/articles/Rust sucks as a system language.xhtml"--> <!--#include file="/articles/2019-07 Summary.xhtml"-->