Live data from Hacker News

Viewing profile — chirss

chirss

HN member
Joined
Fri, Jan 31, 2020, 5:28 PM UTC
HN karma
15
Public activity
10 items

About chirss

No profile information was provided.

Recent public activity

  1. comment
    Comment #43325627

    The list at the end isn't that good though. It's basically dictating this Matt Dugan's preferences. The third one about seven systems is both an exaggeration and a demand. The rest…

  2. comment
    Comment #22311874

    Well yea, it's a joke...

  3. comment
    Comment #22311783

    For real, it can't even work with regular expressions decently.

  4. comment
    Comment #22205795

    boom. https://regex101.com/r/PxSY4U/1 technically it does parse it. :P

  5. comment
    Comment #22205717

    I guess I don't understand. Mind throwing up an example with multiple test strings on regex101.com ? I'd like to take a look and see if I can make a regex which does what you want.…

  6. comment
    Comment #22203666

    If you want some help swing by #regex on efnet, happy to help.

  7. comment
    Comment #22203659

    We use it on slack and irc for debugging people's regular expressions all the time. Being able to have 30 revisions to a base regex to troubleshoot is fantastic. Plus the quiz is a…

  8. comment
    Comment #22203630

    Can you explain the problem further?

  9. comment
    Comment #22203605

    regex101 does a good job at showing you what the selected variant can do.

  10. comment
    Comment #22203571

    Honestly don't let this get you down, here's a learning plan (use regex101 to learn) 1) Learn PCRE regex. 2) Try regex golf or cross words to learn PCRE regex. 3) Take the quiz on …