# 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 1
# self = https://watcher.sour.is/conv/imfpfjq
How many r's in the word strawberry? 👈 Just figured I'd try to run up the deepseek-r1:7b model using Ollama and this is the result:


$  ...**
[How many r’s in the word strawberry?](https://gist.mills.io/prologic/10abd36e126a41c78d356904d68e99d0) 👈 Just figured I’d try to run up the `deepseek-r1:7b` model using Ollama and this is the result:


$ ollama run deepseek-r1:7b
>>> How many r's in the word strawberry?

Alright, so I need to figure out how many times the letter 'r' appears in the word "strawberry." Hmm, okay. Let me ... ⌘ Read more