Live data from Hacker News

Keeping Personal Cheat Sheets as a Software Engineer

joshuaestes.me

1–10 of 17 posts

Re: Keeping Personal Cheat Sheets as a Software Engineer

#2
If you like this idea, you might want to check out Cheatography - it's a tool for creating stylish cheat sheets. I used it a little when it was first announced, but haven't kept up with it. It's a great idea, and the developer was really friendly when I was checking it out.

http://www.cheatography.com/

Re: Keeping Personal Cheat Sheets as a Software Engineer

#3
I've tried this several times, but I always find that by the time I've been stumped by something enough times to write it down, I'm on the verge of having it learned anyway. So, my cheat sheets just become random bits of paper full of stuff I already know, and I start new ones. Rinse and repeat. It's a nifty trick but I don't think there's any substitute for good ol' repetition and understanding.

Re: Keeping Personal Cheat Sheets as a Software Engineer

#7

I've tried this several times, but I always find that by the time I've been stumped by something enough times to write it down, I'm on the verge of having it learned anyway. So, my cheat sheets just become random bits of paper full of stuff I already know, and I start new ones. Rinse and repeat. It's a nifty trick but I don't think there's any substitute for good ol' repetition and understanding.

Ha! When you're old enough you'll forget what you've forgotten you've forgotten.

Re: Keeping Personal Cheat Sheets as a Software Engineer

#8

I've tried this several times, but I always find that by the time I've been stumped by something enough times to write it down, I'm on the verge of having it learned anyway. So, my cheat sheets just become random bits of paper full of stuff I already know, and I start new ones. Rinse and repeat. It's a nifty trick but I don't think there's any substitute for good ol' repetition and understanding.

Right, but while you might know how to do it, the person next to you may not. I write stuff down because it might be an issue that I encounter once every 6 months and I hate to have to relearn it, but also someone might run into the same issue, and I can expend less brain power/time to help someone else learn it.

Re: Keeping Personal Cheat Sheets as a Software Engineer

#9
I keep appending to a file in my home directory. I've aliased it too so that I can access it quickly. Every ~month I email it to myself or back it up elsewhere.

$ alias ed

alias ed='$EDITOR ~/.diary"

The file looks something like this:

# 4/3/2015

Command Comments

-------------------------------------------

M-l # Emacs, lowercase next word

Post reply on HN