Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
matthewsnyder
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
The Cloudlet: Two Potential Personal Clouds
(msnyder.info)
1 points
by
matthewsnyder
13y ago
|
0 comments
2.
▲
by
matthewsnyder
14y ago
Since this is completely relevant I don't feel terrible at all about pimping my essay about the Bridge between Emacs, Clozure CL, and the Apple Foundation Framework. http://msnyder.info/posts/2012/05/icloud-reminders-orgmode/
3.
▲
iCloud Reminders in Org-mode: Talking to OS X with Emacs
(msnyder.info)
3 points
by
matthewsnyder
14y ago
|
1 comments
4.
▲
by
matthewsnyder
14y ago
You're probably looking for cheat. http://cheat.errtheblog.com/
5.
▲
On Web Sanity — My best practices for distracting websites.
(msnyder.info)
1 points
by
matthewsnyder
14y ago
|
0 comments
6.
▲
by
matthewsnyder
15y ago
`git u $branch` checks out $branch, updates it against whatever remote it's synced to, and then attempts to rebase the current branch against it. `git ud $branch` does the same think, except it also performs the merge of the current branch
7.
▲
by
matthewsnyder
15y ago
.gitconfig is your friend: https://gist.github.com/1706237
8.
▲
From Spec to Test Suite in Common Lisp: Mustache
(msnyder.info)
22 points
by
matthewsnyder
15y ago
|
3 comments
9.
▲
Introducing gopher.el: A gopher mode for Emacs.
(msnyder.info)
1 points
by
matthewsnyder
15y ago
|
0 comments
10.
▲
by
matthewsnyder
15y ago
For those concerned about the total costs: Don't worry. Looks like there's a bit of a discount at the higher levels. http://i.imgur.com/8A9Dx.png
11.
▲
by
matthewsnyder
15y ago
I would recommend tig for this sort of thing: http://jonas.nitro.dk/tig/ In fact, I can't recommend it highly enough. It's typically just as necessary as git on any machine I'm working on.
12.
▲
by
matthewsnyder
15y ago
The advantage for me is entirely in terms of separating notes into separate files; something that Deft does and org-velocity isn't really built for. I was planning on implementing something like that for org-velocity, but with the arrival o
13.
▲
by
matthewsnyder
15y ago
Thank you so much for this. This immediately replaced my usage of org-velocity. I used this function to convert my (10,000 line) velocity.org file into separate files for Deft: (defun generate-files-from-velocity (buffername) (save-
14.
▲
Lisp for the Web, Part II
(msnyder.info)
116 points
by
matthewsnyder
15y ago
|
16 comments