HackerTrans
TopNewTrendsCommentsPastAskShowJobs

spf13

no profile record

Submissions

The Maintainers Dilemma

spf13.com
9 points·by spf13·2 months ago·0 comments

The 9 Cost Factors

spf13.com
10 points·by spf13·8 months ago·2 comments

Why engineers can't be rational about programming languages

spf13.com
164 points·by spf13·8 months ago·200 comments

How Benjamin Franklin Invented Machine Learning in 1720

spf13.com
8 points·by spf13·10 months ago·1 comments

comments

spf13
·8 months ago·discuss
100% agree. These factors are generalized and without context. The context you bring is essential to making the right decision. The next post I'm writing is all about how to apply this framework to your specific context.
spf13
·10 months ago·discuss
Hi HN, author here.

While reading Franklin's autobiography, I was completely struck by the systematic, almost algorithmic way he taught himself to write. He designed a process of compressing, reconstructing, and comparing his work against a "gold standard" to find and correct his "faults."

The more I looked at his 4-step loop, the more it resembled the modern training loop for a machine learning model (data collection, forward pass, loss function, backpropagation/gradient descent).

I wrote this piece to explore that parallel, how Franklin basically reverse engineered the principles of deliberate practice and error minimization 250 years before we had the formal language of AI to describe it. It's a fascinating piece of history, but also a practical model for how anyone can learn a complex skill.

Happy to answer any questions!