by mre on 8/9/22, 2:22 PM with 143 comments
by dmd on 8/9/22, 4:46 PM
by nu11ptr on 8/9/22, 6:51 PM
I always tell people: "You think I wrote this manual for you, but I'm not that altruistic. I wrote it for future me."
To be fair, not exactly the same thing. I typically remember I wrote it, just not what it does or how it works. :-)
by focusedone on 8/9/22, 3:37 PM
The most depressing thing is being presented with an issue and finding my name attached to a closed ticket from years before with no explanation of how I fixed it.
Guess what, current me, you're going to learn this again from scratch because past me was in a hurry and couldn't be bothered to type out what he did.
BSG - this has all happened before, and it will all happen again.
by BlakeCam on 8/9/22, 4:22 PM
by klez on 8/9/22, 6:37 PM
Debian (stable, at least) doesn't use his version anymore. The HISTORY section of the current manual says
> This su command was derived from coreutils' su, which was based on an implementation by David MacKenzie. The util-linux version has been refactored by Karel Zak.
by chrisbrandow on 8/9/22, 3:02 PM
by 100011_100001 on 8/9/22, 3:18 PM
Granted, I have specific code tells, which helps, but like the article mentions I have forgotten the why or the bug that I fixed that required specific changes.
by hinkley on 8/9/22, 5:55 PM
Back in the age of modems, when PPP was still the new hotness, I was proud of myself for memorizing the IP addresses for a few of the services I used regularly. Two or three times I got to punk my friends when the DNS servers got messed up, and they’re sitting with me in the computer lab wondering what else we could do to pass the time when they looked over and noticed that I’m happily typing away in the very thing they couldn’t get into because The Internet Is Down. No man, it’s just DNS.
Older, sadder but wiser me knows that I still could have done that joke if I had written the numbers on a scrap of paper. I could have had twenty instead of five.
by dang on 8/9/22, 6:17 PM
From Novice to Master, and Back Again - https://news.ycombinator.com/item?id=9098635 - Feb 2015 (1 comment)
From Novice to Master, and Back Again - https://news.ycombinator.com/item?id=8443981 - Oct 2014 (27 comments)
by bsedlm on 8/9/22, 2:48 PM
the difference is that nothing I've ever worked on will ever be public or useful beyond a small private business which doesn't even exist anymore.
by hcks on 8/9/22, 3:42 PM
No matter how many times you do it, you will have to re-learn it every single time.
by yuan43 on 8/9/22, 8:37 PM
by vxNsr on 8/9/22, 2:57 PM
by sergiotapia on 8/9/22, 4:45 PM
If you write code do yourself a favor and write for future you. It'll help.
by sneak on 8/9/22, 3:02 PM
by mayoff on 8/10/22, 12:06 AM
2. Google it.
3. Find answer on stackoverflow.
4. Try to upvote.
5. "You can't vote for your own post."
This has happened to me multiple times.
by jimhefferon on 8/9/22, 4:00 PM
by skybrian on 8/9/22, 5:05 PM
by itsthecourier on 8/9/22, 6:38 PM
I was discussing how the only info I found was in a remote wikipedia article, yet incomplete. the guy told me he had written that article too.
good times
by sireat on 8/9/22, 7:39 PM
I wish there was even better way to preserve the context of what you were doing at the time (env variables, current path at the time etc).
by startupdiscuss on 8/9/22, 3:12 PM
Before I began my studies in Zen, I thought a tree was a tree and a stone, a stone.
When I started to study Zen, I could see that a tree was not a tree, and a stone was not a stone.
Now that I am a Zen master, I know that a tree is a tree and a stone is a stone.
-- Source: my buddy in college
I think you come full circle to learn that you can only keep so much in your head at one time and that you're always in some sense loading up what you need for the next month or three. At least this time you knew to look for the man su command, and remind yourself of the work you did, that you shared with all these other people.