Monthly Archives: October 2019

Eric’s Opens calendar

The public link, not requiring login: https://calendar.google.com/calendar/embed?src=ptn77nm4k5luq4uehtvvv2ikc0%40group.calendar.google.com&ctz=America%2FChicago The shareable link, requiring Google login. Be aware: this will add my Opens calendar to your set of Google Calendars. If you already have it, then your calendar will remind you of that- … Continue reading

Posted in FunTimes | Leave a comment

C# name of calling method plus current method

StackTrace st = new StackTrace(); throw new NotImplementedException(st.GetFrame(1).GetMethod().Name + “.” + System.Reflection.MethodBase.GetCurrentMethod().Name + ” is not yet implemented.”);

Posted in C#, Programming | Leave a comment

Data science

Interesting article discussing the need for a “bi-lingual” approach, speaking both tech and business. https://www.industryweek.com/talent/data-scientists-are-short-supply-does-manufacturing-really-need-them

Posted in Business, System/DB Administration | Leave a comment