commit: c521617eeee966f451c1f36237b733921ddc7961
parent 1a97bb5c403bc41585f43488dd8c773aca55469b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 1 Sep 2019 15:07:01 +0200
articles/2019-08 Summary: New
Diffstat:
4 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/articles/2019-08 Summary.shtml b/articles/2019-08 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-08 Summary"/>
+ <title>2019-08 Summary — Cyber-home of lanodan</title>
+ <link rel="prev" href="/articles/2019-07%20Summary"/>
+ </head>
+ <body>
+<!--#include file="/templates/en/nav.shtml" -->
+<!--#include file="/articles/2019-08 Summary.xhtml"-->
+ <a href="/articles/2019-08%20Summary.xhtml">article only(plain XHTML)</a>
+<!--#include file="/templates/en/footer.html" -->
+ </body>
+</html>
diff --git a/articles/2019-08 Summary.xhtml b/articles/2019-08 Summary.xhtml
@@ -0,0 +1,13 @@
+<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>I managed to take it quite easy this month, which well is quite nice, mainly watched animes, (re)watched some movies, re-readed entire webcomics (<a href="http://rain.thecomicseries.com/comics/first">Rain</a> and <a href="https://elgoonishshive.com/">El Goonish Shive</a>), discovered some (<a href="https://www.thelegendofjamieroberts.com/">The Legend of Jamie Roberts</a> (same author as <a href="http://www.validationcomic.com/">Validation</a>), <a href="http://www.venusenvycomic.com/">Venus Envy</a>, <a href="http://www.lunarbaboon.com/">Lunar Baboon</a>, <a href="https://www.dolari.org/cs/">Closet Space</a> …)</p>
+<h2>Gentoo (or lack thereof)</h2>
+<p>I crash tested NetBSD-daily on 2019-08-29 with ZFS on root, without success but I still have it on my laptop, tried asking on <code>#netbsd</code> on freenode but I got no answer. The way I did it was: create a zfs for NetBSD and reuse the grub+libzfs that I have with gentoo (also used for booting alpine), add grub entry for NetBSD such as:<code><pre>
+menuentry "NetBSD" {
+ knetbsd_module_load /ROOT/NetBSD/@/stand/amd64/9.0/modules/solaris/solaris.kmod
+ knetbsd_module_load /ROOT/NetBSD/@/stand/amd64/9.0/modules/zfs/zfs.kmod
+ knetbsd /ROOT/NetBSD/@/netbsd
+}
+</pre></code></p>
+<p><a href="">Fediverse post for comments</a>, published on 2019-09-01T13:01:00Z, last updated on 2019-09-01T13:01:00Z</p>
+</article>
diff --git a/feed.atom b/feed.atom
@@ -10,6 +10,17 @@
</author>
<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>
+ <published>2019-09-01T13:01:00Z</published>
+ <updated>2019-09-01T13:01:00Z</updated>
+ <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!--#include file="/articles/2019-08 Summary.xhtml"-->
+ </div></content>
+ </entry>
+
+ <entry>
<title>Rust sucks as a system language</title>
<link rel="alternate" type="text/html" href="/articles/Rust%20sucks%20as%20a%20system%20language"/>
<id>https://hacktivis.me/articles/Rust%20sucks%20as%20a%20system%20language</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-08 Summary.xhtml"-->
<!--#include file="/articles/Rust sucks as a system language.xhtml"-->
<!--#include file="/articles/2019-07 Summary.xhtml"-->
<!--#include file="/articles/2019-06 Summary.xhtml"-->