Live data from Hacker News

Viewing profile — ewiethoff

ewiethoff

HN member
Joined
Sat, Jan 24, 2009, 8:47 PM UTC
HN karma
312
Public activity
138 items

About ewiethoff

No profile information was provided.

Recent public activity

  1. comment
    Comment #7183520

    Thank you. I would love an article about accessibility for people who must use voice commands or those who cannot use a pointing device. Dragon is fine with spoken keyboard command…

  2. comment
    Comment #1974812

    Because mathematicians, physicists, and engineers use i through n for integers in their mathematical formulas, and Fortran was their FORmula TRANslator into computerese. (Additiona…

  3. comment
    Comment #1957595

    Would Perl's Unicode::Normalize module fit your bill? I believe Unicode::Collate uses it so that a single codepoint accented 'e', for example, sorts the same as 'e' with a combinin…

  4. comment
    Comment #973931

    I'm sure you're not alone. My beau gets motion sickness at the sight of some GUIs, and I get seizures from same. Hence, I will not be taking a look at Google's new homepage, and I'…

  5. comment
    Comment #973928

    ... and away from people with accessibility issues.

  6. comment
  7. comment
  8. comment
    Comment #805842

    IIRC, Ruby lets you set taintedness Safe Levels with the -T command-line option or setting $SAFE per thread.

  9. comment
    Comment #668050

    Content MathML to the rescue: http://en.wikipedia.org/wiki/MathML#Content_MathML

  10. comment
    Comment #664397

    You want XSLT. ;-)

  11. comment
    Comment #655806

    Nevertheless, I've gotten so bored by the sight of movie CGI. There's just too much texture or not enough light or something. Please, someone, make a physical model, shine some lig…

  12. comment
    Comment #655791

    May I suggest http://www.artima.com/ , although not just anyone can post news there?

  13. comment
    Comment #649134

    I sing in a couple opera companies in New York City.

  14. comment
    Comment #645236

    Obligatory xkcd comic: http://xkcd.com/451/

  15. comment
    Comment #645205

    "History Lesson" by Arthur C. Clarke ( http://web.math.hr/~veky/T/T1/historylesson.txt )

  16. comment
    Comment #644729

    If you attack us, we'll use the red matter.

  17. comment
    Comment #637666

    That people have to resort to such creative contortions is a testament to what a pile "Thou shalt not use tables for layout" is.

  18. comment
    Comment #637642

    I, too, hate your saying this. I hope you're joking. Because bullet point summaries and trying to make the article seem non-intimidating rather contradict what the author is saying…

  19. comment
    Comment #634651

    What do you mean by "penultimate"?

  20. comment
    Comment #624825

    Irony is fine. I'm just tired of its current popularity: http://www.google.com/search?as_oq=ironic+irony&as_sites...

  21. comment
    Comment #621735

    Am I the only person who wants to stab my eyes out whenever I see the word 'ironic'? I count two appearances in the article, and one in the title.

  22. comment
    Comment #605252

    We can plan this all out in a novel called The Moon Is a Harsh Mistress .

  23. comment
    Comment #605245

    "Space is disease and danger wrapped in darkness and silence." -- Leonard "Bones" McCoy, 2009

  24. comment
    Comment #516648

    > 3) Be a testing masochist, i.e., I ruthlessly try to break my own code. 'Hap' means luck. Therefore, the happy path is the lucky path. Being a natural pessimist, I can't help pic…

  25. comment
    Comment #516615

    I smile when I think of Ruby's throw/catch (not to be confused with raise/rescue) as labeled GOTO.