Viewing profile — gohberg
gohberg
HN member- Joined
- Fri, Mar 21, 2025, 10:46 AM UTC
- HN karma
- 72
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About gohberg
No profile information was provided.
Recent public activity
-
story
Show HN: Notetime, minimalistic timestamped notes, now ready for iOS
After the launch post here a year ago got some traction: https://news.ycombinator.com/item?id=43434152 the #1 feedback was to make it a native app. So now its ready for iOS. Curren…
-
comment
Comment #43460475
what do you mean by thread number? the notes will always add at the bottom Did you expect a different behavior?
-
comment
Comment #43451953
added a share option in the note editor, let me know what you think
-
comment
Comment #43451620
thanks for that!
-
comment
Comment #43446777
you mean sharing a note externally with someone over the internet? I could probably do something like that, based on URL-encoding, but it will have a limit of approx ~ 2000 charact…
-
comment
Comment #43439528
timestamping content that is not text is on my list, was too complicated for an MVP which I wasn't sure someone would even want :)
-
comment
Comment #43439512
its a 100% client-side react app, there are no server requests except from the first one creating the anonymous user. the local DB is SQLite implementation that supports offline mo…
-
comment
Comment #43439491
I share your obsession I even planned a search-by-timestamp feature, and then scrapped it because I thought that its too weird and who-does-this
-
comment
Comment #43439479
thanks! by local you mean a mac/windows app? that would be a major endeavour :)
-
comment
Comment #43439474
thanks! is txt format enough? initially thought of csv, since its a 2 column structure
-
comment
Comment #43439465
hiding the seconds is a great idea, I'll add a minute/second granularity option
-
comment
Comment #43439462
thanks, an oversight, I'll fix it
-
comment
Comment #43439461
not sure if you are sarcastic or not :) but export is planned next
-
comment
Comment #43439458
Thanks for the warm feedback! I see that self hosting is a popular request so I'll start planning it :)
-
comment
Comment #43439447
the approach here was to combine the simplicity of apple notes, working across devices, with the automatic time-stamping found in the desktop ecosystem of tools. Obsidian/SublimeTe…
-
comment
Comment #43439390
this is the answer :) fixing errors should not alter the timeline I assumed that editing timestamps is also quite problematic since it will break the chronological order of the not…
-
comment
Comment #43439359
nice idea, but this can make you start a new line and go back to it after a while, making it refer to a stale date?
-
comment
Comment #43439344
that's a great suggestion how do you think we can make it more obvious?
-
comment
Comment #43439328
what suggested thing are you referring to? probably will open this once I un-embarassify the code :)
-
comment
Comment #43439165
thanks, good catch! I'll fix that.
-
comment
Comment #43439159
thanks! no export yet since I wasn't sure how it would look like what kind of export formats are you interested in?
-
comment
Comment #43439148
thanks! can you tell me the Firefox version? keyboard navigation is a great idea, didn't think of it since I mostly use this on mobile.
-
comment
Comment #43439124
I tried to create more of a apple-notes type of app, but I get the appeal in full featured apps like Obsidian and logseq
-
comment
Comment #43439094
no, but I see it's a popular request, a bit embarrassed by how the code looks :) I never planned to release it
-
comment
Comment #43438827
thanks for that! new to this platform and when I created the post, it asked for a url and text which I thought will be shown together (like reddit), and now I can't find my own com…