pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit 3f895cfe543af3d66def95ffd54df237dc32a07e
parent be52e412f06413196a5a827456b710f7f22566bd
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 25 Feb 2022 19:08:57 +0000

Merge branch 'ansi'

Diffstat:
Aentry/ansi_ricebowl.md | 10++++++++++
Aimg/ricebowl.png | 0
2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/entry/ansi_ricebowl.md b/entry/ansi_ricebowl.md @@ -0,0 +1,10 @@ +Who isn't a fan of ASCII and ANSI art? I had never attempted it until one of the Ops on the unix.chat #unix IRC channel said we needed a logo. One of the other users, m242, suggested a ricebowl in reference to our love of [ricing](20220210-rice_of_the_machines.html) so I thought I would give it a shot as an ANSI art piece using [moebius](https://blocktronics.github.io/moebius/){target="_blank" rel="noreferrer"}, and this is the result + +<img src="/img/ricebowl.png" class="fitwidth" alt="ansi ricebowl" /> + +Incant the following to curl it directly into your terminal +``` +curl -sL rum.sh/ricebowl +``` + +The piece won the logo competition as it was the only entry. It was also used as the [/r/unixart](https://reddit.com/r/unixart){target="_blank" rel="noreferrer"} icon, which was an unexpected bonus. diff --git a/img/ricebowl.png b/img/ricebowl.png Binary files differ.