# 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 196319
# self = https://watcher.sour.is?offset=154225
# next = https://watcher.sour.is?offset=154325
# prev = https://watcher.sour.is?offset=154125
@movq Haha I'm too stupid to work out what that trick is 😆 Or too tied or both 🤣
@movq Haha I'm too stupid to work out what that trick is 😆 Or too tied or both 🤣
@movq Haha I'm too stupid to work out what that trick is 😆 Or too tied or both 🤣
@prologic (Mild spoilers ahead.)
Today’s puzzle was one of those where I immediately knew that there *must* be a solution that does not require actually copying anything. AoC often has these kinds of problems that make it *look like* you have to create lots of duplicates, multiply objects, stuff like that. That’s often a sign that you can solve it by doing something simple. 😅 (If only that was true in real life as well. 😂)
@prologic (Mild spoilers ahead.)
Today’s puzzle was one of those where I immediately knew that there *must* be a solution that does not require actually copying anything. AoC often has these kinds of problems that make it *look like* you have to create lots of duplicates, multiply objects, stuff like that. That’s often a sign that you can solve it by doing something simple. 😅 (If only that was true in real life as well. 😂)
@prologic (Mild spoilers ahead.)
Today’s puzzle was one of those where I immediately knew that there *must* be a solution that does not require actually copying anything. AoC often has these kinds of problems that make it *look like* you have to create lots of duplicates, multiply objects, stuff like that. That’s often a sign that you can solve it by doing something simple. 😅 (If only that was true in real life as well. 😂)
Today's #AdventofCode #2023 was a bit of a whoozie 🤣 Not only did I have to work today (_today being Monday et all_), but also had to deal with a minor incident, then have dinner, etc and by the time I got back to my half-finished day 4 puzzle, I got a bit stuck with the 2nd part 🤦♂️ I guess I don't really like array manipulation, it's so easy to get lost 🤣
Today's #AdventofCode #2023 was a bit of a whoozie 🤣 Not only did I have to work today (_today being Monday et all_), but also had to deal with a minor incident, then have dinner, etc and by the time I got back to my half-finished day 4 puzzle, I got a bit stuck with the 2nd part 🤦♂️ I guess I don't really like array manipulation, it's so easy to get lost 🤣
Today's #AdventofCode #2023 was a bit of a whoozie 🤣 Not only did I have to work today (_today being Monday et all_), but also had to deal with a minor incident, then have dinner, etc and by the time I got back to my half-finished day 4 puzzle, I got a bit stuck with the 2nd part 🤦♂️ I guess I don't really like array manipulation, it's so easy to get lost 🤣
Day 4, Part 1 and Day 4, Part 2 of #AdventOfCode #2023 done 🥳
My solution to the 2nd part is _really, really_ slow 😢 But it works so oh well 🤷♂️
Day 4, Part 1 and Day 4, Part 2 of #AdventOfCode #2023 done 🥳
My solution to the 2nd part is _really, really_ slow 😢 But it works so oh well 🤷♂️
Day 4, Part 1 and Day 4, Part 2 of #AdventOfCode #2023 done 🥳
My solution to the 2nd part is _really, really_ slow 😢 But it works so oh well 🤷♂️
[47°09′20″S, 126°43′51″W] Wind speed: 46kph -- batteries low
❤️ 🎶: 무시로 by Baek Ji Young
❤️ 🎶: 무시로 by Baek Ji Young
[47°09′35″S, 126°43′00″W] Wind speed: 63kph -- batteries low
❤️ 🎶: Loveless Night by KWON SOON IL
❤️ 🎶: Loveless Night by KWON SOON IL
logs/blog: notes on the year's events; garden/gamedev: chaos awakening synopsis updated
[47°09′03″S, 126°43′32″W] Wind speed: N/A -- Cannot comunicate
@prologic Great now I can start using twtxt and reply.
@prologic Does putting the hash in my reply work?
@jason At the very least you can copy/paste the subject and hash in your reply 😆
@jason At the very least you can copy/paste the subject and hash in your reply 😆
@jason At the very least you can copy/paste the subject and hash in your reply 😆
@prologic @xuu Don't think I can reply to the thread in twtwt. Right now Jenny is not working for some reason. I wonder if @movq has any ideas. Anyway I am happy to be back and will see if I can get jenny working. Though my following list is gone now. Plus I can't see when someone mentions me if I am not follwing them so I should work on that.
@jason if you do see this.. Welcome back! 👋🏼
@jason if you do see this.. Welcome back! 👋🏼
🧮 USERS:1 FEEDS:2 TWTS:804 ARCHIVED:68150 CACHE:2335 FOLLOWERS:14 FOLLOWING:14
I am back on twtxt for now. I am using twtwt client. Don't think that it does replies so I should try jenny with mutt again.
College football is crazy.
[47°09′30″S, 126°43′17″W] Weather forecast alert -- storm from E
I could have made my search smarter using a prefix search rather than scanning the full buffer for each iteration.
I could have made my search smarter using a prefix search rather than scanning the full buffer for each iteration.
@movq haha! I'm sure they had fun working around stuff like nineight
@movq haha! I'm sure they had fun working around stuff like nineight
FSU was left out of the College Football Playoff. That is an absolute disgrace. I'm mad.
[47°09′32″S, 126°43′37″W] Dosimeter fixed
[47°09′26″S, 126°43′07″W] Resetting dosimeter
@movq Hah 😅 Hmm 🤔 Yeah all I had to do in the 2nd part was store the YX coordinate of the Symbol for the part, then transpose all the parts into a map of SymbolYX -> Part(s) Note that I call it YX and not XY because the usual way of dealing with this in code, is rows first, then columns, ro Y then X 😅
@movq Hah 😅 Hmm 🤔 Yeah all I had to do in the 2nd part was store the YX coordinate of the Symbol for the part, then transpose all the parts into a map of SymbolYX -> Part(s) Note that I call it YX and not XY because the usual way of dealing with this in code, is rows first, then columns, ro Y then X 😅
@movq Hah 😅 Hmm 🤔 Yeah all I had to do in the 2nd part was store the YX coordinate of the Symbol for the part, then transpose all the parts into a map of SymbolYX -> Part(s) Note that I call it YX and not XY because the usual way of dealing with this in code, is rows first, then columns, ro Y then X 😅
@prologic Yours is more clever and cleaner, I think. 🤔 You were able to reuse more code for the second part. I, instead, wrote a different search logic for part 2. 😅
@prologic Yours is more clever and cleaner, I think. 🤔 You were able to reuse more code for the second part. I, instead, wrote a different search logic for part 2. 😅
@prologic Yours is more clever and cleaner, I think. 🤔 You were able to reuse more code for the second part. I, instead, wrote a different search logic for part 2. 😅
@movq Hah looks like your logic is quite similar to mine actually and we wrote similar amounts of lines of code 🤔
@movq Hah looks like your logic is quite similar to mine actually and we wrote similar amounts of lines of code 🤔
@movq Hah looks like your logic is quite similar to mine actually and we wrote similar amounts of lines of code 🤔
@movq Nice! 👌 But you still beat me 😆
@movq Nice! 👌 But you still beat me 😆
@movq Nice! 👌 But you still beat me 😆
@movq @prologic At least my recent messages seem to still work then. :-) Thanks to both of you.
@lyse Meanwhile we're sitting outside in 28C 🥵 'Twas a top of 34 😱
@lyse Meanwhile we're sitting outside in 28C 🥵 'Twas a top of 34 😱
@lyse Meanwhile we're sitting outside in 28C 🥵 'Twas a top of 34 😱
@movq I'm pretty sure it's experience from doing past AoC puzzles 😅
@movq I'm pretty sure it's experience from doing past AoC puzzles 😅
@movq I'm pretty sure it's experience from doing past AoC puzzles 😅
@movq I don't even think I notice 😅
@movq I don't even think I notice 😅
@movq I don't even think I notice 😅