Live data from Hacker News

Quiver: Programmer's Notebook for OS X

happenapps.com

51–60 of 264 posts

Re: Quiver: Programmer's Notebook for OS X

#51
post #6

Earlier 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-…

I thought you were being overly negative but perhaps had a point about HN. But this is all over the guy's sales pitch on his product page? You're reading way too much into it. It's one thing to complain about a monoculture in a community but another thing entirely to expect a product page to laden itself with anything except for pitching a product as best it can.

Re: Quiver: Programmer's Notebook for OS X

#53
Shiny, and I love the interface/layout!

This looks a lot like the Jupyter/IPython Notebook, which is a free and open source "scientist's notebook". If you're interested in mixing LaTeX, Markdown, and code from almost any language (Python, R, and Julia are very well-supported but there's an open kernel spec), then this might be a more appropriate tool for you to use.

The Jupyter/IPython notebook default storage format is JSON, which makes it a little more friendly for text-based version control, and also enables a static HTML view of notebooks (http://nbviewer.jupyter.org/github/ketch/teaching-numerics-w...) on GitHub.

Helen Shen wrote up a great article for Nature (http://www.nature.com/news/interactive-notebooks-sharing-the...) on how scientists are using the notebook, but it also provides a good overview of how you might use it, as well as a free interactive demo.

Re: Quiver: Programmer's Notebook for OS X

#56

Earlier quoted context omitted.

For me: If I have a copy of the software I have it forever. With the app store I only have it as long as Apple permits. Using an older version of OS X can create issues as well, if the developer decides not to support it. If for some reason they remove it from the store I have to hope the developers make it available outside that channel. It's certainly happened with iOS apps. I'm open to being proven wrong though.

In that way its similar to how music used to be. Had tapes; they went away. Got the LP. Gone but not forgotten. Bought the CD. They went away. Bought the DVD. All those stores are closed. So MP3. Or streaming.

Digital music actually became more flexible when it went from DRM protected music to MP3s. At least with that I can backup and restore it as it pleases me. But I get your overall point. It just doesn't change my preference.

Re: Quiver: Programmer's Notebook for OS X

#58
post #54

Why oh why do people still write standard GUI applications in non-portable platform ?! Its a mystery to me

I agree on that. Unless you are developing a platform specific utility that is not meaningful in other environments, it is not a good practice to limit yourself. It also makes sense is when you are not creating a product bust just playing with a technology.

Even Microsoft is now doing multi-platform tools for developers (https://code.visualstudio.com/).

Re: Quiver: Programmer's Notebook for OS X

#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?

Post reply on HN