Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
s00pcan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
s00pcan
13y ago
A simpler and safer version of this would be something where you spin your phone and catch it right-side-up. Scoring could be done by counting the number of times this was done successfully in a row without catching it the wrong way or drop
2.
▲
by
s00pcan
13y ago
man ssh ssh -L/R What are you doing on this website if you can't do that?
3.
▲
by
s00pcan
13y ago
I think that statement was more concerned with censorship than privacy.
4.
▲
by
s00pcan
13y ago
Or, in the timeless words of Robert Oppenheimer: "I am become Death, destroyer of worlds." meaningless, irrelevant words.
5.
▲
by
s00pcan
13y ago
Whew, glad we're past downvoting based on trivial programming language choices.
6.
▲
by
s00pcan
13y ago
this article is about nothing.
7.
▲
by
s00pcan
13y ago
This is basically what I was doing except with redis instead of netcat. I was happy to see copy-pipe in v1.8.
8.
▲
by
s00pcan
13y ago
This is also what I do.
9.
▲
by
s00pcan
13y ago
As opposed to having trailing whitespace and mixed tab/space whitespace polluting your diffs? Configure your diff viewer to ignore whitespace.
10.
▲
by
s00pcan
13y ago
'copy-pipe' mode command to copy selection and pipe the selection to a command. This is exactly the functionality I was looking for back when it didn't exist. It wasn't immediately obvious how to use this, but here's how: bind-key -t vi-cop
11.
▲
by
s00pcan
14y ago
I have a pretty good vim setup with pathogen / git submodules: https://github.com/chris-ritsen/dotfiles For now, I have different branches setup for different systems. The build process is usually the same, install git / mercurial, python
12.
▲
by
s00pcan
14y ago
I use control keys for a lot of my movement. <c-f>/<c-b>, <c-u>/<c-d>, <c-e>/<c-y>, <c-n>/<c-p> (remap your ctrlp plugin to leader p. This is vim.) And yeah, I have caps lock r
13.
▲
by
s00pcan
14y ago
I might as well answer seeing as I found this out yesterday. Go to the profile options then the keys tab. Then there is an option for left/right option key acting as normal meta or +esc. While meta sounds correct for this, esc+ was recommen
14.
▲
by
s00pcan
14y ago
What I want is an OS-level autocorrect like vim's abbreviations. I'm getting used to not having to care about making typos because they get fixed automatically.
15.
▲
by
s00pcan
14y ago
I ran into a couple of issues while building vim with python support (which I haven't needed until now). I have arch linux and python3 was symlinked to /usr/bin/python, the build script cached this and once I fixed the symlink to point to /
16.
▲
by
s00pcan
14y ago
No, because I'm using vimium most of the time I am reading in my browser.
17.
▲
by
s00pcan
14y ago
I was able to type fSfa to open that link in a new tab and then open this reply box. My hands are usually on the home row, you are more comfortable having them on the trackpad. The benefit of using this plugin over a mouse is that I don't h
18.
▲
by
s00pcan
14y ago
I don't see how this would stop you from using other computers when you can sign into your chrome account anywhere and instantly have this extension installed. I can't relate to your reasoning here; I want my computers to work exactly how
19.
▲
by
s00pcan
14y ago
You'd be wrong to think this is supposed to be "Vim running in your browser" - instead think of this as more efficient shortcuts for browsing. However, I'm using xmonad so this completely transformed my workflow to make nearly everything po
20.
▲
by
s00pcan
14y ago
Remap caps lock to control and use ^c or ^[
21.
▲
by
s00pcan
14y ago
I've been using xmonad on arch linux for five months now and it's been amazing. Rock solid stability and no wasted space on the screen, no wasted time arranging windows. Multi-monitor support is second to none. I can't go back.
22.
▲
by
s00pcan
14y ago
The only thing I have to compare it to is connectbot, which works great on all of my android phones. It actually keeps the connection for as long as it stays running and at least tries to support touch events (scrolling with your finger sen
23.
▲
by
s00pcan
14y ago
The original article inspired me to get a retina ipad and wireless keyboard with hopes of connecting to my home server and developing with issh/tmux/vim/chrome and working anywhere from my tethered 4g phone. It was an immediate disappointme
24.
▲
by
s00pcan
14y ago
I really don't consider this a compromise; everyone else is pointlessly making screens larger in both directions that can't be used comfortably with one hand. The marketers just want to have that 4"+ screen on the feature list. Making the s
25.
▲
by
s00pcan
14y ago
This is the efficiency post that I kept coming back to when starting to use the command line more: http://shebang.brandonmintern.com/tips-for-remote-unix-work-... I'm seeing a lot of people respond about using similar setups with differen
26.
▲
by
s00pcan
14y ago
donniezazen: I got home with my ipad and immediately bought issh to try out this setup: http://yieldthought.com/post/12239282034/swapped-my-macbook-... It was disappointingly terrible.
27.
▲
by
s00pcan
14y ago
dotfiles (old): https://github.com/chris-ritsen/dotfiles/tree/113442a72ddacb... photos: http://s00pcan.com/~chris/dev.png http://s00pcan.com/~chris/2012-07-12_23-01-53_856.jpg
28.
▲
by
s00pcan
14y ago
I use Chromium + Vimium, which makes my entire workflow possible from the keyboard when doing backend development. I somehow managed to go a full productive day at work without touching my mouse (except to move it out of the way at the star
29.
▲
by
s00pcan
14y ago
Would anyone be interested in a writeup of my setup? Arch Linux + xmonad + tmux + urxvt + zsh + vim. No desktop environment, just a setup optimized for reliable web development. I've been building this setup from scratch at work and at home
30.
▲
by
s00pcan
14y ago
Between the clipboard register ("+y "+p) and tmux's copy mode, I can move text from pretty much anywhere to/from the command line.
More ›