Live data from Hacker News

Viewing profile — mbue

mbue

HN member
Joined
Sun, Jul 21, 2013, 11:26 PM UTC
HN karma
93
Public activity
22 items

About mbue

No profile information was provided.

Recent public activity

  1. comment
    Comment #22731617

    Appreciate the compliment. :)

  2. comment
    Comment #22726016

    Yeah, that was the idea. Just a language for fun and specifically for code golf (solving programming problems in as small a program as possible). In the case of Retina, it turned o…

  3. comment
    Comment #22726006

    Yeah, it really is surprisingly similar to sed. "Surprisingly", because when I first designed the language I knew nothing about sed, and I still know very little (but I've seen peo…

  4. comment
    Comment #22725993

    FWIW, they're usually called esoteric programming languages/esolangs, but I'm not a fan of that term. That's why I've been using "recretional" instead. :)

  5. comment
    Comment #22718270

    Hi, author here! Thanks for the feedback. I'm not in charge of Try It Online, so I can't do anything about filling it with code by default, but as someone else noted, there is a He…

  6. story
  7. story
  8. comment
    Comment #9761621

    (I am not affiliated with Dinosaur Games in any way. Just a fan of the game.) > (Incidentally, branding aside, this article piqued my interest in the game. Is it worth a play?) I'v…

  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. comment
    Comment #6155229

    The problem is, regex flavors differ, and RegexPal uses JavaScript - whose regex flavor is really limited compared to most others (including Python). You should always try to find …

  21. comment
    Comment #6082352

    Yes, this is explicitly a tool that uses PCRE via PHP. So I'd expect the behaviour to exactly reflect that of the `preg` suite in PHP... which does not use `u` by default.

  22. comment
    Comment #6080842

    In the quiz, for competitive motivation it would be nice to see if you actually broke the current record on a quiz. Right now, there's no way to tell, whether you just caught up wi…