Live data from Hacker News

Evernote, the bug-ridden elephant

jasonkincaid.net

81–90 of 253 posts

Re: Evernote, the bug-ridden elephant

#82
I wanted to use use evernote to collect information for an app I wanted to make. I can not comment on their iOS and Android app but their windows phone app definitely needs a lot of improvement. No matter how many syncs i do on both my mac and windows phone, the notes entered in the respective devices won't sync. I really wish MS releases their One-note for Mac. The way their one-note app on WP and windows 8 syncs is amazing.

Re: Evernote, the bug-ridden elephant

#84
I have been a loyal Evernote premium payer since 2009, and using it even longer. For a long time I recommended it to friends but since have stopped. I have developed some concerns with it over the years.

1. Fear of data loss... it's probably the largest part of my mistrust of all these dang cloud services that want to control/own me or otherwise lock me into their service. I run a 99.999% uptime, extreme scale, SaaS business across multiple active/active data centers, I know exactly what it takes. It’s incredibly hard to do, and I don't trust anyone at a rapid growth company to do it right. In the ever constant scheduling battle between features and doing it right, features frequently end up winning, especially in consumer focused SaaS business with meaningless SLA’s. My Evernote library is clearly much much more important to me than it will ever be to Evernote. No amount of marketing spin will ever lead me to believe otherwise. This really is my own hangup though. At some point I may just get over this. To their credit, I have only ever lost a few notes in the 4-5 years I have been using the service.

2. Tight lock-in (the cynic in me always says it’s clearly engineered this way) to the platform, frustrating process to export my notes to another tool. This is a problem across the industry. Everyone playing the lock-in/stickiness game. Portability is key. A simple text export of my notes would go a long way to make me happy. I really don’t want html exports of my text notes.

3. Security of their cloud service...frankly, I don't trust anyone and wish I could store my evernote data on my own; self managed; self encrypted; shared storage platform. 2 factor was a nice step in the right direction. Self managed encryption keys is when I will stop whining about it… I understand this makes a lot of things hard, and am willing to forgo some features to get this feature.

4. Lack of reasonable support for Linux. Evernote is now the single sole tool keeping me from dumping my Mac and moving to linux... Yup, note-taking is that important to me. I have tried nevernote, everpad and the like, but they are still pretty weak. I understand this isn’t Evernote’s problem and Linux is a very small market, but its a big deal to me.

5. A frankly lousy text editor. Seriously, I keep expecting this to get better, and it just never quite gets there. And don't get me started on tabs and indenting. I often edit notes in mac textedit and then copy them into evernote. Not because TextEdit is great, but because its predictable and just works. I'm not looking for advanced features here.

6. Strange as this may sound (I may be using the tool wrong), I really hate marking things off my list like at the grocery store. It takes so dang long to mark off a list while pushing a shopping cart and fumbling with a phone. I now print my list out and cross things off with a pen because its so way less frustrating... This may be an edge side use case, but still... the phone apps (both droid and iPhone) are not wonderful.

I fully subscribe to the belief that I am a weirdo, and these are really just my perceptions and random thoughts. I have remained an active, albeit reluctant user, and at this point plan to stay that way for at least a little bit longer. I always used to joke that if evernote, things, and dropbox ever merged, I would happily pay double. These days though, I am looking to support my own stand alone instances of these types of tools without being tied to 3rd party cloudy services so tightly.

Re: Evernote, the bug-ridden elephant

#85
post #42
post #19

This. I'm always particularly annoyed by the tech support when I've tried to submit bug reports. One time I found a reproducible bug in the Chrome Clipper and even offered a possible explanation/solution for what was happening and the person first insisted that it wasn't happening. I couldn't believe he was telling me what wasn't happening on my screen when I was looking right at it. I pay for prime so next requested…

Where I work, we have fans that have asked us for branded apparel. We have to tell them that despite multiple reqeusts from customers, we don't sell them. Your criticism on "focusing on socks" is one of the reasons we haven't done so, despite the fact that nearly all of the "socks" work would be outsourced or, at least obviously, not done by engineers.

Please take a long look at the linked page. While i agree with the general sentiment of your post, it's quite obvious that that product page cost quite a bit of money.

Re: Evernote, the bug-ridden elephant

#86
A while ago we were discussing an interview with Evernote's CTO about security (https://news.ycombinator.com/item?id=6881992). He basically argued that fundamental security measures (like properly encrypting passwords) are okay to do as an afterthought once the product is out the door.

If Evernote takes the same "features first" approach to reliability, redundancy etcetera, that would explain a lot.

Re: Evernote, the bug-ridden elephant

#87
I think this area is ride and wide open. Personally speaking, I think evernote has done a terrible job at making technical progress. I hope they get their act together soon -- they have such potential and significant traction.

Re: Evernote, the bug-ridden elephant

#88
post #41
post #9

Yeah. I lost substantial data in their web client. All developers know that feeling when using an app: you're dealing with something a little half-assed. Evernote has always had that feel for me. Switching over to something else, preferably based on flat files using something like Markdown, is on my to-do list.

Try nvAlt. It saves all notes to .txt or .rtf, supports markdown (limited), and is super fast. I just switched to it my self and love it. I only wish I could attach files to notes. OSX only but there is a cross platform clone, the name escapes me though.

The Notational Velocity platform is pretty sweet! You might be thinking of nvpy - https://github.com/cpbotha/nvpy . I haven't tried it. Instead, I use nvAlt on Mac, Simplenote on my iPhone, and ResophNotes on Windows.

Re: Evernote, the bug-ridden elephant

#89

I remember the day a year and a half ago when I went out apartment hunting in a new town, looking at my notes on apartments in Evernote's Android app. It was a complex note, with lots of text in deep hierarchies of bullet points. At one point I tried to edit it, and after a few visual glitches, the text of the note disappeared. Then it synced, and there was no undo or history option in the app as far as I could tell.…

I'm hoping someone does a cloud service for note syncing using a code control back-end. I would really love to be able to look at the changes and rollback a change or delete.

Just wondering. A simple git frontend could do that pretty well - just strip it down to message-free one file commits.

That enables you to display the history of a file by handling the output of without confusing the user too much (it's linear, just like his changes), you get full reverts, syncing (push if you have internet), multi-device-support (clone). You'd even be independent from the actual repository host with the app itself, since git doesn't care about it's remote location.

It sounds like a pretty good idea just from thinking about it for a minute.

Re: Evernote, the bug-ridden elephant

#90

I remember the day a year and a half ago when I went out apartment hunting in a new town, looking at my notes on apartments in Evernote's Android app. It was a complex note, with lots of text in deep hierarchies of bullet points. At one point I tried to edit it, and after a few visual glitches, the text of the note disappeared. Then it synced, and there was no undo or history option in the app as far as I could tell.…

I use nvALT (http://brettterpstra.com/projects/nvalt/). It's a Notational Velocity fork that syncs with SimpleNote. Since it saves the notes in text files, I have put them in a Dropbox folder. The notes directory is itself a git repo which is committed every hour with a cron job on my laptop. It's actually working out pretty well. I have double backup (Dropbox and Simplenote) with infinite versions through Git. If any one of these services loses my notes, I still have them on my laptop. I could also push it go Github, but I haven't gone that far yet.

However, this setup doesn't do pictures and audio notes, but I don't really need them very much.

Post reply on HN