PTPolynomial Time inpolynomial.hashnode.devยทAug 2, 2024 ยท 2 min readSetting up Java on MacYou have to install Homebrew and Xcode command-line tools I installed X-code Directly from Appstore xcode-select --install # I haven't tested this method but this should also work if you don't like installing from Appstore To Install homebrew copy...00
PTPolynomial Time inpolynomial.hashnode.devยทMay 17, 2024 ยท 1 min readAWS - RookieLogin to AWS Make sure you have AWS CLI-2 installed in your system brew install awscli #configure aws profile in local aws configure --profile <your profile name> #to setup using keys aws configure sso --profile <your profile name> #to setup using ...00
PTPolynomial Time inpolynomial.hashnode.devยทMar 14, 2024 ยท 3 min readGit commandswill start with the basics. Setting up! Let's say you are on a fresh system and want to configure Git here is what you need to do, I've been using MacOS and GitHub while writing this but it should be similar for everything else. # Lets say this is yo...00
PTPolynomial Time inpolynomial.hashnode.devยทFeb 8, 2024 ยท 6 min readDocker ๐ฌ and Kubernetes ๐ขWhen writing this I am on MacOS with an M3 chip. and Rancher Desktop! But should work for everyone similarly. brew install --cask rancher # This should install rancher desktop In โญ Settings and preference I have Container Engine : dockerd (moby) Virt...00
PTPolynomial Time inpolynomial.hashnode.devยทNov 18, 2023 ยท 3 min readThe Human Mind and ComputeThe Turing++ Problems The challenge is to develop computational models that answer questions about images and videos such as. What is there / Who is there / What is the person doing and eventually more difficult Questions such as... Who is doing wha...00