commit: 64eedb8cc0382c2e9059176e63f89eaa44a8a87a
parent c89f3c4510fea224731f43187e4cfe6917425c99
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 14 Apr 2020 22:50:00 +0000
articles/2020-02 Summary: New Article
Diffstat:
5 files changed, 42 insertions(+), 1 deletion(-)
diff --git a/articles/2020-02 Summary.shtml b/articles/2020-02 Summary.shtml
@@ -8,7 +8,8 @@
</head>
<body>
<!--#include file="/templates/en/nav.shtml" -->
- <a rel="prev" accesskey="p" href="/articles/2019-09%20Summary">previous summary</a>
+ <a rel="prev" accesskey="p" href="/articles/2019-09%20Summary">previous summary</a>,
+ <a rel="next" accesskey="n" href="/articles/2020-03%20Summary">next summary</a>
<!--#include file="/articles/2020-02 Summary.xhtml"-->
<a href="/articles/2020-02%20Summary.xhtml">article only(plain XHTML)</a>
<!--#include file="/templates/en/footer.html" -->
diff --git a/articles/2020-03 Summary.shtml b/articles/2020-03 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="2020-03 Summary"/>
+ <title>2020-03 Summary — Cyber-home of lanodan</title>
+ </head>
+ <body>
+<!--#include file="/templates/en/nav.shtml" -->
+ <a rel="prev" accesskey="p" href="/articles/2020-02%20Summary">previous summary</a>
+<!--#include file="/articles/2020-03 Summary.xhtml"-->
+ <a href="/articles/2020-03%20Summary.xhtml">article only(plain XHTML)</a>
+<!--#include file="/templates/en/footer.html" -->
+ </body>
+</html>
diff --git a/articles/2020-03 Summary.xhtml b/articles/2020-03 Summary.xhtml
@@ -0,0 +1,12 @@
+<article xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="h-entry">
+<a href="/articles/2020-03%20Summary"><h1>2020-03 Summary</h1></a>
+<h2>Pleroma</h2>
+<p>Finally <a target="_blank" href="https://pleroma.social/blog/2020/03/08/releasing-pleroma-2-0-0/">2.0.0 is released</a> (with a bunch of great pleroma-tan drawings), which means that old OStatus code got removed, it broke a bit of current federation with some instances but all software including GnuSocial are ActivityPub-compatible so it's just a matter of time.</p>
+<p>In the neat things that I done among a bunch of others (some yet to be merged): <a target="_blank" href="https://git.pleroma.social/pleroma/pleroma/-/merge_requests/2339">Remove use of the <code>User.source_data</code> blob</a>, <a target="_blank" href="https://git.pleroma.social/pleroma/pleroma/-/merge_requests/2316">Only keep useful data in attachments, fix using them in AP C2S</a>, <a target="_blank" href="https://git.pleroma.social/pleroma/pleroma/-/merge_requests/2204">remove usage of \n in formatting, >br/< is now always used</a>, <a target="_blank" href="https://git.pleroma.social/pleroma/pleroma/-/merge_requests/2287">Audio activities</a>+<a target="_blank" href="https://git.pleroma.social/pleroma/pleroma/-/merge_requests/2333">Funkwhale channels</a>.</p>
+<h2>Gentoo</h2>
+<p>GURU is is much better shape now, should have been just taking time for it to take off the ground, which isn't really a bad thing as rushing this kind of thing could end up in a huge mess. I started moving few things from my overlay to it and became a Trusted Contributor so been helping on keeping the <code>master</code> branch up-to-date. It also got added into <a href="https://repology.org/">repology</a> which is great for visibility of the packages inside it. I wonder a bit what this will mean for the <code>::gentoo</code> (aka main) repository and proxy-maint but so far it looks like a testing+helping ground before good ebuilds wanting to be maintained get there, which should mean better ebuild quality and less work for proxy-maint project which has been overwhelmed for quite a while.</p>
+<p><a target="_blank" href="https://github.com/gentoo/gentoo/pull/13742">My large changes</a> addressing the inconsistent uses of <code>USE=gles2</code> to mean either adding support or using it instead of full OpenGL got merged and deployed in stable ebuilds.</p>
+<h2>COVID-19 Lockdown</h2>
+<p>As I'm full remote basically nothing changed here other than much less motivation to go to store (I bought a bit more than usual beforehand, so quite far from crazy stocking) and not going to the hackerspace every Wednesday evening. Only part which is really annoying is that I had some paperwork which required physical meeting and that I can't buy any hardware (at least I done part of it before the lockdown).</p>
+<p><!--<a href="">Fediverse post for comments</a>, -->published on 2020-04-14T22:50:00Z, last updated on 2020-04-14T22:50:00Z</p>
+</article>
diff --git a/feed.atom b/feed.atom
@@ -11,6 +11,17 @@
<!-- new.sh: new articles here -->
<entry>
+ <title>2020-03 Summary</title>
+ <link rel="alternate" type="text/html" href="/articles/2020-03%20Summary"/>
+ <id>https://hacktivis.me/articles/2020-03%20Summary</id>
+ <published>2020-04-14T22:50:00Z</published>
+ <updated>2020-04-14T22:50:00Z</updated>
+ <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!--#include file="/articles/2020-03 Summary.xhtml"-->
+ </div></content>
+ </entry>
+
+ <entry>
<title>T495</title>
<link rel="alternate" type="text/html" href="/articles/T495"/>
<id>https://hacktivis.me/articles/T495</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/2020-03 Summary.xhtml"-->
<!--#include file="/articles/T495.xhtml"-->
<!--#include file="/articles/2020-02 Summary.xhtml"-->
<!--#include file="/articles/HTTP3.xhtml"-->