Randomness, Serendipity, and an “I Wouldn’t Recommend This” Algorithm
Related
More from Jim Nielsen’s Blog
I took notes from Sean Voisen’s call for more hybrid tools. He speaks for a moment on generative AI and its inclusion into existing tools, but reading between the lines the insight I found was how our tools can trigger empathy for people and disciplines: One of the greatest goals we can have for [making] tools…is that in expanding all of our...
You have a dependency that provides a CLI tool, how do you use it? Even though you did npm i from your project root, if you run it won’t work because that tool is not in your global path. You could install globally, but then if you have in multiple projects and you run in another project it might not be the same version of the tool. For...
I’m playing with making cross-document view transitions work on this blog. Nothing fancy. Mostly copying how Dave Rupert does it on his site where you get a cross-fade animation on the whole page generally, and a little position animation on the page title specifically. To animate the page title, I need a unique ID to target the element I want...
Ever hear that idiom, “Don’t miss the forest for the trees”? The idea being, you miss the bigger picture because you’re focused on the minutia? Feels like the tech equivalent is: Don’t miss the product for the artifacts. Here’s Ryan Rendle in a recent piece on design artifats: There’s a factory-like production of the modern design process which...
Imagine you’re on a social network and you start getting tons of followers. You love it! Your follower count is going up! Instead of a nobody with a couple hundred followers, you’ve bypassed the 1k+ mark and it keeps going! You’re ecstatic! This is the “next step” you were aspiring to. But then you start looking around. The people you’re...