Apr 18Os credos do novo testamentoÉ novamente páscoa! A páscoa é originalmente uma festa judaica, mas foi adoptada pelos cristãos como um momento de celebração da morte e ressurreição de Jesus. A última ceia, mesmo antes de Jesus ser preso e condenado à morte foi a celebração da páscoa judaica. Celebramos a morte e ressurreição…Christianity6 min read
Feb 1The Angel of the LordI had a recent conversation with some Muslim friends, where they raised my attention to the story of Jacob in Genesis, where he fights with a man. They were showing me a Christian commentary on this text where this man is said to be God himself, and possibly even Jesus…Christianity5 min read
Dec 16, 2021Is it Christmas again?Christmas time is here, it’s the most wonderful time of the year or so they say. But why is it? As a christian I would say it’s a wonderful time indeed, because we are — or at least should be — celebrating the birth of the most wonderful person in…Christianity5 min read
Dec 16, 2021Goodbye!In March 2021, I left the company and the project that I worked for 9 years. This is my goodbye message. If I’m going to be completely honest, I never liked to read this kind of goodbye messages, but now that it’s my turn to go, I feel compelled to…Christianity4 min read
Dec 16, 2021Purpose in lifeI believe in God. I’m a christian. For me, ultimate purpose and meaning in life comes through a relationship with the creator of the universe. This he tries in vain to fill with everything around him, seeking in things that are not there the help he cannot find in those…Christianity3 min read
Dec 16, 2021São NicolauComo é de conhecimento geral, a ideia do Pai Natal é construída a partir de uma figura histórica, o São Nicolau. O que nem todos sabem é que há uma história sobre o São Nicolau e o primeiro concílio ecuménico. Em 325 AD, houve um encontro com uma maioria representativa…Christianity1 min read
Dec 16, 2021Deus?Ontem estive a pensar sobre Deus. Mais concretamente a pergunta na minha mente era: “Quem ou o que é Deus?” Quando digo “Deus” ao que é que me refiro? Será que Deus é um conceito inteligível? …Christianity5 min read
Oct 1, 2019GettierI just read this article about the Gettier problem and found the concept pretty interesting. I have a few comments. It might be true that even though I have a JTB about something I might be wrong. Nevertheless, I think It would be resonable to act upon a JTB as it it was true. For all purposes, it is true to the best of my knowledge. This does not mean I shun new information that might make me to change my JTB. And if having a JTB is not knowledge, what is? What can we know? We can always imagine a world where even our most firm JTB might be false.Knowledge1 min read
Aug 7, 2018Powershell closuresAs a follow up to the previous article, I needed to warn you (and me) about powershell closures. They didn’t work as i expected The confusion point for me was that $Foo can be changed by the invoker, unless we add the .GetNewClosure(). As in the previous article the parameter name $ResourceGroupName is very common, it’s best to always use the .GetNewClosure() on the ScriptBlockPowershell1 min read
Aug 6, 2018Execute an arbitrary piece of code with a temporary file uploaded to azureA short one today. My use case is to run a Set-AzureRmVMCustomScriptExtension command. For it to work i need the script to be somewhere accessible by the VM. Nothing to fancy. Might be useful for someone (or a future version of me). It creates a temp container, uploads the…Azure1 min read