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.

Ask HN: What is your favorite StackOverflow question?

5 pointsby CodeSheikhover 5 years ago

4 comments

LinuxBenderover 5 years ago
This answer [1] is my favorite as it resonates with many work&#x2F;life experiences.<p>[1] - <a href="https:&#x2F;&#x2F;security.stackexchange.com&#x2F;questions&#x2F;33470&#x2F;what-technical-reasons-are-there-to-have-low-maximum-password-lengths&#x2F;33471#33471" rel="nofollow">https:&#x2F;&#x2F;security.stackexchange.com&#x2F;questions&#x2F;33470&#x2F;what-tech...</a>
CodeSheikhover 5 years ago
I like the graphic examples in this question (besides the obvious attempts at answers): <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;1050222&#x2F;what-is-the-difference-between-concurrency-and-parallelism" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;1050222&#x2F;what-is-the-diff...</a>
smartis2812over 5 years ago
At first look I tougth it was brainfuck but it&#x27;s valid JavaScript:<p><a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;7202157&#x2F;why-does-return-the-string-10" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;7202157&#x2F;why-does-return-...</a>
LukeBMMover 5 years ago
You can&#x27;t parse [X]HTML with regex. Because HTML can&#x27;t be parsed by regex.<p><a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;1732348&#x2F;regex-match-open-tags-except-xhtml-self-contained-tags&#x2F;" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;1732348&#x2F;regex-match-open...</a>