Live data from Hacker News

Ask HN: Can't seem to remember basic things, should I give up on computing?

news.ycombinator.com

31–38 of 38 posts

Re: Ask HN: Can't seem to remember basic things, should I give up on computing?

#31
Knowing how to find information is much more valuable than just knowing the information.

Does it really matter if you just happen to know how to do huffman codes, or does it matter more if you can find out how to do them when you are required to?

The amount of knowledge in the universe is essentially infinite.

Re: Ask HN: Can't seem to remember basic things, should I give up on computing?

#32
I sympathize with you. These things sounds trivial and should be trivial right? If everyone could wrap their heads around these subjects these things wouldn't be university material. Maybe these things are really hard to grasp?

Humans are learning by repetition and forgetting things that aren't repeated commonly. We can do a lots of mistakes, creative thinking and also new ideas by mistakes. Computers remembers everything forever and can do extremely precisely anything told but can't do batshit by itselfs. Your frustration seems to be born from the fact that humans and computers are so incompatible. I have news for you - to be frustrated by this incompatibility is part of our job.

Oh and don't forget to compare yourself with your previous-self instead of your colleagues.

Re: Ask HN: Can't seem to remember basic things, should I give up on computing?

#33
studied cognitive science and all I can tell you about memory is that it's very, very complex... we don't even know what "forgetting something" actually means (is something that's forgotten really forgotten, i.e. entirely inaccessible) nor do we know what causes forgetting.

Re: Ask HN: Can't seem to remember basic things, should I give up on computing?

#34
"looked it up wrongly and did the wrong thing"

"Everything is slow, cumbersome"

You may want to evaluate if this is going on even in other spheres of your life and see where the crux of the problem lies. Unless this is how you always were, these are symptoms of something else. Perhaps you need to figure out what is bothering/troubling/ailing you. It could be inadequate rest or something entirely different. Find someone who can look at things objectively and can help you sort this out - perhaps a therapist, doctor or a trusted friend?

Re: Ask HN: Can't seem to remember basic things, should I give up on computing?

#35
post #18

I still look up the order to create a basic Linux symlink. Acronyms or pneumonic devices can help solidify the things you do frequently to commit them to memory. Frequent repetition, de stressing, quality sleep, exercise and SLOWING DOWN to actually digest the patterns and actions you’re doing can help. Beyond that note things down and the rest isn’t important enough to need to remember, google is fine.

Heh. I almost always type 'grep foo bar' and let the error tell me the right order because I never recall if it is needle haystack or haystack needle. I do this a lot.

Re: Ask HN: Can't seem to remember basic things, should I give up on computing?

#36
Make sure you are eating well, sleeping well, and doing some vigorous exercise 3+ days a week. After that, look into getting 360° reviews set up at work. It was these that really helped me with imposter syndrome. Having anonymous peers let me know where they thought my strengths were and what areas were opportunities for professional growth was really enlightening.

You don't see the sausage being made in others heads. They will have trouble with things you find trivial and vice versa. If there are things you can learn from them, do so. Practice the things you need to work on. Compare your present self to your past self, not as much to your peers. When I started at my current company, I was the slowest person, had the least professional and domain knowledge, and had to majorly catch up. I set aside some time per night or per week to get a little better. Fast forward and it all worked out. I'm still slower, I think, at a lot, but I have a lot to offer too. Note the value you bring.

Re: Ask HN: Can't seem to remember basic things, should I give up on computing?

#37

You say that you're talking about "basic" things... I have no idea what a huffman code is or what two's complement even means. Literally, not figuratively, zero idea. ... I'm a PhD researcher in Deep Learning... But I had to DuckDuck why differentiation works the way it does to explain it for a friend the other day. I still can't remember what happens when you differentiate minus powers. Does x^-1 become a squared fr…

You epic human, thank you for this :) the soup bit made me laugh out loud .

Re: Ask HN: Can't seem to remember basic things, should I give up on computing?

#38
Don’t give up computing but consider doing test driven development. (Google it). It will help you discover the mistakes a lot quicker. I would certainly make the same mistakes especially with rarely used algorithms.

Most coders would use libraries for UTF8 and a high level programming language that doesn’t segfault - in other words they’d “cheat” but in reality they probably just want to solve the problem quick and get the job done.

Post reply on HN