Self Hosting Atlantis
I’ve been interacting with Atlantis at work. But I am not responsible for its deployment or configuration, it was a bit of a magic black box. Considering I use some terraform for managing my perso...
I’ve been interacting with Atlantis at work. But I am not responsible for its deployment or configuration, it was a bit of a magic black box. Considering I use some terraform for managing my perso...
It’s been a minute since I’ve updated my site. I figure it’s a great time to add in some things I’ve been up to. Back in September 2023 Phil and Rohan from the Home Assistant Podcast had me on as ...
Typically it can be a bit hard to compile for one architecture of CPU while using another. One way around that is to use distcc to take advantage of distributed complication. Thus using other machi...
Hello World! Some python to get started: def main(): print "Hello World" if __name__ == "__main__": main()