Hacker News new | ask | show | jobs
by zxexz 611 days ago
I have a master sqlite file with an arbitrary schema that is constantly evolving. I go hard with the constraints and primary keys - so hard, in fact, it's nigh-impossible to add a new contact without cascading changes. I'm always eager to keep my contacts, so this has kept my pretty sharp with sqlite.
1 comments

I can't tell if you're joking or not, but I sympathize regardless.
I guess left out the bit where I keep a bunch of text files of contacts to add in the same directory, to add when I have access to a keyboard :)

A contact is just a bunch of fields and context. The context matters the most, as long as you have a single real way to get in touch. So as long as you have a `notees` column, permissions to `readfile`, and a shell you're golden.

This made me chuckle a bit. Here, take my upvote.