Quiver: Programmer's Notebook for OS X
61–70 of 264 posts
Re: Quiver: Programmer's Notebook for OS X
#62I will be taking a very close look at this app!
Re: Quiver: Programmer's Notebook for OS X
#63Why oh why do people still write standard GUI applications in non-portable platform ?! Its a mystery to me
Re: Quiver: Programmer's Notebook for OS X
#64Why oh why do people still write standard GUI applications in non-portable platform ?! Its a mystery to me
Or, option C: You use Electron, like Slack.
Re: Quiver: Programmer's Notebook for OS X
#65Earlier quoted context omitted.
What's your point? That it's not available for Windows or Linux? The developer behind Quiver is a one-man shop and happens to be an iOS, OS X and web developer. So what?
There seems to be a trend among certain groups of developers to act as if their preferred environment is the only one that exists. Calling this "The Programmer's Notebook" makes it seem like a broadly applicable tool for programmers in general, when it's actually fairly exclusive and specific. There's nothing particularly egregious about this example, but it's part of a larger pattern that is aggravating for any non-…
Re: Quiver: Programmer's Notebook for OS X
#66Why oh why do people still write standard GUI applications in non-portable platform ?! Its a mystery to me
You either make it look beautiful in one place, or make it look like ass in three places. Or, option C: You use Electron, like Slack.
Re: Quiver: Programmer's Notebook for OS X
#67Re: Quiver: Programmer's Notebook for OS X
#68The Apple monoculture is strong with this one. When will trendy developer startups realize other environments exist besides iOSX?
I agree. This thread is a party for Apple fans to massage their egos. For Windows/Linux there are plenty of better alternatives: tiddlywiki, OneNote, etc.
Re: Quiver: Programmer's Notebook for OS X
#69I've been using this for a couple months after having become annoyed with Evernote always pestering me to move to their paid model. I was able to import all my Evernote content very easily. I love the ability to use Markdown to take notes and the support for VIM commands in code blocks is nice. The only thing I miss from Evernote is access from my iOS devices.
Re: Quiver: Programmer's Notebook for OS X
#70I 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?
For actual notes I just use org-mode since it can be read easily in nearly anything, supports all the bits I want and has nice html/pdf export if I need to send a todo/completed list out to anyone.
What's nice is I can keep my own meta-docs project which just links to each repo for each set of projects so I can jump around different projects transparently as well.