Posts

Bolt EV and Battery

My 130k mile car with the new battery 50k miles ago: Battery screen shows 8 green bars (40%) Hill top reserve is around 88% 88%-40% = 48% of battery used today Energy screen says I used 28.8 kWh driving 133 miles. 28.8 kWh / 48% = 60 kWh battery. I've done this a few times and it's been 59, my rounding error might get it to 60 today. GOM is just how aggressive the last 50 miles were. 80mph = 2 mi/kWh = 160 mile range 60mph = 4 mi/kWh = 240 mile range 40mph = 6 mi/kWh = 360 mile range Try to not go lower than 40 miles left. There is no reserve. No running on fumes.

Comma.ai Open Pilot Self Driving Bolt EV

Image
2018 Bolt w LKA and just installed last week. Just buy everything from Comma. 1250$ C3X and 200$ Harness. (Don't buy an Etsy version since you will need the USB C/RJ45 Panda comes in the 200$ harness kit)  Get the GM Pedal interceptor on Etsy or eBay. Get an RJ45 splitter and two one foot Ethernet cables.  When the gear arrives you may need to trim a little plastic on the wedge which mounts to the windshield. I used a blade and sandpaper till it went on and off a little easier. After you position and stick the wedge to the windshield it's supposed to cure for a day or two.  You can pop open the area near the rear view mirror, the factory camera pops off if you pull the plastic leg a little, with it dangling it's much easier to get a little screw driver to push the white retaining clip away. When the clip is away you squish the black connector, wiggle and pull and it works loose. The rest is easy enough.  I did need to use my cell phone hotspot to do the firmwar
Quickbooks DB Database Server crashing on your DC Domain Controller? Its due to the DNS service using the same ports as QB's Database server service. Tell Windows to limit its DNS Server's ports: netsh int ipv4 add excludedportrange protocol=udp startport=55368 numberofports=5
Excel Conditional Format vLookup Compare Column Sheet Highlight Matches =NOT(ISERROR(VLOOKUP($D1,DeleteList!$B$1:$B$4156,1,FALSE)))
Code Example / Template AutoHotKey Script to cycle between browsers, or send a Ctrl+Tab every minute.  #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #Warn ; Enable warnings to assist with detecting common errors.  SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.  SetTimer, PressTheKey, 60000 return  PressTheKey: ; Send, {CTRL DOWN}{Tab}{CTRL UP}  WinActivate, ahk_exe msedge.exe  Sleep 2000 ; Send, {Tab}{ALT UP}  Sleep, 1000  WinActivate, ahk_exe chrome.exe  Sleep, 5000 ; WinGetTitle, Title, A ;MsgBox, The is "%Title% ; If WinActive("Display.pptx - LibreOffice Impress") ; SetTimer, PressTheKey, 20000 ; else ; SetTimer, PressTheKey, 5000 return   ::teh::the ::teh::the
 Many years ago this website was created running Apache and PHP.  Now its on Blogspot.