HN user

babarganesh

16 karma
Posts0
Comments12
View on HN
No posts found.

a small gripe about the otherwise excellent writing:

at that point high standards are not merely useless but positively harmful. There are a few people who start too many new projects, but far more, I suspect, who are deterred by fear of failure from starting projects that would have succeeded if they had.

I think this buries the lede a bit. And "success" isn't a good measure, when the important thing many times is self-development or even just the skating feeling.

i think no, it's not "not in my mind but in my body".

my take is that anxiety occurs first by warping a person's attention, and the mental and physical symptoms of that follow.

I'd love to use this while teaching my kid how to program. That goes better if we both have access to the same screen. We tried repl.it but it's too wonky (cursor doesn't quite stay synchronized etc) - I think repl.it tries to do too much and ends up not so great. I could use coscreen with vs code. We're a linux household though - we'll be waiting.

our team (C#) did an extended proof of concept in F# about ten years ago. we found that it was easier to hero-code in F# but harder to work as a team over time in F#. we ended up embracing a lot of the functional paradigm in C#, which seems like a very good compromise.

I found a conceptual way to do manage my mental workflow that really does seem to help. I don't really know how to phrase the details, but I started thinking of my brain as an information processing system - in the absence of bugs, throughput depends on managing caches, threads/concurrency, and queues. if you think about your brain that way, you can kind of sense where there are issues with these three things as you think through problems.