> one probably needs their own pod to play with themes
That’s super easy, just run a local one, like @prologic and @darch do. You don’t need to run it on the open Net, only on your own machine.
# 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 1793 # self = https://watcher.sour.is?uri=https://arrakis.netbros.com/user/fastidious/twtxt.txt&offset=493 # next = https://watcher.sour.is?uri=https://arrakis.netbros.com/user/fastidious/twtxt.txt&offset=593 # prev = https://watcher.sour.is?uri=https://arrakis.netbros.com/user/fastidious/twtxt.txt&offset=393
dreadnought:fastidious$ gpg --locate-keys me@sour.is
gpg: key 8B3B0604F164E04F: public key "Xuu at Sour.is <me@sour.is>" imported
gpg: Total number processed: 1
gpg: imported: 1
gpg: no ultimately trusted keys found
pub rsa4096 2016-08-15 [SC] [expires: 2024-09-12]
20AE2F310A74EA7CEC3AE69F8B3B0604F164E04F
uid [ unknown] Xuu at Sour.is <me@sour.is>
sub rsa4096 2016-08-15 [E] [expires: 2024-09-11]
dreadnought:fastidious$ gpg --locate-keys me@sour.is
gpg: error retrieving 'me@sour.is' via WKD: Network is unreachable
gpg: error reading key: Network is unreachable
systemd
information on Yarn's wiki!
in-reply-to
header.
networkQuality
does a pretty decent job to measure network speeds.h
dreadnought:fastidious$ networkQuality -s
==== SUMMARY ====
Upload capacity: 530.336 Mbps
Download capacity: 871.282 Mbps
Upload flows: 16
Download flows: 12
Upload Responsiveness: High (2981 RPM)
Download Responsiveness: High (2055 RPM)
#rp47m4q
, your twt), the *twt-context* link would go straight to the twt I replied (like this) to within a conversation, not to the conversation top, as it does now.
show_twt_context
under "Enabled Optional Features" on "Manage Pod".
fastidious@tilde:~$ gpg --search me@sour.is
gpg: data source: https://keys.openpgp.org:443
(1) Xuu at Sour.is <me@sour.is>
xuu at dn42 <xuu@dn42.us>
4096 bit RSA key 8B3B0604F164E04F, created: 2016-08-15
Keys 1-1 of 1 for "me@sour.is". Enter number(s), N)ext, or Q)uit >
<a href="{{ urlForRootConv $.Twt }}"><small class="twt-context">{{ formatTwtContext $.Twt $.User }}</small></a>
:target
to the starter twt on the conversation? I tried using $.Twt
, but it is encoded for URL. What I am looking to do is something like this:
<a href="{{ urlForRootConv $.Twt }}#HASH_OF_FIRST_TWT"><small class="twt-context">{{ formatTwtContext $.Twt $.User }}</small></a>
<a href="{{ urlForRootConv $.Twt }}"><small class="twt-context">{{ formatTwtContext $.Twt $.User }}</small></a>
:target
to the starter twt on the conversation? I tried using $.Twt
, but it is encoded for URL. What I am looking to do is something like this:
<a href="{{ urlForRootConv $.Twt }}/#HASH_OF_FIRST_TWT"><small class="twt-context">{{ formatTwtContext $.Twt $.User }}</small></a>
99-yarn.css
, and forgot to *minify*. All good now.
publish_command
and verify outside *jenny*, so, if it add bloat and extra complexity I would say pass.
publish_command
and verify outside *jenny*, so, if it adds bloat and extra complexity I would say pass.
yarn.min.css
, but separately. Is that not possible?