# 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 194246
# self = https://watcher.sour.is?offset=194246
# prev = https://watcher.sour.is?offset=194146
I have a feeling that learning to play electric double bass *through an amplifier* was a big mistake.
At the core, this is an acoustic instrument. If you play it through an amp, you will instinctively only do the bare minimum to get *some* sound going, because the amp does the heavy lifting. But it’s just not right.
This is a very physical instrument. It needs a lot of force and strength – in comparison, an electric bass guitar is almost flimsy and delicate. I need to “feel” what’s going on and that’s just not the case when using headphones.
I feel like I wasted ~3 years. 🫤 But maybe it’ll get better from now on …~
This is just one instrument: Electric bass guitar + EBow. And echo/delay on top. But it’s a single track, single take. It amazes me quite a bit how much you can do with that little thing. 🤯
Observador a fazer debates autárquicos, a convidar CH mas não BE ou Livre (vem, convidaram-nos em Almada, mas só aí... devia ser porque estavam a contar com eles para fazer oposição ao PS)... acho que sim, faz todo o sentido, não vale a pena esconder ao que vão.
search page, bookmarks page, improved thread view (that i will probably improve further), as well as a logo and a whole ui redesign. it is truly all coming together...were i to mark any items off the roadmap :p
Thanks to a blog post by ~solderpunk and the presence of ImageMagick on my pubnix, all of my weirdcore art (apart from the animated works) is now under 32K in size! Honestly, I'd say the lower JPEG quality actually adds to the vibe of the images: something from the early web, taken permanently out of context and long forgotten.~
@movq Whoa! Nice shots! I'm supposed to be able to see it from where I am right now, but it doesn't look particularly red yet. Always love a good eclipse...
is there someone (ideally not in the opposite timezone to me) who'd be willing to let me bother them with technical questions abt twtxtv2 and/or yarn's inner workings? :3
beginnings of remote feed parsing..! the fact hashing just sort of works with the minuscule libraries i found for base32 and blake2b still amazes me (mentions are being eaten as html tags)
i went to a rilo kiley concert the other day and it was so special to me... i teared up at some of the songs but when "a better son/daughter" came on, i full on cried. what an amazing experience.
i went to a rilo kiley concert the other day and it was so special to me... i teared up at some of the songs but when "a better son/daughter" came on, i full on cried. what an amazing experience.
Sabemos que (no hemisfério norte) a noite mais longa do ano é em Dezembro, mas em Lamego, cidade das Noites Longas, é de 7 para 8 de Setembro que acontece a "Grande Noite da Romaria de Portugal" (os Lamecenses chamam-lhe "a noitada"). Arruadas por rusgas populares que alegremente percorrem a cidade cantando temas populares e cantigas ao desafio, pelo rufar típico dos bombos e alegres toques de concertinas, preenchem a noite até ao amanhecer - é a noite em que a cidade não dorme.
Já não tenho idade para essas coisas (mental, que física sou ultrapassado na boa por muitos foliões!), e amanhã é dia de trabalho, pelo que este ano me fiquei pela batalha das flores que aconteceu durante a tarde e para a qual - imaginem! - não se encontravam fotos com licenças livres, algo que aproveito para colmatar 😇 Gigantones a inaugurar a batalha das flores O carro alegórico da cidade de Lamego Carro alegórico aos 200 anos do Camilo, que escreveu sobre as Noites Longas de Lamego Carro alegórico ao 25 de Abril, com um boletim de voto marcado de "Futuro", e cravos vermelhos à sua frente
@lyse@dce It’s pretty cool, I won’t argue that, but also really simple, to be completely honest. 😅 The BIOS already provides all you need to send data to the printer:
The BIOS actually does provide a great deal of things, which, to me, was one of the most surprising learnings of this project (the project of writing a little 16-bit real-mode OS, that is). It often doesn’t feel like I was writing an operating system – it felt more like writing a normal program that just uses BIOS calls like we would use syscalls these days.
(I’ve also read a lot of warnings, like “don’t use the BIOS for this or that”. Mostly because it tends to be very slow.)
Right, now that I’m reading some comments: I was initially assuming that they would actually make it impossible for distros to provide a 32-bit build (intentionally or unintentionally). But maybe that’s not the case and distros can just continue to ship a 32-bit Firefox …
Adoro esse ponto reforçado pelo @lr, no Python Fluente! Sempre uso uma frase parecida com essa nas minhas aulas!
«Para entender uma atribuição em Python, leia primeiro o lado direito: é ali que o objeto é criado ou recuperado. Depois disso, a variável do lado esquerdo é vinculada ao objeto, como uma etiqueta colada a ele. Esqueça as caixas.» LR in *Python Fluente: Variáveis não são caixas*
#Python #PythonFluente #VariáveisNãoSãoCaixas Para entender uma atribuição em Python, leia primeiro o lado direito: é ali que o objeto é criado ou recuperado. Depois disso, a variável do lado esquerdo é vinculada ao objeto, como uma etiqueta colada a ele. Esqueça as caixas.