Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pcauthorn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
pcauthorn
3y ago
That's something I hadn't thought of. Thanks
2.
▲
Ask HN: Finding complimentary technical people
1 points
by
pcauthorn
3y ago
|
2 comments
3.
▲
(My) Evolution of OOP Thinking
(pcauthorn.substack.com)
2 points
by
pcauthorn
3y ago
|
0 comments
4.
▲
Tests, eh ...
(pcauthorn.substack.com)
1 points
by
pcauthorn
3y ago
|
0 comments
5.
▲
by
pcauthorn
4y ago
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.
6.
▲
Ask HN: How to be independent as a developer?
115 points
by
pcauthorn
4y ago
|
53 comments
7.
▲
by
pcauthorn
5y ago
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
8.
▲
by
pcauthorn
5y ago
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 re
9.
▲
by
pcauthorn
5y ago
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
10.
▲
Show HN: Decorator to Speed Up Development
(github.com)
5 points
by
pcauthorn
5y ago
|
3 comments