It’s easy to determine whether the leadership of a company truly embraces lean thinking. One of the more frustrating “tells” is the insistence of leadership to precisely follow the path others have taken. The underlying notion of achieving the same or similar results may be appealing but it does not address why the specific path or methodology was chosen by […]
Lean – Have it Your Way
- Advanced Lean Manufacturing
- Collaboration
- Execution
- Leadership
- Lean
- Lean Leadership
- Lean Metrics
- Lean Mindset
Lean Is NOT A Legacy
Lean can be summarily defined as “The pursuit of perfection (value) through the relentless elimination of waste.” Understanding what this actually looks like in the real world is an entirely different matter. The 8 wastes (technically 7) and the tools to continually strive to eliminate them are well documented. Why is it then that companies still find themselves struggling to […]
Python DoWhy
Microsoft’s DoWhy Library for Python greatly simplifies the task of estimating causal effects. If you or someone you know is involved in data analysis, it is worth your while to see what DoWhy can do for you. I have spent a little time working with the library and although I have no coding examples at this time, the powerful nature […]
Excel Resources
I recently discovered a website titled “Excel Off The Grid” while doing some research for one of our projects. The post I read was well written, succinct, and the examples were easy to follow. Although our application required a little more depth, the information presented would be more than sufficient for most people wanting to use the features as discussed. […]
- Advanced Lean Manufacturing
- Anaconda
- Editors
- Intel Distribution for Python
- Lean Code
- Productivity
- Programming
- Python
Lean Code and the Intel Distribution for Python Performance
Download and install the Intel Distribution for Python to significantly improve the performance of your Python applications.
Lean Code and Sticky Fields
Editing or updating records in a database using Sticky fields can save a lot of time by avoiding repetitive data entry.
The Dunning-Kruger Effect
Have you ever heard of the Dunning-Kruger effect? I stumbled across this term while reading 8 Unexpected Signs You’re Smarter Than Average by Jessica Stillman (Contributor Inc.com). The Dunning-Kruger effect, according to Wikipedia, is best described by the first two paragraphs and paraphrased in context as follows: The Dunning Kruger effect is a cognitive bias where people of low […]
Lean Code and JavaScript
As I’ve said many times before, “There’s always a better way and more than one solution!” The sentiments of this statement are echoed by the many ways a solution can be programmed using any of the many available languages including JavaScript. Although I’ve been working with JavaScript for a number of years, I continue to discover interesting nuances in the […]
What? Rats WebGL Hit a Snag?
When your code hits a snag, there has to be a solution. If you’ve discovered the “Rats WebGL Hit a Snag” notification, here are some articles we’ve discovered to both enlighten you and provide potential fixes. How To Fix Rats WebGL Hit A Snag Error [3 Methods] (hackingnewstutorials.com) Fix Chrome’s ‘Rats WebGL hit a snag’ error, by Venkat (techdows.com) How to […]
Lean Code – Web Graphics
Graphics and Animation Over the past few weeks, I’ve been working on an application to simulate multiple production processes working in tandem and decided to re-introduce myself to the world of animation. In its present state, the application is working quite well using just the core HTML5, CSS3, and JavaScript web languages. The HTML5 canvas makes it easy to render […]