woo
parent
489de3367d
commit
cdc389198c
15
data.rec
15
data.rec
|
@ -20,3 +20,18 @@ human: tomasino
|
|||
email: james@tomasino.org
|
||||
date: Wednesday, April 6, 2022
|
||||
time: 16:00 UTC
|
||||
|
||||
human: wsinatra
|
||||
email: wpsinatra@gmail.com
|
||||
date: Wednesday, April 6, 2022
|
||||
time: 8:30 PM Eastern
|
||||
|
||||
human: elly
|
||||
email: efongjones@gmail.com
|
||||
date: Wednesday, April 13, 2022
|
||||
time: 6:00 PM Pacific
|
||||
|
||||
human: ben
|
||||
email: ben@tilde.team
|
||||
date: Wednesday, April 13, 2022
|
||||
time: 5:00 PM Eastern
|
||||
|
|
5
justfile
5
justfile
|
@ -31,11 +31,12 @@ clean:
|
|||
up:
|
||||
rsync -azP dist/ tilde:public_html/podcast
|
||||
|
||||
# make emails from data.rec
|
||||
# make this week's emails from data.rec
|
||||
emails:
|
||||
#!/bin/bash
|
||||
echo "{ \"data\":" > tmp.json
|
||||
recsel -e "date >> '$(date)'" data.rec | rec2csv | csvjson >> tmp.json
|
||||
recsel -e "date >> '$(gdate)' && date << '$(gdate -d "next week")'" data.rec \
|
||||
| rec2csv | csvjson >> tmp.json
|
||||
echo "}" >> tmp.json
|
||||
mustache tmp.json templates/email.template
|
||||
rm tmp.json
|
||||
|
|
|
@ -29,3 +29,7 @@ answered: no
|
|||
listenert: bx
|
||||
writes: if you had to host a gathering serving a vehicle for yourself and guests to eat, what kind and model of vehicle would you serve/eat? (cooking and seasoning is allowed and encouraged)
|
||||
answered: no
|
||||
|
||||
listener: apreche
|
||||
writes: I was wondering if you had any tips with regards to discovery as it pertains to tildes. The big time social networks do a lot to guide users into filling up their feeds with content to doomscroll. On a tilde, a user needs to not only know where, but also how, to find what other people are saying, creating, and sharing. It can often feel very quiet outside of the primary IRC channels. What are the best ways to keep up with what fellow tildezens are up to?
|
||||
answered: no
|
||||
|
|
Loading…
Reference in New Issue