# 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 21
# self = https://watcher.sour.is/conv/h2h7f3a
I just completed “ Dive!” - Day 2 - Advent of Code

⭐️ ⭐️ #AdventOfCode #aoc2021
I just completed “ Dive!” - Day 2 - Advent of Code

⭐️ ⭐️ #AdventOfCode #aoc2021
I'm getting _progressively_ faster reach day! 😂 We had a very bad water and power problem this afternoon where our laundry flooded and water got into a bunch of electrical equipment and fried a few circuits 😳 So I wasn't able to complete Day 2 "on time" 😅 Oh well! Better luck tomorrow!

I'm getting _progressively_ faster reach day! 😂 We had a very bad water and power problem this afternoon where our laundry flooded and water got into a bunch of electrical equipment and fried a few circuits 😳 So I wasn't able to complete Day 2 "on time" 😅 Oh well! Better luck tomorrow!

I'm getting _progressively_ faster reach day! 😂 We had a very bad water and power problem this afternoon where our laundry flooded and water got into a bunch of electrical equipment and fried a few circuits 😳 So I wasn't able to complete Day 2 "
Posting my solutions at prologic/aoc2021 as I go along... 👌
Posting my solutions at prologic/aoc2021 as I go along... 👌
@prologic So far, everything screams “use awk!” 🤣 phillbush/seninha uses it: https://github.com/phillbush/aoc/tree/master/2021 Super short solutions. Let’s see how long this is going to work.

My repo is here: https://uninformativ.de/git/AoC-2021/ – Still trying to learn Rust. 🥴
@prologic So far, everything screams “use awk!” 🤣 phillbush/seninha uses it: https://github.com/phillbush/aoc/tree/master/2021 Super short solutions. Let’s see how long this is going to work.

My repo is here: https://uninformativ.de/git/AoC-2021/ – Still trying to learn Rust. 🥴
@prologic So far, everything screams “use awk!” 🤣 phillbush/seninha uses it: https://github.com/phillbush/aoc/tree/master/2021 Super short solutions. Let’s see how long this is going to work.

My repo is here: https://uninformativ.de/git/AoC-2021/ – Still trying to learn Rust. 🥴
@movq wow, those *awk* solutions are out of this world. So nice to have such knowledge!
@movq Awk?! Eww 🤣
@movq Awk?! Eww 🤣
@prologic Well, all the tasks so far only involve scanning a file from top to bottom and do a tiny little bit of computation on that data. awk is perfect for this job. Granted, day01b is a little tricky, but the other solutions are super clean, if you ask me. 🤔
@prologic Well, all the tasks so far only involve scanning a file from top to bottom and do a tiny little bit of computation on that data. awk is perfect for this job. Granted, day01b is a little tricky, but the other solutions are super clean, if you ask me. 🤔
@prologic Well, all the tasks so far only involve scanning a file from top to bottom and do a tiny little bit of computation on that data. awk is perfect for this job. Granted, day01b is a little tricky, but the other solutions are super clean, if you ask me. 🤔
@movq Hahaha I _would_ never do this in _any_ esoteric type language, which I sort-of consider Awk to be 😂 But to each their own 🤣
@movq Hahaha I _would_ never do this in _any_ esoteric type language, which I sort-of consider Awk to be 😂 But to each their own 🤣
@prologic One of the other guys from nixers.net is doing it in Octave: https://github.com/henkmet/aoc2021 😁
@prologic One of the other guys from nixers.net is doing it in Octave: https://github.com/henkmet/aoc2021 😁
@prologic One of the other guys from nixers.net is doing it in Octave: https://github.com/henkmet/aoc2021 😁