# 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 196320
# self = https://watcher.sour.is?offset=154358
# next = https://watcher.sour.is?offset=154458
# prev = https://watcher.sour.is?offset=154258
@movq Glad you like it, too. :-) Same here, hardly any white left. Just a wee bit on few North facing sides.
[47°09′46″S, 126°43′28″W] Transponder jammed
[M [02;03;03]: 90'](https://staystrong.run/user/bmallred/activity/709bff3a-179f-4059-bef4-88cf8ac58163): 10.44 miles, 00:08:38 average pace, 01:30:06 duration
whoa, just awesome. two nights of good sleep, rest the day before, and very low humidity. this just felt great and definitely boosted my confidence after the failed long run this weekend.
#running
Pinellas County - 90': 10.44 miles, 00:08:38 average pace, 01:30:06 duration
whoa, just awesome. two nights of good sleep, rest the day before, and very low humidity. this just felt great and definitely boosted my confidence after the failed long run this weekend.
#running
Pinellas County - 90': 10.44 miles, 00:08:38 average pace, 01:30:06 duration
whoa, just awesome. two nights of good sleep, rest the day before, and very low humidity. this just felt great and definitely boosted my confidence after the failed long run this weekend.
#running
Pinellas County - 90': 10.44 miles, 00:08:38 average pace, 01:30:06 duration
whoa, just awesome. two nights of good sleep, rest the day before, and very low humidity. this just felt great and definitely boosted my confidence after the failed long run this weekend.
#running
Kimbal Musk (irmão do Elon) tem um nome invulgar; mas poucos sabem que é um diminutivo do seu nome de registo, Joaquimbal
Kimbal Musk (irmão do Elon) tem um nome invulgar; mas poucos sabem que é um diminutivo do seu nome de registo, Joaquimbal
❤️ 🎶: We by Baek Ji Young
❤️ 🎶: We by Baek Ji Young
@prologic day 6 is super easy if you have int64 and some binomial theory. Skip ahead for the easy stars and catch up!
@prologic day 6 is super easy if you have int64 and some binomial theory. Skip ahead for the easy stars and catch up!
@movq Yeah you are right! 🤗 Thank you for re-motivating me 🙇‍♂️ However I am a day behind now, but I will catch up 🤞 My goal started out completing this year's #AdventOfCode writing all solutions in Go and mostly using functional style programming 😁
@movq Yeah you are right! 🤗 Thank you for re-motivating me 🙇‍♂️ However I am a day behind now, but I will catch up 🤞 My goal started out completing this year's #AdventOfCode writing all solutions in Go and mostly using functional style programming 😁
@movq Yeah you are right! 🤗 Thank you for re-motivating me 🙇‍♂️ However I am a day behind now, but I will catch up 🤞 My goal started out completing this year's #AdventOfCode writing all solutions in Go and mostly using functional style programming 😁
[47°09′20″S, 126°43′33″W] Transponder malfunction
@jason Works! 😇
@jason Works! 😇
@jason Works! 😇
Oh.. Right. Need subtract and divide too for the binomial
Oh.. Right. Need subtract and divide too for the binomial
@movq it shouldn't need a full bignum implementation right? Just some left and right shifts for the sq/sqrt and carry for the addition right?
@movq it shouldn't need a full bignum implementation right? Just some left and right shifts for the sq/sqrt and carry for the addition right?
So today's #adventofcode was solved with no programming. Just a bit o maths and wolfram/alpha
So today's #adventofcode was solved with no programming. Just a bit o maths and wolfram/alpha
Today’s AoC puzzle is a very simple problem on modern machines, but quite tricky for me: It involves a number that doesn’t fit into 32 bits. 🤔 I wonder if/how I can manage to port this beast to DOS. (I once wrote a “big int” library myself, but that was *ages* ago and I hardly remember it anymore.)
Today’s AoC puzzle is a very simple problem on modern machines, but quite tricky for me: It involves a number that doesn’t fit into 32 bits. 🤔 I wonder if/how I can manage to port this beast to DOS. (I once wrote a “big int” library myself, but that was *ages* ago and I hardly remember it anymore.)
Today’s AoC puzzle is a very simple problem on modern machines, but quite tricky for me: It involves a number that doesn’t fit into 32 bits. 🤔 I wonder if/how I can manage to port this beast to DOS. (I once wrote a “big int” library myself, but that was *ages* ago and I hardly remember it anymore.)
@xuu I see, interesting. 🤔 Now I’m curious if I could optimize my brute-force solution as well. 😅 (I wrote a “proper” solution in the meantime after watching a visualization by someone else.)
@xuu I see, interesting. 🤔 Now I’m curious if I could optimize my brute-force solution as well. 😅 (I wrote a “proper” solution in the meantime after watching a visualization by someone else.)
@xuu I see, interesting. 🤔 Now I’m curious if I could optimize my brute-force solution as well. 😅 (I wrote a “proper” solution in the meantime after watching a visualization by someone else.)
The word forms is part two. In this one you want to find the first digit and last digit. Think searching '1' - '9'
The word forms is part two. In this one you want to find the first digit and last digit. Think searching '1' - '9'
[47°09′36″S, 126°43′15″W] 3883 days without news from Herve
All brute force.

Its the latest ryzen 7 chipset for laptop/mini form factor.

I am very surprised about the times others are getting. I guess that's the difference between interpreted and compiled showing.
All brute force.

Its the latest ryzen 7 chipset for laptop/mini form factor.

I am very surprised about the times others are getting. I guess that's the difference between interpreted and compiled showing.
@lyse What a great scenery. 😊 I hope the snow comes back soon. It’s all gone at the moment and well above 0°C.
@lyse What a great scenery. 😊 I hope the snow comes back soon. It’s all gone at the moment and well above 0°C.
@lyse What a great scenery. 😊 I hope the snow comes back soon. It’s all gone at the moment and well above 0°C.
@xuu And that is still a brute-force attempt? That’d be *really* fast. 😳 Are you doing anything clever or is your CPU just that powerful? 😅
@xuu And that is still a brute-force attempt? That’d be *really* fast. 😳 Are you doing anything clever or is your CPU just that powerful? 😅
@xuu And that is still a brute-force attempt? That’d be *really* fast. 😳 Are you doing anything clever or is your CPU just that powerful? 😅
Welcome, Hessen!
🧮 USERS:1 FEEDS:2 TWTS:806 ARCHIVED:68196 CACHE:2363 FOLLOWERS:14 FOLLOWING:14
That is pretty hilarious 🤣
took a few attempts.. but i managed to do it in half the time!



took a few attempts.. but i managed to do it in half the time!



Testing out Jenny. If this works I will setup Jenny with mutt.
@movq It took a little over a minute on my machine.. i should try to make it multi threaded.. 🤔


Executed in   68.96 secs    fish           external
   usr time   60.84 secs  242.00 micros   60.84 secs
   sys time   12.52 secs  252.00 micros   12.52 secs
@movq It took a little over a minute on my machine.. i should try to make it multi threaded.. 🤔


Executed in   68.96 secs    fish           external
   usr time   60.84 secs  242.00 micros   60.84 secs
   sys time   12.52 secs  252.00 micros   12.52 secs
[47°09′29″S, 126°43′31″W] Saalmi, retransmit, please
Great tit wants to be a bat: Great tit hanging from the roof
More snow photos from that day: https://lyse.isobeef.org/schnee-2023-12-03/
Last night it got much warmer (~6°C) than it was on the day itself (below freezing). That usually never happens. The snow melted and little avalanches came crashing down the roof. All the bangs scared the hell out of me last night.~
[47°09′01″S, 126°43′21″W] Dosimeter overflow
**** ⌘ Read more****
@prologic Doing AoC competitively is super hard. I don’t enjoy this at all. I just *happened* to be quick these first few days. 😅

I rather set my own goals. Like the DOS thing this year. That is a lot of fun. 😊 (I just have to remember not to check the leaderboards. 🤣)
@prologic Doing AoC competitively is super hard. I don’t enjoy this at all. I just *happened* to be quick these first few days. 😅

I rather set my own goals. Like the DOS thing this year. That is a lot of fun. 😊 (I just have to remember not to check the leaderboards. 🤣)
@prologic Doing AoC competitively is super hard. I don’t enjoy this at all. I just *happened* to be quick these first few days. 😅

I rather set my own goals. Like the DOS thing this year. That is a lot of fun. 😊 (I just have to remember not to check the leaderboards. 🤣)
Senhoras e senhores, Aphex Twin Boneco da Lego com barba e rabo de cavalo, a lembrar vagamente o Aphex twin
Senhoras e senhores, Aphex Twin Boneco da Lego com barba e rabo de cavalo, a lembrar vagamente o Aphex twin
[47°09′12″S, 126°43′46″W] Dosimeter still failing
Greetings from snowy, cold and wet Hessen!
Oh man I haven't even started coding yet 🤦‍♂️ This is fast becoming no fun 😢
Oh man I haven't even started coding yet 🤦‍♂️ This is fast becoming no fun 😢
Oh man I haven't even started coding yet 🤦‍♂️ This is fast becoming no fun 😢
[47°09′20″S, 126°43′27″W] Storm recedes -- back to normal work
… it just finished and brute-force worked. 18 minutes of computing time on my 11 year old machine, single-threaded.
… it just finished and brute-force worked. 18 minutes of computing time on my 11 year old machine, single-threaded.
… it just finished and brute-force worked. 18 minutes of computing time on my 11 year old machine, single-threaded.
@xuu I ask myself that question every year. 🤣

To be fair, the first part wasn’t really that difficult. If you have *A LOT* of experience with these kind of problems/puzzles and if you have a proper framework, I imagine it’s doable. (I, on the other hand, spent about 40 minutes just writing my C code to parse the input.)

Some of these people record themselves and then post it on YouTube. It’s pretty crazy to watch. 🥴

The second part of the puzzle, was/is pretty hard, though. At least for me, because I haven’t found “the trick” yet. I’m currently trying to brute-force it while having breakfast. 😅 (But given that it took ~8 minutes for the first person to get both stars, maybe they brute-forced it as well. With a faster machine and multithreading, ~8 minutes sounds about right. Brute-force is rarely the answer in AoC, though.)
@xuu I ask myself that question every year. 🤣

To be fair, the first part wasn’t really that difficult. If you have *A LOT* of experience with these kind of problems/puzzles and if you have a proper framework, I imagine it’s doable. (I, on the other hand, spent about 40 minutes just writing my C code to parse the input.)

Some of these people record themselves and then post it on YouTube. It’s pretty crazy to watch. 🥴

The second part of the puzzle, was/is pretty hard, though. At least for me, because I haven’t found “the trick” yet. I’m currently trying to brute-force it while having breakfast. 😅 (But given that it took ~8 minutes for the first person to get both stars, maybe they brute-forced it as well. With a faster machine and multithreading, ~8 minutes sounds about right. Brute-force is rarely the answer in AoC, though.)
@xuu I ask myself that question every year. 🤣

To be fair, the first part wasn’t really that difficult. If you have *A LOT* of experience with these kind of problems/puzzles and if you have a proper framework, I imagine it’s doable. (I, on the other hand, spent about 40 minutes just writing my C code to parse the input.)

Some of these people record themselves and then post it on YouTube. It’s pretty crazy to watch. 🥴

The second part of the puzzle, was/is pretty hard, though. At least for me, because I haven’t found “the trick” yet. I’m currently trying to brute-force it while having breakfast. 😅 (But given that it took ~8 minutes for the first person to get both stars, maybe they brute-forced it as well. With a faster machine and multithreading, ~8 minutes sounds about right. Brute-force is rarely the answer in AoC, though.)
How did so many get the first star within the first 3 mins?
How did so many get the first star within the first 3 mins?
[47°09′41″S, 126°43′52″W] Automatic systems disengaged due to blizzard
@eapl.me It’s been a while since I used QBasic/QuickBasic, but yep, I remember the experience being quite similar. 😊
@eapl.me It’s been a while since I used QBasic/QuickBasic, but yep, I remember the experience being quite similar. 😊
@eapl.me It’s been a while since I used QBasic/QuickBasic, but yep, I remember the experience being quite similar. 😊
@eapl.me I have many fond memories of Turbo pascal and Turbo C(++). They really did have a great help system. And debug tools! Its rare for language docs to be as approachable. QBasic was great. As was PHP docs when I first came into web.
@eapl.me I have many fond memories of Turbo pascal and Turbo C(++). They really did have a great help system. And debug tools! Its rare for language docs to be as approachable. QBasic was great. As was PHP docs when I first came into web.
@jason I got it. I was already asleep yesterday. 😅
@jason I got it. I was already asleep yesterday. 😅
@jason I got it. I was already asleep yesterday. 😅
@movq Thank you! 🙏 🙇‍♂️
@movq Thank you! 🙏 🙇‍♂️
@movq Thank you! 🙏 🙇‍♂️
@johanbove With pygame or something else? 🤔
@johanbove With pygame or something else? 🤔
@johanbove With pygame or something else? 🤔
🧮 USERS:1 FEEDS:2 TWTS:805 ARCHIVED:68180 CACHE:2356 FOLLOWERS:14 FOLLOWING:14
Se também eras junkie do GTA2 (lançado em 1999!), vais gostar de saber que o jogo está à disposição no Internet Archive, e há mods (este e este) para trazer melhoramentos

descoberto num tweet do Vinicius Medeiros -- não quero fazer hábito de transplantar cenas do passaralho para aqui, mas há algumas demasiado boas para não divulgar

(e o GTA1? Também há!) screenshot do gta2
Se também eras junkie do GTA2 (lançado em 1999!), vais gostar de saber que o jogo está à disposição no Internet Archive, e há mods (este e este) para trazer melhoramentos

descoberto num tweet do Vinicius Medeiros -- não quero fazer hábito de transplantar cenas do passaralho para aqui, mas há algumas demasiado boas para não divulgar

(e o GTA1? Também há!) screenshot do gta2
@movq Did you get the email I sent? I found two emails and did not know what one to send to.
@jason Sure thing. The address is on my website. 👌
@jason Sure thing. The address is on my website. 👌
@jason Sure thing. The address is on my website. 👌
@movq Its more than one line I can email it to you if you like
[47°09′10″S, 126°43′07″W] Wind speed: 90kph -- batteries low
[M [02;03;01]: Recovery run](https://staystrong.run/user/bmallred/activity/8051e088-2125-43e5-bb7f-618230615971): 3.00 miles, 00:11:49 average pace, 00:35:26 duration

#running #treadmill