Skip to main content

Hawk meet Squirrel

On occasion it becomes necessary to deter, with extreme prejudice, a squirrel from eating all the bird food we put out. We like the birds because they look nice, sound pretty good and eat lots of bugs*. But when a squirrel (aka tree rat) performs their acrobatics to get to the feeder I turn to my trusty pellet rifle. At first I scare them by shooting the feeder itself, which of course causes a fairly loud "pang"! The feeder is about 15' off the ground, which I thought might have been a deterrent. But squirrels jump right off and land, no problem. If the squirrel returns more than 2 or 3 times on a given day, and I'm there to see it, well, its time comes to an end. This time I was the unwitting accomplice to another's hunting mission. I shot said squirrel, it jumped to the ground and then, no more than two seconds later, a red-tailed hawk flew in front of me across the yard. Swooping and returning he then landed atop the injured squirrel and held it tight to the ground.


Holding it there for a few minutes, awaiting death and picking at it a bit, the hawk's head remained a swivel.


Eventually the squirrel stopped any struggle. And off went the noble bird, squirrel-in-tow, thus completing the circle of life.  




*earlier this year I really wished the birds would have eaten some gypsy moths, but it turns out they hate them as much as anyone.

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...