home / media

Menu
  • GraphQL API
  • Search all tables

library_notes

Table actions
  • GraphQL API for library_notes

Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam

5 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

id ▼ date title content
1 2023-05-20 Expanding the Classics Collection Considering adding more volumes to the Great Books of the Western World collection. Need to research newer editions and potentially include more diverse authors.
2 2023-05-15 Digital vs. Physical Books Contemplating the balance between digital and physical books in the library. Digital offers convenience, but physical books provide a unique reading experience.
3 2023-05-10 Organizing Philosophy Section Planning to reorganize the philosophy section by schools of thought rather than chronologically. This might provide a better overview of philosophical developments.
4 2025-04-16 Collecting Penguin Classics I recently came to discover my perennial disdain for annotations was likely due to the immensely expensive (for a book that is) collectors editions I own. To offset this I will be moving to performing my literary analysis in books again except this type with penguin classics. They are cheap, feel good in the hand, and have ravishing cover art. They make the annotations themselves a addition rather than a impediment.
5 2025-09-11 Got Pandora's Box on Blu-ray\!\!\! Found a beautiful edition of Pandora's Box on Blu-ray. $20 well spent. Mint condition, and finally got to kick off my criterion collection.

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE library_notes (
  id INTEGER PRIMARY KEY AUTOINCREMENT,
  date TEXT,
  title TEXT NOT NULL,
  content TEXT
);
CREATE INDEX idx_library_notes_date ON library_notes(date DESC);
Powered by Datasette · 7.933ms · krisyotam.com