Viewing profile — ewiethoff
ewiethoff
HN member- Joined
- Sat, Jan 24, 2009, 8:47 PM UTC
- HN karma
- 312
- Public activity
- 138 items
- HN profile
- View on Hacker News ↗
About ewiethoff
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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'…
-
comment
Comment #973928
... and away from people with accessibility issues.
- comment
- comment
-
comment
Comment #805842
IIRC, Ruby lets you set taintedness Safe Levels with the -T command-line option or setting $SAFE per thread.
-
comment
Comment #668050
Content MathML to the rescue: http://en.wikipedia.org/wiki/MathML#Content_MathML
-
comment
Comment #664397
You want XSLT. ;-)
-
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…
-
comment
Comment #655791
May I suggest http://www.artima.com/ , although not just anyone can post news there?
-
comment
Comment #649134
I sing in a couple opera companies in New York City.
-
comment
Comment #645236
Obligatory xkcd comic: http://xkcd.com/451/
-
comment
Comment #645205
"History Lesson" by Arthur C. Clarke ( http://web.math.hr/~veky/T/T1/historylesson.txt )
-
comment
Comment #644729
If you attack us, we'll use the red matter.
-
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.
-
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…
-
comment
Comment #634651
What do you mean by "penultimate"?
-
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...
-
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.
-
comment
Comment #605252
We can plan this all out in a novel called The Moon Is a Harsh Mistress .
-
comment
Comment #605245
"Space is disease and danger wrapped in darkness and silence." -- Leonard "Bones" McCoy, 2009
-
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…
-
comment
Comment #516615
I smile when I think of Ruby's throw/catch (not to be confused with raise/rescue) as labeled GOTO.