# 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 22
# self = https://watcher.sour.is/conv/rcpphgq
What's the most common feature set on these tilde gists? 🤔
What's the most common feature set on these tilde gists? 🤔
Like @movq, I am puzzled about the term. I am sure it is an Australianism. 😂
@prologic yes. And more. Or less. There are no “standards”, nor templates.
@bender What I want to understand is the minimum capability you'd expect? 🤔
@bender What I want to understand is the minimum capability you'd expect? 🤔
@prologic because all sign ups are vetted and human approved, the operator set the limits, I figure, based on the resources available.
@prologic ahh! “Capability”. Minimum is terminal (SSH) access, and availability of tools present on an UNIX alike box. That’s usually the minimum, and the most common capability.
Many offer the ability to compile in a few languages, and to run your own programs and processes persistently, emails, web hosting, IRC (their own network), etc.
@bender Hmm I think I'm not explaining myself very well 🤣 I'll msg you if you're not too busy!
@bender Hmm I think I'm not explaining myself very well 🤣 I'll msg you if you're not too busy!
@prologic sure thing! I am at mum’s for coffee. Message away, always!
@bender It's not super important, I tagged you on IRC, but essentially I'm trying to build a tilde (shared linux host) thingy of some sort 😅 just experimenting with an idea I've had a while back. See for example working trivial "Hello World" at http://mbox.blue/~prologic/ -- The basic idea is that when you ssh -p 222 user@mbox.blue that you _actually_ are put into a sandboxed container. The container is capable of being detached to keep long-running processes like tmux and whatever running with ^p^q
(CTRL+p; CTRL+q) and all data stored in $HOME
is persisted. Additionally $HOME/public_html
is automatically mapped to the root's web server. That's about is so far...
@bender It's not super important, I tagged you on IRC, but essentially I'm trying to build a tilde (shared linux host) thingy of some sort 😅 just experimenting with an idea I've had a while back. See for example working trivial "Hello World" at http://mbox.blue/~prologic/ -- The basic idea is that when you ssh -p 222 user@mbox.blue that you _actually_ are put into a sandboxed container. The container is capable of being detached to keep long-running processes like tmux and whatever running with ^p^q
(CTRL+p; CTRL+q) and all data stored in $HOME
is persisted. Additionally $HOME/public_html
is automatically mapped to the root's web server. That's about is so far...
Oh and I should mention that mbox.blue
is running µLinux 😅
Oh and I should mention that mbox.blue
is running µLinux 😅
@prologic how does one signs up? I am sure you haven’t advertised the service yet, right?