On reflection I wonder if it doesn't drop more because it's a learned habit and it doesn't unlearn in the time of the study.
However, I suspect the other complaint — that chronological feeds get overwhelmed by corporate spam — is fully true.
It's one more regular reminder that none of these companies want to charge a couple of billion users a couple of dollars a month to give them exactly what they are asking for — a way to keep in contact with friends and meet new ones — because that's just not enough revenue for them, even if they charge for optional features.
We're all worth so much more to them if we are addicted.
Same. I've been told I'm a "high metabolizer". I can drink a cup of coffee/tea/soda before bed and pass out. No noticable effect.
It's weird that you mention the runner's high, too. I've run 6 miles 3x a week for months on end (PR of 8.5 miles), and I have no idea what other runners are talking about. I've never put the two together before.
Learning language is like learning poetry. Your appreciation of the thing grows proportionally with the practice. Which means you don't need to learn to fluency to appreciate Arabic. Even modest practice, just learning to write the alphabet, will increase your appreciation for the language if that's what you'd like to do.
Have experienced this with a bilingual relative whos language i have learned bits and pieces of both of us enjoy it. They give you little challenges from time to time too which is fun
Stephen King said something similar (but I'm sure I'm misquoting): Every writer begins with one million terrible words inside them. The sooner you get those words out, the sooner you get to the good stuff.
> How many developers are using VSCode? How does that number compare with Emacs/Vim?
Perhaps I'm in some sort of "TUI bubble", but I'd bet good money that Emacs/Vim users outnumber VSCode users by an order of magnitude. But maybe I'm just surrounded by *nix devs.
My biggest concern with AI is that I'm not sure how a software engineer can build up this sort of high-level intuition:
> I still have to deeply think about every important aspect of what I want to build. The architecture, the trade offs, the product decisions, the edge cases that will bite you at 3am.
Without a significant development period of this:
> What’s gone is the tearing, exhausting manual labour of typing every single line of code.
A professional mathematician should use every computer aid at their disposal if it's appropriate. But a freshman math major who isn't spending most of their time with just a notebook or chalk board is probably getting in the way of their own progress.
Granted, this was already an issue, to a lesser extent, with the frameworks that the author scorns. It's orders of magnitude worse with generative AI.
I'm not sure. I don't know about deep expertise and mastery, but I can attest that my fluency skyrocketed as the result of AI in several languages, simply because the friction involved in writing them went own by orders of magnitude. So I am writing way more code now in domains that I previously avoided, and I noticed that I am now much more capable there even without the AI.
What I don't know is what state I'd be in right now, if I'd had AI from the start. There are definitely a ton of brain circuits I wouldn't have right now.
Counterpoint: I've actually noticed them holding me back. I have 20 years of intuition built up now for what is hard and what is easy, and most of it became wrong overnight, and is now limiting me for no real reason.
The hardest part to staying current isn't learning, but unlearning. You must first empty your cup, and all that.
People said the same thing about the transition to higher levels of abstraction in the past. “How will they write good code if they don’t know assembly? How can they write efficient code if they don’t understand how a microprocessor works?”
These arguments basically just amount to the intellectual equivalent of hazing. 90% of engineers don’t need to know how these things work to be productive. 90% of engineers will never work on a global scale system. Doing very basic things will work for those engineers. Don’t let perfect be the enemy of good enough.
Also, I’d argue that AI will advance enough to capture system design soon too.
reply