Schodack Island State Park

Schodack Island State Park sits off the eastern shore of the Hudson River just south of Albany. Approximately seven miles of Hudson River and Schodack Creek shoreline bound the 1,052-acre site.

A day-use facility, the park has been designated a State Estuary, and a portion of the park shelters a Bird Conservation Area (BCA) that is home to bald eagles, cerulean warblers and blue herons that nest in the cottonwood trees.

Eight miles of multi-use trails wind through a variety of ecological communities. In addition, the park has an improved bike trail, volleyball nets, horseshoe and a kayak/canoe launch site. Interpretive signage highlights the park’s historic and environmental significance. Picnicking (tables and grills) are available to groups by reservation (fee – call park for details).

http://nysparks.com/parks/146/details.aspx

Enjoy Working with Data

I enjoy working with data and trying to find meaning it using maps, graphing, and tables. Weather data is particularly easy and accessible, and itโ€™s regularly updated, but there are many sources of data put out by the government and other agencies. Text-based data is particularly easy to manipulate with common tools and programs in Linux and the PHP environment, and itโ€™s fun to turn it into useful things.

A book I was reading suggested that the neutral pin in your electric plug in your home is connected back to the power plant, as a “return path”. ๐Ÿ”Œ My reaction, is if that is the case, your electrician who wired your house made a rather dangerous mistake, swapping the live and the neutral wires.

A book I was reading suggested that the neutral pin in your electric plug in your home is connected back to the power plant, as a “return path”. ๐Ÿ”Œ My reaction, is if that is the case, your electrician who wired your house made a rather dangerous mistake, swapping the live and the neutral wires. ๐Ÿ˜ฎ Neutral should be wired to a grounding stake, assuming your power source is referenced to the earth ground like most electrical grids are wired.โšก

Long Point with Green Mountains in background

Open Source Software with Limitations

I use 100% open source software on my hardware and electronics projects I build. Not only because Iโ€™m cheap and donโ€™t have a lot of extra money to waste on software, I like the idea of software that is generally future compatible, and is easily adjustable to my needs. If I have a problem with the open source software I am using, solutions are usually only a short internet search away.

At this point, open source software is generally as good as commercial software, at least for my needs. It also is free of advertising, and doesnโ€™t sell my personal data to other vendors. If only such things existed for my Android Smartphone. Software is easily obtained using an internet connection the apt-get system, no anti-virus software is required, updates are free and automatic for the life of your hardware. The Unix-based system is well designed, robust and sensible โ€“ it lacks many of the idiosyncrasies of other person-computing operating systems built on DOS. Terminal scripts and applications make quick work for basic tasks, once you learn the commands.

The only downside of Linux is hardware support. While Windows and Mac OS are never plug-and-play as they claim to be, Linux hardware support much more mixed. Many things are plug-and-play with Linux, especially common hardware that has straightforward industry-based interfaced or a vendor willing to let their hardware secrets out there. Many generic China-made hardware works really good with Linux.

But somethings donโ€™t work well or at all, and Iโ€™ve noticed that to be a real problem with my laptopโ€™s built-in wifi and Bluetooth. Iโ€™ve long gotten the the wi-fi to work permissably well, although lately it broke at the public wi-fi at the library. Eventually I got it fixed, but it was a pain. Bluetooth not so much, but I was able to fix that with an external $1.12 dongle I got from AliExpress, and I may look at getting a similar low-cost wi-fi dongle. Kind of a pain though carrying around all those extra dongles. Now to figure out the bluetooth serial โ€“ thatโ€™s not a hardware problem, but a permissions problem.

Linux and open source software is a lot of fun to use, even with itโ€™s problems. And I am enjoying using the simple interfaces and working with microcontroller, sensors, and electronic components with the Arduino IDE, especially now that Iโ€™ve obtained one and will get more ESP32 based microcontrollers which have much more memory and capacity.