Jump to content

dcon

Level 3
  • Posts

    219
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by dcon

  1. 20 hours ago, WeCanLearnAnything said:

    I can't tell if you're serious or sarcastic.

    If serious, why the heck is Evernote building 4 different common editors and how, exactly, are 8+ year-old bugs surviving all of those versions?

    Serious. Something I've learned about Javascript programmers (in general) - they'd rather completely rewrite something in a new framework than fix the existing stuff. The average lifespan of a project seemed to be around 2 yrs. Then the people would move on, new ones would be hired, rinse/repeat. At least that was the impression our team got from the outside...

  2. 21 hours ago, jefito said:

    Did a web search fpr "windows typing ≠ symbol".. It's evidently not easy on Windows, see https://www.quora.com/How-do-you-make-≠-not-equal-sign-on-keyboard.

    Flip side, as an old C programmer, I just use != 

    Well, it's easy now! I copy/paste the character from here!

    charmap.exe is another way. But my usual is google-search to either find a copy/pastable character, or the alt-code.

  3. 19 hours ago, moab90245 said:

    So now when I go into options it's shows the correct path - C:\Program Files (x86)\Evernote\Evernote.

    You can't put it there. That's a protected directory in Windows - any attempted writes will be redirected (only full-admins can write in ProgramFiles). The default location for EN files is %USERPROFILE%\Evernote (the database itself is in the Database subdirectory)

    [USERPROFILE is usually C:\Users\<your user name>\]

  4. 18 hours ago, Lowlander said:

    Yep, that's what happened I guess. No clue how I ended up with the Windows Store version but on the other hand I would expect the versions to be the same. Seems to be not the case :)

    Thanks again guys!

    The Store is updated on a slower cadence. (and the beta channel is direct download only) Initial releases are usually rolled out in stages - Windows entirely manages who gets it when you do a 5% release. But all direct users can get it without waiting by doing a 'Check for Updates' directly. (otherwise you get the notification in the rolling wave - of course who's in a wave is entirely different between the Store and direct!)

  5. On 8/17/2019 at 5:17 PM, jefito said:

    (and sorry, can't stop thinking of the popular rodent control product line when I see the new moniker)

    While it's a play on my real name, I picked it very much because of that. I'm a programmer - I kill bugs dead!

     

    On 8/17/2019 at 5:17 PM, jefito said:

    he was also a great forum resource

    That he was! Great guy too... (and we actually have the same birthday! We had to do some serious time-zone math to figure out who was actually older - me by a couple hours)

    • Haha 1
  6. On 8/16/2019 at 9:24 AM, jefito said:

     just kidding

    :) i knew that!

    On 8/16/2019 at 9:24 AM, jefito said:

    think that there actually was a .Net version (3.5??)

    Yes, I heard stories of that! As far I know, when that was abandoned, the original C++ code from before was brought back. (That also poisoned the lead dev to anything XAML related)

    On 8/16/2019 at 9:24 AM, jefito said:

    I think that the original store version may have been the C# version you're referring to

    Yes, completely different from v3.5.

    On 8/16/2019 at 9:24 AM, jefito said:

    The "when" part is not clear currently,

    Originally, it was supposed to be well before when I left. I literally LOLd at them (as my old boss can attest to!). He did (grudgingly) admit that I was right... I'm not running that preview/beta, so no idea where they are on it.

    • Like 2
  7. 21 hours ago, jefito said:

    And wasn't there a C# phase there

    That was the previous store version. When I first joined (2013), there was a single contractor who worked on that. I think he was there about a year (fuzzy memory), then that version went into a holding pattern until the Win32 version was packaged for the store.

    > Tell me that the old timeline view (from ca. 2008 and before) is still in there!!

    Sorry, no (at least I don't think so - pretty sure it was out of the code before I began). Usually when a major feature is removed, it's really removed.

    • Like 1
  8. On 8/14/2019 at 4:05 AM, jefito said:

    development resources are finite.

    Even more so now, since (um...) a few of us have moved on... The Windows crew was thin before I left. (:waves: Hi @RMorgan!)

    (other quotes pulled from other posts in order as I read)

    > then there is obviously some engineering debt around how this is being done

    The code base is only about 15 years old... "some" is putting it mildly...

    > I would be stunned  if this was actually a 6mo feature

    I wouldn't. I used to work in that code.

    > "Expecto Darkonus" spell

    (I love you...)

    > I can understand why Evernote would not want to introduce a feature available only in the Windows Store version

    Remember, the EN store version is literally the Win32 binary in special packaging. So no "Expecto Darkonus" there either...

    > If that developer's salary is, say $100K/year,

    Remember, EN is in Silly Valley. I think college grads get more than that...

     

    • Like 1
  9. 2 hours ago, jefito said:

    To check for updates yourself: Help / Check for updates

    To have Evernote check for you automatically: Tools / Options / General --> [ ] Automatically check for updates

    Just as a note to that... Sometimes EN will rollout with a smaller auto-update initially (for instance, targeting 5%) and then increase when few/no problems arise. The auto-check is subject to that limited rollout. When you manually check, the limited rollout is ignored. (So, yes. Sometimes EN won't tell you a new version exists - but if you manually check (magic!) a new version is there.)

    • Like 2
  10. On 8/3/2019 at 4:29 PM, lisec said:

    If I knew which note it was I could remove it. How can I find out which note it is?

    If you open your .exb file (typically in <\Users\<you>\Evernote\Databases) with an SQLite browser, you may be able to determine that. (I'm using SQLiteBrowser: https://github.com/sqlitebrowser/sqlitebrowser/releases , the portable version) If you open the 'note_attr' table you can see search for the uid and see the associated title. (You can also see the notebook it's in) (BTW, I open the file with the Open-Database-Readonly menu item - just to be sure it doesn't do something! Alternatively, make a copy of the exb and open that)

    • Like 1
×
×
  • Create New...