I’m intrigued. I’m trying to develop my own Q&A software for client questionnaires in the investment management industry as the industry solutions charge too much ($10,000 per year). Could be a great market for SO to tap and I’m going to consider SO for our work
Is there a handwritten (stylus) notes software which can be used for this type of linking? I'm not talking about OCR, but handwritten/drawn as default format.
I'm certainly drawn to the idea and am inclined positively towards it. I'm even willing to overlook the ridiculous hubris of "This new medium will be the way most text is read and written in the future."
However, there are many confusing things to me as a person who arrived at the site through HN. Since one of the developers is promoting the "app" here, it might be useful to hear from him on these points:
1. Is this an input format or is it a publication format, or is it a viewer? Does it rely on a time-tested plaintext markup format like LaTeX or markdown? Perhaps it is a HTML viewer for a LaTeX markup document with special structure, rather than an actual typset web publication format.
2. What is the conceptual structure of the document system? Giving me a screenshot does not show me anything about the way you are conceptualizing your document. Is there a separation of content and output, output and viewer?
3. Is any part of this open source? Are you incorporating any other major technologies which have already been developed?
I apologize if any of the above seems harsh, but this is an important topic and I have become slightly tired of seeing flashy presentations about poorly-thought out "revolutionary" new document formats/tools/whatnot.
The hubris of the statement is not lost on me, but what should a founder be but delusional and optimistic :)
1. It's both a viewer and a word processor. It relies on Markdown (and LaTeX through extensions). We export to Md, but will be adding more import/export options in the future. We hope to create a publication standard for it.
2. The structure of the document is an "outline of index cards". Each card can have one or more children. Source content (in markdown) is edited by toggling edit mode on that card.
3. Yes, we are extracting parts of this as open-source. The rest remains proprietary (for now, at least).
> I apologize if any of the above seems harsh
No need to apologize. Thoughtful criticism is what we need.
> It relies on Markdown (and LaTeX through extensions). We export to Md, but will be adding more import/export options in the future. We hope to create a publication standard for it.
Do we need a new standard for structured documents? Would a <section> not be sufficient?
I've been working on a relatively similar, but much larger and very complex project (AI/Maths) for some years now. It makes me really happy to see people coming up with the vision of a "hypertext" perspective shift.
Do you mind explaining why your surname is Ferrari?
"Hypertext" perspective shift... I like that.
What's your project called? Can I see it?
PS: My ancestry goes: Italian > Argentinian > born in Kuwait > living in Canada. "Ferrari" means iron-worker in Italian, so it's not a rare surname in Italy.
The 2011 video I referenced in my other comment was taken along Coorow-Latham road, in WA, with the same camera motions... Perhaps this one was also taken there?
Interesting utility, and kudos for making it OSS!
Something I couldn't help but notice is that it is very similar to a short film which played at TIFF 2011 called "Coorow-Latham Road" by Blake Williams, a 20 minute video work which played in the Wavelengths experimental section of the festival.
Amusingly, the artist has created another version of the video, now that hyperlapse is available:
https://vimeo.com/63778677
The original film, Coorow-Latham Road, is edited and manipulated from screenshots of a Google street view road trip along the length of a road in rural Australia. The camera rotates 180 degrees from forward to backward along the 20 minute trip.
This may be a case where art inspires software, which is an interesting phenomenon in itself, or maybe it's a freak coincidence!
This seems to work well -- I imagine I would use it if I were using a temporary computer, an ipad, or some such thing. What would be nice is if I could integrate it with dropbox or similar services, essentially use it to edit and compile files in my dropbox library. Also it would be good to use a standard editor with config files that could be saved to customize the environment.
Amazing - I am attempting to install this on mac osx lion -- it is taking a lot of time because of the dependencies. With so many dependencies the probability of failure is very high. Let's hope it works.
I urge you to find a way to allow people to install your software more easily.
I managed to get it to install (after about an hour and a half of tinkering. However I get "Segmentation fault" when I try running it:
pdf2htmlEX --debug=1 test.pdf
temporary dir: /tmp/pdf2htmlEX-LY9cOv
Preprocessing: ....
Working: Add new temporary file: /tmp/pdf2htmlEX-LY9cOv/__css
Add new temporary file: /tmp/pdf2htmlEX-LY9cOv/__pages
Add new temporary file: /tmp/pdf2htmlEX-LY9cOv/p1.png
Install font: (29 0) -> f1
Add new temporary file: /tmp/pdf2htmlEX-LY9cOv/f1.pfa
It's confirmed by some guys using Mac.
We are working on this.
Please hold on, and join the discussion on github if you like.
Thanks for your patience.