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.

Xkcd comics which can illustrate programming questions

27 pointsby MarkusWinandalmost 11 years ago

5 comments

ufmacealmost 11 years ago
What I think is odd is the apparent SO hate on #1. That sounds like a good idea to me - to better understand what SQL injection is and how to find and plug vulnerabilities, try to write your own vulnerable application and then exploit it. At least, I'd much rather have them do that then copy and paste generic code off of some learning site which is vulnerable without even thinking about it.
vezzy-fnordalmost 11 years ago
I usually associate fanatical goto hatred (as in #4) with people who don&#x27;t do systems programming, particularly in C, where using a goto to jump to a label that executes instructions (like cleanup and freeing memory) in the event of an error condition, is a very common pattern.<p>These people would probably be shocked if they read the source code of the average GNU&#x2F;Linux distro&#x27;s software stack.
评论 #8014105 未加载
评论 #8014045 未加载
EugeneOZalmost 11 years ago
This is my favorite: <a href="http://xkcd.com/1024/" rel="nofollow">http:&#x2F;&#x2F;xkcd.com&#x2F;1024&#x2F;</a>
InclinedPlanealmost 11 years ago
Pretty funny stuff. But man the code examples there made me want to take a shower.
renke1almost 11 years ago
#2 is my all-time favorite. It&#x27;s such a common situation.
评论 #8014033 未加载