Viewing 15 posts - 1 through 15 (of 514 total)
I'm on a hybrid remote/office schedule. Two days at the office, 3 days at home.
This is a nice balance because part of my work involves setting up hardware as well...
August 4, 2023 at 12:35 pm
Skills atrophy if not used.
Back in the days of the Model T you had to know how to hand-crank the car to start it. Knowing how to remove the cylinder...
November 11, 2022 at 1:42 pm
Be wary when a user tells you "oh, we'll never need more than 1X of this. Or especially wary if they say "just 2X (or 3X" because it will inevitably become nX.
Or...
October 26, 2022 at 1:04 pm
Ok, I am a developer, and I have to say I hope Sean Redmond is being facetious.
September 7, 2022 at 1:25 pm
My view on certificates is pretty negative. They're usually nothing but a money grab by vendors, and even when they aren't certification tests are a lot like high school or...
May 13, 2022 at 12:35 pm
TRY/CATCH doesn't catch everything. In fact it won't catch most of the things you really want it to so I simply avoid it completely. Nothing worse than an...
June 25, 2020 at 3:24 pm
TRY/CATCH doesn't catch everything. In fact it won't catch most of the things you really want it to so I simply avoid it completely. Nothing worse than an unreliable language...
June 25, 2020 at 12:40 pm
The eternal balance between law and chaos.
Standards are by their nature "gates". For example, would you really want five different voltage standards for household outlets? How about which side of...
June 12, 2020 at 12:11 pm
Does ANY other computer language yield .1? Probably not. THIS is a serious bug. No matter what they say this kind of issue could cripple a project and probably not...
June 9, 2020 at 1:22 pm
There's a secret to reading code. 🙂
Don't try.
Or rather, do it only once. Code is called code for a reason. Even the best written code is not written for readability...
May 21, 2020 at 12:44 pm
DevOps isn't related to cadance or QA/testing. It is related to learning to become better. Plenty of companies conflated the two and drove speed over quality (many still do)....
May 19, 2020 at 2:33 pm
While DevOps is a nice theory, situations like this are why you shouldn't pile on the coal and have an overly ambitious release schedule. Even Microsoft eventually admitted the truth...
May 19, 2020 at 1:56 pm
A firewall is about access from endpoints, which may or may not help here. Inside->traffic often isn't limited, which is a hassle.
There are protections built in, but many don't...
May 14, 2020 at 4:03 pm
Viewing 15 posts - 1 through 15 (of 514 total)