Live data from Hacker News

Paperwork: An open source Evernote alternative

paperwork.rocks

41–50 of 137 posts

Re: Paperwork: An open source Evernote alternative

#41

Good stuff. This would be a nice project to have running on Sandstorm http://sandstorm.io

sandstorm looks really interesting! Does this provide a global authentication- / rights- / group-management api so all apps could share access rights and user credentials in one database (or ldap store)?

Re: Paperwork: An open source Evernote alternative

#42
post #29
post #10

Another dissapointment. I want personal Wiki combined with calendar (something like Zim). It should run acrosss many devices offline. And synchronize using existing network infrastructure (Git or email). I will probably have to write it by myself :-)

I've actually abandoned evernote in favor of zim wiki for almost a year now, and have been quite happy. Admittedly, I don't use pdfs, deferring more to text and basic image-style notes. (So, my requirements are admittedly simpler.) Also I haven't synched across devices (yet!) but zim can be set up to simply save the content/notes within a directory that gets auto-synched by another app (such as owncloud, dropbox, etc…

I synchronize Zim via Git plugin. I am happy with Zim, I just would like better UI, native android, and perhaps calendar and even email integration.

I did quick search, and it actually looks feasible. Libs are available, PyQT, text file for storage, sync and storage reliability provided by Git. I even picked up name 'Lookout' :-). Now I only need the right motivation, perhaps if akonadi or k9 mail piss me off again.

Re: Paperwork: An open source Evernote alternative

#44

How is this different than Wallabag? ( http://wallabag.org/ ) Wallabag is mature, has mobile apps, self hosted or on their servers and allows you to export stuff as PDF, epub or json.

I lost confidence in Wallabag when I encountered a bug with the long lasting session. Everytime I want to save a site, I click the plugin icon, have to login, reopen the site I want to save and click the icon again. The bug is several months old and the developers are unable to track it down. It's very worrisome when something as important as authentication isn't properly understood by the developers.

Re: Paperwork: An open source Evernote alternative

#45
post #24

Why is an account needed for the demo??? That turned me off enough to give up. I am tired of having to create an account for everything and anything - and it makes managing passwords harder, or promotes using weaker passwords. I don't want to live in a world where each step I take on the internet requires a separate account/password!

It's a demo site dropped and rebuilt every night. Register with a mailinator email not to reveal your own.

Re: Paperwork: An open source Evernote alternative

#48
post #35
post #24

Why is an account needed for the demo??? That turned me off enough to give up. I am tired of having to create an account for everything and anything - and it makes managing passwords harder, or promotes using weaker passwords. I don't want to live in a world where each step I take on the internet requires a separate account/password!

I guess this doesn't bother me anymore. I've used Lastpass for the last 5 or 6 years. Not having strong, separate passwords for any site requiring an account, is so 2007...

My experience as well. Plus, my passwords became stronger. If I know I won't remember it anyway, why stop at 10-15 character passwords? I just crank it up to 40 characters of gibberish, and let LastPass do the remembering. I love it.

Re: Paperwork: An open source Evernote alternative

#50

Very good initiative, thank you very much! If you would like to switch to are more capable framework it would be much easier to add some collaborative features. I recommend strongly looking at the Python Pyramid framework or at Flask (or at Django, if you want more "rails that lead you") as soon as possible, so this could grow into something really powerful. Many java frameworks also have everything you will need. Un…

I think a lot of what you are saying is completely untrue. Laravel is a very capable framework for this kind of thing. PHP has come a long way since the days of PHP4, and Laravel/Symfony 2 are leading the way in that sense.

> Unfortunately there are still many frameworks used nowadays, that are missing very important things around groups, ACLs / RBAC and collaboration.

The framework doesn't give you everything, but there is a huge community out there for these kinds of things. For example, there is a package that plugs right into Laravel called Entrust: https://github.com/Zizaco/entrust.

> An experienced developer will of course identify these weak points of a framework immediately

What other weak points do you see in Laravel?

> Laravel is ok for a quick and dirty prototype that helps you to model your ideas, like a brainstorming session, but should not be used for a real project.

This seems like an extremely biased opinion again.

I am not trying to start a framework or language flamewar, but it just seems like you are more comfortable with Java or Python and as such you see those as being better. Objectively I think that is far from the truth.

Post reply on HN