Most active commenters
  • karmakaze(5)

←back to thread

282 points _vaporwave_ | 27 comments | | HN request time: 0.001s | source | bottom
Show context
Waterluvian ◴[] No.44999915[source]
Some days an interruption will throw me off my train of thought, and I spend the remaining six hours collecting discarded bottles and railway ties for hopeful use somewhere, somehow, sometime.

Other days an interruption costs me pretty much nothing.

I’m still trying to figure out how to tell which of those days I’m going to have and whether to just not log into Slack for the day.

replies(14): >>44999940 #>>45000121 #>>45000236 #>>45000314 #>>45000493 #>>45001283 #>>45001447 #>>45001905 #>>45001941 #>>45002030 #>>45002057 #>>45003807 #>>45005151 #>>45005448 #
karmakaze ◴[] No.45000493[source]
I've found one thing that minimizes interruption cost: pair programming. At one startup we pair programmed all day, every day. Resuming from an interruption was almost seamless. Can't explain it, only experienced it.
replies(8): >>45000671 #>>45000685 #>>45000970 #>>45001512 #>>45002084 #>>45002294 #>>45007473 #>>45007708 #
SoftTalker ◴[] No.45000671[source]
If only I wouldn’t prefer stabbing myself in the leg with a rusty knife over pair programming.
replies(9): >>45000690 #>>45000909 #>>45000936 #>>45000950 #>>45001156 #>>45001994 #>>45002151 #>>45003045 #>>45004772 #
1. dylan604 ◴[] No.45000690[source]
I've never done official pair programming, but I get frustrated when I'm not on the keyboard as I find others think slower.
replies(6): >>45000835 #>>45000842 #>>45001070 #>>45001123 #>>45004510 #>>45004715 #
2. glxxyz ◴[] No.45000835[source]
"no the other one, down a bit, no the one above, no go back..."
replies(2): >>45001046 #>>45004754 #
3. kmoser ◴[] No.45000842[source]
Have you tried plugging in a second keyboard and taking over where necessary? I do a lot of remote work in which my colleague and I work on the same computer and it's quite useful for either of us to jump in with our own keyboard (and mouse). It does take a bit of occasional verbal negotiation to agree on who really knows what to do (and can do it fastest) but if you communicate well then it's pretty easy.
replies(7): >>45000983 #>>45001098 #>>45001516 #>>45001693 #>>45001724 #>>45004116 #>>45006400 #
4. bn-l ◴[] No.45000983[source]
Damn I wish I had a relationship with someone like that.
5. airtonix ◴[] No.45001046[source]
up up up up ... you went too far....
replies(1): >>45002838 #
6. karmakaze ◴[] No.45001070[source]
I usually prefer to be navigator than driver. It's the navigator that does the high level thinking. The one at the keyboard is the one who's usually better at typing and writing out the design patterns that are agreed upon. Of course we did swap roles routinely, maybe several times a day. Oh and to top it off we switched pairing partners every week or two. It was a brutal experiment but I learned a lot and I'd say it was a great success.
7. karmakaze ◴[] No.45001098[source]
Right I only call using the same computer pair programming. Now working remote (with Tuple app) it's still two keyboards/mice on one computer (sometimes mine, sometimes theirs), though it's infrequent for specific tasks.
8. saagarjha ◴[] No.45001123[source]
I find that working with people who are smarter than I am helps a lot with this.
replies(1): >>45013718 #
9. Waterluvian ◴[] No.45001516[source]
The wildest thing I experienced once was this experimental “two cursors, two highlights, two clipboards” setup. I badly wish that had caught on. It was like Google Docs but Local Multiplayer.
replies(4): >>45001604 #>>45005075 #>>45006166 #>>45006815 #
10. nine_k ◴[] No.45001604{3}[source]
One of my previous employers, Dynaboard, built approximately that.

The Show HN post: https://news.ycombinator.com/item?id=30261598

11. ustad ◴[] No.45001693[source]
Can you say more about your setup? Does it require extra hardware/software?
replies(1): >>45006625 #
12. EagnaIonat ◴[] No.45001724[source]
There is evidence that two people on the keyboard can increase productivity.

https://www.youtube.com/watch?v=kl6rsi7BEtk

replies(1): >>45005314 #
13. Dilettante_ ◴[] No.45002838{3}[source]
This is why you need to learn vim commands /hj
14. stevetron ◴[] No.45004116[source]
What about an editor that is designed for multiple people to edit the same document? Tie the second keyboard, the second mouse, and a second cursor as resources together and independently edit?
replies(1): >>45005212 #
15. exe34 ◴[] No.45004510[source]
for me it's not that I think faster, it's just that I will check 10 things really fast and exclude the "no it can't be there" things - because that's usually where it is. So if somebody else is holding the mouse and keyboard, I would then have to convince them that these things that they are convinced are fine need checking.

I really hate this work of convincing them, because it's much faster to check it first and explain why it was a good idea later once I've fixed the problem.

16. globular-toast ◴[] No.45004715[source]
I find the less dominant person just switches off, stops thinking and just becomes a keyboard with about 20x the latency and 10% the speed and accuracy.
17. mrbombastic ◴[] No.45004754[source]
Calling out explicit line numbers and zoom annotation tools help with this
18. goosejuice ◴[] No.45005075{3}[source]
Tuple.app does this. It's pricey but an excellent product.
19. el_benhameen ◴[] No.45005212{3}[source]
I do this, but with a second monitor and second machine, and then we use git to synchronize our work
replies(1): >>45010478 #
20. rubslopes ◴[] No.45005314{3}[source]
Of course I knew which video it was before even clicking.
replies(1): >>45007501 #
21. konsalexee ◴[] No.45006166{3}[source]
If you enjoy Tuple, we just silently open-sourced Hopp (one of the maintainers here), we are still in Beta era, but would love some feedback!
22. godelski ◴[] No.45006400[source]
Just a reminder for everyone, you can do this with tmux. So you could even just sit next to each other (or not) and be on your own machines.
23. kmoser ◴[] No.45006625{3}[source]
We're just using TeamViewer. I connect remotely to my colleague's computer while they are sitting in front of their keyboard.
24. karmakaze ◴[] No.45006815{3}[source]
I sometimes wish the separate clipboards could be turned off, or have a way of pasting from the other's clipboard.
25. dcminter ◴[] No.45007501{4}[source]
I was rather expecting it to be this one: https://www.youtube.com/watch?v=NnJnejHhjtI
26. tstenner ◴[] No.45010478{4}[source]
With VS Code and IntelliJ you can even do it in the same documents at the same time
27. karmakaze ◴[] No.45013718[source]
It works both ways. Even for the 'smarter' person, they have to form their ideas clearly in order to communicate it to be understood. By themselves they could just start writing random classes that feel like they might be part of the solution and get themselves in corners more often.