Confirmation Bias

Confirmation bias is a cognitive pitfall that affects our ability to think critically and objectively. It will lead us to seeking information based on what our existing beliefs while ignoring the other information and evidences that contradicts it. Majority of people call it the father of fallacies because most us of are suffering to it almost daily. It is often stems from how beliefs are passed down through generations. Majority of us, especially Filipinos were raised to adopt the beliefs or worldview of our parents, whether about religion, politics etc....

January 15, 2025 · 2 min

Mindhunter

I finished my rewatch of Mindhunter series last couple of months, and it left me wanting more! On my first watch, I was probably more focused on the story so I missed a lot of small details. On my rewatch, I appreciated a lot of small details and classic beautifully executed scenes, I also noticed how well thought out the casting was. While pondering on it again, I noticed some things that I didn’t get or understand the first time to watch....

August 28, 2024 · 3 min

Containerized Services using Podman

Managing Container Images using Podman Applications can run inside containers, providing all dependencies, that is, container image and a file system bundle which provides the app files, 3rd party libraries are there. Container images are available from image registries that allow users to search and retrieve container images. You can use the search subcommand to find available images from remote or local registries. [user@artcdc ~]$ podman search rhel INDEX NAME DESCRIPTION STARS OFFICIAL AUTOMATED redhat....

March 8, 2020 · 4 min

Introduction to Containers

Background In general, a typical software applications are dependent on other 3rd party libraries, components, services or config that are running in the host or environment. A traditional application may break if there are new updates on its dependencies that are not supported by the application when it was written. For example, you have a windows application that is deployed on a windwows server that is dependent on a TLS 1....

February 2, 2020 · 3 min

Implementing SAML SSO using Managed Module

Background On the previous article/note regarding SAML, I noted that we can use HTTP module and handler to implement SAML SSO. I was tasked on leading the migration of our current SSO setup of all internal applications that we handled on our company and we decided to use HTTP modules and HTTP handlers. This way we will just consume the managed module in our web.config and we will don’t have any changes needed in our app....

January 15, 2017 · 4 min