I never got the hate of mouse in the dev community. Isn’t most of work browsing code and Googling things? Making a mouse a way to navigate way more efficient than a keyboard? It seems retrograde.
> Isn’t most of work browsing code and Googling things? Browsing code is easy to do with a keyboard - not sure I see how a mouse would improve things. Browsing web: Firefox has since forever let you go to and open a link by typing a few characters in the link. I'll grant I don't always do it this way, but it is quite fast - unless the link is an image or something. Finally, if you're one of those people who've had er…
Show HN: I wrote an entire book to build a mouseless dev environment
61–70 of 221 posts
Re: Show HN: I wrote an entire book to build a mouseless dev environment
#62I never got the hate of mouse in the dev community. Isn’t most of work browsing code and Googling things? Making a mouse a way to navigate way more efficient than a keyboard? It seems retrograde.
I'm somewhat skeptic regarding pro tools that take a lifetime to master (never got to like emacs for example, and I like MacOS dar more than customizing a Linux distro) but there are some mouseless skills that are such a game changer for me I almost can't use a pc without them, everything else becomes too frustrating. Vimium to browse the web is a Godsend for example. No need to learn for weeks, it's: -j/k for scroll…
Re: Show HN: I wrote an entire book to build a mouseless dev environment
#63Earlier quoted context omitted.
> I also use a Vim Firefox extension to minimize my mouse use browsing the internet. Which one? Vimium-FF? How well does it compare to Vimium in Chromium? I've been wanting to switch from Chromium to Firefox but can't live without Vimium. If it works well, I'll make the switch.
I've only ever used Vimium-FF, so I'm not sure how it compares to the Chromium version, but it worked well enough. Now I use Tridactyl. Check it out. It takes the concept a lot further than Vimium.
Re: Show HN: I wrote an entire book to build a mouseless dev environment
#64Re: Show HN: I wrote an entire book to build a mouseless dev environment
#65Re: Show HN: I wrote an entire book to build a mouseless dev environment
#66"I don't want to try i3 or Vim. What's the point using less of the mouse? Such a waste of time!" That was me, 6 years ago. My colleagues were pushing me to try the tools they were already using for years. They are very good developers, so at the end they convinced me to look at them. I had to admit I was wrong. I fell in love with these tools. From there, I built my system step by step, configured it as I wanted, acc…
Re: Show HN: I wrote an entire book to build a mouseless dev environment
#67"I don't want to try i3 or Vim. What's the point using less of the mouse? Such a waste of time!" That was me, 6 years ago. My colleagues were pushing me to try the tools they were already using for years. They are very good developers, so at the end they convinced me to look at them. I had to admit I was wrong. I fell in love with these tools. From there, I built my system step by step, configured it as I wanted, acc…
I was fully mouseless with a tiling window manager (larswm) back in the 1990's. It was very nice, but these days I am very happy with my mouse and graphical tools. Maybe it's senility.
Re: Show HN: I wrote an entire book to build a mouseless dev environment
#68Re: Show HN: I wrote an entire book to build a mouseless dev environment
#69Earlier quoted context omitted.
If I simplify a bit, I see two different approaches: 1. You write something broad as you say. You present many options to the reader. The book is not practical anymore, because you don't speak about something in particular but some general ideas. As a result, the readers can't really practice with a concrete project, and they might end up lost in an ocean of links. If I wanted to do that, I would have created another…
I guess what I am getting at is the vitality of book recommendations not technical merits. There’s nothing wrong with Arch, but I hesitate to recommend it without knowing someone pretty well. The same with Zsh over bash and neovim over Vim. As personal choices backed by experience it’s a different context than a tutorial for others. That’s what I am saying.
For me: I'd LOVE this book. I've been around the block, but don't know everything I know I could. Your criticism doesn't seem to have much merit when clearly there is a market for this book and clearly the potential buyer should be trusted to decide whether this book is right or not.
Re: Show HN: I wrote an entire book to build a mouseless dev environment
#70Earlier quoted context omitted.
For most of us mortals, typing is not the bottleneck when we are writing code, an article or whatever. In any case, keyboard-only interfaces make the assumption that you know all of the shortcuts for each program you use. And boy they are inconsistent. They also offer zero discoverability for someone that did not read the manual (see the vim jokes). I like software that offers both good pointer UI + robust keyboard s…
We're all mortals :). Like other endeavors of growth, a good approach is to regularly make a small effort to learn a little more about something (like your tools, which includes keyboard shortcuts). As one simple example, if you have a URL somewhere and you want to quickly open it in a new window, you just use the keyboard shortcuts to copy (which hopefully everyone knows), switch to browser (alt-tab or cmd-tab or ev…
Most of my time isn't spent slicing and dicing snippets or juggling windows. Rather it's thinking, planning, a bit of experimentation, reading, repeat.
And powerful, built-in auto complete with visual IDEs like IntelliJ or PyCharm make them hard to give up.