
Happy birthday hugs ⌘ Read more
# I am the Watcher. I am your guide through this vast new twtiverse. # # Usage: # https://watcher.sour.is/api/plain/users View list of users and latest twt date. # https://watcher.sour.is/api/plain/twt View all twts. # https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri. # https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject. # # Options: # uri Filter to show a specific users twts. # offset Start index for quey. # limit Count of items to return (going back in time). # # twt range = 1 714 # self = https://watcher.sour.is?uri=https://feeds.twtxt.net/Oatmeal/twtxt.txt&offset=614 # prev = https://watcher.sour.is?uri=https://feeds.twtxt.net/Oatmeal/twtxt.txt&offset=514
u
directoryu
clone uxn
and build it~/u/uxn/
to your path as $UXN
$UXN/bin
to your path*.rom
files into ... ⌘ Read more
.pbm
format..pbm
file..pbm
file is the lowest common denominator among image file formats.t
P1
# comment describing the file
5 5
1 0 1 0 1
0 1 0 1 0
1 0 1 ... ⌘ [Read more](https://eli.li/2022/01/19/a-quick-and-dirty-intro-to-the-pbm-file-format)
like
type posts from appearing on the main feed, from rss, and in the archives. There were waaaaay to many, so filtering them out makes the entire website a lot more navigable. They are not gone, though, and I’ll probably keep sharing like
type posts, but now they ar ... ⌘ Read more
t
<span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">olophont</span>(<span class="hljs-params">string</span>) </span>{
<span class="hljs-keyword">let</span> replaceVowels = <span class="hljs-string">""</span> ... ⌘ [Read more](https://eli.li/2021/12/20/olophont-js)
t
+
-
*
/
%
%
is the most exciting of the list, it is called modulo and it returns the remainder after division. Of note, modulo c ... ⌘ Read more