# 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 35972
# self = https://watcher.sour.is?uri=https://feeds.twtxt.net/lobste_rs/twtxt.txt&offset=34272
# next = https://watcher.sour.is?uri=https://feeds.twtxt.net/lobste_rs/twtxt.txt&offset=34372
# prev = https://watcher.sour.is?uri=https://feeds.twtxt.net/lobste_rs/twtxt.txt&offset=34172
Function Types in Nix
CommentsRead more
What programming language is in this block?**
CommentsRead more
Open WhatsApp directly without saving a number to contact list
Go to WhatsApp directly without saving a number in your contact list. It is convenient if you want to talk to a taxi or a delivery driver, someone who calls you and asks you to send him a location for example.

Install it on your phone, allow the app to access the clipboard, answer yes to the permission prompts and you’re good to go.

This application does not store your data or talk to any third-party servers, all the files are downloaded to your phone and can be used offline, the app ... ⌘ Read more
SQL Has Problems. We Can Fix Them: Pipe Syntax In SQL
SQL has been extremely successful as the de facto standard language for working with data. Virtually all mainstream database-like systems use SQL as their primary query language. But SQL is an old language with significant design problems, making it difficult to learn, difficult to use, and difficult to extend. Many have observed these challenges with SQL, and proposed solutions involving new languages. New language adoption is a significa ... ⌘ Read more