logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 8c167c614a56d836908b29c44ea94a52e19f2377
parent 6ba5884d65aff8e4d1daebd71536971f0afecc5b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 10 Aug 2019 01:31:32 +0200

articles/2019-07 Summary: New summary

Diffstat:

Aarticles/2019-07 Summary.shtml16++++++++++++++++
Aarticles/2019-07 Summary.xhtml24++++++++++++++++++++++++
Mfeed.atom11+++++++++++
Mhome.shtml1+
4 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/articles/2019-07 Summary.shtml b/articles/2019-07 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-06 Summary"/> + <title>2019-07 Summary — Cyber-home of lanodan</title> + <link rel="prev" href="/articles/2019-06%20Summary"/> + </head> + <body> +<!--#include file="/templates/en/nav.shtml" --> +<!--#include file="/articles/2019-07 Summary.xhtml"--> + <a href="/articles/2019-07%20Summary.xhtml">article only(plain XHTML)</a> +<!--#include file="/templates/en/footer.html" --> + </body> +</html> diff --git a/articles/2019-07 Summary.xhtml b/articles/2019-07 Summary.xhtml @@ -0,0 +1,24 @@ +<article xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="h-entry"> +<a href="/articles/2019-07%20Summary"><h1>2019-07 Summary</h1></a> +<p>So, third monthly summary, started it seriously late. It's something I want to do anyway, as I find regular work summaries to be very helpful. And I didn't do the draft thing I though about going in the previous one.</p> +<h2>Wayland</h2> +<p>No real news on this one other that I hate NVidia GPUs and being completely stuck with nouveau because it's on the legacy branch 340.xx of nvidia so I can't really check if my bugs are hardware issues or not. At least I moved to and AMDGPU on my desktop in late April and it's been quite an improvement even in pure performances (OpenCL vs. CUDA, hardware support for HEVC, less wattage).</p> +<h2>Badwolf</h2> +<p>I'm slowly designing a library to parse <abbr title="XML Bookmarks Exchange Language">XBEL</abbr> files as Foreign Function Interfaces from C (badwolf) to another languages are quite bad. I want it to be a good one so I looked at other implementations of XBEL and similar data storage libraries.</p> +<p>I've been thinking of adding history to badwolf, one which WebKit wouldn't have access to (this one should be basic since at least Snowden…), could be in XBEL format as I want to have at least the timestamp, URL and title, might just be a log file that is to be used against syslog and/or logrotate. I just wanted it to be with XBEL so this way I don't have more stuff to do, but knowing how long XBEL is probably going to take…</p> +<h2>Pleroma</h2> +<p>Just reviewing most of the Pull Requests and sending the occasional patches.</p> +<p>I'm going to the <a href="https://dustycloud.org/blog/activitypub-conf-2019/">ActivityPub Conference</a>, plus two extra days in Prague (leaving in the late-afternoon of September 20th) as I never went in Czech at all (done Berlin and Amsterdam for the strictly east of France countries). I'm interested in quite a lot of the talks there so I'm quite hyped for it, specially as there is other people I quite want to meet.</p> +<p>Also while I wasn't really trilled about the migration from OStatus (unstandard mix of small standards) to ActivityPub (loose own standard), the future of it seems to be going in quite the right direction. I'm thinking about <abbr title="Object CAPabilities">OCAP</abbr>, as "followers-only" and "unlisted" are pure hacks which have almost no reality in ActivityPub once you put interactions and different implementations behaviours.</p> +<h2>Gentoo</h2> +<p>Meh. I called for an agenda item on the issue with real names (<a href="https://archives.gentoo.org/gentoo-project/message/85de6190bd27693bed07744e04855911">Gentoo Archive</a>). Probably opiniated summary of mine would be: They think it's okay to have {ano,pseudo}nymous developers being stuck on committing by proxy, which feels like <q>You are part of the jedi council, but you can't have a seat</q>), and they picked the Linux Kernel as a sort of base… which isn't really a good example of a nice working environment (might have changed when Linus Torvalds stepped down to treat people better). Here is their <a href="https://projects.gentoo.org/council/meeting-logs/20190721-summary.txt">summary</a> and <a href="https://projects.gentoo.org/council/meeting-logs/20190721.txt">full log</a>.<br/> +Whatever but I guess I might pick a distribution I like more on how they politically goes and manage, I have few ideas I'll try to dig a bit into: Adélie which dropped portage because of issues with gentoo, exherbo, NetBSD (only technical limitation being their support of ZFS on root so I can switch easily).</p> +<h3>Without dbus</h3> +<p>On <a href="https://github.com/gentoo/gentoo/pull/12117">evince without dbus</a>: news about the PR, I should have sent it by email to gnome@ instead, will try this one. Honestly the one from the gentoo gnome project wasn't really welcoming it but whatever, worst case it will keep being in my chaotic overlay.</p> +<p>I definitely broke wine in the process, haven't tried to repair it again. I don't use it often anyway, specially as quite a lot of games are either native by design or have been reverse-engineered to be native. And I don't have any other Windows API-only programs to run.</p> +<h2>pure Real Life things</h2> +<p>Having stopped my remote courses, I'm looking for certifications or jobs (the former being quite helpful in finding the latter when you didn't manage to get a diploma because the system doesn't works for you), I'll try on my own but any help is appreciated.</p> +<h2>Summary of Summary</h2> +<p>I feel like I've done much less things this month but well, for me it's the typical Summer Holiday and it should be my last one, and I quite expected theses summaries to actually be shorter the the first one as it wasn't only strictly about one month. And while I like holidays, I quite hope it's going to be the last two-months one, I seriously want to move on.</p> +<p><a href="">Fediverse post for comments</a>, published on 2019-08-10T01:25:00Z, last updated on 2019-08-09T01:25:00Z</p> +</article> diff --git a/feed.atom b/feed.atom @@ -10,6 +10,17 @@ </author> <entry> + <title>2019-07 Summary</title> + <link rel="alternate" type="text/html" href="/articles/2019-07%20Summary"/> + <id>https://hacktivis.me/articles/2019-07%20Summary</id> + <published>2019-08-10T01:25:00Z</published> + <updated>2019-08-09T01:25:00Z</updated> + <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<!--#include file="/articles/2019-07 Summary.xhtml"--> + </div></content> + </entry> + + <entry> <title>2019-06 Summary</title> <link rel="alternate" type="text/html" href="/articles/2019-06%20Summary"/> <id>https://hacktivis.me/articles/2019-06%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-07 Summary.xhtml"--> <!--#include file="/articles/2019-06 Summary.xhtml"--> <!--#include file="/articles/2019-05 Summary.xhtml"--> <!--#include file="/articles/Install Gentoo via Floppy.xhtml"-->