@prologic@twtxt.net its not.. There are going to be 1000s of copy cat apps built on AI. And they will all die out when the companies that have the AI platforms copy them. It happened all the time with windows and mac os. And iphone.. Like flashlight and sound recorder apps.
How to Make Stickers from Photos for Messages on iPhone
Stickers are a fun and creative way to enhance your iMessage experience, and the latest versions of iOS support a feature that allow you to easily make your own stickers from any of your own photos, right from your iPhone. For example, maybe you have a picture of a great dog or cat, or yourself, … Read More ⌘ Read more
💻 Issue 389 - Load Balancer in Scala with Cats Effect and Http4s ⌘ Read more
💻 Issue 377 - Cats Effect vs ZIO ⌘ Read more
UFO Evidence
⌘ Read more
Well the cats had to come back inside, Jarod decided that 6h was a perfect time to howl down the neighbourhood. Samy is unamused by this.
It is supposed to be raining so the cats can’t have their boxes outside
Data Quality
⌘ Read more
Astronomy Numbers
⌘ Read more
Precision vs Accuracy
⌘ Read more
https://audereco.com/methode-save-the-cat writing synopsis
@movq@www.uninformativ.de @prologic@twtxt.net I tried to think about it once more today, but still no luck yet. However, I reckon that when I try to grasp something in a very focused way, then I imagine how I would loudly read it (but actually don’t) and hear myself. I’m quite certain about that. In more extreme cases I even noticed my lips slightly moving, but not creating any sound. But most of the time I don’t think there’s a voice. The tricky thing is, if I don’t think about how it works in general, I don’t know. And if I try to think about it, it feels like introducing tons of measuring errors. I just found Schrödinger’s cat in my brain.
@thecanine@twtxt.net @prologic@twtxt.net In drawing guessing games over here one often quickly starts with dog, cat, mouse.
A tale of a rat and a cat - OH.MG https://redacted.id/3b282j
All this time spent being grumpy about how adding my Now updates directly into the html page is uncomfortable, and it just occurred to me I can chug it into a text file and use cat.
Family Reunion
⌘ Read more
#!/bin/sh
# Validate environment
if ! command -v msgbus > /dev/null; then
printf "missing msgbus command. Use: go install git.mills.io/prologic/msgbus/cmd/msgbus@latest"
exit 1
fi
if ! command -v salty > /dev/null; then
printf "missing salty command. Use: go install go.mills.io/salty/cmd/salty@latest"
exit 1
fi
if ! command -v salty-keygen > /dev/null; then
printf "missing salty-keygen command. Use: go install go.mills.io/salty/cmd/salty-keygen@latest"
exit 1
fi
if [ -z "$SALTY_IDENTITY" ]; then
export SALTY_IDENTITY="$HOME/.config/salty/$USER.key"
fi
get_user () {
user=$(grep user: "$SALTY_IDENTITY" | awk '{print $3}')
if [ -z "$user" ]; then
user="$USER"
fi
echo "$user"
}
stream () {
if [ -z "$SALTY_IDENTITY" ]; then
echo "SALTY_IDENTITY not set"
exit 2
fi
jq -r '.payload' | base64 -d | salty -i "$SALTY_IDENTITY" -d
}
lookup () {
if [ $# -lt 1 ]; then
printf "Usage: %s nick@domain\n" "$(basename "$0")"
exit 1
fi
user="$1"
nick="$(echo "$user" | awk -F@ '{ print $1 }')"
domain="$(echo "$user" | awk -F@ '{ print $2 }')"
curl -qsSL "https://$domain/.well-known/salty/${nick}.json"
}
readmsgs () {
topic="$1"
if [ -z "$topic" ]; then
topic=$(get_user)
fi
export SALTY_IDENTITY="$HOME/.config/salty/$topic.key"
if [ ! -f "$SALTY_IDENTITY" ]; then
echo "identity file missing for user $topic" >&2
exit 1
fi
msgbus sub "$topic" "$0"
}
sendmsg () {
if [ $# -lt 2 ]; then
printf "Usage: %s nick@domain.tld <message>\n" "$(basename "$0")"
exit 0
fi
if [ -z "$SALTY_IDENTITY" ]; then
echo "SALTY_IDENTITY not set"
exit 2
fi
user="$1"
message="$2"
salty_json="$(mktemp /tmp/salty.XXXXXX)"
lookup "$user" > "$salty_json"
endpoint="$(jq -r '.endpoint' < "$salty_json")"
topic="$(jq -r '.topic' < "$salty_json")"
key="$(jq -r '.key' < "$salty_json")"
rm "$salty_json"
message="[$(date +%FT%TZ)] <$(get_user)> $message"
echo "$message" \
| salty -i "$SALTY_IDENTITY" -r "$key" \
| msgbus -u "$endpoint" pub "$topic"
}
make_user () {
mkdir -p "$HOME/.config/salty"
if [ $# -lt 1 ]; then
user=$USER
else
user=$1
fi
identity_file="$HOME/.config/salty/$user.key"
if [ -f "$identity_file" ]; then
printf "user key exists!"
exit 1
fi
# Check for msgbus env.. probably can make it fallback to looking for a config file?
if [ -z "$MSGBUS_URI" ]; then
printf "missing MSGBUS_URI in environment"
exit 1
fi
salty-keygen -o "$identity_file"
echo "# user: $user" >> "$identity_file"
pubkey=$(grep key: "$identity_file" | awk '{print $4}')
cat <<- EOF
Create this file in your webserver well-known folder. https://hostname.tld/.well-known/salty/$user.json
{
"endpoint": "$MSGBUS_URI",
"topic": "$user",
"key": "$pubkey"
}
EOF
}
# check if streaming
if [ ! -t 1 ]; then
stream
exit 0
fi
# Show Help
if [ $# -lt 1 ]; then
printf "Commands: send read lookup"
exit 0
fi
CMD=$1
shift
case $CMD in
send)
sendmsg "$@"
;;
read)
readmsgs "$@"
;;
lookup)
lookup "$@"
;;
make-user)
make_user "$@"
;;
esac
Cat Related Entry | Redacted Identity by OM.Gay https://redacted.id/a5987e9d
@prologic@twtxt.net my cat was admitted to hospital last night before I posted that, she didn’t make it
Your Docker Business Questions Answered
In our recent live webinar, Management & Security at Scale with Docker Business (check out the webinar recording here) Docker Senior Product Marketing Manager Cat Siemer and Head of Dev Rel and Community Peter McKee discussed our new product subscription tier, Docker Business and how it addresses the challenges faced by large organizations that require enhanced […]
The post [Your Docker Business Questions Answered](https://www.docker.com/blog/your-do … ⌘ Read more
@fastidious@arrakis.netbros.com This is exactly what my partner says. I tell my partner that we don’t have to send the cat to college so it’s okay.
I use NNCP for everything from send/receiving emails, to Telegram/Matrix piping, and Youtube video queuing. So my plan was to upgrade but then one of my cats threw a temper tantrum over food, so I had to deal with that, then I upgraded everything. Finally 😅
@prologic@twtxt.net twtxt is so simple one could read with netcat, cat and tail. I like that.
@kas@enotty.dk Thanks ! I can’t wait ! We will welcome her at the end of the month :)
We’re getting a cat ! Yay !
Herding Cats- Episode 1 - YouTube https://www.youtube.com/watch?v=CHefn45fX1M&list=PLFad02vA5AOHMFKVSG65S40QOtsx2nGFF
I think I’ve figured out what makes My Roommate Is A Cat satisfying: it’s the standard romance-comedy formula (i.e., a comedy of errors where gags are caused by miscommunication) but misunderstandings are justified by the fact that they’re different species.
Systems Software Research is Irrelevant (aka utah2000 or utah2k) http://doc.cat-v.org/bell_labs/utah2000/utah2000.html
samurai bodega cats
In case anybody is wondering what ‘Double Mojo’ (the name I released MfoM under) means, it’s from Save the Cat, & is also called ‘black vet’. Most movies have a hook based on a juxtaposition of two elements. Double Mojo is when you juxtapose with another juxtaposition.
Understanding Generic Cell Rate Limiting - cat /dev/brain https://blog.ian.stapletoncordasco.com/2018/12/understanding-generic-cell-rate-limiting.html
The uncanny familiar: can we ever really know a cat? | Aeon Essays https://aeon.co/essays/the-uncanny-familiar-can-we-ever-really-know-a-cat
Can black-footed cats interbreed with domestic cats?
I’d love to see Trigger do a Geobreeders series. The premise had so much potential: a multi-generational war between chuunibyos with computer sigils and shape-shifting cats made of radio waves who live on the internet.
Teleconferencing is like being on IRC, if everybody was a noob, two people typing at the same time made both of their posts into gibberish, and half the channel has a cat on their keyboard the entire time.
Save the Cat (Blake Snyder) | Emily Short’s Interactive Storytelling https://emshort.blog/2018/12/04/save-the-cat-blake-snyder/
The Source History of Cat https://twobithistory.org/2018/11/12/cat.html
inferno@interstice.com and inferno@artnet.com.br list archives http://doc.cat-v.org/inferno/historical_documents/mailing_lists/interstice/
Acid: A Debugger Built From A Language http://doc.cat-v.org/plan_9/4th_edition/papers/acidpaper
Native Kernel Debugging with Acid http://doc.cat-v.org/inferno/4th_edition/kernel_debugging/