@cosullivan 'suddenly' might do the job on its own. I'll abstain from choosing the real word though. That, like all choices, belongs to the listeners.
Notices by tomasino (tomasino@mastodon.sdf.org), page 14
-
tomasino (tomasino@mastodon.sdf.org)'s status on Thursday, 31-Jan-2019 19:01:25 EST tomasino
-
tomasino (tomasino@mastodon.sdf.org)'s status on Thursday, 31-Jan-2019 18:59:54 EST tomasino
@cosullivan I've got good wine tonight. Sure you don't want to go with "page" ? ;)
-
tomasino (tomasino@mastodon.sdf.org)'s status on Thursday, 31-Jan-2019 18:58:05 EST tomasino
@gemlog Safer bet is https://anonradio.com/cyoa
-
tomasino (tomasino@mastodon.sdf.org)'s status on Thursday, 31-Jan-2019 18:35:43 EST tomasino
@netscaler A shame you seemed an honest man
-
tomasino (tomasino@mastodon.sdf.org)'s status on Thursday, 31-Jan-2019 18:10:19 EST tomasino
@brushy I hope you can tune in. You can join us for chat in irc.sdf.org in #anonradio or on irc.tilde.chat in #tilderadio. I broadcast on both streams.
https://web.tilde.chat or https://anonradio.net/chat are options if you're not much of an IRC person.
All the listeners make all the choices in the books. Oh, and we drink wine. :D
-
tomasino (tomasino@mastodon.sdf.org)'s status on Thursday, 31-Jan-2019 18:08:06 EST tomasino
@alexis the s's probably split from apostrophe'd words, same as the t's. I didn't feel like whipping up an R script, so I just did this in bash:
tr -c '[:alnum:]' '[\n*]' < cavern-of-doom.txt | fgrep -v -w -f /usr/share/groff/current/eign | sort | uniq -c | sort -nr | head -30 | awk '{print $2}'
In conversation from mastodon.sdf.org permalink -
tomasino (tomasino@mastodon.sdf.org)'s status on Thursday, 31-Jan-2019 18:05:51 EST tomasino
20 most common words in tonight's upcoming CYOA (if you need secret word suggestions)
Juranda
Bivotar
page
I
s
Go
The
Syovar
says
He
t
They
Grum
again
It
room
cavern
dragon
tunnel
Well
A
down
You
We
stone
passage
Biv
him
hasIn conversation from mastodon.sdf.org permalink -
tomasino (tomasino@mastodon.sdf.org)'s status on Thursday, 31-Jan-2019 18:00:40 EST tomasino
Tonight on Choose Your Own Adventure we'll be headed back to the land of Frobozz in ...
ZORK #3 The Cavern of Doom by S. Eric Meretzky
Tune in at anonradio.net or tilderadio.org in 2 hours. Jump onto IRC and chat with us.
In conversation from mastodon.sdf.org permalink -
Alexis, whomst ride giant wasp (alexis@tilde.zone)'s status on Thursday, 31-Jan-2019 17:28:48 EST Alexis, whomst ride giant wasp
Speaking of publishing things, I'll take this opportunity to mention my new site https://lexie.space that went live today! You'll find there:
- A novel-length Lovecraftian pirate romance
- A short story from when I was in high school
- A poem about an intimate moment between two fuzzy fellows
- A fragment, one of what I intend to be many over timeEverything there's CW/NSFW-tagged as needed, and if nothing else, there's got to be lots of material for spicy subtoots! Check it out!
In conversation from tilde.zone permalink Repeated by tomasino Attachments
-
tomasino (tomasino@mastodon.sdf.org)'s status on Thursday, 31-Jan-2019 17:08:38 EST tomasino
@namtari set yourself a cronjob reminder to start it up again tomorrow
In conversation from mastodon.sdf.org permalink -
tomasino (tomasino@mastodon.sdf.org)'s status on Thursday, 31-Jan-2019 08:40:55 EST tomasino
@codesections if there's only white space, I'm actually tabbing
In conversation from mastodon.sdf.org permalink -
tomasino (tomasino@mastodon.sdf.org)'s status on Thursday, 31-Jan-2019 08:40:04 EST tomasino
@codesections specifically:
function! CleverTab()
if strpart( getline('.'), 0, col('.')-1 ) =~ '^\s*$'
return "\<Tab>"
else
return "\<C-N>"
endif
endfunction" Tab Completion {{{
inoremap <Tab> <C-R>=CleverTab()<CR>
" }}}In conversation from mastodon.sdf.org permalink -
tomasino (tomasino@mastodon.sdf.org)'s status on Thursday, 31-Jan-2019 08:37:28 EST tomasino
@codesections I do #2
In conversation from mastodon.sdf.org permalink -
tomasino (tomasino@mastodon.sdf.org)'s status on Wednesday, 30-Jan-2019 20:48:57 EST tomasino
@natecull you can require local stuff with ./ paths
In conversation from mastodon.sdf.org permalink -
Danie van der Merwe ✅ (danie10@mastodon.social)'s status on Wednesday, 30-Jan-2019 16:31:03 EST Danie van der Merwe ✅
Furious Apple revokes Facebook's enty app cert after Zuck's crew abused it to slurp private data - But Facebook says it 'can do Better'.. or do they mean Differently #deletefacebook https://www.theregister.co.uk/2019/01/30/facebook_apple_enterprise_certificate_revocation/
In conversation from mastodon.social permalink Repeated by tomasino Attachments
-
tomasino (tomasino@mastodon.sdf.org)'s status on Wednesday, 30-Jan-2019 16:44:17 EST tomasino
@ParadeGrotesque sounds like a good time to look for a new job. His experience should warrant an easy offer with better compensation if he's so underpaid now.
In conversation from mastodon.sdf.org permalink -
tomasino (tomasino@mastodon.sdf.org)'s status on Wednesday, 30-Jan-2019 13:48:58 EST tomasino
@sophia clicking the little down arrow. Not even grabbing the scrollbar. Ooof
In conversation from mastodon.sdf.org permalink -
tomasino (tomasino@mastodon.sdf.org)'s status on Wednesday, 30-Jan-2019 13:22:13 EST tomasino
@alexis is there a reason you have so many queens.... and knights.... and what is going on here?!
In conversation from mastodon.sdf.org permalink -
tomasino (tomasino@mastodon.sdf.org)'s status on Friday, 18-Jan-2019 19:26:18 EST tomasino
@brennen you want to make a git alias from it? like "git editchanged"?
in the [alias] section of .gitconfig:
editchanged = "!vim `git status -u --porcelain | cut -b4- | fzf`"
In conversation from mastodon.sdf.org permalink -
tomasino (tomasino@mastodon.sdf.org)'s status on Tuesday, 08-Jan-2019 21:46:39 EST tomasino
I'm gonna start using lycos as my search engine again. I mean, they may be harvesting my data, but seriously what evil entity is going to buy user data from friggin LYCOS!? Security through irrelevance.
In conversation from mastodon.sdf.org permalink