Skip to main content

Recent Activity

Recent Heroes of the BenNadel.com Community

Recent Comments

Chris G replied to a post Dynamically Define For-Loop Increment In ColdFusion

@Ben Nadel, I clearly don't understand the nuances well enough, but var isn't worth giving up for this one feature alone IMHO! And this comes from someone who has used let and const plenty, but not because I had a deep understanding of them, but rather because I 'assumed' they were better options. W... read entire comment from Chris G.

Ben Nadel replied to a post Feature Flags Book: Of Outages And Incidents

@Jeff, That's awesome to hear! It really is a game changer on so many levels. One of the byproducts that I appreciate most about feature flags is the ability to enable more of a grass-roots development effort. As you say, you can pilot features to a group; but, even more so, you can pilot features f... read entire comment from Ben Nadel.

Jeff Davis replied to a post Feature Flags Book: Of Outages And Incidents

After over twenty years of development work, mostly web dev, I came out of retirement to take a job at a company that uses a commercial feature flag product. It was my first exposure to feature flagging. The lowering of anxiety in knowing the product could be piloted to groups and gradually introduc... read entire comment from Jeff Davis.

Chris G replied to a post TODO: Granting Yourself Permission To Move Forward

I love it when I find a TODO comment in my code. It sometimes reminds me of the complexities which are generally only obvious to the person thinking (very) deeply about the logic. And usually, I find that it was not necessary to complete for the application to provide real value. Most often, I find ... read entire comment from Chris G.

Ben Nadel replied to a post Exploring Randomness In JavaScript

@EJ, I know next-to-nothing about color theory. But, in this case, I'm only using one color and changing its opacity; so, I'm not sure if a different color space would have much of an impact. Honestly, evaluating the randomness of an algorithm is a strange thing. Especially when humans don't necessa... read entire comment from Ben Nadel.

EJ replied to a post Exploring Randomness In JavaScript

How you sample the color space (RGB, HSV, HSL, Y'UV etc) could have more of an impact on the perception of the randomness than the random number generator itself. For example, see this XKCD post about the fully saturated color perception map in RGB space, which seems to be majority "green". https://... read entire comment from EJ.

Will B. replied to a post Code Isn't Magical, It's Just A Series Of Commands

Who relies on the outputs? is the key question here. Without that information, thoroughly testing a refactor IS scary. Now, proper test case coverage can drastically reduce that fear, but... who has 100% coverage? As for output reliance, that way our particular code is structured, aside from a few <... read entire comment from Will B..

samuel replied to a post Code Kata: Building A Tri-State Switch In Alpine.js

How unbelievably difficult it is to do what is essentially a variable that fits in two bits with still 25% memory wasted should tell us something about how awful the framework is we work in. You have a setter, a getter, a cycle function, a conditional, an array overflow error handler, a class, an in... read entire comment from samuel.

I believe in love. I believe in compassion. I believe in human rights. I believe that we can afford to give more of these gifts to the world around us because it costs us nothing to be decent and kind and understanding. And, I want you to know that when you land on this site, you are accepted for who you are, no matter how you identify, what truths you live, or whatever kind of goofy shit makes you feel alive! Rock on with your bad self!
Ben Nadel