Mel Reams
This author hasn't added his/her bio.
If you need to get an image out of a google doc, download it as a webpage (file -> download as -> webpage). When you open the zip there will be an images directory you can just pull the file out of. Thank you stack overflow.
Javascript is much more like a board game than you might think. Let me tell you a story to explain what I mean. I used to be convinced I just didn’t like board games. I’d played the usual Snakes and Ladders, Sorry, Risk and Monopoly as a kid, and I could happily go without playing any of them ever again. Especially Monopoly. At least the other ones had an end.. Read More
Like I said in the title: Margaret Hamilton is more badass than you will ever be. Now what were you over tired toddlers saying about how women aren’t meant to be programmers? Protip: if you were a) a grownup or b) good at your job, you wouldn’t be so scared of the possibility of a female programmer being better than you.
There is an amazing, near magical word that can save projects, hit deadlines, prevent burnout, and gain the respect of your team. Sadly, few project managers seem to know it. What’s this magical word? “No.” Really, it’s that simple. Just saying no (respectfully, in the right situation) can do all of the amazing stuff I listed. It’s not a guarantee of success, but it will give you a fighting chance… Read More
I was reading John Sonmetz’s post 11 Rules All Programmers Should Live By and I wanted to expand on 2: Clever is the enemy of clear. In some cases, you do need to write clever code. If you’re working on something that absolutely must be optimized as much as possible, fine, get clever. If you’re working on something that’s actually hard, like cache invalidation, knock yourself out. But if you’re working on plain.. Read More
How does biology explain the low numbers of women in computer science? Hint: it doesn't. from Terri Oda If you follow the link for the love of god do not read the comments.
When you add a new dependency to a play project, run play eclipse to update the eclipse project so your imports work. Play clean compile will not do that no matter how many times you run it :(