Live data from Hacker News

Notetime: Minimalistic notes where everything is timestamped

notetimeapp.com

51–60 of 137 posts

Re: Notetime: Minimalistic notes where everything is timestamped

#52

I like the idea, but not the web-based implementation. Local first, and ideally an open source app that can work offline when I'm going distraction free. It feels like a vim plugin. It definitely feels like org-mode can do this. A few years back I had a little command line tool where I could log things quickly - it was like syslog for humans - but with #hashtags for projects or clients, and then a small tool that wou…

I'm doing this via VSCode, Cline and various services connected via MCP. Works quite well.

Re: Notetime: Minimalistic notes where everything is timestamped

#53
post #35

Of course, all the chat apps that allow sending messages to yourself come with free time stamps. I use this feature on Slack at the least. In a google workspace you used to be able to create a conversation or whatever they call it, not invite anyone and bam! notes to self. But I think they disabled it now and they don't let you create a new chat if it doesn't have at least 2 people. Might be able to work around it by…

Before collaborative docs we used to take usability study notes in a group chat; the timestamps were an unexpected but nice bonus.

Re: Notetime: Minimalistic notes where everything is timestamped

#54

I like the idea, but not the web-based implementation. Local first, and ideally an open source app that can work offline when I'm going distraction free. It feels like a vim plugin. It definitely feels like org-mode can do this. A few years back I had a little command line tool where I could log things quickly - it was like syslog for humans - but with #hashtags for projects or clients, and then a small tool that wou…

I do this with Zim (desktop wiki).

Re: Notetime: Minimalistic notes where everything is timestamped

#55

Why not just use Notepad in Windows and hit F5 Time/Date at need? 9:54 AM 3/21/2025 That said, this sort of thing has me wishing for something like to Services support in Windows where that could be implemented as a Service by Notepad and then used in any context where text input is acceptable.

I use AutoHotkey's text replacement to drop different date formats. Typing "]ts" in an input replaces it with 03/21/2025 10:10:48

  ::]ts::{
    Send(FormatTime(,"MM/dd/yyyy HH:mm:ss"))
    Return
  }
  
Beware the syntax differences between Autohotkey 1 and 2 when searching documentation

Re: Notetime: Minimalistic notes where everything is timestamped

#56
Let me ask a random note-taking question.

I am a heavy user of Roam ( before that workflowy, before that org mode). I have daily checklists, but also some extensive notes on specific topics and some large projects I'm tracking.

But I'm so heavily using LLMs now to help with researching topics. And I haven't found a good way to bring my LLM usage to my note taking.

I'd love to be able to go over some things with an LLM and then tell it to add a summary of this to document X on topic Y.

Does anyone have a workflow that combines LLMs and Deep Research with a note-taking system? I'm wondering about just using Obsidian with Windsurf to make changes to it in an agent type manner.

Re: Notetime: Minimalistic notes where everything is timestamped

#57
post #55

Why not just use Notepad in Windows and hit F5 Time/Date at need? 9:54 AM 3/21/2025 That said, this sort of thing has me wishing for something like to Services support in Windows where that could be implemented as a Service by Notepad and then used in any context where text input is acceptable.

I use AutoHotkey's text replacement to drop different date formats. Typing "]ts" in an input replaces it with 03/21/2025 10:10:48 ::]ts::{ Send(FormatTime(,"MM/dd/yyyy HH:mm:ss")) Return } Beware the syntax differences between Autohotkey 1 and 2 when searching documentation

Please take this as your official notice that you use dates completely wrong and the world thinks you are a terrible person. If you would like to be a good person, please correct your horrific use of dates immediately

Medium/Small/Big Big:Medium:Small - No! Bad American!

Big-Medium-Small Big:Medium:Small—Yes! You're now ISO 8601 compliant!

TL;DR:

  Send(FormatTime(,"yyyy-MM-dd HH:mm:ss"))

Re: Notetime: Minimalistic notes where everything is timestamped

#58
post #57
post #55

Earlier quoted context omitted.

I use AutoHotkey's text replacement to drop different date formats. Typing "]ts" in an input replaces it with 03/21/2025 10:10:48 ::]ts::{ Send(FormatTime(,"MM/dd/yyyy HH:mm:ss")) Return } Beware the syntax differences between Autohotkey 1 and 2 when searching documentation

Please take this as your official notice that you use dates completely wrong and the world thinks you are a terrible person. If you would like to be a good person, please correct your horrific use of dates immediately Medium/Small/Big Big:Medium:Small - No! Bad American! Big-Medium-Small Big:Medium:Small—Yes! You're now ISO 8601 compliant! TL;DR: Send(FormatTime(,"yyyy-MM-dd HH:mm:ss"))

That's why I use AHK for my favorite timestamps like 20250321102123, I prefer year first as well but when in Rome.

Re: Notetime: Minimalistic notes where everything is timestamped

#59
post #55

Why not just use Notepad in Windows and hit F5 Time/Date at need? 9:54 AM 3/21/2025 That said, this sort of thing has me wishing for something like to Services support in Windows where that could be implemented as a Service by Notepad and then used in any context where text input is acceptable.

I use AutoHotkey's text replacement to drop different date formats. Typing "]ts" in an input replaces it with 03/21/2025 10:10:48 ::]ts::{ Send(FormatTime(,"MM/dd/yyyy HH:mm:ss")) Return } Beware the syntax differences between Autohotkey 1 and 2 when searching documentation

yyyy-MM-dd HH:mm:ss
Post reply on HN