Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Laya the open source version of Jev(convaiinnovations.com ↗)
    144comments
  2. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    55comments
  3. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    474comments
  4. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    185comments
  5. Tin: full-text search for Postgres(planetscale.com ↗)
    44comments
  6. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    40comments
  7. Supabase (YC S20) Is Hiring for OrioleDB(supabase.link ↗)
    discuss
  8. “The Secret Life of Circuits” is here(coredump.cx ↗)
    52comments
  9. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    15comments
  10. I built the fastest PHP webserver in the world(qbixserver.com ↗)
    36comments
  11. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    555comments
  12. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    7comments
  13. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    134comments
  14. San Francisco Onion Futures Company(onionfutures.com ↗)
    118comments
  15. Agreement between the USA and Denmark (1951,2004) [pdf](state.gov ↗)
    24comments
  16. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    193comments
  17. What Zig felt like, coming from Rust(besok.github.io ↗)
    111comments
  18. Cloudflare Quick Tunnels(cloudflare.com ↗)
    301comments
  19. How to Write with an LLM(sockpuppet.org ↗)
    360comments
  20. Almost Never Use AI to Write Anything Substantive(erichgrunewald.substack.com ↗)
    discuss
  21. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    24comments
  22. Saving another 100TB of RAM(cloudflare.com ↗)
    91comments
  23. Communication by means of modulated Johnson noise(pnas.org ↗)
    19comments
  24. SDCC – Small Device C Compiler(sourceforge.net ↗)
    23comments
  25. Science Is Open Software(jepedersen.dk ↗)
    51comments
  26. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    13comments
  27. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    124comments
  28. OpenJev(openjev.com ↗)
    280comments
  29. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    47comments
  30. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    9comments

Ask HN: What do you use for you personal note taking activity?

16 pointsby 8y ago
19 comments
Currently, my notes are scattered in unnamed Sublime tabs, pockets, 'safe for later' on fb, pinboards. And they don't end up much useful later.

So, fellow hackers, how do you take notes? What do you use?

I envision a platform which is very accessible (on phone/ laptop), easy and lightweight to jot down things (like sublime tabs, they are very light and I end up using them more than Evernote files, even when I am a premium member).

At the access side, those notes are easy to search, they follow some graph-like data structure, super smooth to add new updates (like if I have a movie node in my db, and I see some interesting movie somewhere, it should be super easy to add them in my list). If I am reading about some new topic, I can create stories out of them and should be able to add notes to it, like adding tweets in a tweet conversation.

I am thinking to make something of my own which cater my needs but meanwhile, I am thinking I will make what already is there rather than not using anything at all.

8y agoHN ↗

Bonus points if I can query them like what should I do now? Which movie should I watch (but those are secondary requirements which I would like to have some time in future).

8y agoHN ↗

Right now I have two general repos:

1. tomboy desktop wiki. Realistically, this is usually a write only repository for me to get ideas out that I never follow up on. But I like to think the exercise is beneficial, or at least thereapeutic.

2. rocketbook wave + frixion pens. Phone calls, meetings, random engineering diagrams, and the occasional Nikoli puzzle go in here. I just went through my first scan-in and heat erasure cycle, seems to work? These notes I do occasionally refer back to, with I'd imagine an exponential decay model. Needing to know the name of the recruiter I talked to and what they said is more important in the week after than the month or quarter after. Some day I'll try adopting bulletjournal's note style. But for now, meh.

Edit:

I don't even think of these as notes, but I do use a lot of todo lists. I have a Trello board for my video game collection, to track what I have, whether I can sell it, and where i've listed it for sale (and at what price). I have another Trello board for general todos, a caldav server that I've been ignoring lately, and some tasks in google cal that I've also been ignoring.

8y agoHN ↗

I send email to myself. Sometimes I just keep them in drafts.

8y agoHN ↗

Evernote is the obvious answer but why isn't it working for you?

I start jotting down my notes in Sublime tabs too. If I choose to save them, they go into an Evernote notebook. "Your second brain" defines Evernote's purpose well, it functions as a long term memory for notes.

Search is simply Ctrl+Q and it also goes through images and docs as well if I'm not mistaken.

8y agoHN ↗

Notebooks. They're surprisingly easy to search: if you use them a lot you'll notice that you often remember exactly which page a certain note appears on. You can also help by always starting a new note on a new right-hand page, and writing one or two keywords in the top-right corner.

8y agoHN ↗

I keep it simple: A bunch of semi-organized markdown files + resilio sync (+ an old always-on android phone for a resilio 'server'). I can continue living in Emacs (and a markdown-friendly android app).

I tried to bespoke notetaking things (evernote, google keep, trello, orgmode, et al) before I figured out I was just dumping bits of text and never actually used the organizational/tagging/convenient features.

I guess it would be nice to have quick and easy ways to search and archive notes on my phone but I can live without it.

8y agoHN ↗

I normally use Evernote but its been getting very slow on my phone(2-8 seconds before i can input my text) so I was thinking of writing a simple bot for Telegram that would log my messages and set cron-like reminders. I guess i would search it by sending something like "/s words to be searched for" Is that something you would use?

8y agoHN ↗

I'm quite happy with Apple Notes. But there are a few things I'd like to fix (Git support, Code highlighting) so I have started on making my own app.

8y agoHN ↗

Out of interest, did you do research first to see if anything else would fit? I see a big trend on HN of "This doesn't do X, I'll make my own" - we end up with 5000 weather apps and 8000 'game changing' note taking apps.

8y agoHN ↗

I use a real-life notebook for anything real-life. I enjoy keeping notes offline. I use a bullet journal style.

For quick meeting notes or todo notes at work, I send myself an email.

8y agoHN ↗

Google docs. Sync, offline, voice dictations. I use it many times a day

8y agoHN ↗

No mention of Vimwiki yet. I'm a hardcore Vim user so it works well for me.

<Leader>ww to open Vimwiki and <Enter> to follow (and create) links and <Backspace> to go up one level. Works like a charm for me.

8y agoHN ↗

This. I've been using it for years and its one of the things that keeps me the most productive nowadays.

8y agoHN ↗

Hey, maybe http://zenkit.com would be an option for you. You can create different data collections (Kanban Board for example) and then add your data there. There´s also a pretty cool global search feature..as your notes are becoming more and more they might be harder to find so you can just search throughout the whole app. Web-based platform - super easy to use.

8y agoHN ↗

I've also done the untitled tabs in Sublime thing.

Workflowy (https://workflowy.com) is worth a try.

It's still very lightweight. You have one doc which has one master root. Then, you can create arbitrarily nested lists of things and zoom in and out of the overall list. You get a daily email of your delta from the day before. There's an okay mobile client but the desktop one is much better feature wise.

I've been using for it everything from an inbox to blog post ideas lately (I just start drafting the post inside Workflowy).