Live data from Hacker News

Quiver: Programmer's Notebook for OS X

happenapps.com

161–170 of 264 posts

Re: Quiver: Programmer's Notebook for OS X

#161

Lookout, here come the down votes! Your comment wasn't full of praise or cheerful enough or generally not acceptable according to a consensus of HN users with down voting privileges. By the way, I'm at -1 karma for the same bullshit reasons...

Please stop posting unsubstantive comments to Hacker News—especially about downvotes, the gold standard of unsubstantiveness.

We detached this subthread from https://news.ycombinator.com/item?id=11013113 and marked it off-topic.

Re: Quiver: Programmer's Notebook for OS X

#163
post #59

I happily use a github repo for taking my 'programmer notes'. Advantages: 1. Goes well with my programming workflow: Change/Commit/Push 2. Allows me to use my preferred editor 3. No need to worry about backups: Git push and you're done 4. Accessible from anywhere, even if you don't have your computer Is there anything that Quiver would offer that I wouldnt already have with a github repo?

Yeah, I use markdown files in Dropbox with vim and some snazzy plugins. It's very effective for me.

What plugins? I use the same setup but with vanilla vim.

Re: Quiver: Programmer's Notebook for OS X

#164
post #123

Quiver: A Programmer's Notebook for OSX There, I fixed the title.

Good idea—we've changed the title to that (before seeing your comment, in fact).

Some of the complaints in this thread about the program only existing for Mac, though, are childish. It's fine to ask for another version, but to carp about it petulantly is embarrassing.

Re: Quiver: Programmer's Notebook for OS X

#165
This looks interesting. Would replace my use of evernote for such things.

I found this bit funny, though:

"Quiver lets you sync all your notes across multiple computers via Dropbox, iCloud Drive, Google Drive, or any other file-based cloud services."

.. like .. any other application that saves files to disk into a synced folder?

Re: Quiver: Programmer's Notebook for OS X

#166
post #62

So perhaps I won't have to write my own app for keeping an electronics projects logbook after all. There is a scarcity of reasonably simple apps that let you mix notes with images, without lots of clickery. I will be taking a very close look at this app!

I've often thought about how different things would be if programming editors had always allowed for image integration (with hiding of course.) That would mean that every source tree would have been able to integrate explanatory graphics. And since I've probably spent 100x more time maintaining/modifying code than creating code, that would have been a big win for me and a lot of other people.

Re: Quiver: Programmer's Notebook for OS X

#167

There doesn't seem to be an option for on disk encryption. I don't want to leave my notes on dropbox or another sharing service in plain text - something that Laverrna has baked in. I just wish Laverna was as polished as this app.

If you're on Mac just create a sparse encrypted DMG using Disk Utility, put it into Dropbox, bam you're done. http://blog.fosketts.net/2011/07/05/mac-dropbox-encrypted-vo... I prefer applications to focus on one thing and do it very well, and leave other orthogonal functionality to other applications or the OS to then do the other parts very well. In this respect Quiver is well designed, I tip my hat to the author.

Or a Truecrypt image across all systems.

Re: Quiver: Programmer's Notebook for OS X

#168
post #162
post #142

Earlier quoted context omitted.

GP explicitly talks about a "github repo".

git init --bare repo git clone repo clone cd clone git add ... git commit ... git push

Yes, you can use git locally without pushing anywhere, including GitHub. But, the original commenter explicitly mentioned GitHub, presumably because GitHub allows a similar kind of browsing experience of the notes that Quiver does. Specifically, GitHub has a markdown renderer.
Post reply on HN