top | item 31428160

When reinventing the wheel makes sense

20 points| mredigonda | 3 years ago |mredigonda.github.io

6 comments

order

contingencies|3 years ago

Working with systems long term teaches you that the value of a system is not about the theoretical efficiency but rather the practical efficiency, and this has facets during all phases of a system lifetime. For example, rapid implementation may often trump correctness, comprehensibility of ease of delegation/handover/hiring may often trump other concerns, and reliability / longevity are often facets that come to the fore over time.

Re-inventing the wheel can actually be a great strategy then, if you plan on keeping something around for a long time, especially if in doing so you (a) document it; (b) fully understand it; (c) remain free of external dependencies.

blamestross|3 years ago

I've generally found that re-deriving most of trigonometry from the base formulas is a lot faster and more effective than actually trying to remember them all.

SemanticStrengh|3 years ago

rederiving knowledge from inference chains can be an effective form of data compression

dgb23|3 years ago

It's trivial for boolean logic too, to say go from NANDs to DNF or something. Certainly easier than to remember all that stuff. And when expressions get hairy it's also simpler, because you can just do it sub expression by sub expression from first principles. Source: just helped someone practicing some of this a few days ago.