URI: 
       opus3: write the body of more articles - tgtimes - The Gopher Times
  HTML git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/tgtimes
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
       ---
   DIR commit 6f644ae37b005ab076f3b3acf644c00cf96a8113
   DIR parent 853a625ea51a9f3862c55403adf0798fc371e7b1
  HTML Author: Josuah Demangeon <me@josuah.net>
       Date:   Sun, 23 Jan 2022 00:56:01 +0100
       
       opus3: write the body of more articles
       
       Diffstat:
         D bitreich/2021-10-01T18-51-36-53914… |      11 -----------
         D bitreich/2021-10-03T16-14-18-02886… |      19 -------------------
         D bitreich/2021-10-10T14-25-18-41271… |      23 -----------------------
         D bitreich/2021-10-15T15-56-54-99872… |      29 -----------------------------
         A bitreich/Makefile                   |      13 +++++++++++++
         A bitreich/md2mw.awk                  |      21 +++++++++++++++++++++
         D bitreich/mkfile                     |      23 -----------------------
         A bitreich/news.gph                   |     323 +++++++++++++++++++++++++++++++
         A opus3/article-heaven-and-computers… |      23 +++++++++++++++++++++++
         M opus3/article-tgtimes-100-years-of… |       2 +-
         A opus3/article-tiny-creatures.mw     |      19 +++++++++++++++++++
         A opus3/article-unix-calendar-comman… |      67 +++++++++++++++++++++++++++++++
       
       12 files changed, 467 insertions(+), 106 deletions(-)
       ---
   DIR diff --git a/bitreich/2021-10-01T18-51-36-539143.md b/bitreich/2021-10-01T18-51-36-539143.md
       @@ -1,11 +0,0 @@
       -# 2021-10-01 18:51:36.539143 UTC (+0000)
       -20h
       -BAN Party on 2021-10-03
       -
       -This  Sunday, on  2021-10-03, at  13:00 UTC,  we will  have another  BAN
       -party, to play  the new Supertuxkart release. There are  new tracks, new
       -drivers and more  fun. For this BAN party  we set a new time  at 1pm, so
       -friends from America and Australia can join in at a natural time.
       -
       -Sincerely yours,
       -Main Gaming Officer (MGO)
   DIR diff --git a/bitreich/2021-10-03T16-14-18-028866.md b/bitreich/2021-10-03T16-14-18-028866.md
       @@ -1,19 +0,0 @@
       -# 2021-10-03 16:14:18.028866 UTC (+0000)
       -20h
       -BAN Party Results
       -
       -Today we had  a two part BAN  party. The first onw  was teeworlds, since
       -this was  easily running and  through a  community effort openra  in the
       -newest  appimage  got setup  in  some  virtualbox debianesque  setup  on
       -FreeBSD. It really ran. And so  in a combined effort of Dutch Australian
       -and German armies,  we defeated the enemies using all  kind of weaponry,
       -from naval to aircraft units. Long live Bitreich!
       -
       -Yes, it was very much fun.
       -
       -Next time with more players we can play even bigger maps. Everyone is
       -invited!
       -
       -Sincerely yours,
       -Chief Gaming Officer (CGO)
       -
   DIR diff --git a/bitreich/2021-10-10T14-25-18-412716.md b/bitreich/2021-10-10T14-25-18-412716.md
       @@ -1,23 +0,0 @@
       -# 2021-10-10 14:25:18.412716 UTC (+0000)
       -20h
       -Analgram Authentication
       -
       -As you  know, bitreich is  always ahead of  time and in  introducing new
       -technology. We now offer members the authentication to all services via
       -
       -        gopher://bitreich.org/I/memecache/bitreich-2fa.jpg
       -
       -Via your analprint scan you are  distinguished from all other humans. No
       -other human has such an analprint as you have. You are special.
       -
       -In case you want to authenticate, come on #bitreich-anal on IRC and send
       -the picture of your analprint. We call this the analgram authentication.
       -It  is secure,  cannot be  easily copied  and the  biometric feature  is
       -hidden for most of your life. No simple photo can steal this credential.
       -
       -Current work is done to make this a standard for all U.S. and EU funded
       -projects and contracts. Hopefully the future is anal-gram!
       -
       -Sincerely yours,
       -Chief Backwater Officer (CRO)
       -
   DIR diff --git a/bitreich/2021-10-15T15-56-54-998729.md b/bitreich/2021-10-15T15-56-54-998729.md
       @@ -1,29 +0,0 @@
       -# 2021-10-15 15:56:54.998729 UTC (+0000)
       -20h
       -10k Meme BAN party on 2021-10-31
       -
       -The Bitreich Meme database is  approaching 10k memes. To celebrate this,
       -we will  hold a BAN  party on 2021-10-31 on  11:00 GMT (12:00  CET). The
       -time is adapted  so bitreich people from America and  Australia can join
       -in at the same time.
       -
       -Games we will play:
       -
       -* OpenRA Dune2k, CNC and RA
       -  Be sure to have a current version due to multiplayer
       -  protocol changes.
       -* Teeworlds
       -* SuperTuxKart on extreme level
       -  Be sure to run the newest version because of new race
       -  tracks and characters.
       -* Armagetronade
       -* Wireguard
       -* Whatever game you like to play.
       -
       -Everyone is welcome. We will be using a mumble server for instant audio
       -talk, where the  details are revealed on #bitreich-en on  BAN party day.
       -Please join there to get further details.
       -
       -Sincerely yours,
       -Chief BAN Officer (CBO)
       -
   DIR diff --git a/bitreich/Makefile b/bitreich/Makefile
       @@ -0,0 +1,13 @@
       +gopher = bitreich.org:/bitreich/gopher
       +
       +help:
       +        @sed -rn 's/^([a-z.]*):.*/make \1/p' Makefile
       +
       +sync:
       +        rsync -a ${gopher}/news.gph ${gopher}/usr/*/phlog .
       +
       +convert:
       +        awk -f md2mw.awk news.gph
       +
       +clean:
       +        rm -f article-*.mw
   DIR diff --git a/bitreich/md2mw.awk b/bitreich/md2mw.awk
       @@ -0,0 +1,21 @@
       +#!/usr/bin/awk -f
       +
       +$NF ~ "/usr/.*/phlog/.*.md" {
       +        sub(".*/usr/", "")
       +        user = $0
       +        sub("/.*", "", user)
       +        gsub("'", "", user)
       +        sub("^[^/]*/", "")
       +        sub("\\|.*", "")
       +
       +        src = dst = $0
       +        gsub("'", "", dst)
       +        sub("phlog/", "", dst)
       +        sub(".md$", ".mw", dst)
       +        cmd = "notmarkdown-ms | sed '1 s/.NH [0-9]/.SH "author"/' >'article-"dst"'"
       +        print cmd
       +        while ((getline <src) > 0)
       +                if (NR > 2)
       +                        print $0 | cmd
       +        close(cmd)
       +}
   DIR diff --git a/bitreich/mkfile b/bitreich/mkfile
       @@ -1,23 +0,0 @@
       -gph=/n/bitreich/bitreich/gopher
       -srv=/srv/ssh.bitreich
       -
       -bitreich.md:V: $gph
       -        mkdir -p news/bitreich
       -        md=`{sed -rn 's,.*\|([^|]*phlog/[^|]*).*,'$gph'\1,p' $gph/news.gph | tail -n15}
       -        cp $md news/bitreich
       -
       -bitreich.mw:V:
       -        mkdir -p news/part
       -        for(md in `{ls news/bitreich/*.md}){
       -                mw=`{sed '1,2d; s/[^0-9A-Za-z]+/-/g; s/-*$//; 3q' $md}
       -                mw=news/article-bitreich-^`{echo $mw | tr A-Z a-z}^.mw
       -                author=`{sed -n 2p $md}
       -                sed '1,2d; 3s/^/# /' $md | notmarkdown-ms |
       -                sed '1s/.NH [0-9]+/.SH '$author'/' >$mw
       -        }
       -
       -$gph: $srv
       -        mount -c /srv/ssh.bitreich /n/bitreich
       -
       -$srv:
       -        sshfs -r / -s ssh.bitreich $user@bitreich.org
   DIR diff --git a/bitreich/news.gph b/bitreich/news.gph
       @@ -0,0 +1,323 @@
       +
       +             Bitreich News
       +
       +[0|Atom news feed|/news.atom.xml|server|port]
       +
       +___[ News Aggregator ]
       +[0|2022-01-19 – »GangBAN on 2022-01-23!« by 20h|/usr/20h/phlog/2022-01-19T18-48-27-806469.md|server|port]
       +[0|2022-01-16 – »BitTwiddle - Your daily bit twiddle.« by 20h|/usr/20h/phlog/2022-01-16T11-16-09-556756.md|server|port]
       +[0|2022-01-15 – »Welcome Trinity!« by 20h|/usr/20h/phlog/2022-01-15T18-41-29-975050.md|server|port]
       +[0|2022-01-14 – »BitLeeks is now online.« by 20h|/usr/20h/phlog/2022-01-14T12-51-38-944885.md|server|port]
       +[0|2022-01-13 – »BitLeaks goes online.« by 20h|/usr/20h/phlog/2022-01-13T19-26-38-654622.md|server|port]
       +[0|2022-01-09 – »GangBAN y2k22 results.« by 20h|/usr/20h/phlog/2022-01-09T18-31-27-597320.md|server|port]
       +[0|2022-01-07 – »ET Legacy at GangBAN.« by 20h|/usr/20h/phlog/2022-01-07T19-19-34-313235.md|server|port]
       +[0|2022-01-02 – »IRC Song now online.« by 20h|/usr/20h/phlog/2022-01-02T19-02-04-230206.md|server|port]
       +[0|2021-12-31 – »Annna now on irc.libera.chat/#gopherproject too!« by 20h|/usr/20h/phlog/2021-12-31T12-26-44-214551.md|server|port]
       +[0|2021-12-31 – »y2k22 GangBAN on 2022-01-08« by 20h|/usr/20h/phlog/2021-12-31T10-05-27-147938.md|server|port]
       +[0|2021-12-19 – »Bitreich Radio playing auto-generated music.« by 20h|/usr/20h/phlog/2021-12-19T19-00-07-103496.md|server|port]
       +[0|2021-12-19 – »End Year Meeting 2021 Recordings Online.« by 20h|/usr/20h/phlog/2021-12-19T12-47-25-635076.md|server|port]
       +[0|2021-12-17 – »Gopher log4j contest.« by 20h|/usr/20h/phlog/2021-12-17T18-16-24-484552.md|server|port]
       +[0|2021-12-14 – »Bitreich End Year BAN on 2021-12-19.« by 20h|/usr/20h/phlog/2021-12-14T12-21-26-937932.md|server|port]
       +[0|2021-12-11 – »Bitreich University reaches 100% employment rate.« by 20h|/usr/20h/phlog/2021-12-11T18-02-08-776665.md|server|port]
       +[0|2021-12-11 – »Please register to Bitreich Area Network.« by 20h|/usr/20h/phlog/2021-12-11T16-51-45-236339.md|server|port]
       +[0|2021-12-08 – »GangBAN Poll Result« by 20h|/usr/20h/phlog/2021-12-08T20-03-02-653675.md|server|port]
       +[0|2021-12-05 – »New Gopher Banner on bitreich.org.« by 20h|/usr/20h/phlog/2021-12-05T14-41-56-319387.md|server|port]
       +[0|2021-12-01 – »stagit and stagit-gopher 1.0 is released.« by bob|/usr/bob/phlog/2021-12-01T12-34-56-133769.md|server|port]
       +[0|2021-12-01 – »December GangBAN poll.« by 20h|/usr/20h/phlog/2021-12-01T11-10-36-851951.md|server|port]
       +[0|2021-11-28 – »Release sacc(1) v1.05« by quinq|/usr/quinq/phlog/2021-11-28T14-29-13-000000.md|server|port]
       +[0|2021-11-27 – »sfeed 1.1 was released.« by bob|/usr/bob/phlog/2021-11-26T12-34-56-133769.md|server|port]
       +[0|2021-10-31 – »Lzip support for Bitreich releases.« by 20h|/usr/20h/phlog/2021-10-31T17-12-23-855211.md|server|port]
       +[0|2021-10-31 – »10k BAN party aftermath.« by 20h|/usr/20h/phlog/2021-10-31T16-53-25-413660.md|server|port]
       +[0|2021-10-29 – »Wireguard Multiplayer Tutorial.« by 20h|/usr/20h/phlog/2021-10-29T19-22-53-264882.md|server|port]
       +[0|2021-10-27 – »Nixers.net Conf 2021« by 20h|/usr/20h/phlog/2021-10-27T14-14-33-281274.md|server|port]
       +[0|2021-10-23 – »10k memes reached!« by 20h|/usr/20h/phlog/2021-10-23T20-19-03-350482.md|server|port]
       +[0|2021-10-23 – »The Gopher Times« by 20h|/usr/20h/phlog/2021-10-23T20-06-06-312869.md|server|port]
       +[0|2021-10-23 – »Update on Meme Science« by 20h|/usr/20h/phlog/2021-10-23T06-42-46-099226.md|server|port]
       +[0|2021-10-19 – »10k Meme BAN party 2021-10-31 CEST correction.« by 20h|/usr/20h/phlog/2021-10-19T12-10-48-424526.md|server|port]
       +[0|2021-10-15 – »10k Meme BAN party on 2021-10-31!« by 20h|/usr/20h/phlog/2021-10-15T15-56-54-998729.md|server|port]
       +[0|2021-10-10 – »Bitreich.org now supports Analgram authentication.« by 20h|/usr/20h/phlog/2021-10-10T14-25-18-412716.md|server|port]
       +[0|2021-10-03 – »0x2000\|0x400\|(1<<8)\|0x80\|0x10\|0x7 BAN Party Results.« by 20h|/usr/20h/phlog/2021-10-03T16-14-18-028866.md|server|port]
       +[0|2021-10-01 – »0x2000\|0x400\|(1<<8)\|0x80\|0x10\|0x7 BAN Party on 2021-10-03.« by 20h|/usr/20h/phlog/2021-10-01T18-51-36-539143.md|server|port]
       +[0|2021-09-11 – »(1<<13)\|(1<<10)\|(1<<1)\|0x102 BAN party today!« by 20h|/usr/20h/phlog/2021-09-11T13-37-50-063669.md|server|port]
       +[0|2021-09-09 – »Stop Scrum! Think of the Children!« by 20h|/usr/20h/phlog/2021-09-09T10-41-06-402026.md|server|port]
       +[0|2021-09-07 – »Digitalisation Addicts Anonymous: We help you!« by 20h|/usr/20h/phlog/2021-09-07T12-45-17-678958.md|server|port]
       +[0|2021-08-28 – »(1<<10)\|0x2400\|(1<<7)\|0x20\|(1<<0) BAN party now.« by 20h|/usr/20h/phlog/2021-08-28T18-17-47-471425.md|server|port]
       +[0|2021-08-27 – »Empty-The-Fridge Cooking Recipe Search« by 20h|/usr/20h/phlog/2021-08-27T12-31-30-536223.md|server|port]
       +[0|2021-08-22 – »Minimal Viable Programming« by 20h|/usr/20h/phlog/2021-08-22T19-39-55-656228.md|server|port]
       +[0|2021-08-19 – »Git Theologist - Select Your Master« by 20h|/usr/20h/phlog/2021-08-19T19-45-32-360644.md|server|port]
       +[0|2021-08-19 – »Bitreich IRC: Conviviality« by 20h|/usr/20h/phlog/2021-08-19T13-30-35-089827.md|server|port]
       +[0|2021-08-19 – »Bitreich IRC Song« by 20h|/usr/20h/phlog/2021-08-19T10-42-44-188760.md|server|port]
       +[0|2021-08-16 – »Bitreich Only Fans now online.« by 20h|/usr/20h/phlog/2021-08-16T20-10-50-561038.md|server|port]
       +[0|2021-08-08 – »0x2000\|(1<<9)\|0x100\|0x20\|0x8 BAN party fun.« by 20h|/usr/20h/phlog/2021-08-08T12-32-31-604385.md|server|port]
       +[0|2021-08-07 – »sfeed 1.0 and sfeed_curses 1.0 was released.« by bob|/usr/bob/phlog/2021-08-07T12-34-56-133769.md|server|port]
       +[0|2021-08-04 – »0x2000\|(1<<9)\|0x100\|0x20\|0x8 BAN party on 2021-08-07!« by 20h|/usr/20h/phlog/2021-08-04T14-30-37-921976.md|server|port]
       +[0|2021-07-20 – »I'm happy to announce my one evening project potcasse!« by solene|/usr/solene/phlog/2021-07-20T22-32-03-085249.md|server|port]
       +[0|2021-07-13 – »Brcon2021: Notice On The Bits Received.« by 20h|/usr/20h/phlog/2021-07-13T18-36-38-747553.md|server|port]
       +[0|2021-07-10 – »3rd BAN Party Was A Success!« by 20h|/usr/20h/phlog/2021-07-10T21-47-37-413252.md|server|port]
       +[0|2021-07-09 – »Cancelman Hire Service« by 20h|/usr/20h/phlog/2021-07-09T21-51-39-952311.md|server|port]
       +[0|2021-07-09 – »Bitreich Goes Mobile: Annna now has Whatsapp support.« by 20h|/usr/20h/phlog/2021-07-09T11-13-07-149365.md|server|port]
       +[0|2021-07-09 – »TI Research Lab Opens« by 20h|/usr/20h/phlog/2021-07-09T10-44-32-949468.md|server|port]
       +[0|2021-07-08 – »Ongoing CI/TI Performance Tests.« by 20h|/usr/20h/phlog/2021-07-08T17-13-13-068613.md|server|port]
       +[0|2021-07-07 – »Bitreich University: Professor Club Opens.« by 20h|/usr/20h/phlog/2021-07-07T19-23-35-280809.md|server|port]
       +[0|2021-07-06 – »3rd BAN Party on 2021-07-10!« by 20h|/usr/20h/phlog/2021-07-06T17-47-25-955488.md|server|port]
       +[0|2021-07-06 – »Chicken Intelligence (CI) Appliance for EC Half-Finale Prediction« by 20h|/usr/20h/phlog/2021-07-06T11-17-46-828111.md|server|port]
       +[0|2021-06-30 – »First Bitreich Pilot Exploits« by 20h|/usr/20h/phlog/2021-06-30T14-39-12-399028.md|server|port]
       +[0|2021-06-30 – »Bitreich Pilot Service.« by 20h|/usr/20h/phlog/2021-06-30T14-26-39-480297.md|server|port]
       +[0|2021-06-25 – »Bitreich Dating Now Online.« by 20h|/usr/20h/phlog/2021-06-25T13-47-40-785237.md|server|port]
       +[0|2021-06-24 – »Brcon2021: Curing Post Brcon Depression Part 2« by 20h|/usr/20h/phlog/2021-06-24T11-25-27-896286.md|server|port]
       +[0|2021-06-23 – »Brcon2021: Get a Bit Reich!« by 20h|/usr/20h/phlog/2021-06-23T16-19-48-820616.md|server|port]
       +[0|2021-06-23 – »Brcon2021: Curing Post Brcon Depression« by 20h|/usr/20h/phlog/2021-06-23T16-17-34-469582.md|server|port]
       +[0|2021-06-20 – »Brcon2021: Day 0x6 Slides Online, Manifesto updated, Party is on!« by 20h|/usr/20h/phlog/2021-06-20T19-00-22-635630.md|server|port]
       +[0|2021-06-20 – »Brcon2021: Slides of Day 0x6 online.« by 20h|/usr/20h/phlog/2021-06-20T06-02-58-496910.md|server|port]
       +[0|2021-06-19 – »Brcon2021: BAN party games.« by 20h|/usr/20h/phlog/2021-06-19T05-40-18-935220.md|server|port]
       +[0|2021-06-19 – »Brcon2021: Slides of day 0x4 are online.« by 20h|/usr/20h/phlog/2021-06-19T05-35-22-414023.md|server|port]
       +[0|2021-06-18 – »Brcon2021: Day 0x3 Slides are online.« by 20h|/usr/20h/phlog/2021-06-18T04-08-33-399810.md|server|port]
       +[0|2021-06-17 – »Brcon2021: Spreading the love for ed(1).« by 20h|/usr/20h/phlog/2021-06-17T04-41-06-945949.md|server|port]
       +[0|2021-06-16 – »Brcon2021: Ed One-Line Champion is Od1n!« by 20h|/usr/20h/phlog/2021-06-16T20-00-49-206595.md|server|port]
       +[0|2021-06-16 – »Brcon2021: Bitreich Area Network game party poll.« by 20h|/usr/20h/phlog/2021-06-16T13-53-02-727995.md|server|port]
       +[0|2021-06-15 – »Brcon2021: Recordings and slides of day 0x1 online!« by 20h|/usr/20h/phlog/2021-06-15T20-46-18-615135.md|server|port]
       +[0|2021-06-15 – »Brcon2021: Recordings Day 0x0 Online.« by 20h|/usr/20h/phlog/2021-06-15T05-30-55-972625.md|server|port]
       +[0|2021-06-14 – »Brcon2021: Day 0x0 Slides Online.« by 20h|/usr/20h/phlog/2021-06-14T19-15-59-700054.md|server|port]
       +[0|2021-06-13 – »Bitreich IRC Logging disabled.« by 20h|/usr/20h/phlog/2021-06-13T18-15-30-996213.md|server|port]
       +[0|2021-06-13 – »Brcon2021: Summary for New Users.« by 20h|/usr/20h/phlog/2021-06-13T16-57-32-547583.md|server|port]
       +[0|2021-06-13 – »pointtools: Now with pptx2md« by 20h|/usr/20h/phlog/2021-06-13T12-41-44-455371.md|server|port]
       +[0|2021-06-12 – »Brcon2021: After con party with DJ Ivan!« by 20h|/usr/20h/phlog/2021-06-12T09-18-40-683629.md|server|port]
       +[0|2021-06-11 – »Ed Cloud now supports Fastly.« by 20h|/usr/20h/phlog/2021-06-11T13-54-09-223563.md|server|port]
       +[0|2021-06-10 – »Brcon2021: sfeed, a RSS/Atom parser (supporting gopher)« by 20h|/usr/20h/phlog/2021-06-10T11-09-48-472633.md|server|port]
       +[0|2021-06-10 – »Brcon2021: Get Hyped! Groove!« by 20h|/usr/20h/phlog/2021-06-10T10-18-43-402960.md|server|port]
       +[0|2021-06-09 – »Ed Cloud Release.« by 20h|/usr/20h/phlog/2021-06-09T18-47-14-245820.md|server|port]
       +[0|2021-06-08 – »Brcon2021: Learn to dance with annna.« by 20h|/usr/20h/phlog/2021-06-08T12-40-38-140332.md|server|port]
       +[0|2021-06-08 – »Bitreich Ideas Project« by 20h|/usr/20h/phlog/2021-06-08T11-00-32-369971.md|server|port]
       +[0|2021-06-05 – »Important Announcement by the Perl Republic Government.« by 20h|/usr/20h/phlog/2021-06-05T18-27-53-698524.md|server|port]
       +[0|2021-06-05 – »Gameroom: Conway Game Of Life« by 20h|/usr/20h/phlog/2021-06-05T16-52-57-004881.md|server|port]
       +[0|2021-06-04 – »Brcon2021: Logos for spreading the word!« by 20h|/usr/20h/phlog/2021-06-04T16-12-45-800574.md|server|port]
       +[0|2021-05-31 – »Gomoku now in the Gameroom playable.« by 20h|/usr/20h/phlog/2021-05-31T16-07-52-743800.md|server|port]
       +[0|2021-05-31 – »Bitreich IRC Tor Service Available« by 20h|/usr/20h/phlog/2021-05-31T12-04-36-039774.md|server|port]
       +[0|2021-05-30 – »Bitreich Books is now online.« by 20h|/usr/20h/phlog/2021-05-30T19-47-10-907609.md|server|port]
       +[0|2021-05-30 – »Bitreich IRC Migration« by 20h|/usr/20h/phlog/2021-05-30T18-19-00-072574.md|server|port]
       +[0|2021-05-29 – »Bitreich now requires VLA AGREEMENT« by 20h|/usr/20h/phlog/2021-05-29T13-52-02-625856.md|server|port]
       +[0|2021-05-26 – »Brcon2021: Unix Principles and Scientific Simulations« by 20h|/usr/20h/phlog/2021-05-26T15-54-31-942065.md|server|port]
       +[0|2021-05-26 – »Brcon2021: ed(1) conference and cli one-liner challenge.« by 20h|/usr/20h/phlog/2021-05-26T15-13-59-222104.md|server|port]
       +[0|2021-05-26 – »Brcon2021: The Rise and Fall of Personal Computers Age.« by 20h|/usr/20h/phlog/2021-05-26T15-07-47-317244.md|server|port]
       +[0|2021-05-23 – »Vaccinewars now in the Gameroom« by 20h|/usr/20h/phlog/2021-05-23T20-33-07-942668.md|server|port]
       +[0|2021-05-21 – »Bitreich Penis Extension Service« by 20h|/usr/20h/phlog/2021-05-21T15-27-04-263727.md|server|port]
       +[0|2021-05-20 – »Brcon2021: Hipster cancel waves and the post-pandemic world.« by 20h|/usr/20h/phlog/2021-05-20T12-10-58-221750.md|server|port]
       +[0|2021-05-19 – »Proposals for IRC network switch wanted.« by 20h|/usr/20h/phlog/2021-05-19T11-40-21-519643.md|server|port]
       +[0|2021-05-18 – »Brcon2021: How to complicate things in project management.« by 20h|/usr/20h/phlog/2021-05-18T18-58-21-548448.md|server|port]
       +[0|2021-05-17 – »Brcon2021: Videoconferencing carbon footprint« by 20h|/usr/20h/phlog/2021-05-17T10-59-07-433697.md|server|port]
       +[0|2021-05-12 – »First Brcon2021 Talk Proposals« by 20h|/usr/20h/phlog/2021-05-12T14-45-03-896968.md|server|port]
       +[0|2021-05-08 – »Bitreich Conference 2021 Announcement.« by 20h|/usr/20h/phlog/2021-05-08T14-50-26-827935.md|server|port]
       +[0|2021-05-07 – »Bitreich XML Strip Club Opens« by 20h|/usr/20h/phlog/2021-05-07T19-25-49-019964.md|server|port]
       +[0|2021-05-02 – »Bitreich Web Experience 3.0« by 20h|/usr/20h/phlog/2021-05-02T18-06-37-342775.md|server|port]
       +[0|2021-04-18 – »Bitreich repository reporting changed.« by 20h|/usr/20h/phlog/2021-04-18T08-35-29-923043.md|server|port]
       +[0|2021-04-04 – »BAN Easter Party Report« by 20h|/usr/20h/phlog/2021-04-04T08-16-22-228800.md|server|port]
       +[0|2021-04-03 – »Geomyidae release postponed by eight weeks.« by 20h|/usr/20h/phlog/2021-04-03T16-12-11-827359.md|server|port]
       +[0|2021-04-03 – »Brcon 2021 Week Poll« by 20h|/usr/20h/phlog/2021-04-03T06-29-14-617366.md|server|port]
       +[0|2021-04-01 – »1st BAN Party on 2021-04-03 20:00 CEST« by 20h|/usr/20h/phlog/2021-04-01T20-12-28-778830.md|server|port]
       +[0|2021-04-01 – »Gopher and XHTML merge.« by 20h|/usr/20h/phlog/2021-04-01T16-24-45-236361.md|server|port]
       +[0|2021-03-31 – »sfeed_curses 0.9.10 was released.« by bob|/usr/bob/phlog/2021-03-31T20-11-00-133769.md|server|port]
       +[0|2021-03-27 – »Cloud Cancel Service« by 20h|/usr/20h/phlog/2021-03-27T07-30-28-965637.md|server|port]
       +[0|2021-03-25 – »Where Was The Racism?« by 20h|/usr/20h/phlog/2021-03-25T05-18-03-374603.md|server|port]
       +[0|2021-03-24 – »Free and open source cancelling« by parazyd|/usr/parazyd/phlog/2021-03-24T22:22:23-028341.md|server|port]
       +[0|2021-03-24 – »Open Source Needs Your Help!« by 20h|/usr/20h/phlog/2021-03-24T17-41-35-756024.md|server|port]
       +[0|2021-03-14 – »stagit 0.9.5 is released.« by bob|/usr/bob/phlog/2021-03-14T18-00-00-133769.md|server|port]
       +[0|2021-03-13 – »sfeed 0.9.22 and sfeed_curses 0.9.9 was released.« by bob|/usr/bob/phlog/2021-03-13T13-42-00-133769.md|server|port]
       +[0|2021-03-12 – »Bitreich Meme Page« by 20h|/usr/20h/phlog/2021-03-12T17-50-02-710973.md|server|port]
       +[0|2021-02-19 – »Introducing bitreich-tardis for dimensional travel.« by adc|/usr/adc/phlog/2021-02-19T19-23-19-372606.md|server|port]
       +[0|2021-02-08 – »BOOPS in Bitreich TV.« by 20h|/usr/20h/phlog/2021-02-08T19-10-41-306100.md|server|port]
       +[0|2021-02-06 – »Bitreich TV Revamp« by 20h|/usr/20h/phlog/2021-02-06T21-57-43-676444.md|server|port]
       +[0|2021-01-24 – »sfeed 0.9.21 and sfeed_curses 0.9.8 was released.« by bob|/usr/bob/phlog/2021-01-24T19-00-00-133769.md|server|port]
       +[0|2021-01-17 – »Gopher support in luakit.« by 20h|/usr/20h/phlog/2021-01-17T19-16-11-988786.md|server|port]
       +[0|2021-01-02 – »Nalla – Ex Nihilo now on Bitreich Radio.« by 20h|/usr/20h/phlog/2021-01-02T20-49-43-856187.md|server|port]
       +[0|2021-01-01 – »Bitreich Oneline Offers« by 20h|/usr/20h/phlog/2021-01-01T20-51-52-547155.md|server|port]
       +[0|2021-01-01 – »Annna Oneline Support.« by 20h|/usr/20h/phlog/2021-01-01T18-45-26-331901.md|server|port]
       +[0|2020-12-31 – »Bitreich PatchIt Deal Approved« by 20h|/usr/20h/phlog/2020-12-31T08-21-49-585955.md|server|port]
       +[0|2020-12-30 – »Bitreich End Year Meeting 2020 Recordings« by 20h|/usr/20h/phlog/2020-12-30T19-49-18-650501.md|server|port]
       +[0|2020-12-29 – »New Gopher Lawn Maintainer Badge, Instruction Video« by 20h|/usr/20h/phlog/2020-12-29T17-33-40-548084.md|server|port]
       +[0|2020-12-29 – »Bitreich Italiano Now Official.« by 20h|/usr/20h/phlog/2020-12-29T16-58-35-454897.md|server|port]
       +[0|2020-12-20 – »Catpoint v0.2 Release.« by 20h|/usr/20h/phlog/2020-12-20T18-04-02-746607.md|server|port]
       +[0|2020-12-20 – »Gophers Support in Curl.« by 20h|/usr/20h/phlog/2020-12-20T10-23-58-666664.md|server|port]
       +[0|2020-12-13 – »Bitreich End Year Meeting 2020« by 20h|/usr/20h/phlog/2020-12-13T18-55-24-484237.md|server|port]
       +[0|2020-11-23 – »Meme degrees available« by adc|/usr/adc/phlog/2020-11-23T20-24-53-977612.md|server|port]
       +[0|2020-11-03 – »Bitreich TV improvements« by adc|/usr/adc/phlog/2020-11-03T13-14-26-296030.md|server|port]
       +[0|2020-10-17 – »Unix 1-Liner Five Fridays Funfair 2020 (U1FFF 2020)« by 20h|/usr/20h/phlog/2020-10-17T06-24-00-495545.md|server|port]
       +[0|2020-10-14 – »gramscii added to Bitreich« by katolaz|/usr/katolaz/phlog/2020-10-14T04-13-25-742106.md|server|port]
       +[0|2020-10-11 – »Ransomware Attack Day 2020-10-15« by 20h|/usr/20h/phlog/2020-10-11T17-50-25-411616.md|server|port]
       +[0|2020-09-29 – »New Geomyidae Licensing Model.« by 20h|/usr/20h/phlog/2020-09-29T11-09-29-284703.md|server|port]
       +[0|2020-09-26 – »ECTS Credits For Free« by 20h|/usr/20h/phlog/2020-09-26T16-24-53-706669.md|server|port]
       +[0|2020-09-17 – »Bitreich Radio Now Over Gopher« by 20h|/usr/20h/phlog/2020-09-17T16-35-16-278043.md|server|port]
       +[0|2020-09-04 – »Introducing Bitreich Snowmen Program« by 20h|/usr/20h/phlog/2020-09-04T17-52-02-552231.md|server|port]
       +[0|2020-08-28 – »Adc Is Now A Bitreich Member.« by 20h|/usr/20h/phlog/2020-08-28T19-42-38-353887.md|server|port]
       +[0|2020-08-28 – »Bitreich TV Is Online.« by 20h|/usr/20h/phlog/2020-08-28T14-10-55-355409.md|server|port]
       +[0|2020-08-28 – »The Gopher Lawn 1.2 Is Online.« by 20h|/usr/20h/phlog/2020-08-28T11-35-48-715358.md|server|port]
       +[0|2020-08-26 – »Bitreich.org Startup Sound.« by 20h|/usr/20h/phlog/2020-08-26T17-23-15-908200.md|server|port]
       +[0|2020-08-22 – »The 1<<12 Meme Party Is Coming!« by 20h|/usr/20h/phlog/2020-08-22T07-02-54-626598.md|server|port]
       +[0|2020-08-17 – »stagit 0.9.4 is released.« by bob|/usr/bob/phlog/2020-08-17T12-34-56-133769.md|server|port]
       +[0|2020-08-17 – »The Bitreich Meme Subdivision is born.« by 20h|/usr/20h/phlog/2020-08-17T08-39-02-415675.md|server|port]
       +[0|2020-08-15 – »1<<12 Meme Party Approaching!« by 20h|/usr/20h/phlog/2020-08-15T08-59-31-898277.md|server|port]
       +[0|2020-07-31 – »Annna In The News!« by 20h|/usr/20h/phlog/2020-07-31T14-42-20-347318.md|server|port]
       +[0|2020-07-24 – »Bitreich HTTPD Service« by 20h|/usr/20h/phlog/2020-07-24T20-07-40-986580.md|server|port]
       +[0|2020-07-22 – »BitHUB now online.« by 20h|/usr/20h/phlog/2020-07-22T17-51-50-953640.md|server|port]
       +[0|2020-07-14 – »sfeed 0.9.18 was released and a separate front-end is in development« by bob|/usr/bob/phlog/2020-07-14T00-00-00-133769.md|server|port]
       +[0|2020-07-10 – »Bitreich Hazmat Party vol.2« by parazyd|/usr/parazyd/phlog/2020-07-10T18-41-48-028377.md|server|port]
       +[0|2020-07-01 – »Can I Use Service For Gopher« by 20h|/usr/20h/phlog/2020-07-01T16-03-35-402038.md|server|port]
       +[0|2020-06-26 – »Gopher Lawn Proposal System« by 20h|/usr/20h/phlog/2020-06-26T20-38-59-520782.md|server|port]
       +[0|2020-06-10 – »Bitreich Style Project« by 20h|/usr/20h/phlog/2020-06-10T12-49-55-001382.md|server|port]
       +[0|2020-06-10 – »Bitreich Frontpage Revisited« by 20h|/usr/20h/phlog/2020-06-10T12-45-38-212497.md|server|port]
       +[0|2020-06-07 – »Tales from Diversity« by 20h|/usr/20h/phlog/2020-06-07T19-48-43-446858.md|server|port]
       +[0|2020-06-07 – »Gopher TLS prototype in geomyidae« by 20h|/usr/20h/phlog/2020-06-07T18-28-23-863932.md|server|port]
       +[0|2020-06-02 – »Bitreich Rocks Library« by 20h|/usr/20h/phlog/2020-06-02T12-12-58-085012.md|server|port]
       +[0|2020-05-31 – »Bitreich unites against Privacy Haters.« by 20h|/usr/20h/phlog/2020-05-31T14-54-37-452762.md|server|port]
       +[0|2020-05-31 – »Bitreichcon 2020 Recordings Are Online« by 20h|/usr/20h/phlog/2020-05-31T13-43-07-497325.md|server|port]
       +[0|2020-05-24 – »Bitreich launches Data Offender Anonymous.« by 20h|/usr/20h/phlog/2020-05-24T09-39-41-791210.md|server|port]
       +[0|2020-05-23 – »Bitreich has a Crystal Math Problem« by 20h|/usr/20h/phlog/2020-05-23T17-30-30-745574.md|server|port]
       +[0|2020-05-23 – »SECRET NEWS: Annna now has NWO support.« by 20h|/usr/20h/phlog/2020-05-23T08-27-38-041686.md|server|port]
       +[0|2020-05-19 – »Meme2 format.« by 20h|/usr/20h/phlog/2020-05-19T10-40-02-971543.md|server|port]
       +[0|2020-05-13 – »Annna Features Now On All Channels« by 20h|/usr/20h/phlog/2020-05-13T17-45-30-665078.md|server|port]
       +[0|2020-05-13 – »Video Conferences Suck, Audio Conferences Rule« by 20h|/usr/20h/phlog/2020-05-13T11-54-28-943148.md|server|port]
       +[0|2020-05-10 – »Gopher Lawn Search Improved For Description« by 20h|/usr/20h/phlog/2020-05-10T17-34-55-646713.md|server|port]
       +[0|2020-05-10 – »Bitreichcon 2020 Party Video Online« by 20h|/usr/20h/phlog/2020-05-10T17-21-30-320820.md|server|port]
       +[0|2020-05-10 – »Bitreichcon 2020 slides are online. Brcon 2021.« by 20h|/usr/20h/phlog/2020-05-10T16-05-05-917355.md|server|port]
       +[0|2020-05-10 – »Atom Feed Fixed« by 20h|/usr/20h/phlog/2020-05-10T15-29-28-677054.md|server|port]
       +[0|2020-05-01 – »Bitreichcon 2020 Logo Revealed« by 20h|/usr/20h/phlog/2020-05-01T14-38-21-513720.md|server|port]
       +[0|2020-04-30 – »The Bitreichcon 2020 ad competition prizes have arrived!« by 20h|/usr/20h/phlog/2020-04-30T11-41-33-192999.md|server|port]
       +[0|2020-04-29 – »Pointtools now with md2point C implementation.« by 20h|/usr/20h/phlog/2020-04-29T14-39-54-542592.md|server|port]
       +[0|2020-04-27 – »Bitreichcon 2020 Ad Contest« by 20h|/usr/20h/phlog/2020-04-27T18-38-50-017887.md|server|port]
       +[0|2020-04-25 – »Bitreichcon 2020 Schedule Ready« by 20h|/usr/20h/phlog/2020-04-25T11-47-12-020456.md|server|port]
       +[0|2020-04-23 – »xml2tsv added to Bitreich« by katolaz|/usr/katolaz/phlog/2020-04-23T04-57-21-674824.md|server|port]
       +[0|2020-04-22 – »New Friendless Social Network« by 20h|/usr/20h/phlog/2020-04-22T13-45-36-606931.md|server|port]
       +[0|2020-04-20 – »Bitreichcon 2020 Theme Has Been Decided« by 20h|/usr/20h/phlog/2020-04-20T16-44-53-832497.md|server|port]
       +[0|2020-04-18 – »Welcome KatolaZ to Bitreich!« by 20h|/usr/20h/phlog/2020-04-18T18-28-27-135948.md|server|port]
       +[0|2020-04-13 – »Preliminary Schedule for Brcon 2020« by 20h|/usr/20h/phlog/2020-04-13T17-34-14-630680.md|server|port]
       +[0|2020-04-04 – »Brcon 2020 is coming on 2nd to 3rd of May« by 20h|/usr/20h/phlog/2020-04-04T14-21-53-536542.md|server|port]
       +[0|2020-03-27 – »Bitreich Radio now relaying Coronavi.be« by 20h|/usr/20h/phlog/2020-03-27T14-18-36-239541.md|server|port]
       +[0|2020-03-25 – »1<<10 party aftermath, .meme file format« by 20h|/usr/20h/phlog/2020-03-25T17-38-01-598848.md|server|port]
       +[0|2020-03-21 – »Bitreichcon 2020 will go full-online due to corona virus.« by 20h|/usr/20h/phlog/2020-03-21T20-31-09-276054.md|server|port]
       +[0|2020-03-14 – »1<<10 meme party will happen on 2020-03-21!« by 20h|/usr/20h/phlog/2020-03-14T18-13-57-758523.md|server|port]
       +[0|2020-03-14 – »Welcome biniar, our new bitreich member!« by 20h|/usr/20h/phlog/2020-03-14T18-07-20-191140.md|server|port]
       +[0|2020-03-09 – »Annna now has 1<<10 memes.« by 20h|/usr/20h/phlog/2020-03-09T20-29-34-335413.md|server|port]
       +[0|2020-03-09 – »Chemnitzer Linuxdays cancelled.« by 20h|/usr/20h/phlog/2020-03-09T16-48-38-212130.md|server|port]
       +[0|2020-03-07 – »Github is following Bitreich« by 20h|/usr/20h/phlog/2020-03-07T14-57-29-551840.md|server|port]
       +[0|2020-03-04 – »We are close to the 1<<10 meme party.« by 20h|/usr/20h/phlog/2020-03-04T12-29-00-611316.md|server|port]
       +[0|2020-03-04 – »Bitreich at Chemnitzer Linuxtage« by 20h|/usr/20h/phlog/2020-03-04T12-26-39-013542.md|server|port]
       +[0|2020-02-06 – »Bitreichcon 2020 Date Announcement« by 20h|/usr/20h/phlog/2020-02-06T17-51-00-752260.md|server|port]
       +[0|2020-01-08 – »500 Meme Party on Friday 2020-10-01, 20:00 CET« by 20h|/usr/20h/phlog/2020-01-08T11-06-06-249781.md|server|port]
       +[0|2020-01-05 – »Bitreich at FOSDEM 2020« by 20h|/usr/20h/phlog/2020-01-05T14-41-53-097727.md|server|port]
       +[0|2019-12-31 – »End Year Meeting Recordings« by 20h|/usr/20h/phlog/2019-12-31T12-25-05-744156.md|server|port]
       +[0|2019-12-30 – »Bitreich End Year Council Meeting 2019« by 20h|/usr/20h/phlog/2019-12-30T16-01-39-863447.md|server|port]
       +[0|2019-12-09 – »Bitreich.org web went communist.« by 20h|/usr/20h/phlog/2019-12-09T18-20-11-958436.md|server|port]
       +[0|2019-08-16 – »Bitreich WWW static website now public.« by 20h|/usr/20h/phlog/2019-08-16T18-24-28-909131.md|server|port]
       +[0|2019-08-11 – »Bitreichcon 2019 recordings are online.« by 20h|/usr/20h/phlog/2019-08-11T18-15-53-807944.md|server|port]
       +[0|2019-08-09 – »Bitreichcon 2019 is over.« by 20h|/usr/20h/phlog/2019-08-09T12-10-04-948741.md|server|port]
       +[0|2019-08-09 – »New Gameroom game 2ls10.« by 20h|/usr/20h/phlog/2019-08-09T12-08-56-010980.md|server|port]
       +[0|2019-07-22 – »Bitreich now has a gopher validator/lint tool.« by bob|/usr/bob/phlog/2019-07-22T23-03-00-133769.md|server|port]
       +[0|2019-07-21 – »Eomyidae is Flying Through Gopherspace« by 20h|/usr/20h/phlog/2019-07-21T14-23-21-746431.md|server|port]
       +[0|2019-07-20 – »Bitreichcon 2019 Schedule Released« by 20h|/usr/20h/phlog/2019-07-20T12-49-20-443268.md|server|port]
       +[0|2019-07-03 – »New project on Bitreich: sup« by parazyd|/usr/parazyd/phlog/2019-07-03T20-12-37-692128.md|server|port]
       +[0|2019-06-28 – »Bitreich Presentation Reminder« by 20h|/usr/20h/phlog/2019-06-28T14-48-16-131621.md|server|port]
       +[0|2019-06-10 – »Bitreichcon 2019 Registration Reminder« by 20h|/usr/20h/phlog/2019-06-10T09-30-51-388435.md|server|port]
       +[0|2019-05-11 – »Bitreich conference 2019 – Registration« by 20h|/usr/20h/phlog/2019-05-11T14-18-29-920961.md|server|port]
       +[0|2019-04-21 – »Gopher Onion Initiative Friendship« by 20h|/usr/20h/phlog/2019-04-21T14-52-03-217875.md|server|port]
       +[0|2019-03-02 – »Save the Internet« by 20h|/usr/20h/phlog/2019-03-02T06-35-48-038628.md|server|port]
       +[0|2019-02-27 – »Bitreichcon 2019 Call for Papers« by 20h|/usr/20h/phlog/2019-02-27T17-27-23-311098.md|server|port]
       +[0|2019-02-27 – »Bitreichcon 2019 Weekend Poll« by 20h|/usr/20h/phlog/2019-02-27T17-23-11-942131.md|server|port]
       +[0|2019-02-27 – »Bitreichcon 2019 Logo Released« by 20h|/usr/20h/phlog/2019-02-27T17-15-14-224567.md|server|port]
       +[0|2019-02-21 – »d1conf - The First Devuan Conference« by parazyd|/usr/parazyd/phlog/2019-02-21T19-21-24-757695.md|server|port]
       +[0|2019-02-18 – »Drist reach its v1.04 version.« by solene|/usr/solene/phlog/2019-02-18T07-59-37-187381.md|server|port]
       +[0|2019-01-27 – »Bitreich FOSDEM 2019 Meeting« by 20h|/usr/20h/phlog/2019-01-27T16-23-14-043136.md|server|port]
       +[0|2019-01-04 – »stagit-gopher 0.9 is released.« by bob|/usr/bob/phlog/2019-01-04T18-40-00-133769.md|server|port]
       +[0|2018-12-31 – »#bitreich-nl and #bitreich-lawn now exist.« by 20h|/usr/20h/phlog/2018-12-31T21-08-59-708656.md|server|port]
       +[0|2018-12-31 – »Happy New Year 2019!« by 20h|/usr/20h/phlog/2018-12-31T10-55-06-536848.md|server|port]
       +[0|2018-12-10 – »Gameroom now has Safe Space Invaders« by 20h|/usr/20h/phlog/2018-12-10T20-55-26-077605.md|server|port]
       +[0|2018-12-08 – »Thinglaunch and Thingmenu now on Bitreich« by 20h|/usr/20h/phlog/2018-12-08T09-20-00-450471.md|server|port]
       +[0|2018-12-07 – »Gameroom Now Has Greed« by 20h|/usr/20h/phlog/2018-12-07T15-11-12-400487.md|server|port]
       +[0|2018-11-30 – »Drist reach its v1.00 version, this is its first release.« by solene|/usr/solene/phlog/2018-11-29T08-30-00-111111.md|server|port]
       +[0|2018-11-15 – »Geomyidae v0.34 Release »Above the Oceans«« by 20h|/usr/20h/phlog/2018-11-15T20-14-23-816822.md|server|port]
       +[0|2018-11-11 – »Geomyidae v0.33 Release« by 20h|/usr/20h/phlog/2018-11-11T09-22-07-989364.md|server|port]
       +[0|2018-11-05 – »Bitreichcon 2019 Month Poll« by 20h|/usr/20h/phlog/2018-11-05T12-02-32-300832.md|server|port]
       +[0|2018-11-05 – »Intermediate Report« by 20h|/usr/20h/phlog/2018-11-05T11-55-07-616218.md|server|port]
       +[0|2018-11-05 – »Bitreich Council Meeting 2018« by 20h|/usr/20h/phlog/2018-11-05T11-50-22-655358.md|server|port]
       +[0|2018-08-22 – »Radio Interview 2018, ABS Magazin, Translations available« by 20h|/usr/20h/phlog/2018-08-22T15-52-50-323952.md|server|port]
       +[0|2018-08-13 – »Bitreichcon 2019 Is Coming!« by 20h|/usr/20h/phlog/2018-08-13T09-00-27-607747.md|server|port]
       +[0|2018-08-13 – »Bitreichcon 2018 Is Over!« by 20h|/usr/20h/phlog/2018-08-13T08-53-29-632115.md|server|port]
       +[0|2018-08-10 – »New Gopher-Validator Project« by 20h|/usr/20h/phlog/2018-08-10T13-17-11-560584.md|server|port]
       +[0|2018-08-10 – »I am happy to announce the first release of clic.« by solene|/usr/solene/phlog/2018-08-10T10-30-00-111111.md|server|port]
       +[0|2018-08-05 – »Bitreich Conference 2018 Streams Online« by 20h|/usr/20h/phlog/2018-08-05T15-50-35-170034.md|server|port]
       +[0|2018-08-05 – »Bitreich On Radio, radio x« by 20h|/usr/20h/phlog/2018-08-05T15-00-51-766092.md|server|port]
       +[0|2018-07-28 – »New project on bitreich: dossier« by solene|/usr/solene/phlog/2018-07-28T20-25-00-123456.md|server|port]
       +[0|2018-07-28 – »Bitreichcon 2018 Schedule Change« by 20h|/usr/20h/phlog/2018-07-28T19-15-02-797528.md|server|port]
       +[0|2018-07-20 – »New project on bitreich: drist« by solene|/usr/solene/phlog/2018-07-20T16-30-00-031337.md|server|port]
       +[0|2018-07-14 – »New project on bitreich: notes« by solene|/usr/solene/phlog/2018-07-14T19-13-00-232323.md|server|port]
       +[0|2018-07-11 – »Bitreich.org Website Optimisation« by 20h|/usr/20h/phlog/2018-07-11T13-41-33-125297.md|server|port]
       +[0|2018-07-08 – »Why We Need Gopher« by 20h|/usr/20h/phlog/2018-07-08T19-51-31-073827.md|server|port]
       +[0|2018-07-07 – »Bitreichcon 2018 Is Close« by 20h|/usr/20h/phlog/2018-07-07T15-41-57-212442.md|server|port]
       +[0|2018-06-29 – »Geomyidae v0.32.2 fixes release« by 20h|/usr/20h/phlog/2018-06-29T19-24-57-740155.md|server|port]
       +[0|2018-06-24 – »Geomyidae v0.32.1 fixes release« by 20h|/usr/20h/phlog/2018-06-24T09-53-10-600302.md|server|port]
       +[0|2018-06-22 – »Geomyidae v0.32 Release.« by 20h|/usr/20h/phlog/2018-06-22T20-19-10-769868.md|server|port]
       +[0|2018-06-22 – »Blockchain Support« by 20h|/usr/20h/phlog/2018-06-22T19-09-44-366392.md|server|port]
       +[0|2018-06-10 – »10 Tips On Making Elasticsearch Faster« by 20h|/usr/20h/phlog/2018-06-10T12-26-05-117682.md|server|port]
       +[0|2018-06-05 – »The Gopher Bay« by parazyd|/usr/parazyd/phlog/2018-06-05T21-42-04-820989.md|server|port]
       +[0|2018-05-30 – »Bitreich Gameroom Extended« by 20h|/usr/20h/phlog/2018-05-30T13-09-49-380841.md|server|port]
       +[0|2018-05-26 – »Bitreichcon 2018 Schedule and Location« by 20h|/usr/20h/phlog/2018-05-26T12-47-42-014564.md|server|port]
       +[0|2018-05-26 – »Bitreich GDPR Party Aftermath« by 20h|/usr/20h/phlog/2018-05-26T12-15-38-088688.md|server|port]
       +[0|2018-05-25 – »The Bitreich Game Room« by 20h|/usr/20h/phlog/2018-05-25T15-46-26-766675.md|server|port]
       +[0|2018-05-22 – »GDPR party on IRC« by 20h|/usr/20h/phlog/2018-05-22T18-20-04-856314.md|server|port]
       +[0|2018-05-02 – »Bitreichcon 2018 T-Shirts / CfP / Schedule« by 20h|/usr/20h/phlog/2018-05-02T14-08-49-808572.md|server|port]
       +[0|2018-04-11 – »An implementation of Urban Dictionary on Gopher« by parazyd|/usr/parazyd/phlog/2018-04-11T09-26-18-903543.md|server|port]
       +[0|2018-04-06 – »Clic now in Bitreich Kiosk« by 20h|/usr/20h/phlog/2018-04-06T10-38-23-330369.md|server|port]
       +[0|2018-04-05 – »Cloud Discard Support« by 20h|/usr/20h/phlog/2018-04-05T19-45-57-267573.md|server|port]
       +[0|2018-04-03 – »Spring in the Lawn« by 20h|/usr/20h/phlog/2018-04-03T17-12-46-287185.md|server|port]
       +[0|2018-03-18 – »Bitreich.org Migrated to Hetzner« by 20h|/usr/20h/phlog/2018-03-18T14-55-33-405369.md|server|port]
       +[0|2018-03-12 – »Bitreich at Chemnitzer Linuxtage 2018« by 20h|/usr/20h/phlog/2018-03-12T18-00-51-098474.md|server|port]
       +[0|2018-03-01 – »Day Of The GrParazyd Act I DLC2 Released.« by parazyd|/usr/parazyd/phlog/2018-03-01T19-50-25-387440.md|server|port]
       +[0|2018-02-25 – »Day Of The GrParazyd Act I DLC Released.« by parazyd|/usr/parazyd/phlog/2018-02-25T15-13-06-837760.md|server|port]
       +[0|2018-02-24 – »Release sacc(1) v1.00« by quinq|/usr/quinq/phlog/2018-02-24T16-14-42-530425.md|server|port]
       +[0|2018-02-24 – »Day Of The GrParazyd Released.« by 20h|/usr/20h/phlog/2018-02-24T09-21-42-063568.md|server|port]
       +[0|2018-02-18 – »Geomyidae v0.31.1 release« by 20h|/usr/20h/phlog/2018-02-18T11-02-46-776190.md|server|port]
       +[0|2018-02-11 – »Git Onion Access« by 20h|/usr/20h/phlog/2018-02-11T08-06-34-674324.md|server|port]
       +[0|2018-02-09 – »Geomyidae v0.31 release« by 20h|/usr/20h/phlog/2018-02-09T14-31-02-432584.md|server|port]
       +[0|2018-02-04 – »Bitreich FOSDEMnation Meeting 2018« by 20h|/usr/20h/phlog/2018-02-04T13-10-08-200862.md|server|port]
       +[0|2018-02-04 – »Gopher Kiosk Mode« by 20h|/usr/20h/phlog/2018-02-04T13-06-18-926506.md|server|port]
       +[0|2018-02-04 – »Annna Development« by 20h|/usr/20h/phlog/2018-02-04T13-05-02-369610.md|server|port]
       +[0|2018-02-01 – »Gopher Lawn Changes« by 20h|/usr/20h/phlog/2018-02-01T12-31-34-201224.md|server|port]
       +[0|2018-01-30 – »Manifesto Change – Documentation« by 20h|/usr/20h/phlog/2018-01-30T12-02-25-242329.md|server|port]
       +[0|2018-01-29 – »Gopher Tutorials Project« by 20h|/usr/20h/phlog/2018-01-29T17-30-53-953355.md|server|port]
       +[0|2018-01-27 – »Thoughts On Bitreich Evolution« by 20h|/usr/20h/phlog/2018-01-27T21-06-05-656653.md|server|port]
       +[0|2018-01-26 – »Bitreich FTP Release Server« by 20h|/usr/20h/phlog/2018-01-26T21-58-39-082550.md|server|port]
       +[0|2018-01-26 – »Bitreichcon 2018 – How To Get There« by 20h|/usr/20h/phlog/2018-01-26T19-21-44-683219.md|server|port]
       +[0|2018-01-26 – »The Bitreich Documents Have Changed« by 20h|/usr/20h/phlog/2018-01-26T19-05-58-633073.md|server|port]
       +[0|2018-01-24 – »Bitreich Chronicles« by 20h|/usr/20h/phlog/2018-01-24T17-34-39-045630.md|server|port]
       +[0|2018-01-24 – »Bitreich Transparency.« by 20h|/usr/20h/phlog/2018-01-24T16-23-04-103991.md|server|port]
       +[0|2018-01-24 – »New Projects catpoint, pointtools and utf8expr on bitreich.org.« by 20h|/usr/20h/phlog/2018-01-24T15-54-23-404005.md|server|port]
       +[0|2018-01-16 – »FOSDEM 2018 Bitreich Meeting« by 20h|/usr/20h/phlog/2018-01-16T13-51-17-506673.md|server|port]
       +[0|2018-01-09 – »Bitreichcon 2018 Date« by 20h|/usr/20h/phlog/2018-01-09T14-54-08-746355.md|server|port]
       +[0|2018-01-02 – »Bitreich.org Back Up« by 20h|/usr/20h/phlog/2018-01-02T14-44-06-384960.md|server|port]
       +[0|2017-12-31 – »Bitreichcon 2018 Logo has been published.« by 20h|/usr/20h/phlog/2017-12-31T21-25-58-476839.md|server|port]
       +[0|2017-12-31 – »Happy New Year to Everyone!« by 20h|/usr/20h/phlog/2017-12-31T10-46-25-176739.md|server|port]
       +[0|2017-12-18 – »First Bitreich Cookbook Published« by 20h|/usr/20h/phlog/2017-12-18T23-04-56-246575.md|server|port]
       +[0|2017-12-16 – »Gopherproject.org updated.« by 20h|/usr/20h/phlog/2017-12-16T12-13-09-481953.md|server|port]
       +[0|2017-11-26 – »Bitreichcon 2018 – Call for Papers« by 20h|/usr/20h/phlog/2017-11-26T14-11-42-433535.md|server|port]
       +[0|2017-11-04 – »New Projects At Bitreich« by 20h|/usr/20h/phlog/2017-11-04T16-54-57-966436.md|server|port]
       +[0|2017-10-31 – »Web To Gopher Migration« by 20h|/usr/20h/phlog/2017-10-31T18-17-03-977631.md|server|port]
       +[0|2017-10-25 – »Gopher SEO« by 20h|/usr/20h/phlog/2017-10-25T14-31-37-768311.md|server|port]
       +[0|2017-10-06 – »Sleepwet« by 20h|/usr/20h/phlog/2017-10-06T13-42-34-670949.md|server|port]
       +[0|2017-09-29 – »Why We Need Gopher« by 20h|/usr/20h/phlog/2017-09-29T12-22-20-142744.md|server|port]
       +[0|2017-09-29 – »Geomyidae 0.29 release« by 20h|/usr/20h/phlog/2017-09-29T11-30-47-327253.md|server|port]
       +[0|2017-09-09 – »Principle Of Fun« by 20h|/usr/20h/phlog/2017-09-09T18-18-02-897199.md|server|port]
       +[0|2017-09-03 – »Bitreich Conference System / Discussion« by 20h|/usr/20h/phlog/2017-09-03T11-26-39-759601.md|server|port]
       +[0|2017-09-03 – »Bitreich Conference System« by 20h|/usr/20h/phlog/2017-09-03T11-16-49-737820.md|server|port]
       +[0|2017-08-27 – »Phlog System – Atom Feed« by 20h|/usr/20h/phlog/2017-08-27T18-32-46-691670.md|server|port]
       +[0|2017-08-27 – »Containers« by 20h|/usr/20h/phlog/2017-08-27T09-36-09-056772.md|server|port]
       +[0|2017-08-27 – »Certifications« by 20h|/usr/20h/phlog/2017-08-27T07-39-54-365246.md|server|port]
       +[0|2017-08-27 – »Bitreich on IRC« by 20h|/usr/20h/phlog/2017-08-27T07-28-02-874607.md|server|port]
       +[0|2017-08-27 – »Projects Status 08/2017.« by 20h|/usr/20h/phlog/2017-08-27T07-18-06-233644.md|server|port]
       +[0|2017-08-27 – »Source Code Management at Bitreich« by 20h|/usr/20h/phlog/2017-08-27T07-11-29-125833.md|server|port]
       +[0|2017-08-27 – »Annna, our bot.« by 20h|/usr/20h/phlog/2017-08-27T07-04-20-927114.md|server|port]
       +[0|2017-08-26 – »Phlog System – How To Publish« by 20h|/usr/20h/phlog/2017-08-26T20-27-40-281825.md|server|port]
       +[0|2017-08-26 – »Phlog System« by 20h|/usr/20h/phlog/2017-08-26T20-04-02-482296.md|server|port]
       +[0|2017-04-02 – »Bitreichcon 2017« by 20h|/usr/20h/phlog/2017-04-02T17-37-36-840266.md|server|port]
       +[0|2017-01-22 – »Welcome to Bitreich.org!« by 20h|/usr/20h/phlog/2017-01-22T19-45-26-510048.md|server|port]
       +[0|2017-01-22 – »GOPHER LAWN PROJECT« by 20h|/usr/20h/phlog/2017-01-22T19-33-14-466536.md|server|port]
       +
       +[1|<< back to bitreich.org|/|server|port]
       +
   DIR diff --git a/opus3/article-heaven-and-computers.mw b/opus3/article-heaven-and-computers.mw
       @@ -0,0 +1,23 @@
       +.SH tgtimes
       +Heaven and computers
       +.
       +.PP
       +Before the era of smartphones, laptops, before Windows and Apple,
       +there were pioneers who took the fun of computers from the hands
       +of the the few who could afford computers, and shared them massively
       +so that mere individuals could afford it.
       +.
       +.PP
       +An ocean of creativity sprout. Art of all kind were made on these
       +new toys, that were permitting to many to try on its own, or enjoy
       +a tune of 8-bit music, a demo scene, a play of video game, an ASCII
       +art...
       +.
       +.PP
       +Offering these pioneers a one-way ticket to enter the legend,
       +8bitlegends.com builds a corner of peace, making some room into our
       +heart for the 8bit heroes.
       +.
       +.DS
       +https://8bitlegends.com/
       +.DE
   DIR diff --git a/opus3/article-tgtimes-100-years-of-radiodiffusion.mw b/opus3/article-tgtimes-100-years-of-radiodiffusion.mw
       @@ -1,5 +1,5 @@
        .SH tgtimes
       -
       +100 years of radiodiffusion
        .
        .DS
        https://www.francetvinfo.fr/culture/patrimoine/histoire/il-y-a-100-ans-la-premiere-emission-radio-etait-emise-depuis-la-tour-eiffel_4892517.html
   DIR diff --git a/opus3/article-tiny-creatures.mw b/opus3/article-tiny-creatures.mw
       @@ -0,0 +1,19 @@
       +.SH tgtimes
       +A world of tiny creatures
       +.
       +.PP
       +Ants. Is that what we would look like to the eyes of a giant? What
       +if one of those giants had the curiosity of looking down on our
       +world, watching all our tiny activities, our tiny trades, our tiny
       +farming, our tiny meals, our tiny families, our tiny lives.
       +.
       +.PP
       +E.O. Wilson was one of these giants, looking at the ants: the real
       +ones, the insects ones: An entomologist, someone dedicated to the
       +study of insects.
       +.
       +.PP
       +After 92 years of passionated life, E.O. Wilson is fading away,
       +joining the soil, which he spent its life observing. Closing its
       +own book, while at the same time inviting everyone to open their
       +eyes, and watch, carefully, this world of tiny creatures.
   DIR diff --git a/opus3/article-unix-calendar-command.mw b/opus3/article-unix-calendar-command.mw
       @@ -0,0 +1,67 @@
       +.SH tgtimes
       +The UNIX calendar(1) command
       +.
       +.PP
       +It is probably there sitting on \fC/usr/bin\fR, the
       +calendar(1) command can offer you a fair dose of flexibility that
       +lack to web-based or smartphone-based calendars.
       +.
       +.PP
       +By storing events on a single file of text edited by hand, calendar(1)
       +brings the comfort of your existing text editor to manage events with
       +a simple syntax:
       +.
       +.IP •
       +one line per event: first a date, then a tab, then a description.
       +.
       +.IP •
       +A line starting with a tab implicitly has the
       +same date as the previous event.
       +.
       +.IP •
       +Empty lines are ignored, and the C preprocessor brings \fC#include\fR
       +and \fC/* comments */\fR as needed.
       +.
       +.PP
       +No need to format everything right away: taking notes at the end
       +while in the middle of a phone call and formatting after hanging-up
       +is making it trivial to manage a calendar.
       +.
       +.PP
       +while the calendar(1) command is run, events today and tomorrow are
       +printed (with more choice of durations using flags), giving a digest
       +of what is upcoming.
       +.
       +.PP
       +A command line flag permits to send the calendar digest to all users
       +by email, making it a complete suite to use as a calendar.
       +.
       +.PP
       +There is even support for weekly, monthly and yearly (birthdays)
       +events.
       +.
       +.PP
       +Sharing calendar events is as easy as sending the section of the
       +calendar file by email, and synchronising the calendar across devices
       +is a matter of synchronising a single file.
       +.
       +.PP
       +By adding a few more custom syntax rules, a rather pretty digest can
       +be written with very few effort.
       +.
       +.DS
       +Jan 23        09:00        Breakfast with cooked eggs and fruits
       +                @ Home Sweet Home
       +
       +        10:30        The Gopher Times proof-reading
       +                @ ircs://irc.bitreich.org/#bitreich-en
       +
       +        15:30        On-call duty untill!
       +                @ https://the-dull-gull.corp/login
       +
       +Jan 24        12:30        Lunch break in town with folks
       +                @ that small cafe that does snacks
       +
       +Jan 26        19:15        Call with friends abroad
       +                @ mumble://cool-place.org/?version=1.2.0
       +.DE