Widespread Augmented Reality

Widespread Augmented Reality
Click on the image to get the Android Augmented Reality Heads up Display

Saturday, April 10, 2021

Machine Learning

 https://www.ibm.com/cloud/learn/machine-learning

 

I am backing up all my Python scripts that attempted machine learning algorithms against options data downloaded from the CBOE.  At some point the results seemed to generate profit; however, I have since concluded that my success was more luck than science.

Tuesday, March 16, 2021

Flush DNS

 

  • ipconfig /flushdns
  • ipconfig /registerdns
  • ipconfig /release
  • ipconfig /renew
  • netsh winsock reset
  • reboot PC

Monday, March 8, 2021

DragonOS Linux and USB WiFi Adapter

DragonOS did not recognize my internal WiFi card on a Dell Latitude | D520. So I just plugged in a spare USB WiFi adapter and ran LSUSB to get device specifics.


Then I followed the instructions at https://github.com/kelebek333/rtl8188fu

 In addition, I ran "sudo cp /home/shimart96/rtl8188fu/firmware/rtl8188fufw.bin /lib/firmware.

WiFi connection successful.