Page 1 of 1

Technical explanations

Posted: Tue Aug 28, 2018 1:21 pm
by Dave
This is probably the best, clearest, and most straightforward explanation of a difficult technical topic I've ever read.

Re: Technical explanations

Posted: Tue Aug 28, 2018 1:28 pm
by Just Old Al
Dave wrote:This is probably the best, clearest, and most straightforward explanation of a difficult technical topic I've ever read.
When you're right you're right - and this guy does have his points.

Re: Technical explanations

Posted: Tue Aug 28, 2018 5:40 pm
by Typeminer
That's the funniest thing I've read since the comments on a YouTube video about Ouija boards. And I wouldn't know a regex if it handed me a pint of ale and dropped its pants. :mrgreen:

Re: Technical explanations

Posted: Tue Aug 28, 2018 5:44 pm
by Dave
Typeminer wrote:And I wouldn't know a regex if it handed me a pint of ale and dropped its pants. :mrgreen:
Treasure your ignorance.

There's a saying, in my business. A programmer who says "Oh, I've got a problem here. The solution is to use a regex" now has two problems.

Re: Technical explanations

Posted: Tue Aug 28, 2018 5:53 pm
by Typeminer
Dave wrote:Treasure your ignorance.
I do. And the best thing is, they're manufacturing more ignorance every day. Got compound interest beat all to hell. :mrgreen:

Re: Technical explanations

Posted: Tue Aug 28, 2018 7:34 pm
by lake_wrangler
I was already impressed by the post, but I particularly liked what came next:
Moderator's Note

This post is locked to prevent inappropriate edits to its content. The post looks exactly as it is supposed to look - there are no problems with its content. Please do not flag it for our attention.
:lol:

Re: Technical explanations

Posted: Tue Aug 28, 2018 9:04 pm
by ShneekeyTheLost
Dave wrote:
Typeminer wrote:And I wouldn't know a regex if it handed me a pint of ale and dropped its pants. :mrgreen:
Treasure your ignorance.

There's a saying, in my business. A programmer who says "Oh, I've got a problem here. The solution is to use a regex" now has two problems.
At a minimum, two problems. Starting with the underlying and fundamental problem of thinking that regex will actually help in some meaningful way in any given situation you are likely to encounter.

Re: Technical explanations

Posted: Wed Aug 29, 2018 2:29 am
by TazManiac
(I hate coding... but) that was a funny read.

Re: Technical explanations

Posted: Sun Sep 16, 2018 6:51 pm
by Bookworm
I've used regexes to parse HTML before, but only in a VERY limited sense, and only for very limited needs. Realistically, you're not so much parsing HTML as you're parsing the base text itself, and telling it "Ignore the HTML".