TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you keep your brain in the tonus?

16 pointsby pavelshtankoover 7 years ago
Currently I&#x27;m working as a software developer for more than 7 years. And I&#x27;m struggling with the problem that I feel myself a bit stupid because of the routine work. Pretty much any enterprise application development process these days looks like: requirements -&gt; tasks -&gt; DAO -&gt; Service layer -&gt; models -&gt; view models. Of course you can mention microservices, more complex architectural patterns and other things... but.. Not really harder than that.<p>So I want to train my brain to keep it up to date and fully functional.<p>What I&#x27;m doing now: - Learning vim (that&#x27;s really hard after the years with Visual studio) - Trying to solve algos on Hackerrank.<p>What do you usually do to train yourself?

8 comments

hackermailmanover 7 years ago
I do courses when I can, try some CS theory, some free resources here <a href="https:&#x2F;&#x2F;functionalcs.github.io&#x2F;curriculum&#x2F;" rel="nofollow">https:&#x2F;&#x2F;functionalcs.github.io&#x2F;curriculum&#x2F;</a> such as these undergraduate complexity theory lectures <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLm3J0oaFux3YL5vLXpzOyJiLtqLp6dCW2" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLm3J0oaFux3YL5vLXpzOy...</a> or this intro to dbms course <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLSE8ODhjZXjYutVzTeAds8xUt1rcmyT7x" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLSE8ODhjZXjYutVzTeAds...</a> then try using a SQL automated prover <a href="http:&#x2F;&#x2F;cosette.cs.washington.edu&#x2F;" rel="nofollow">http:&#x2F;&#x2F;cosette.cs.washington.edu&#x2F;</a><p>Some more VIM resources, Vim as an IDE <a href="https:&#x2F;&#x2F;blog.jez.io&#x2F;vim-as-an-ide&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.jez.io&#x2F;vim-as-an-ide&#x2F;</a><p>Lecture notes, entire course on vim and horrors that is vimscript <a href="http:&#x2F;&#x2F;www.contrib.andrew.cmu.edu&#x2F;~haoxuany&#x2F;vim&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.contrib.andrew.cmu.edu&#x2F;~haoxuany&#x2F;vim&#x2F;</a><p>Great stackoverflow post on grokking vi to understand vim <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;1218390&#x2F;what-is-your-most-productive-shortcut-with-vim&#x2F;1220118#1220118" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;1218390&#x2F;what-is-your-mos...</a>
itamarstover 7 years ago
Might want to consider getting a new job in a more interesting and new area, that way you can learn during work hours. Or, figure out ways to automate your job even more: if it&#x27;s routine, it&#x27;s amenable to automation.<p>More here: <a href="https:&#x2F;&#x2F;codewithoutrules.com&#x2F;2016&#x2F;03&#x2F;15&#x2F;stagnating-job&#x2F;" rel="nofollow">https:&#x2F;&#x2F;codewithoutrules.com&#x2F;2016&#x2F;03&#x2F;15&#x2F;stagnating-job&#x2F;</a>
jventuraover 7 years ago
As a CS professor, I have to create lots of exercises for my students so I keep my brain occupied with these kind of things, trying to simplify my examples on each iteration. I find that it is very hard but very gratifying to simplify things. Also, much easier to explain to students.<p>Also, when I come across algorithms such as the Sieve of Erathostenes which was discussed recently here on HN (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15408506" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15408506</a>), I do them to keep my skills and reasoning up to date..<p>Other times, I do some project euler problems, etc.. In even other times, if a blog post is interesting I try to implement the algorithms or examples there. For instance, there was quite recently a discussion about the little book of Operating Systems, and I&#x27;ve built the bootloader example and learned a little bit more about 2nd stage bootloaders and NASM Assembler.. Things like that..<p>I find that it is more efficient to learn lots of small things and join them with what you already know previously in your brain, than trying to learn bigger things..
e19293001over 7 years ago
I would learn lambda calculus and solve the L-99: Ninety-Nine Lisp Problems[0]. You&#x27;ll be surprised how brilliant functional programming is.<p>[0] - <a href="https:&#x2F;&#x2F;www.ic.unicamp.br&#x2F;~meidanis&#x2F;courses&#x2F;mc336&#x2F;2006s2&#x2F;funcional&#x2F;L-99_Ninety-Nine_Lisp_Problems.html" rel="nofollow">https:&#x2F;&#x2F;www.ic.unicamp.br&#x2F;~meidanis&#x2F;courses&#x2F;mc336&#x2F;2006s2&#x2F;fun...</a>
taway_1212over 7 years ago
The &quot;Big Data&quot; (Hadoop etc.) stack takes years to become good at, and is a natural progression for many bored enterprise devs.
partisanover 7 years ago
Learn new patterns and languages.<p>Learning and implementing CQRS with Event Sourcing was the big step for me out of the enterprise development slump you describe. Then learning F# and functional programming and implementing the architecture gave me insight that made my C# code simpler and easier to read.
mactechnicover 7 years ago
Monotonous work dulls your wits. I find decaffinating and a moderate exercise workout with music helps. If you are pressed for time, the try meditation or a good mystery novel. Rudy Rucker has always been good for me.
bjourneover 7 years ago
Quit and go back to school.