changes
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Michael Zhang 2023-08-31 22:29:45 -05:00
parent 6468b29dd7
commit edcbc68af3
1 changed files with 6 additions and 5 deletions

View File

@ -57,12 +57,13 @@ for recently: the ability to attach arbitrary metadata to journal entries and be
able to query for them. able to query for them.
While new apps have been cropping up from time to time for a while now, I think While new apps have been cropping up from time to time for a while now, I think
something in common with the new ones these "journals" are really more like a common trend that's starting to emerge is that these "journals" are really
personal databases, and extracting structured fields is extremely important if more like personal databases. Extracting structured fields is extremely
you want any kind of smart understanding of what is being journaled. important if you want any kind of smart understanding of what is being
journaled.
For example, I could write "took the car in for repair today", but if I wanted For example, I could write "weighed in at 135 pounds today", but if I wanted to
to find previous instances of this or make any kind of history, I would have to find previous instances of this or make any kind of history, I would have to
essentially do a pure text search. However, with structured data this could be essentially do a pure text search. However, with structured data this could be
different. different.