Live data from Hacker News

A different approach to note-taking and research

ummm.co

31–40 of 50 posts

Re: A different approach to note-taking and research

#31

The note taking is such a crowded space that I wonder how did we get here? Is this a signal that there still is no clear winner or just that this space is easy to enter but difficult to find success ?

Everyone’s mind is of different shape. We won’t ever have enough note-taking, to-do and email apps. And all existing ones will be bad in some way.

Re: A different approach to note-taking and research

#33

What I learned from visiting the site: It's an app that lets you take notes horizontally - apparently there's a claim that this is an advantage. I'm supposed to buy a subscription for more than Evernote costs and hand over all of my data, which may or may not be encrypted, to a random person on the internet. Sorry if this is harsh, but the website didn't make its case to me, and this is an extremely crowded space.

Seconding these thoughts, but also I don't think they're harsh. After a minute on the site I still have no idea what makes this different from writing Markdown in Notepad. If I really need the "horizontal time" aspect I can come up with a dozen ways of automating that with my text editor of choice + a bash script.

And, ugh, with Firefox running on Ubuntu, clicking the "Changelog" fires a prompt to download a "hotkeys.mp4". What?

Re: A different approach to note-taking and research

#35
I've found the best note taking system that works for me is literally to store my notes in a full fledged programming language with built-in OOP support.

So for (a super simplified) example if I want to have a daily note system, I'll just define (say) a JavaScript object called DailyNotes, and everyday I'll just append some lines to my code saying, in effect, add the key for today's date to the object DailyNotes and assigns that key an array and each time I have a thought or idea I just pushes ["thought", "…"] into it.

So all of my notes comprise a huge code project.

(My actual system isn't quite like that, I use a custom syntax + language server that serves my purpose better and faster (in particular, it makes it easier to write multiline notes without need of escaping and makes it easier to default to do the literate programming style of defaulting to text))

The nice thing about it is I get to piggyback on IDE features of vscode. All the "roam-like" features are available in VSCode and implemented better (think the "peak" feature, and the wiki link feature, which can easily be simulated by using function calls! (And you can project-rename a function name at a reference just like in Roam)

Re: A different approach to note-taking and research

#36

I've found the best note taking system that works for me is literally to store my notes in a full fledged programming language with built-in OOP support. So for (a super simplified) example if I want to have a daily note system, I'll just define (say) a JavaScript object called DailyNotes, and everyday I'll just append some lines to my code saying, in effect, add the key for today's date to the object DailyNotes and…

Can you share any screenshots of this system with the text itself blocked out? I am super curious to learn more.

Re: A different approach to note-taking and research

#37

I've found the best note taking system that works for me is literally to store my notes in a full fledged programming language with built-in OOP support. So for (a super simplified) example if I want to have a daily note system, I'll just define (say) a JavaScript object called DailyNotes, and everyday I'll just append some lines to my code saying, in effect, add the key for today's date to the object DailyNotes and…

I haven't used it much, but I think Dendron's schemas have some elements of this. It's also a VSCode plugin to take advantage of IDE features: https://wiki.dendron.so/notes/c5e5adde-5459-409b-b34d-a0d75c...

Re: A different approach to note-taking and research

#38

Why shouldn't I use Obsidian for free? Why should I subscribe to this software?

I bought a Catalyst license for Obsidian a while ago because I like to toss money at neat projects (especially when they are NOT subscription based). I expected it to get to a decent state and then slowly get abandoned, but I am very happy to have been wrong about that. I'm impressed with the rate of development and community support for Obsidian.

Given the incredible variety of note taking apps, I decided to just be happy with Obsidian and stop agonizing over non-essential features.

Re: A different approach to note-taking and research

#39
It's kinda hard to get what the "different" is in the approach.

I think they are trying to combine the pages of a physical notebook with the endlessly long digital page. So just like pages in a notebook, you align your markdown documents next to eachother.

Also, if you scroll down and click the squares on the features page, you get taken to little animations that shows off each feature. They're pretty good. https://www.ummm.co/features

Re: A different approach to note-taking and research

#40

I've been using my CatWiki[1] for making notes since 2016 and find it quite easy to use. It stores notes as Markdown files on a local hard disk. [1]: https://github.com/cabalamat/catwiki

I’m working on Bangle[1] which is similar that saves notes locally in Markdown but provides a nice notion like UI. [1] https://bangle.io

thank you for posting this.... it looks like exactly what I've been wanting. Looking forward to where the product goes!
Post reply on HN