Tell HN: Nearly all of Evernote’s remaining staff has been laid off | Hacker News

wave_walnut@kbin.social to Technology@kbin.social – 0 points –
news.ycombinator.com

Its acquirer (Bending Spoons) has taken over operations. They’ve also hiked subscriptions prices and told customers they intend to use new revenues to pay for new features. How they intend to do that without any staff is something I would like to know about.

If you’re still using Evernote, probably a good time to stop.

3

You are viewing a single comment

Let me introduce you to my note-taking setup.

  • Create a new folder, and add a note by creating a markdown file or .txt file
  • Edit it using Notepad, or even better, Obsidian.md
  • Synchronize it using Syncthing (on Windows, you can use SyncTrazor, which is basically a UI for Syncthing), add as many devices as possible

That's it. You always own your own files, and there's no more worry about cloud services going down

Obsidian is a solid choice; it's what I use, except I use the plugin called Livesync that offers a self-hosted syncing solution that is more tightly integrated with obsidian. I could have totally just used SyncThings, since I already have that for syncing other stuff. I just like to tinker with this kind of stuff.

Edited: added context

TIL about Livesync, interesting plugin!

Maybe one day when I have my own server and finally able to self-host something, I will use that.