Viewing profile — ricg
ricg
HN member- Joined
- Sat, Jun 25, 2011, 2:53 PM UTC
- HN karma
- 691
- Public activity
- 157 items
- HN profile
- View on Hacker News ↗
About ricg
Recent public activity
-
comment
Comment #38485230
How do you handle primary keys? Wouldn't auto-incrementing integers lead to duplicate keys since clients are not aware of each other? For the To Do app example, let's say two clien…
-
comment
Comment #31653788
About your MacBook fans squealing: I had the same problem with my 2012 MacBook Pro. It turned out that the grilles through which the fans blow out the hot air were completely clogg…
-
comment
Comment #31206627
A potential downside here could be running out of file descriptors if you use one database file per client. Linux has a limit of 1024 open files per process. Did you ever run into …
-
comment
Comment #31206572
Did you ever run into the problem of the system running out of file descriptors? If each client gets its own database file, each connection will require a file descriptor. For exam…
-
comment
Comment #31019483
Quite a few. Some I use regularly: - Text snippet app to reply to support request emails. Use this to reply to about a dozen emails each day. I have over 300 snippets. - App to got…
-
comment
Comment #30987160
Thanks a lot! I'll give it a try.
-
comment
Comment #30986599
Which mail providers support this? I'd like to set up something like this. Thanks!
-
comment
Comment #30526544
That's what I do today in my own app. I have a "table of contents" file in each folder. Ideally the file system would support that out of the box, but maybe a first step could be t…
-
comment
Comment #30525886
In the system's file explorer (Finder/Windows File Explorer). This would give me a visual outline and the ability to open any file with its corresponding app. Imagine writing a boo…
-
comment
Comment #30525845
> NEED HIERARCHY? Use directories — also known as folders. I really wish I could define a custom order for files in a directory. A folder hierarchy is almost an outline, but not qu…
-
comment
Comment #29175666
Well, the alternative would be to either not scan the documents at all and keep them in the basement as hardcopies or to scan them and protect them somehow (for example by keeping …
-
comment
Comment #29174670
> what an attacker could get by just having access to my computer That's what I was referring to. Let's assume you store your scanned PDFs on your personal laptop and that gets com…
-
comment
Comment #29173606
For those who scan and file digitally: Are you worried about data security/malware at all? How do you protect your data? Maybe I listened to too many Darknet Diaries episodes, but …
- comment
-
comment
Comment #28641153
Yes, I thought about both scenarios and actually added support for both to my app. If you rename a note through the app it will go though all other notes and update them to use the…
-
comment
Comment #28640243
Great, thanks for sharing some details about your setup. I do something similar with my email messages. I never delete anything. Should I later need to recall a conversation I use …
-
comment
Comment #28639376
Thanks again for your input! Yes, the app remains fully functional forever, with the limitation being that you cannot add new notes. Sounds like I need to make this more clear in t…
-
comment
Comment #28635426
1. Thank you :) 2. iOS with iCloud support is planned.
-
comment
Comment #28635409
Thanks for your feedback! 1. If you cancel your subscription you cannot add new notes, but you can still access, edit, move, etc. your existing notes. All features remain active (a…
-
comment
Comment #28635353
Not yet, but that's on my list. Same for headings. I'm still debating if I implement this as a separate "rename" feature or instead implement a project-wide search and replace.
-
comment
Comment #28635329
Curious about your workflow since you've been keeping notes for a long time. How often do you refer to old notes and how old are those? What methods do you use to find them (e.g. s…
-
comment
Comment #28635305
Writing your own notes app is a rite of passage ;)
-
comment
Comment #28635275
Thanks!
-
comment
Comment #28635268
No SwiftUI, just plain Swift and AppKit/Cocoa. I considered SwiftUI, but at the time it was not ready and was missing a few core things I needed, like an outline view (this was 3 y…
-
comment
Comment #28635183
Let me know what you think once you get a chance to try it!