Live data from Hacker News

Viewing profile — dpkendal

dpkendal

HN member
Joined
Sat, Nov 13, 2010, 8:38 PM UTC
HN karma
1,289
Public activity
142 items

About dpkendal

I make stuff do things.

Recent public activity

  1. story
  2. comment
    Comment #14691855

    As a learner/non-native speaker of German, please don't abolish the only way to tell the vowel length of an unfamiliar word.

  3. comment
    Comment #13953439

    Did we read the same paragraph? The problem with his first thesis was that, though he presented a brilliant and original result, he didn’t show that he’d studied enough prior resea…

  4. story
  5. comment
    Comment #12847051

    SEEKING FREELANCER (Remote or Berlin, Germany) Abecedary Limited We’re looking for someone to help us integrate SAML authentication into a Python/Flask web app (as a Service Provid…

  6. comment
    Comment #11364767

    > Freedom of speech is not freedom from criticism. “Sorry, you wrote this and we don’t like it, therefore you’re not invited to this conference on an irrelevant topic” or “… theref…

  7. comment
    Comment #10823058

    SEEKING WORK Berlin, DE. Remote possible (preferred). 12 years experience, 5 professional, in Python and Ruby web development, with popular frameworks (Rails, Sinatra, Flask). Addi…

  8. comment
    Comment #10559391

    Perl 6 uses rationals by default. They have the advantages of being base-agnostic, able to accurately represent any recurring digit expansion accurately regardless of eventual base…

  9. comment
    Comment #10559380

    The difference is in how the result is converted to a string, not in how the result is produced.

  10. comment
    Comment #10289554

    This was published so he can get community help with finishing it: http://www.crockford.com/javascript/encyclopedia/preface.htm...

  11. comment
    Comment #10268458

    The Oxford Dictionary of National Biography ( https://en.wikipedia.org/wiki/Dictionary_of_National_Biograp... ) follows a similar model to the SEP to deliver on the comprehensive/a…

  12. comment
    Comment #10229997

    Unicode has things for this: https://en.wikipedia.org/wiki/Zero-width_non-joiner And customization is done declaratively, not imperatively.

  13. comment
    Comment #10218172

    It’s not certain yet that this is an antedating. OED editor Jesse Sheidlower calls it ‘putative’: https://twitter.com/jessesheidlower/status/64305138542510899... and slang lexicogr…

  14. comment
    Comment #10175353

    The Unicode case-mapping algorithm is customizable by locale (e.g. uppercase i is İ in Turkish). A application which needed long s (for German Fraktur, for instance) could use a cu…

  15. comment
    Comment #9769115

    My mistake, I meant O(2 ^ n) indeed. Regardless, having exponential time complexity in terms of the regular expression (which is usually controlled by the programmer) where the pro…

  16. comment
    Comment #9768302

    Not true. Finite automata (NFAs, DFAs) can match that pattern (and any pattern that doesn't involve backreferences or lookaround) in O(n) time where n is the size of the input stri…

  17. comment
    Comment #9477338

    Why not store the log files in an FM-index? ( https://en.wikipedia.org/wiki/FM-index )

  18. comment
    Comment #9064346

    Bears repeating: this does not affect stable versions of FreeBSD. FreeBSD-CURRENT is the development version.

  19. story
  20. comment
    Comment #8522674

    Indeed, the W3C's work on HTML5 is irrelevant. It exists only for the purpose of giving the W3C-qua-organization the appearance of being involved in the further development of HTML…

  21. comment
    Comment #8356600

    Which is exactly what djb says about Germany. It doesn’t affect public domain status.

  22. comment
    Comment #8355081

    Provably false. http://cr.yp.to/publicdomain.html

  23. story
  24. comment
    Comment #6786014

    “Multics Emacs proved to be a great success — programming new editing commands was so convenient that even the secretaries in his office started learning how to use it. They used a…

  25. comment
    Comment #6786002

    You seem to be the only person in this thread who has grasped this idea; though instinctively to me it feels another formalism like LC is the wrong way to go.