Viewing profile — MTGandP
MTGandP
HN member- Joined
- Mon, Aug 13, 2012, 3:17 AM UTC
- HN karma
- 41
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About MTGandP
http://mtgap.wordpress.com/
https://github.com/MTGandP/
Recent public activity
-
comment
Comment #6499516
Can you elaborate on why -O3 often generates slower code? I've never heard that before.
-
comment
Comment #6415056
It's nice to see some big names focusing on anti-aging research. It seems obvious that anti-aging research is a good idea, but surprisingly few people are actually pursuing it. Thi…
-
comment
Comment #6351686
"The Dennis Ritchie of this generation was just born."
-
comment
Comment #4709927
Then I'll make sure my test subjects continue to practice QWERTY.
-
comment
Comment #4709847
Thanks, that could be valuable. Is the data separated by keyboard layout?
-
comment
Comment #4709813
You can use a new keyboard layout and still remember QWERTY. It's just like learning a second language (only it takes a lot less time).
-
comment
Comment #4709769
You can use [my keyboard layout optimizer]( https://github.com/MTGandP/Typing ) to create your own optimized keyboard. I provide a corpus of programming text you can use, and you c…
-
comment
Comment #4709759
The [Kinesis]( http://www.kinesis-ergo.com/ ) Advantage is a cheaper alternative to Maltron that follows the same design pattern. It's the keyboard I use, and it's definitely more …
-
comment
Comment #4709749
Author of The Keyboard Layout Project here. I'm familiar with Workman; it's a reasonably strong attempt, but I think it has a number of problems and fails to perform as well as Col…
-
comment
Comment #4709723
IIRC, Dvorak has about 500,000 users worldwide.
-
comment
Comment #4709716
I'm not trying to design yet another standard. I recommend that people use [Colemak]( http://colemak.com/)—even though it's not as popular as Dvorak right now, it's easier to learn…
-
comment
Comment #4709697
That's why my keyboard layouts try to optimize for rolls more than any other layout I've seen. The most recent version has a number of very nice rolls, TH, IN, ST, and some other l…
-
comment
Comment #4709688
Hi, writer of The Keyboard Layout Project here. I'm well aware of the limitations of scoring a layout based on crude heuristics, and I'm trying to collect some good data. Right now…
-
comment
Comment #4704571
The entire purpose of the modern economy is to pay other people to do things so you don't have to do them yourself. Did you build your house from trees that you chopped down yourse…
-
comment
Comment #4675601
Maybe it's obvious, but I think the observation resembles an NP-complete problem: it's easy to verify that it is true, but finding it is difficult.
-
comment
Comment #4667031
You shouldn't even have text at all on the bottom half of the slide. Text on a slideshow presentation should be minimal. The audience should be listening to you, not reading your s…
-
comment
Comment #4667005
A lot of your commit messages don't make any sense. Is there any point at which the program was fully functional but non-obfuscated?
-
comment
Comment #4384639
It took me until I read the comments on this thread.
-
comment
Comment #4374676
The program outputs your site-specific password to stdout. Is it possible for an attacker to get your stdout history?
-
comment
Comment #4374502
> It's my life's dream to do a real-life process vs. algorithm design comparison like this one. I've done some simple analysis of card sorting. I've timed myself vs. other people s…
-
comment
Comment #4374450
This was a fascinating article. I do have a small correction: bucket sort is more similar to quicksort than merge sort. merge sort bucket sort 1. divide (in half) 1. divide (in bin…