seven800 | 8 years ago | on: You Should Learn Regex
seven800's comments
seven800 | 8 years ago | on: Regex Puzzle
Very useful when code reviewing other people's regular expressions.
seven800 | 13 years ago | on: Show HN: "Dropbox for Wi-Fi"
seven800 | 13 years ago | on: Show HN: My weekend project using the Soundcloud API
seven800 | 14 years ago | on: Edit scheme on your iPad via the parse tree: Lisping launched
seven800 | 14 years ago | on: Edit scheme on your iPad via the parse tree: Lisping launched
seven800 | 14 years ago | on: Ask HN: Please stop overriding standard browser navigation keys with Javascript.
The search results are a UI widget and it's reasonable and correct for you to navigate between results with the arrow keys once that control is focused. This is similar to something like a file explorer where the arrow keys select between files or folders rather than scrolling the window.
It's useful to ensure you're not matching things that you don't mean to, which is a problem I often see when code reviewing regex.