Skip to main content

Driving While Stupid - An Open Letter to Senate & House Reps, as well as all Insurance Companies

The number of people driving while talking on the phone, texting, reading, looking for something they dropped, et al is not acceptable. Current laws are not a deterrent since the small number of police we have are occupied with other duties and heaps of paperwork. This problem will only continue getting worse. I would like to see a bill mandating all insurance companies cover only a percentage of a crash when that crash was caused by their customer, and that customer was using a phone at the time of the crash (or evidence of any non-driving-related activity can be proven by video or witness testimony). There must be a serious deterrent in place to cause behavioral change. Yesterday someone stopped dead in front of me - in a 45 mph zone - because they missed a left turn, one which offered an ample left turn lane provided for the purpose of avoiding such incidents. As I then passed that person in the right shoulder, rather than rear-end their car, I was not surprised to see the driver speaking into a cell phone - held in front of his face, presumably using the speakerphone, as if that allowed him to remain focused on driving. Last week a very erratic driver on 146 south was driving in the left lane at 45 mph in a 65 mph zone. As I passed on the right to get far away from, and in front of, this person I witnessed a teenage driver staring at his phone & texting, while trying to drive - on a highway! Everyday I see people wandering, drifting, slowing and speeding as if they are on drugs. But most of the time they are texting, talking, reading or otherwise staring at their phone. This selfish idiocy must be stopped!!! Nothing & no one is so important as to necessitate endangering everyone else on the road.

Comments

Popular posts from this blog

Installing Acrobat Reader (9.5.5) on Ubuntu 18.04 (Bionic Beaver Linux)

To install Adobe Reader (9.5.5) follow these instructions , courtesy of LinuxConfig.org .  https://linuxconfig.org/how-to-install-adobe-acrobat-reader-on-ubuntu-18-04-bionic-beaver-linux Adding issues I ran into post-install. Possible issues post-install, when running app in terminal.  issues below did not stop 'acroread' from running, nor hinder its performance. if you execute 'acroread' in terminal you'll see issues like the below with ease. Otherwise, if using the shortcut, likely created under the 'Office' category, then you may need to refer to system logs to identify any errors. Murrine (or other theme) missing : sudo apt install --reinstall gtk2-engines-murrine:i386 ( even on 64-bit systems )         OR sudo apt install gtk2-engines-murrine:i386 ( even on 64-bit systems ) For these two errors install the modules listed below : Gtk-Message: Failed to load module "gail" Gtk-Message: Failed to load module "atk-brid...

Add Linux/XFCE to Windows 10, then create a shortcut (.bat file) to start it up

No reason to reinvent the wheel. Begin by following the excellent instructions provided by solarianprogrammer.com 1. I nstall WSL  on Windows 10 2. I nstall and configure VcXsrv Now that you have the necessary setup you should save the config file for VcXsrv. Follow the instructions from step 2 above. Then, after the Extra Settings choose the option to save the configuration: Save the config file (config.xlaunch) somewhere easy to find. Now, create a .bat file on your Desktop. Right-click on Desktop, select New > Text Document. Save file as somename.bat Add the following to your new file: REM Point to saved config file for VcXsrv REM Use the path for your config file here C:\config.xlaunch REM Just giving it a moment to open two windows; 1 for CMD + 1 for VcXsrv TIMEOUT /t 3 REM change to directory to run bash.exe cd C:\Windows\system32\ REM taking another moment, mainly so you can watch what's happening in the CMD window TIMEOUT /t 3 REM now opening a...