Friday, July 1, 2022

Pi Pico now with wireless


New wireless Raspberry Pi Pico. Not that we will ever get one since resellers will buy them all up, stick them on Amazon, and double the prices...

https://www.raspberrypi.com/news/raspberry-pi-pico-w-your-6-iot-platform/

Tuesday, June 7, 2022

Edge Surfing

 It looks as if SkiFree has been reborn as Edge Surfing...

Simply open a new Edge windows to: edge://surf/ and enjoy.



Monday, May 23, 2022

I call it the "New Yacht Fee"

 https://www.techdirt.com/2022/05/23/att-gets-a-tiny-wrist-slap-for-another-bullshit-wireless-fee/

Thursday, December 23, 2021

PowerShell Refresh script

 For all of you out there who need to look like you're working...

$wsh = New-Object -ComObject WScript.Shell
while (1) {
  $wsh.SendKeys('+{F15}')
  Start-Sleep -seconds 59
}