Categories
ActivityPub Fediverse

Composable with microservices in the backend

I was listening to the Decoder podcast, where Jay Graber (the CEO of Bluesky) was interviewed, and it reminded me of a mental trap that I often fall into. It’s much better now because I detect it a mile away and successfully stop myself fast. When I start a new project, I devise a grand […]

Categories
Fediverse

Fediverse: what can we do now that we couldn’t before?

After listening to the DotSocial Podcast episode “Moving the Fediverse Forward at FediForum and Beyond, with Johannes Ernst of Dazzle Labs“, a question stuck with me and I think is very relevant: What can we do now that the Fediverse exists that we couldn’t before? One example Johannes Ernst provides is someone trying to make […]

Categories
Personal Poetry Quotes

E vou escrever esta história para provar que sou sublime

Fiz de mim o que não soube,E o que podia fazer de mim não o fiz.O dominó que vesti era errado.Conheceram-me logo por quem não era e não desmenti, e perdi-me.Quando quis tirar a máscara,Estava pegada à cara.Quando a tirei e me vi ao espelho,Já tinha envelhecido.Estava bêbado, já não sabia vestir o dominó que […]

Categories
Dev

PHP floating point precision

I was attempting to find if the result of a calculation returned a number with any decimals. So, I was doing something like: To my surprise the code above returns: ‘has decimals’ If you do the math in any calculator the result of 123.1/0.1=1231 and in fact that is what PHP displays when you do: […]

Categories
Mac

Remote Control another Mac on your network

You need to go to the Mac you want to access and under System Preferences->Sharing activate the following: On all this options you can limit the users that can have access. On the File Sharing option, you can determine what folders can be accessed in the network and by whom. On Remote Management you will […]