# 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 194260
# self = https://watcher.sour.is?offset=190496
# next = https://watcher.sour.is?offset=190596
# prev = https://watcher.sour.is?offset=190396
@javivf Hit me up on IRC or something and we'll get started đ
đ§ź USERS:1 FEEDS:2 TWTS:1339 ARCHIVED:87053 CACHE:2780 FOLLOWERS:22 FOLLOWING:14
Was feeling kind of blue, then a bird pooped on me
@bender it's here!!!! i'm so happy with it :DDD hugo is awesome, i just found astro to be easiest to customize!
@bender it's here!!!! i'm so happy with it :DDD hugo is awesome, i just found astro to be easiest to customize!
@kat so, where is the site? Show us, show us! I use Hugo exclusively, just a binary. My sites also build upon a commit, on my own VPS. đ
that site of mine i mentioned earlier? well it's now statically generated with astro, AND it automatically builds and deploys after i push changes to my own git instance, with the power of sourcehut builds! this is so cool
that site of mine i mentioned earlier? well it's now statically generated with astro, AND it automatically builds and deploys after i push changes to my own git instance, with the power of sourcehut builds! this is so cool
@movq yeahhh very true stuff. find is annoying af i just use fd when i can
@movq yeahhh very true stuff. find is annoying af i just use fd when i can
#IL no twitter: "Estes vieram estragar e destruir enquanto a Iniciativa Liberal trabalha também para defender o ambiente."
Programa da IL sobre o ambiente: "uma rota polĂtica reformista, sustentada numa economia livre e aberta, capaz de produzir as soluçÔes e transformaçÔes tecnolĂłgicas e infraestruturais de que precisamos." [isto Ă©: solucionismo tecnolĂłgico]; "mais tecnologia e cada vez mais barata, para acelerar a transição energĂ©tica rumo a um futuro nĂŁo sĂł mais eficiente, mas mais abundante." [idem]; "A Iniciativa Liberal estĂĄ comprometida com os objetivos estabelecidos no Acordo de Paris, e considera fundamental que Portugal alcance uma economia de carbono lĂquido zero atĂ© 2050." [meta que segundo a IEA tem de ser atingida em 2035 para cumprir com o Acordo de Paris].
Ou seja, o que os miĂșdos vieram mesmo estragar e destruir foi a fantasia que a IL tenta espalhar de que eles estĂŁo do lado da solução e nĂŁo do problema quanto Ă crise climĂĄtica.
#criseclimĂĄtica
#IL no twitter: "Estes vieram estragar e destruir enquanto a Iniciativa Liberal trabalha também para defender o ambiente."
Programa da IL sobre o ambiente: "uma rota polĂtica reformista, sustentada numa economia livre e aberta, capaz de produzir as soluçÔes e transformaçÔes tecnolĂłgicas e infraestruturais de que precisamos." [isto Ă©: solucionismo tecnolĂłgico]; "mais tecnologia e cada vez mais barata, para acelerar a transição energĂ©tica rumo a um futuro nĂŁo sĂł mais eficiente, mas mais abundante." [idem]; "A Iniciativa Liberal estĂĄ comprometida com os objetivos estabelecidos no Acordo de Paris, e considera fundamental que Portugal alcance uma economia de carbono lĂquido zero atĂ© 2050." [meta que segundo a IEA tem de ser atingida em 2035 para cumprir com o Acordo de Paris].
Ou seja, o que os miĂșdos vieram mesmo estragar e destruir foi a fantasia que a IL tenta espalhar de que eles estĂŁo do lado da solução e nĂŁo do problema quanto Ă crise climĂĄtica.
#criseclimĂĄtica
[47°09âČ41âłS, 126°43âČ58âłW] Resetting transponder
YouTube just went from this:

To this:

Why.
Red for âactivatedâ and dark gray for âdeactivatedâ was easy to recognize.
Now we have light gray for âactivatedâ and dark gray for âdeactivatedâ. Itâs clearly worse.
Why, why, why.
YouTube just went from this:

To this:

