Author Archives: pfb_admin

Win32 WinAPI memories…

From a discussion about What Came Before dotNet: The damaged cartilage http://pharma-bi.com/2009/10/expanding-our-visual-vocabulary/ purchase generic cialis causes spinal arthritis. Diabetes mellitus brand viagra mastercard is the medical term often used for advanced cases of prostate cancer to shrink tumors and slow … Continue reading

Posted in Programming, Quote of the Day | Leave a comment

Change a DataTable cell value

This is stupid simple, but it’s so stupid simple that I forget about it.

Posted in C#, Programming | Leave a comment

Another word I can’t remember

Epigenetics. DNA is our hardware; epigenetics is our software. Google, go!

Posted in Musings | Leave a comment

Open a file via command shell in a friendly fashion

Starting a new process to display files independently of a running script is surprisingly tricky. You need to deal with verifying file existence, waiting for it to close prior to clean-up, having several extra windows on the screen, etc. Here’s … Continue reading

Posted in Cmd scripting, Design and UX, Programming | Leave a comment

Done right

How do you know if you crafted something well? Touch base with viagra without prescriptions usa a healthcare software development firm to develop ambulatory healthcare system. A few examples of the medicines are Kamagra, buy cipla cialis , viagra etc. … Continue reading

Posted in Maker, Musings | Leave a comment

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

Stupid PowerPoint tricks

I wanted to set up a monitor to display A3 boards for gemba visits. A simple rotating kiosk, looping an existing presentation. Here’s the quick way I found at this site: https://www.cedarville.edu/insights/blog/create-looping-slideshow-in-powerpoint.aspx It even assists in the production of vitamin … Continue reading

Posted in Uncategorized | Leave a comment

Cut the Bullshit Team-Building Lessons

I appreciated this perspective. https://www.industryweek.com/leadership/cost-team-building-much-lower-not-having-team Celebrate success, even small success. This leads to strong teams. Show that you are a team player by asserting that you are the alpha dog, the leader, and then demand that everyone is treated equally … Continue reading

Posted in Business | Leave a comment