Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
docwhat
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
docwhat
8y ago
Yay! I wrote stdpath()!
2.
▲
by
docwhat
9y ago
I'm not even sure how to launch the Windows App Store since I removed it from my task bar. I mainly play games so it isn't very useful. The one time I searched for something, looking for an App Store item, it was pretty horrible (
3.
▲
by
docwhat
11y ago
I'm glad you like IAT! I am indeed the developer. I'll continue to maintain IAT! as long as it can work in Firefox. Firefox is changing its security model for extensions to make it more like Chrome's. Eventually, it will be
4.
▲
by
docwhat
11y ago
I like this idea. As Firefox tightens its sandbox security eventually things like It's All Text! won't work anymore. I have some bugs open on the project and maybe someday I can switch from Vim to Atom comfortably. I also hear tha
5.
▲
by
docwhat
12y ago
I hadn't heard of it before. Neat!
6.
▲
by
docwhat
12y ago
Corrections and clarifications are welcome!
7.
▲
by
docwhat
13y ago
IBM -- It's got a lot going for it, if you don't like one division/project there are bunch of other ones to look at.
8.
▲
by
docwhat
13y ago
I use backtick. It's great not having to reach for a control or alt key to change window. It is a minor annoyance in markdown but in shell programming I use `$(...)` instead, since it can be hard to tell if a character is a backtick o
9.
▲
by
docwhat
14y ago
My .vimrc does this. I haven't used it much in perl (mainly bash, ruby, and python) but it should work fine. https://github.com/docwhat/homedir-vim/blob/master/vimrc/.vi... The important bits are vim's built-in omnicomplete and neocachec
10.
▲
by
docwhat
14y ago
I have some code to keep the undo/backup/swaps in a sane place... http://stackoverflow.com/questions/4331776/change-vim-swap-b...
11.
▲
by
docwhat
14y ago
Sometimes it's easier to see things line up.
12.
▲
by
docwhat
14y ago
I have a similar, yet different approach. My approach also works even if git doesn't exist (by skipping vundler). I need this since sometimes I work on systems that don't have every bell-and-whistle I could want. https://github.com/docwhat
13.
▲
by
docwhat
14y ago
Pittsburgh FTW! Voted repeatedly[1] as one of the best places to live and it has an excellent Tech community[2]. Ciao! [1] http://www.dailymail.co.uk/news/article-1359195/Pittsburgh-b... [1] http://www.forbes.com/2010/04/29/cities-livabl
14.
▲
by
docwhat
15y ago
I don't like the suggestion. It enforces a 1:1 relationship between controller and model. I'd rather have the model and the ORM be pulled apart and the model make this distinction. Or create another class that knows how to safely pull val
15.
▲
by
docwhat
17y ago
Hi! I'm working on making It's All Text! work with Firefox 3.6. If you have troubles (such as right clicking on gumdrops) then turning on "Remove all bugs" actually does what it says, for a change. o_O I looked at doing a chrome version o