Why.
Red for âactivatedâ and dark gray for âdeactivatedâ was easy to recognize.
Now we have light gray for âactivatedâ and dark gray for âdeactivatedâ. Itâs clearly worse.
Why, why, why.
@kat You don't need to change the directory first in line 11, you can just create the directory, that's sufficient since you're having an absolute path.
The echo
in line 13 is useless, you can simplify this to: newdir="$WD/$now"
If you reversed this line with the previous one, you could make use of the variable in the directory creation: mkdir "$newdir"
.
In line 16, pull the directory change out of the loop upfront. The loop body doesn't modify the working directory, so no need to reset it with each cycle. In fact, you could even spare the cd
altogether when you simply tell find
where to look: find "$basedir" -type fâŠ
.
I didn't try it, but if I read the manpage correctly, you should be able to simplify line 19 as well:
> -C Change to DIR before performing any operations. This option is order-sensitive, i.e. it affects all options that follow.
Hence, remove the cd
and put the -C "$WD"
as the first argument to tar
. Again, I didn't try it. Proceed with caution.
Finally, you don't need to specify the full path to rm
in line 21. I bet, /bin
is in your PATH
. When you removed the previous cd
from my last suggestion, the relative path that follows won't work anymore. So, just use the absolute path that you already have in a variable: rm -rf "$newdir"
I hope you find this tiny review a wee bit useful. :-)
@kat Tux plushie is life, Tux plushie is best friend đ€
@kat Tux plushie is life, Tux plushie is best friend đ€
@kat @movq @prologic Yeah, I'm also having them in my repertoire for ages, so I'm used to the weird command line options. From today's perspective, they're not consistent with the rest of the typical shell utilities, that's for sure.
Regarding find | grep foo
, I recommend find -name '*foo*'
, prologic. Also, I regularly use -type d
and -type f
to find directories or files.
[47°09âČ09âłS, 126°43âČ33âłW] Transponder still failing
@kat Nothing wrong with handwritten HTML. That's often superior to generated stuff I believe. :-)
Farrrk me Google search is and these days. Will they please "fuck off" with this Gemini AI garbage at the top that takes forever and is distracting as shitâą đ© Fark me đ€Šââïž #Google #Search #Sucks #AI #Gemini
@movq Yeah I _actually_ use sift a lot these days for most "searching" -- at least code and text searching. For finding files by name I still use find | grep
.
@kat @prologic Given that all these programs are super old (tar
is from the late 1970ies), while trying to retain backwards-compatibilty, Iâm not surprised that the UI isnât too great. đ€
find
has quite a few pitfalls, that is very true. At work, we donât even use it anymore in more complex scenarios but write Python scripts instead. find
can be fast and efficient, but fewer and fewer people lack the knowledge to use it ⊠The same goes for Shell scripting in general, actually.
@kat @prologic Given that all these programs are super old (tar
is from the late 1970ies), while trying to retain backwards-compatibilty, Iâm not surprised that the UI isnât too great. đ€
find
has quite a few pitfalls, that is very true. At work, we donât even use it anymore in more complex scenarios but write Python scripts instead. find
can be fast and efficient, but fewer and fewer people lack the knowledge to use it ⊠The same goes for Shell scripting in general, actually.
@kat It's also perfectly safe to nuke your cache as well. i.e: rm data/cache*
and it's all good, things will just get rebuilt đ
i got so emo about my site not being statically generated and instead hand coded but it's like i don't even know if i want that because i feel most SSGs are built for blogging and continuous posting and i don't want that i just want to make my silly pages....
that being said, the one i'd use if i did switch to one would be astro and that one is so flexible i could really do anything with it including keeping my pages as is mostly without doing the blog stuff. idk! something to consider
i got so emo about my site not being statically generated and instead hand coded but it's like i don't even know if i want that because i feel most SSGs are built for blogging and continuous posting and i don't want that i just want to make my silly pages....
that being said, the one i'd use if i did switch to one would be astro and that one is so flexible i could really do anything with it including keeping my pages as is mostly without doing the blog stuff. idk! something to consider
i still want a tux plushie ngl. i'm gonna draft my sister (she can sew) into making me one
i still want a tux plushie ngl. i'm gonna draft my sister (she can sew) into making me one
@prologic haven't noticed anything weird in the logs! i'll let you know if it happens again and monitor more closely though. it was def weird!
@prologic haven't noticed anything weird in the logs! i'll let you know if it happens again and monitor more closely though. it was def weird!
@kat Hmmm Please if this happens again, help me reproduce it. Any clues in the logs? Hmm? đ§ My own pod has been running flawlessly for weeks now đ
@movq Same here, you do get used to things over time and build a sort-of "muscle memory". But you're right, maybe they have terrible interfaces and usage options? đ€
@movq the flags are SO WEIRD AND CONFUSING especially tar
which all look keysmashed and make no sense and the order matters apparently?!?! and find
is SO SLOW and when i look at a typical command for it on stack overflow it looks like fucking regex it's EVILLLLL LMAO
@movq the flags are SO WEIRD AND CONFUSING especially tar
which all look keysmashed and make no sense and the order matters apparently?!?! and find
is SO SLOW and when i look at a typical command for it on stack overflow it looks like fucking regex it's EVILLLLL LMAO
@kat Whatâs wrong with them? Iâve been doing this for so long now, I donât see the issues anymore. đ€Ł (Doesnât mean they donât exist.)
@kat Whatâs wrong with them? Iâve been doing this for so long now, I donât see the issues anymore. đ€Ł (Doesnât mean they donât exist.)
last night my timeline randomly reset to only show my own recent twts and i restarted my instance a few times and pulled from main and shit and it didn't change but it seems fine now lol?!
last night my timeline randomly reset to only show my own recent twts and i restarted my instance a few times and pulled from main and shit and it didn't change but it seems fine now lol?!
@eldersnake awww ty! it's mostly fun stuff and links to my friends :) the buttons have been revived by indie web folks and the people at neocities, it's super fun!
@eldersnake awww ty! it's mostly fun stuff and links to my friends :) the buttons have been revived by indie web folks and the people at neocities, it's super fun!
Raw fish: Grants the So long and thanks for all the fish achievement. NICE!!!
@prologic you are certainly a special case of a luddite. Or you like to self-punish. Or both! LOL.
@bender Yeah I know đą Don't have Disney+, hell I don't have many streaming services at all really đ€Ł
@prologic yes, @xuu was the one who mention it. That's on Disney+, though.
Hmmm Star Wars Andor I _think_ it was đ€
@bender Ahh I see. That reminds me, I was going to start watching something someone recommended here hmmm đ§
@prologic LOL. It is from the Severance), AppleTV+ series. I am about to finish watching it with my kid---well, what's available for seeing. The series is still ongoing. I recommend it!
"Forgive me for the harm I have caused this world. None may atone for my actions but me and only in me shall their stain live on. I am thankful to have been caught, my fall cut short by those with wizened hands. All I can be is sorry, and that is all I am."
Anyone want to help me alpha/beta test the new WAF I'm building? It's a Caddy module. đ€
[47°09âČ51âłS, 126°43âČ42âłW] Transponder fixed
[47°09âČ23âłS, 126°43âČ10âłW] Transponder malfunction
I just have to say the buttons page gives me the warm fuzzies with all the old school animated gifs. The internet seemed so fun back then...
[47°09âČ04âłS, 126°43âČ00âłW] --interrupted--
This is gopherspace! Somekind spanish shame...
đ§ź USERS:1 FEEDS:2 TWTS:1338 ARCHIVED:87031 CACHE:2786 FOLLOWERS:22 FOLLOWING:14
Rocha leva com pĂł verde de activistas do "fim ao fĂłssil".
Rocha diz que todos tĂȘm o direito a falar.
IL apresenta queixa contra os dois jovens ativistas.
Rocha leva com pĂł verde de activistas do "fim ao fĂłssil".
Rocha diz que todos tĂȘm o direito a falar.
IL apresenta queixa contra os dois jovens ativistas.
DEN vs OKC #NBA #Playoffs
tar
and find
were written by the devil to make sysadmins even more miserable
tar
and find
were written by the devil to make sysadmins even more miserable
[47°09âČ25âłS, 126°43âČ52âłW] --bad checksum--
News from Ukraine: kyivpost_official on Telegram.
You can post a link. \0 from Ulyanovsk.
[47°09âČ59âłS, 126°43âČ03âłW] Not enough data -- sampling finished