In Monday Morning Mentoring: Ten Lesson to Guide You Up the Ladder by David Cottrell, the book talks about three kinds of stars when managing people. There are the superstars, middle stars and falling stars. He describes how to deal with each. It is important to remember that superstars, or the outperforming employees, usually don't get enough attention. They need...
There is a contest happening where programmers are attempting to predict the stock market with AI and machine learning. There is a score board for it, and people are getting better. It is kind of frightening. NumeraiThe hardest data science tournament on the planet. Build the world’s open hedge fund by modeling the stock market.Numerai It is insane that anyone...
Do you really think that there could be a duplicate MAC address if you use "macchanger" an your Linux machine? There are 248 possible 48 bit numbers and there is a limited number of those as MAC addresses, but it still is in the trillions, and the MAC addresses would be only scoped locally. I have thought about this before,...
Why in the heck did bootstrap rename its names for the toggle and target for things like data-toggle and data-target for collapse or the like?? They renamed them to data-bs-toggle and data-bs-target. It means that we had to refactor all the code and back track through all of our UI. It just is not backwards compatible. I guess you can do a...
Sometimes you need to start barebones with Ubuntu server or the like and have no drivers for your OS. This generally happens with something like a Raspberry Pi. But, I tell you, it isn't really that big of a sweat. If you want wifi drivers, then look at this list. You should put them on the system with a USB...