Automation is supposed to save time. But sometimes it does the opposite. You start with one simple workflow.
Source: [Dev.to](https://dev.to/eva-nomados/why-automation-creates-more-work-and-how-to-avoid-it-3l37)
Disclaimer: Roc is pre-0. 1, and everything can change (the first milestone release, 0. 1.
1 points, 0 comments on Hacker News
1 points, 0 comments on Hacker News
Here is a quick question: Why does an app built to remind you to buy oat milk need a cloud account, mandatory telemetry, and a continuous internet connection? Somewhere along the timeline of modern software engineering, the industry decided that every utility app—from flashlights and calculators...
1 points, 1 comments on Hacker News
Like most developers, I’ve used compression tools like gzip , zip , and tar for years without ever really understanding how they work under the hood. You pass a file in, run a command, and out comes a file half the size. It feels like magic.