HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pcauthorn

no profile record

Submissions

Ask HN: Finding complimentary technical people

1 points·by pcauthorn·3 yıl önce·2 comments

[untitled]

1 points·by pcauthorn·3 yıl önce·0 comments

(My) Evolution of OOP Thinking

pcauthorn.substack.com
2 points·by pcauthorn·3 yıl önce·0 comments

Tests, eh ...

pcauthorn.substack.com
1 points·by pcauthorn·3 yıl önce·0 comments

Ask HN: How to be independent as a developer?

115 points·by pcauthorn·4 yıl önce·53 comments

Show HN: Decorator to Speed Up Development

github.com
5 points·by pcauthorn·5 yıl önce·3 comments

comments

pcauthorn
·3 yıl önce·discuss
That's something I hadn't thought of. Thanks
pcauthorn
·4 yıl önce·discuss
You just earned $9.99 from me! Don't spend it all in one place!

Many great things to consider in this thread. Many thanks to you and others that put their thoughts down.
pcauthorn
·5 yıl önce·discuss
I agree. Another example, Linus T wrote git from scratch to hosting the Linux kernel in 2.5 months. I'd say 10x is a low estimate.

I've worked with a guy who wrote great code like he was typing an email.

Everyone has a ceiling of the complexity of problems they can handle, some programmers are outliers in this regard.
pcauthorn
·5 yıl önce·discuss
Thanks for checking it out!

Good question, this is slightly different than lru_cache in that it persists to disk so it retrieves from the cache even when you rerun the Python interpreter.

Also it gives you a bit of flexibility as when to refresh the cache and to use or ignore function parameters. I often make a change in one 'group', db data for example, and am able to just refresh those methods that gather data from the db.
pcauthorn
·5 yıl önce·discuss
This was born out of necessity as data comes from multiple systems and takes around 4 minutes per run. Now I can iterate in like 5 seconds

Not something I seen, a decorator used only for development that is deployed in production.

Thoughts?