Is UUID over UUsed?
Related
More from Forkcasting
If you can see them, you know where you are. At civil twilight the Sun goes down, but its light diffracts through the atmosphere so you can see the horizon clearly. Assuming there are no Earth-based obstructions, like trees, mountains, or buildings in the way. This is helpful because the sky is dark enough to see stars (and other objects) but the...
Bottom line up-front, I think there are at least 4 types of estimate: Delivery date Cycle time Dev-time Relative I only intend to define these here, not advocate for any specific type. Delivery date Estimates like "we'll have it to you by 2024-Oct-01" are delivery date estimates. They're pinned to a specific date in the calendar and most often...
There have been a couple of posts on Statistical Process Control (SPC) recently. The most common objections are that you can't measure software development, that software development is too intrinsically variable for these techniques to be worthwhile, or the measures have no effect on outcomes that matter (e.g., Free cash flow (FCF), return on...
About a year ago, Amazon Music switched their offering to a "shuffle-only" model. This is fine for most albums, but there are some albums that I love to listen to in-order. Think, Miles Davis' "Kind of Blue" or literally anything by Tool. I'd been a Prime subscriber for well over a decade, but I wasn't about to pay extra for a feature they'd...
In the Twelve Factor App, section III. Config, Wiggins writes that config should be stored in environment variables, including "Credentials to external services such as Amazon S3 or Twitter". However, this neglects one important aspect of service-to-service credentials: rotation. Credentials are one of the few configuration values that need to be...