> your fears/worries about the “growth” may suddenly just hit us hard
I'm not afraid of the network growing, I'm actually very excited to see it grow. My concern was with keeping *my* real-life and online identities separate.
# 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 2172 # self = https://watcher.sour.is?uri=https://twtxt.net/user/mckinley/twtxt.txt&offset=1572 # next = https://watcher.sour.is?uri=https://twtxt.net/user/mckinley/twtxt.txt&offset=1672 # prev = https://watcher.sour.is?uri=https://twtxt.net/user/mckinley/twtxt.txt&offset=1472
<guid>
to be confusing. I think it would make more sense if the roles were reversed: use the <link>
as the ID if there's no <guid>
and never use the <guid>
as a permalink. Bonus points if a <guid>
is required if a <link>
is not present.rel="self"
:rel="self"
:rel="self"
:rel="self"
:rel="self"
:rel="self"
:rel="self"
:rel="self"
:
alias theo='shuf -n 1 ~/Documents/theo.txt'
echo "<theo> $(theo)"
Who do you work for? Governments?
alias theo='shuf -n 1 ~/Documents/theo.txt'
echo "<theo> $(theo)"
[mckinley@t430 ~]$ theo
Your emails only contain opinions.
<theo> Come on guys. Don't have me OK this.
[mckinley@t430 ~]$
Last-Modified
header probably accounts for the time it took in between setting the timestamp in the Atom feed and pushing the changes to the Web server.prologic
, yarnsocial
, and saltyim
. That prologic
guy alone accounts for 152 of them.
jq
so I went hunting for spam accounts on git.mills.io using data from the API. Here are the results. I thought I'd find more than 11.
<link rel="canonical">
isn't a page requisite, but the tool downloads the file at the specified URL anyway. (It doesn't respect robots.txt when doing this)
$ curl https://raw.githubusercontent.com/answerdev/answer/main/go.mod | grep -c '^ '
84
$ curl https://raw.githubusercontent.com/answerdev/answer/main/ui/package.json | gron | grep -c '[Dd]ependencies[\[\.]'
76
$ curl https://raw.githubusercontent.com/answerdev/answer/main/go.mod | grep -c '^\t'
84
$ curl https://raw.githubusercontent.com/answerdev/answer/main/ui/package.json | gron | grep -c '[Dd]ependencies[\\[\\.]'
76
$ curl https://raw.githubusercontent.com/answerdev/answer/main/go.mod | grep '^\t' | wc -l
84
$ curl https://raw.githubusercontent.com/answerdev/answer/main/ui/package.json | gron | grep '[Dd]ependencies[\\[\\.]' | wc -l
76