Tensorflow Install Issues With Pip3 MacOS

Osiyo. Dohiju? Hey, welcome back. I was attempting to install Tensorflow on my Mac and had a couple issues that took moments to figure out but were annoying nonetheless. I encountered an issue with pip3 install tensorflow which would give me this error ERROR: Could not find a version that satisfies the requirement tensorflow. The …

WSL and cameras

As it turns out I ran into another snag with my testing.  I couldn't get the VideoCapture with OpenCV to run on the Ubuntu flavor of WSL.  As it turns out it's not supported as referenced here.

MEAN.io copying for your own project

Should you choose to use Mean.ios boilerplate stack for your own project remember to copy the files that start with /./ - I had four files I forgot about and my server wouldn't start up correctly. .dockerignore .env .envexample .editorconfig You probably don't need .envexample or .editorconfig however they are present.

Saving Chrome Tabs from other devices

Just moments ago I was trying to figure out how to save all 82 tabs on my iPhone Chrome browser so I could go through them on my main computer. As you can see I did some searching the net.  No hits at all. Not even a google search that gave a result that told …

Texstudio and windows error

If you are using TexStudio and build a document and receive the following error: Fatal fontspec error: "cannot-use-pdftex" The fontspec package requires either XeTeX or LuaTeX. You must change your typesetting engine to, e.g., "xelatex" or "lualatex"instead of plain "latex" or "pdflatex". For immediate help type H . You simply need to change the build …

chessboard and xelatex

I wanted a way to take my notes from various games and videos and put them into a book form so I could print it out and make a little booklet for myself.  I have a lot of handwritten notes.  I will always handwrite the notes first because it helps me remember them.  However, I'd …

texstudio configuration on mac

configuring texstudio for xelatex on a mac is quick and easy.  the default values in the preferences (TexStudio -> preferences) list /usr/... - in the Commands submenu change /usr/ to /Library/Tex/ it should work fine then https://tex.stackexchange.com/questions/38627/commands-paths-in-texstudio-on-mac-os-x-with-could-not-start-the-command-err