logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 4e34172e0f8ac4c3833c66a33b5f3687dad6a67f
parent 7a1c1122cca45d568e50dc39f16d75a3046dfa39
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  9 May 2020 01:40:00 +0000

articles/2020-04 Summary: New

Diffstat:

Marticles/2020-03 Summary.shtml1+
Aarticles/2020-04 Summary.shtml16++++++++++++++++
Aarticles/2020-04 Summary.xhtml17+++++++++++++++++
Mfeed.atom11+++++++++++
Mhome.shtml1+
5 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/articles/2020-03 Summary.shtml b/articles/2020-03 Summary.shtml @@ -9,6 +9,7 @@ <body> <!--#include file="/templates/en/nav.shtml" --> <a rel="prev" accesskey="p" href="/articles/2020-02%20Summary">previous summary</a> + <a rel="next" accesskey="n" href="/articles/2020-04%20Summary">next 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" --> diff --git a/articles/2020-04 Summary.shtml b/articles/2020-04 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-04 Summary"/> + <title>2020-04 Summary — Cyber-home of lanodan</title> + </head> + <body> +<!--#include file="/templates/en/nav.shtml" --> + <a rel="prev" accesskey="p" href="/articles/2020-03%20Summary">previous summary</a> +<!--#include file="/articles/2020-04 Summary.xhtml"--> + <a href="/articles/2020-04%20Summary.xhtml">article only(plain XHTML)</a> +<!--#include file="/templates/en/footer.html" --> + </body> +</html> diff --git a/articles/2020-04 Summary.xhtml b/articles/2020-04 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/2020-04%20Summary"><h1>2020-04 Summary</h1></a> +<h2>This website</h2> +<p>I added some music platforms and some webcomics into <a href="/bookmarks">/bookmarks</a>. And created a page for <a href="/decreases%20of%20usability">Decreases of usability</a>, because obviously a <abbr title="Command Line Interface">CLI</abbr>/<abbr title="Terminal User Interface">TUI</abbr> nerd like me has opinions about <abbr title="Graphical User Interface">GUI</abbr>s.</p> + +<h2>Badwolf</h2> +<p>1.0.0 is so ready it feels like it's going to pop-out at any moment, only thing is few tweaks as I dogfood it, you can probably expect it very soon™.</p> + +<h2>Gentoo</h2> +<p>I helped get gstreamer 1.16.2 get bumped into the main tree, patches for make 4.3 compatibility weren't so easy but at least the rest of the community is there to provide some patches, which I reused. I also upstreamed a bit of my changes to the webkit-gtk ebuild, let's see where that goes.</p> + +<h2>Linux Audio, Livestreaming</h2> +<p>As ALSA is a broken API where a regular application can take over and block others from using it, I moved to <a href="http://www.sndio.org/">sndio</a>, of course few days later I discovered that a linux weenie deleted support for it into mpv's git master branch. Next release of mpv is gonna be great.<br /> +Anyway, sndio also allows me to easily record from a microphone and the system sounds, which will be useful for livestreaming if I ever do that, I tested HLS a bit as webkit-gtk can support it natively (with the right gstreamer plugins) and it's pretty easy to setup, feel free to ask me for some livetsreaming things, I'll probably do some once I get the Valve Index that I ordered, expect me doing some sign language (I learned French Sign Language, I have basic skills) as an anime girl I guess.<br /> +Apparently <a href="https://obsproject.com">OBS Studio</a> doesn't have support for sndio but the sndio API is great so I'll probably code a plugin if no one already did that, I could use ffmpeg or gstreamer directly but that's quite painful to set up and not easily flexible.</p> +<p><!--<a href="">Fediverse post for comments</a>, -->published on 2020-05-09T01:40:00Z, last updated on 2020-05-09T01:40:00Z</p> +</article> diff --git a/feed.atom b/feed.atom @@ -11,6 +11,17 @@ <!-- new.sh: new articles here --> <entry> + <title>2020-04 Summary</title> + <link rel="alternate" type="text/html" href="/articles/2020-04%20Summary"/> + <id>https://hacktivis.me/articles/2020-04%20Summary</id> + <published>2020-05-09T01:40:00Z</published> + <updated>2020-05-09T01:40:00Z</updated> + <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<!--#include file="/articles/2020-04 Summary.xhtml"--> + </div></content> + </entry> + + <entry> <title>BadWolf, one year later</title> <link rel="alternate" type="text/html" href="/articles/BadWolf%2C%20one%20year%20later"/> <id>https://hacktivis.me/articles/BadWolf%2C%20one%20year%20later</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-04 Summary.xhtml"--> <!--#include file="/articles/BadWolf, one year later.xhtml"--> <!--#include file="/articles/2020-03 Summary.xhtml"--> <!--#include file="/articles/T495.xhtml"-->