Spyke

Replies

Comment on

Is it normal for a person to "feel" less as they get older?

I think a big part of it is that when we are young, all of these are new experiences to us. And as such, they carry a lot more emotion and stimulation.

As an adult, you've experienced many things. To some degree, your brain is likely acustomed to it.

Something that helps is breaking out of your routines and experiencing new things. I've heard our neural pathways described as the grooves that form on a hill when sledding. When you first slide down the hill, you're making brand new grooves. Each trip is different and unique. But over time, trails get established and you end up using the same worn trails over and over.

Experiencing new, bespoke things is like breaking out of the trails and making a new one.

At least, that's my understanding! I'm not a proffessional, just someone who can relate to what you're describing :)

Comment on

When DRY goes wrong

I think it’s one of those things that is generally a good instinct, but easy to go overboard and way over index on.

Usually I try to optimize code for “how easy is it to entirely delete this module” - loose coupling is the bigger concern. Sometimes it makes sense to repeat code with this approach. Usually I’ll abstract a shared concern out once I repeat it 3 or so times, but not always.

It’s all about trade offs.