You can use several words in query to find by all of them at the same time. In addition, if you are lucky search understands word forms and some synonyms. It supports search by title and author. Examples:

  • 305 — search for 305, most probably it will find blogs about the Round 305
  • andrew stankevich contests — search for words "andrew", "stankevich" and "contests" at the same time
  • user:mikemirzayanov title:testlib — search containing "testlib" in title by MikeMirzayanov
  • "vk cup" — use quotes to find phrase as is
  • title:educational — search in title

Results

1.

dvorak

Last visit:  20 months ago
Registered:  7 years ago
2.
By z4120, history, 6 years ago, In English
[Vim] Chording keys to type faster and avoid RSI It's not uncommon for people here to try to improve their typing speed, or to complain that programming requires typing some hard-to-type characters frequently. There are a few solutions to that: * Buy an ergonomic keyboard model. May work, but will not be discussed here. * Just practice (on typeracer, etc.) This may help with the speed, but typing special symbol is still hard. * Use alternate keyboard layout: may not always be available in on-site programming contests. In particular, Programmer Dvorak layout is not available on Windows by default. * Key chording: discussed below. While there are just so many keys on the keyboard, you can "make" more by chording the key (taking the idea from stenography). Then you can bind those to commonly typed keys/sequences. 1. How to bind keys? Vim supports key binds natively. Just use `noremap!` (or just `map!`) I don't know if you don't use Vim. 2. What key bindings do you use? `ws = <bs>, uj = (, ik = ), UJ = [, IK ...
, Programmer Dvorak layout is not available on Windows by default. * Key chording: discussed below

Full text and comments »

  • Vote: I like it
  • +10
  • Vote: I do not like it

3.
By dened, 16 years ago, In Russian
Олимпиадное программирование и скорость набора кода Я глубоко осознаю что для решения задач главное - это умение думать, но тем не менее меня давно интересует такой вопрос: насколько важное место занимает умение быстро печатать в олимпиадном программировании? Как это влияет на успешность выступления на соревнованиях? Каков минимум по скорости набора кода (символов в минуту) для программистов желающих занимать призовые места на соревнованиях? Каким образом лучше развить это умение?<br> <br> Сам я понимаю, что очень важное в этом деле освоить метод слепого набора. Но основная проблема здесь - это то, что в отличие от набора обычного текста в наборе коде приходиться очень часто использовать специфические символы, которые не так же легко доступны. Вначале я пробовал решить эту проблему использованием специальной раскладки, а именно Programer's Dvorak, но позже отказался от этого, ибо проблема в том, что эта раскладка будет доступна в основном только на моем компе, и далеко не всегда может быть доступна на других.<br> <br> ...
именно Programer's Dvorak, но позже отказался от этого, ибо проблема в том, что эта раскладка будет, проблему использованием специальной раскладки, а именно Programer's Dvorak, но позже отказался от этого

Full text and comments »

  • Vote: I like it
  • +12
  • Vote: I do not like it

4.
By affix, 14 years ago, In English
Dvorak VS QWERTY Hi people!<div>recently i've learned about Dvorak keyboard and i want to use it but i think it would not easy to work with Dvorak after using QWERTY long time!</div><div>do you think really Dvorak is better for programming than QWERTY?</div><div>please share your ideas &amp; experience about this.</div>
Dvorak VS QWERTY, Hi people!recently i've learned about Dvorak keyboard and i want to use it but i think it, do you think really Dvorak is better for programming than QWERTY?

Full text and comments »

  • Vote: I like it
  • -5
  • Vote: I do not like it