Code Monkey home page Code Monkey logo

Comments (26)

giovannicoppola avatar giovannicoppola commented on July 21, 2024

I see, do you have any tags in your database? If not, can you try adding one?

from alfred-readwise.

philp2 avatar philp2 commented on July 21, 2024

I do have a few tags in readwise.

I've added another tag in readwise just in case and then did a refresh (readwise:refresh). !r still didn't work, so I refreshed again with debugger enabled. Here are the top-level entries from the debugger if this helps at all. Looks like it's rebuilding the database.

[13:57:21.107] alfred-readwise[Script Filter] Queuing argument '(null)'
[13:57:35.596] alfred-readwise[Script Filter] Queuing argument '(null)'
[13:57:36.914] alfred-readwise[Script Filter] Script with argv '(null)' finished
[13:57:36.920] ERROR: alfred-readwise[Script Filter] Code 1: rebuilding database ⏳...

from alfred-readwise.

giovannicoppola avatar giovannicoppola commented on July 21, 2024

for some reason it is not creating the tags table, even though you have tags. Are the tags all single words with no special characters etc? I see you have an apostrophe in your path, but you don't have problems with any other workflows, right?

If you are willing to share privately your token, I am happy to try and troubleshoot for you, or the other option is that I make a verbose version of the workflow that documents each step and we can try to figure out what's wrong.

Thanks for your help with troubleshooting this!

from alfred-readwise.

philp2 avatar philp2 commented on July 21, 2024

I would prefer the verbose version. But that said, as this is a new workflow I'm fine if you'd like to hear from other users before going to too much trouble to resolve my situation. Whatever you decide is fine.

from alfred-readwise.

giovannicoppola avatar giovannicoppola commented on July 21, 2024

could you try this version, run readwise:refresh and send me the debugger output? This version will document every step while creating the tags table.

from alfred-readwise.

philp2 avatar philp2 commented on July 21, 2024

I deleted the original workflow, intalled the new version, and ran readwise:refresh command. Here is the debugger output which has an error at the end.

[12:59:45.756] alfred-readwise[Script Filter] Queuing argument '(null)'
[12:59:48.507] alfred-readwise[Script Filter] Script with argv '(null)' finished
[12:59:48.513] ERROR: alfred-readwise[Script Filter] Code 1: rebuilding database ⏳...
Making export api request with params {}...
/Users/USER/Library/CloudStorage/Dropbox/=Personal (Philip)/Philip's Apps/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C5383A2-74FC-46C8-A73C-92C6FDF02DA0/lib/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'readwise.io'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
Making export api request with params {'pageCursor': 12872283}...
/Users/USER/Library/CloudStorage/Dropbox/=Personal (Philip)/Philip's Apps/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C5383A2-74FC-46C8-A73C-92C6FDF02DA0/lib/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'readwise.io'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
retrieving image/Users/USER/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/26036368.jpg
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 1348, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1282, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1328, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1277, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1037, in _send_output
self.send(msg)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 975, in send
self.connect()
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1454, in connect
self.sock = self._context.wrap_socket(self.sock,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ssl.py", line 517, in wrap_socket
return self.sslsocket_class._create(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ssl.py", line 1075, in _create
self.do_handshake()
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ssl.py", line 1346, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Users/USER/Library/CloudStorage/Dropbox/=Personal (Philip)/Philip's Apps/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C5383A2-74FC-46C8-A73C-92C6FDF02DA0/readwise-rebuild.py", line 12, in
refreshReadwiseDatabase()
File "/Users/USER/Library/CloudStorage/Dropbox/=Personal (Philip)/Philip's Apps/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C5383A2-74FC-46C8-A73C-92C6FDF02DA0/readwise_fun.py", line 110, in refreshReadwiseDatabase
urllib.request.urlretrieve(rec[1], ICON_PATH)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 241, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 519, in open
response = self._open(req, data)
^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 496, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 1391, in https_open
return self.do_open(http.client.HTTPSConnection, req,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)>

from alfred-readwise.

giovannicoppola avatar giovannicoppola commented on July 21, 2024

oh, this seems related to the API call itself, not the database. How did you install python? this issue has been observed with Alfred before:
https://www.alfredforum.com/topic/18416-convert-workflow-doesnt-work/#comment-97814
https://www.alfredforum.com/topic/2045-download-media-%E2%80%94-download-video-and-audio-from-web-pages/?do=findComment&comment=97159
https://www.alfredforum.com/topic/14451-notionso-instant-search-workflow/?do=findComment&comment=97097

from alfred-readwise.

philp2 avatar philp2 commented on July 21, 2024

I uninstalled Python and then reinstalled Python 3 using homebrew. Not sure why this failed, but here is the debugger output when refreshing the database:

[18:56:19.653] Logging Started...
[18:56:31.317] alfred-readwise[Script Filter] Queuing argument '(null)'
[18:56:33.061] alfred-readwise[Script Filter] Script with argv '(null)' finished
[18:56:33.069] ERROR: alfred-readwise[Script Filter] Code 1: rebuilding database ⏳...
Making export api request with params {}...
/Users/philippanagos/Library/CloudStorage/Dropbox/=Personal (Philip)/Philip's Apps/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C5383A2-74FC-46C8-A73C-92C6FDF02DA0/lib/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'readwise.io'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
Making export api request with params {'pageCursor': 12872283}...
/Users/philippanagos/Library/CloudStorage/Dropbox/=Personal (Philip)/Philip's Apps/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C5383A2-74FC-46C8-A73C-92C6FDF02DA0/lib/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'readwise.io'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
retrieving image/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/26036368.jpg
Traceback (most recent call last):
File "/Users/philippanagos/Library/CloudStorage/Dropbox/=Personal (Philip)/Philip's Apps/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C5383A2-74FC-46C8-A73C-92C6FDF02DA0/readwise-rebuild.py", line 12, in
refreshReadwiseDatabase()
File "/Users/philippanagos/Library/CloudStorage/Dropbox/=Personal (Philip)/Philip's Apps/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C5383A2-74FC-46C8-A73C-92C6FDF02DA0/readwise_fun.py", line 110, in refreshReadwiseDatabase
urllib.request.urlretrieve(rec[1], ICON_PATH)
File "/opt/homebrew/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 241, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 525, in open
response = meth(req, response)
^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 634, in http_response
response = self.parent.error(
^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 563, in error
return self._call_chain(*args)
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 496, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/opt/homebrew/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden

from alfred-readwise.

giovannicoppola avatar giovannicoppola commented on July 21, 2024

have you tried to add the certificates as recommended in the links I shared?

from alfred-readwise.

philp2 avatar philp2 commented on July 21, 2024

I deleted python (installed with homebrew) and then reinstalled python 3.11 from the python site and ran this script to install the certificates: sudo "./Install Certificates.command". I have a permissions limitation (see below) affecting the install that I need to sort out and try again. I'm signed in as the admin but still can't change permissions to the Users folder. I'll work through that. FYI - Here is the output from Terminal running this command:

USER@Philips-MacBook-Pro Python 3.11 % sudo "./Install Certificates.command"

Password:
-- pip install --upgrade certifi
WARNING: The directory '/Users/USER/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Collecting certifi
Downloading certifi-2022.12.7-py3-none-any.whl (155 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 867.5 kB/s eta 0:00:00
Installing collected packages: certifi
Successfully installed certifi-2022.12.7
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip available: 22.3.1 -> 23.0.1
[notice] To update, run: pip3 install --upgrade pip
-- removing any existing file or link
-- creating symlink to certifi certificate bundle
-- setting permissions
-- update complete

from alfred-readwise.

giovannicoppola avatar giovannicoppola commented on July 21, 2024

my understanding is that if you install python through macOS (which I think is the same as the python site) you don't need to install the certificates (I never did). have you tried the workflow with the new python 3.11?

from alfred-readwise.

philp2 avatar philp2 commented on July 21, 2024

I tried to refresh and here is the debugger output:

[13:53:27.155] alfred-readwise[Script Filter] Queuing argument '(null)'
[13:53:30.017] alfred-readwise[Script Filter] Script with argv '(null)' finished
[13:53:30.023] ERROR: alfred-readwise[Script Filter] Code 1: rebuilding database ⏳...
Making export api request with params {}...
/Users/USER/Library/CloudStorage/Dropbox/=Personal (Philip)/Philip's Apps/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C5383A2-74FC-46C8-A73C-92C6FDF02DA0/lib/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'readwise.io'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
Making export api request with params {'pageCursor': 12872283}...
/Users/USER/Library/CloudStorage/Dropbox/=Personal (Philip)/Philip's Apps/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C5383A2-74FC-46C8-A73C-92C6FDF02DA0/lib/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'readwise.io'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
retrieving image/Users/USER/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/26036368.jpg
Traceback (most recent call last):
File "/Users/USER/Library/CloudStorage/Dropbox/=Personal (Philip)/Philip's Apps/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C5383A2-74FC-46C8-A73C-92C6FDF02DA0/readwise-rebuild.py", line 12, in
refreshReadwiseDatabase()
File "/Users/USER/Library/CloudStorage/Dropbox/=Personal (Philip)/Philip's Apps/Alfred/Alfred.alfredpreferences/workflows/user.workflow.1C5383A2-74FC-46C8-A73C-92C6FDF02DA0/readwise_fun.py", line 110, in refreshReadwiseDatabase
urllib.request.urlretrieve(rec[1], ICON_PATH)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 241, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 525, in open
response = meth(req, response)
^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 634, in http_response
response = self.parent.error(
^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 563, in error
return self._call_chain(*args)
^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 496, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden

from alfred-readwise.

giovannicoppola avatar giovannicoppola commented on July 21, 2024

are you able to access the folder /Users/USER/Library/Application Support/Alfred/Workflow Data/alfred-readwise? Did the workflow write anything in there? There should be a readwise.db database and a folder named images containing the book covers thumbnails. Do you see one named 26036368.jpg? I can't tell if it fails because it is the first one it tries, or because there is something wrong about this particular cover.

from alfred-readwise.

philp2 avatar philp2 commented on July 21, 2024

Yes it id write something there: a folder title "image" that is empty and a readwise.db file that is 606 KB.

from alfred-readwise.

giovannicoppola avatar giovannicoppola commented on July 21, 2024

ha, I guess there is an issue with downloading at least one of the the book covers then. Can you try this version which uses a generic icon instead of the covers? if this works I can have a version with a workaround in case a particular cover is not available.

from alfred-readwise.

philp2 avatar philp2 commented on July 21, 2024

Yes, that version with the generic book icon worked. The refresh was successful and I'm able to search my readwise content.

from alfred-readwise.

giovannicoppola avatar giovannicoppola commented on July 21, 2024

great to hear! May I ask you to try this one last? It should handle the exception and download a book cover if available.

from alfred-readwise.

philp2 avatar philp2 commented on July 21, 2024

Sorry to have taken so long to give this new version a try as I was out of town. I installed it, refreshed the database and the first three entries listed when I used the !r command had a cover (from an article) but all the rest had the generic icon. Here is the debug output, with some lines removed in the middle to save space.

[16:54:52.926] Logging Started...
[16:54:57.800] alfred-readwise[Script Filter] Queuing argument '(null)'
[16:54:57.967] alfred-readwise[Script Filter] Script with argv '(null)' finished
[16:54:57.972] STDERR: alfred-readwise[Script Filter] 0 days from last update
SELECT * FROM highlights WHERE (highText LIKE '%%' or title LIKE '%%') and category IN (?,?,?,?,?)
[16:54:57.972] alfred-readwise[Script Filter] {"items": [{"title": "When facing the choice: clever or clear\n\nAlways choose clear.\n\nJust interviewed Kevin Kelly on my pod and he was about the 100th author I respect who reiterated this to me.\n\nAlso\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026", "subtitle": "1/931 Greg Campion on Substack: "When facing the choice: clever or clear Always choose clear. Just interviewed Kevin Kelly on my pod and he was about the 100th author I respect who reiterated this to me. Also\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026"-substack.com ", "valid": true, "variables": {"fullOutput": "When facing the choice: clever or clear\n\nAlways choose clear.\n\nJust interviewed Kevin Kelly on my pod and he was about the 100th author I respect who reiterated this to me.\n\nAlso\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026\n\nsubstack.com: Greg Campion on Substack: "When facing the choice: clever or clear Always choose clear. Just interviewed Kevin Kelly on my pod and he was about the 100th author I respect who reiterated this to me. Also\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026"", "myURL": "https://readwise.io/open/508742556", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/26404661"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gxykbhfjh68h6sjfdjzvqebs"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/26404661.jpg"}, "arg": ""}, {"title": "When facing the choice: clever or clear\n\nAlways choose clear.", "subtitle": "2/931 Greg Campion on Substack: "When facing the choice: clever or clear Always choose clear. Just interviewed Kevin Kelly on my pod and he was about the 100th author I respect who reiterated this to me. Also\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026"-substack.com ", "valid": true, "variables": {"fullOutput": "When facing the choice: clever or clear\n\nAlways choose clear.\n\nsubstack.com: Greg Campion on Substack: "When facing the choice: clever or clear Always choose clear. Just interviewed Kevin Kelly on my pod and he was about the 100th author I respect who reiterated this to me. Also\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026"", "myURL": "https://readwise.io/open/509097003", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/26404661"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gy063vgfp2zv3a0v6tm44ast"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/26404661.jpg"}, "arg": ""}, {"title": "Also\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026", "subtitle": "3/931 Greg Campion on Substack: "When facing the choice: clever or clear Always choose clear. Just interviewed Kevin Kelly on my pod and he was about the 100th author I respect who reiterated this to me. Also\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026"-substack.com ", "valid": true, "variables": {"fullOutput": "Also\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026\n\nsubstack.com: Greg Campion on Substack: "When facing the choice: clever or clear Always choose clear. Just interviewed Kevin Kelly on my pod and he was about the 100th author I respect who reiterated this to me. Also\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026"", "myURL": "https://readwise.io/open/509097011", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/26404661"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gy064b7742hdqjkpvwf3skqd"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/26404661.jpg"}, "arg": ""}, {"title": "Better laws will not help us here. Reality is fundamentally unpredictable.", "subtitle": "4/931 How consciousness gives us free will-Tim Andersen, Ph.D. \ud83c\udff7\ufe0f test", "valid": true, "variables": {"fullOutput": "Better laws will not help us here. Reality is fundamentally unpredictable.\n\nTim Andersen, Ph.D.: How consciousness gives us free will", "myURL": "https://readwise.io/open/502922854", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/26036368"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gx52m8mmnkq4r075wcyna27c"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/26036368.jpg"}, "arg": ""}, {"title": "When we try to make the free will debate a metaphysical one, it becomes muddied and impossible to resolve ... So, what do people do when we use the term \u201cfree will\u201d? How do we use it?\n\nPrimarily, it is used in dispensing justice and so when we ask if someone had free will, all we want to know if the average person would consider them responsible for their actions.", "subtitle": "5/931 How consciousness gives us free will-Tim Andersen, Ph.D. ", "valid": true, "variables": {"fullOutput": "When we try to make the free will debate a metaphysical one, it becomes muddied and impossible to resolve ... So, what do people do when we use the term \u201cfree will\u201d? How do we use it?\n\nPrimarily, it is used in dispensing justice and so when we ask if someone had free will, all we want to know if the average person would consider them responsible for their actions.\n\nTim Andersen, Ph.D.: How consciousness gives us free will", "myURL": "https://readwise.io/open/502924752", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/26036368"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/26036368.jpg"}, "arg": ""}, {"title": "So, the conscious mind isn\u2019t the whole decision making apparatus of the brain. It is just the leader or what Johnathan Haidt, in The Happiness Hypothesis, called the rider on the elephant. The unconscious mind is the elephant.\n\nEven though the elephant has a mind of its own, the rider is responsible for its actions. If it goes on a rampage, the rider has to pay the damages. Therefore, the rider\u2019s free will is what matters. The elephant\u2019s is irrelevant.", "subtitle": "6/931 How consciousness gives us free will-Tim Andersen, Ph.D. ", "valid": true, "variables": {"fullOutput": "So, the conscious mind isn\u2019t the whole decision making apparatus of the brain. It is just the leader or what Johnathan Haidt, in The Happiness Hypothesis, called the rider on the elephant. The unconscious mind is the elephant.\n\nEven though the elephant has a mind of its own, the rider is responsible for its actions. If it goes on a rampage, the rider has to pay the damages. Therefore, the rider\u2019s free will is what matters. ………

.... I REMOVED LINES HERE .....

……….. A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/462405503", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "Industrial Revolution. ... gradually brought them political and economic freedoms. Above all it brought them leisure, and with it the demand for spare-time entertainment, edification and education of one kind and another.", "subtitle": "74/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "Industrial Revolution. ... gradually brought them political and economic freedoms. Above all it brought them leisure, and with it the demand for spare-time entertainment, edification and education of one kind and another.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/462405504", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "This French brand of self-absorption was a symptom of a much wider rejection of the universal truths and commonly held values that had informed much of eighteenth-century consciousness. In Germany it took a more systematic form, embodied in a series of short-lived artistic circles, of which the most important was the first, at Jena, from about 1798.", "subtitle": "75/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "This French brand of self-absorption [truncated]

from alfred-readwise.

giovannicoppola avatar giovannicoppola commented on July 21, 2024

Ah, I forgot to ask you to first remove all the files in the images folder! To make it faster, the script will download the cover only if the file is not there, and you already have the generic icon for all the books. Could you try that? Also, please send the debugger output of readwise:refresh!

from alfred-readwise.

philp2 avatar philp2 commented on July 21, 2024

I've searched and have 4 folders on my Mac called images but none of them seem to be associated with this workflow. Can you tell me where to look in the file structure?

from alfred-readwise.

giovannicoppola avatar giovannicoppola commented on July 21, 2024

sorry, I should have clarified, it is the one you checked earlier: /Users/USER/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/

from alfred-readwise.

philp2 avatar philp2 commented on July 21, 2024

Thanks, I found the folder and cleared it of all files and then refreshed the database. It generally worked. It appears that all book highlights had a cover associated in the list. Some articles did as well, but some articles that had a "cover" in readwise still had a generic cover icon in the listing. I only have books and articles in readwise and one podcast. That podcast did have the correct cover. I read all my books on a kindle but articles I may highlight on a webpage and clip to readwise with a chrome extension and others I'll read and highlight in Readwise Reader. which automatically syncs to readwise When I have time, I'll see if I can determine if there is a common reading source for those articles that have the generic icon. In the mean time, here is the full output from the debugger for the !r command if that is of any help. I suspect you may need to see the files in the images folder to see if the covers were fetched in the first place from readwise.

[20:31:40.181] alfred-readwise[Script Filter] Queuing argument '(null)'
[20:31:40.357] alfred-readwise[Script Filter] Script with argv '(null)' finished
[20:31:40.360] STDERR: alfred-readwise[Script Filter] 0 days from last update
SELECT * FROM highlights WHERE (highText LIKE '%%' or title LIKE '%%') and category IN (?,?,?,?,?)
[20:31:40.365] alfred-readwise[Script Filter] {"items": [{"title": "When facing the choice: clever or clear\n\nAlways choose clear.\n\nJust interviewed Kevin Kelly on my pod and he was about the 100th author I respect who reiterated this to me.\n\nAlso\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026", "subtitle": "1/931 Greg Campion on Substack: "When facing the choice: clever or clear Always choose clear. Just interviewed Kevin Kelly on my pod and he was about the 100th author I respect who reiterated this to me. Also\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026"-substack.com ", "valid": true, "variables": {"fullOutput": "When facing the choice: clever or clear\n\nAlways choose clear.\n\nJust interviewed Kevin Kelly on my pod and he was about the 100th author I respect who reiterated this to me.\n\nAlso\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026\n\nsubstack.com: Greg Campion on Substack: "When facing the choice: clever or clear Always choose clear. Just interviewed Kevin Kelly on my pod and he was about the 100th author I respect who reiterated this to me. Also\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026"", "myURL": "https://readwise.io/open/508742556", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/26404661"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gxykbhfjh68h6sjfdjzvqebs"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/26404661.jpg"}, "arg": ""}, {"title": "When facing the choice: clever or clear\n\nAlways choose clear.", "subtitle": "2/931 Greg Campion on Substack: "When facing the choice: clever or clear Always choose clear. Just interviewed Kevin Kelly on my pod and he was about the 100th author I respect who reiterated this to me. Also\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026"-substack.com ", "valid": true, "variables": {"fullOutput": "When facing the choice: clever or clear\n\nAlways choose clear.\n\nsubstack.com: Greg Campion on Substack: "When facing the choice: clever or clear Always choose clear. Just interviewed Kevin Kelly on my pod and he was about the 100th author I respect who reiterated this to me. Also\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026"", "myURL": "https://readwise.io/open/509097003", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/26404661"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gy063vgfp2zv3a0v6tm44ast"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/26404661.jpg"}, "arg": ""}, {"title": "Also\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026", "subtitle": "3/931 Greg Campion on Substack: "When facing the choice: clever or clear Always choose clear. Just interviewed Kevin Kelly on my pod and he was about the 100th author I respect who reiterated this to me. Also\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026"-substack.com ", "valid": true, "variables": {"fullOutput": "Also\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026\n\nsubstack.com: Greg Campion on Substack: "When facing the choice: clever or clear Always choose clear. Just interviewed Kevin Kelly on my pod and he was about the 100th author I respect who reiterated this to me. Also\u2026 write to understand what you think instead of waiting around for some great thought to strike you\u2026"", "myURL": "https://readwise.io/open/509097011", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/26404661"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gy064b7742hdqjkpvwf3skqd"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/26404661.jpg"}, "arg": ""}, {"title": "Better laws will not help us here. Reality is fundamentally unpredictable.", "subtitle": "4/931 How consciousness gives us free will-Tim Andersen, Ph.D. \ud83c\udff7\ufe0f test", "valid": true, "variables": {"fullOutput": "Better laws will not help us here. Reality is fundamentally unpredictable.\n\nTim Andersen, Ph.D.: How consciousness gives us free will", "myURL": "https://readwise.io/open/502922854", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/26036368"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gx52m8mmnkq4r075wcyna27c"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/26036368.jpg"}, "arg": ""}, {"title": "When we try to make the free will debate a metaphysical one, it becomes muddied and impossible to resolve ... So, what do people do when we use the term \u201cfree will\u201d? How do we use it?\n\nPrimarily, it is used in dispensing justice and so when we ask if someone had free will, all we want to know if the average person would consider them responsible for their actions.", "subtitle": "5/931 How consciousness gives us free will-Tim Andersen, Ph.D. ", "valid": true, "variables": {"fullOutput": "When we try to make the free will debate a metaphysical one, it becomes muddied and impossible to resolve ... So, what do people do when we use the term \u201cfree will\u201d? How do we use it?\n\nPrimarily, it is used in dispensing justice and so when we ask if someone had free will, all we want to know if the average person would consider them responsible for their actions.\n\nTim Andersen, Ph.D.: How consciousness gives us free will", "myURL": "https://readwise.io/open/502924752", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/26036368"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/26036368.jpg"}, "arg": ""}, {"title": "So, the conscious mind isn\u2019t the whole decision making apparatus of the brain. It is just the leader or what Johnathan Haidt, in The Happiness Hypothesis, called the rider on the elephant. The unconscious mind is the elephant.\n\nEven though the elephant has a mind of its own, the rider is responsible for its actions. If it goes on a rampage, the rider has to pay the damages. Therefore, the rider\u2019s free will is what matters. The elephant\u2019s is irrelevant.", "subtitle": "6/931 How consciousness gives us free will-Tim Andersen, Ph.D. ", "valid": true, "variables": {"fullOutput": "So, the conscious mind isn\u2019t the whole decision making apparatus of the brain. It is just the leader or what Johnathan Haidt, in The Happiness Hypothesis, called the rider on the elephant. The unconscious mind is the elephant.\n\nEven though the elephant has a mind of its own, the rider is responsible for its actions. If it goes on a rampage, the rider has to pay the damages. Therefore, the rider\u2019s free will is what matters. The elephant\u2019s is irrelevant.\n\nTim Andersen, Ph.D.: How consciousness gives us free will", "myURL": "https://readwise.io/open/502925349", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/26036368"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gx5357zt311byk6n1pt53sez"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/26036368.jpg"}, "arg": ""}, {"title": "Take the Bible, Romans 7:15, \u201cI don\u2019t understand what I am doing. For I do not do what I want \u2014 instead, I do what I hate.\u201d St. Paul means that the brain is initiating actions, in his case covetous thoughts, that his conscious mind disagrees with, but he nevertheless has to accept the consequences of it.\n\nSt. Paul goes on to say, \u201cI see a different law in my members waging war against the law of my mind and making me captive to the law of sin that is in my members.\u201d (Rom. 7:25) In other words, his conscious mind desires to follow the Torah, but his body, meaning his unconscious brain, has other ideas.\n\nPaul\u2019s explanation for this state of affairs is that he has been \u201csold into slavery to sin.\u201d He is compelled by his master (\u201csin\u201d) to disobey God\u2019s law. Nevertheless, he must suffer the consequences of these actions!\n\nWhy? In his words it is because that is the \u201claw of sin and death\u201d. In essence, this is a natural law that one who does evil suffers from death. His conscious mind, therefore, must respond to the evil that his \u201cflesh\u201d does either by dying or by rescue through Christ (as he goes on to describe in Romans 8).\n\nAccording to Paul, the only free choice he makes is to hate sin and take responsibility for his own sins. Even his rescue through Christ, he appears to take a predestination attitude (Rom 8:30).", "subtitle": "7/931 How consciousness gives us free will-Tim Andersen, Ph.D. ", "valid": true, "variables": {"fullOutput": "Take the Bible, Romans 7:15, \u201cI don\u2019t understand what I am doing. For I do not do what I want \u2014 instead, I do what I hate.\u201d St. Paul means that the brain is initiating actions, in his case covetous thoughts, that his conscious mind disagrees with, but he nevertheless has to accept the consequences of it.\n\nSt. Paul goes on to say, \u201cI see a different law in my members waging war against the law of my mind and making me captive to the law of sin that is in my members.\u201d (Rom. 7:25) In other words, his conscious mind desires to follow the Torah, but his body, meaning his unconscious brain, has other ideas.\n\nPaul\u2019s explanation for this state of affairs is that he has been \u201csold into slavery to sin.\u201d He is compelled by his master (\u201csin\u201d) to disobey God\u2019s law. Nevertheless, he must suffer the consequences of these actions!\n\nWhy? In his words it is because that is the \u201claw of sin and death\u201d. In essence, this is a natural law that one who does evil suffers from death. His conscious mind, therefore, must respond to the evil that his \u201cflesh\u201d does either by dying or by rescue through Christ (as he goes on to describe in Romans 8).\n\nAccording to Paul, the only free choice he makes is to hate sin and take responsibility for his own sins. Even his rescue through Christ, he appears to take a predestination attitude (Rom 8:30).\n\nTim Andersen, Ph.D.: How consciousness gives us free will", "myURL": "https://readwise.io/open/502925642", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/26036368"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gx5385p2tcpaqappp4efkse4"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/26036368.jpg"}, "arg": ""}, {"title": "Free will has nothing to do with how decisions are made. It has to do with justice and mercy. If we are responsible, we deserve justice and desire mercy. If we are not, we need neither.", "subtitle": "8/931 How consciousness gives us free will-Tim Andersen, Ph.D. ", "valid": true, "variables": {"fullOutput": "Free will has nothing to do with how decisions are made. It has to do with justice and mercy. If we are responsible, we deserve justice and desire mercy. If we are not, we need neither.\n\nTim Andersen, Ph.D.: How consciousness gives us free will", "myURL": "https://readwise.io/open/502925674", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/26036368"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gx538r2grw42qbd372npvhg0"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/26036368.jpg"}, "arg": ""}, {"title": "This is why consciousness creates free will because free will isn\u2019t about cause and effect. That is simply more mechanistic thinking. It is a moral quality that is unique to conscious beings like you and me.", "subtitle": "9/931 How consciousness gives us free will-Tim Andersen, Ph.D. ", "valid": true, "variables": {"fullOutput": "This is why consciousness creates free will because free will isn\u2019t about cause and effect. That is simply more mechanistic thinking. It is a moral quality that is unique to conscious beings like you and me.\n\nTim Andersen, Ph.D.: How consciousness gives us free will", "myURL": "https://readwise.io/open/502925865", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/26036368"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gx539r8adadyw6sjpx05w39d"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/26036368.jpg"}, "arg": ""}, {"title": "She says that androgyny becomes prevalent \u201cas a civilization is starting to unravel. You find it again and again and again in history.\u201d", "subtitle": "10/931 Paglia: Transgender & Civilization\u2019s Decline-Rod Dreher ", "valid": true, "variables": {"fullOutput": "She says that androgyny becomes prevalent \u201cas a civilization is starting to unravel. You find it again and again and again in history.\u201d\n\nRod Dreher: Paglia: Transgender & Civilization\u2019s Decline", "myURL": "https://readwise.io/open/493659660", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/25450448"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gvw04t11tfpkzxs8j18cb863"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/25450448.jpg"}, "arg": ""}, {"title": "\u201cPeople who live in such times feel that they\u2019re very sophisticated, they\u2019re very cosmopolitan,\u201d she says. But in truth, they are evidence of a civilization that no longer believes in itself.", "subtitle": "11/931 Paglia: Transgender & Civilization\u2019s Decline-Rod Dreher ", "valid": true, "variables": {"fullOutput": "\u201cPeople who live in such times feel that they\u2019re very sophisticated, they\u2019re very cosmopolitan,\u201d she says. But in truth, they are evidence of a civilization that no longer believes in itself.\n\nRod Dreher: Paglia: Transgender & Civilization\u2019s Decline", "myURL": "https://readwise.io/open/493659723", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/25450448"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gvw05r2cv3cmrr3d2d4m8j9n"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/25450448.jpg"}, "arg": ""}, {"title": "This insanity cannot last. Again and again I say unto you: if you don\u2019t like the Religious Right, wait till you get the Post-Religious Right. The post-Christian people who are coming don\u2019t give a damn about your feelings.", "subtitle": "12/931 Paglia: Transgender & Civilization\u2019s Decline-Rod Dreher ", "valid": true, "variables": {"fullOutput": "This insanity cannot last. Again and again I say unto you: if you don\u2019t like the Religious Right, wait till you get the Post-Religious Right. The post-Christian people who are coming don\u2019t give a damn about your feelings.\n\nRod Dreher: Paglia: Transgender & Civilization\u2019s Decline", "myURL": "https://readwise.io/open/493659765", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/25450448"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gvw0715v3m5ncqq6jbnww46a"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/25450448.jpg"}, "arg": ""}, {"title": "If everything is reduced to gender\u2014even liquid gender\u2014then how can anyone know by a solely internal exploration if they feel male or female? ... In short, if the ultimate source of reference is the self, and if no other self than the individual is a reference point, how can you know who or what you are?", "subtitle": "13/931 Paglia: Transgender & Civilization\u2019s Decline-Rod Dreher ", "valid": true, "variables": {"fullOutput": "If everything is reduced to gender\u2014even liquid gender\u2014then how can anyone know by a solely internal exploration if they feel male or female? ... In short, if the ultimate source of reference is the self, and if no other self than the individual is a reference point, how can you know who or what you are?\n\nRod Dreher: Paglia: Transgender & Civilization\u2019s Decline", "myURL": "https://readwise.io/open/493660805", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/25450448"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/25450448.jpg"}, "arg": ""}, {"title": "You see Paglia\u2019s point. She said this in one of her 1990s essays and it\u2019s still applicable: Gays must face the fact that, unlike other\nminority groups, they cannot reproduce themselves. Like artists,\ntheir only continuity is through culture, which they have been\ninstrumental in building. Therefore when, by guerrilla tactics,\nthey attack the institutions of culture (including religion), they\nare sabotaging their own future.", "subtitle": "14/931 Paglia: Transgender & Civilization\u2019s Decline-Rod Dreher ", "valid": true, "variables": {"fullOutput": "You see Paglia\u2019s point. She said this in one of her 1990s essays and it\u2019s still applicable: Gays must face the fact that, unlike other\nminority groups, they cannot reproduce themselves. Like artists,\ntheir only continuity is through culture, which they have been\ninstrumental in building. Therefore when, by guerrilla tactics,\nthey attack the institutions of culture (including religion), they\nare sabotaging their own future.\n\nRod Dreher: Paglia: Transgender & Civilization\u2019s Decline", "myURL": "https://readwise.io/open/493660965", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/25450448"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gvw0dd4022qjpm5ret37smd9"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/25450448.jpg"}, "arg": ""}, {"title": "I keep telling people that the culture won't stay woke and feminist. The pendulum will swing back, and when it does, it will be truly barbaric without any accountability to a higher power. Think Vikings and the Taliban on steroids.", "subtitle": "15/931 James Lindsay is correct: If you think the post-Christian Left is bad, wait until you meet the post-Christian Right.-Joel Abbott ", "valid": true, "variables": {"fullOutput": "I keep telling people that the culture won't stay woke and feminist. The pendulum will swing back, and when it does, it will be truly barbaric without any accountability to a higher power. Think Vikings and the Taliban on steroids.\n\nJoel Abbott: James Lindsay is correct: If you think the post-Christian Left is bad, wait until you meet the post-Christian Right.", "myURL": "https://readwise.io/open/493659412", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/25450416"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gvvzyevsy2aswbv83aahx9jh"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/25450416.jpg"}, "arg": ""}, {"title": "A free man must be able to endure it when his fellow men act and live otherwise than he considers proper. He must free himself from the habit, just as soon as something does not please him, of calling for the police.\n\nLudwig von Mises, book Liberalism", "subtitle": "16/931 Ludwig von Mises - Liberalism-Evan Rauner ", "valid": true, "variables": {"fullOutput": "A free man must be able to endure it when his fellow men act and live otherwise than he considers proper. He must free himself from the habit, just as soon as something does not please him, of calling for the police.\n\nLudwig von Mises, book Liberalism\n\nEvan Rauner: Ludwig von Mises - Liberalism", "myURL": "https://readwise.io/open/488014565", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/25091483"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gtywckpxgzynk44s5b8rp9x1"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/25091483.jpg"}, "arg": ""}, {"title": "Reason tells us that these are the only two options: we are finite beings who must be resigned to our own deaths. Or, conversely, it tells us that we don\u2019t exist at all and the infinite is all there is and we must be resigned to that.\n\nThe Danish philosopher Kierkegaard regards this as \u201cinfinite resignation\u201d and is one of the reasons he is called the father of existentialism.", "subtitle": "17/931 Overcoming death by virtue of the absurd-Tim Andersen, Ph.D. ", "valid": true, "variables": {"fullOutput": "Reason tells us that these are the only two options: we are finite beings who must be resigned to our own deaths. Or, conversely, it tells us that we don\u2019t exist at all and the infinite is all there is and we must be resigned to that.\n\nThe Danish philosopher Kierkegaard regards this as \u201cinfinite resignation\u201d and is one of the reasons he is called the father of existentialism.\n\nTim Andersen, Ph.D.: Overcoming death by virtue of the absurd", "myURL": "https://readwise.io/open/482342480", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/24764335"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gt58w74hg4phdbeyhbvdhc6t"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/24764335.jpg"}, "arg": ""}, {"title": "Faith enables one to move past resignation.", "subtitle": "18/931 Overcoming death by virtue of the absurd-Tim Andersen, Ph.D. ", "valid": true, "variables": {"fullOutput": "Faith enables one to move past resignation.\n\nTim Andersen, Ph.D.: Overcoming death by virtue of the absurd", "myURL": "https://readwise.io/open/482343906", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/24764335"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gt591yfejyvy4z3jmnzwxgda"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/24764335.jpg"}, "arg": ""}, {"title": "To \u201creject\u201d all that the world has to offer in favor of something you cannot touch is absurd. But, if you recognize that you are already dead, that you have, in fact, precisely nothing, then you have nothing to lose and everything to gain.", "subtitle": "19/931 Overcoming death by virtue of the absurd-Tim Andersen, Ph.D. ", "valid": true, "variables": {"fullOutput": "To \u201creject\u201d all that the world has to offer in favor of something you cannot touch is absurd. But, if you recognize that you are already dead, that you have, in fact, precisely nothing, then you have nothing to lose and everything to gain.\n\nTim Andersen, Ph.D.: Overcoming death by virtue of the absurd", "myURL": "https://readwise.io/open/482344086", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/24764335"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gt595kvrmemwbv33hwv2sw42"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/24764335.jpg"}, "arg": ""}, {"title": "This is why, for Kierkegaard, faith is paradoxical. It is not a feeling. It is not a conviction in the face of trouble. Rather, it begins with acceptance of the state of one\u2019s existence. It begins by saying to oneself: \u201cdust you are and to dust you shall return\u201d and how lowly and humble that state is. It means to ask God: \u201cwhat is man that you are mindful of him?\u201d And to recognize that to be anything more is impossible.", "subtitle": "20/931 Overcoming death by virtue of the absurd-Tim Andersen, Ph.D. ", "valid": true, "variables": {"fullOutput": "This is why, for Kierkegaard, faith is paradoxical. It is not a feeling. It is not a conviction in the face of trouble. Rather, it begins with acceptance of the state of one\u2019s existence. It begins by saying to oneself: \u201cdust you are and to dust you shall return\u201d and how lowly and humble that state is. It means to ask God: \u201cwhat is man that you are mindful of him?\u201d And to recognize that to be anything more is impossible.\n\nTim Andersen, Ph.D.: Overcoming death by virtue of the absurd", "myURL": "https://readwise.io/open/482344405", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/24764335"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gt59b0fzmcj6qhz4sgavfmnf"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/24764335.jpg"}, "arg": ""}, {"title": "In other words, as human beings we have nothing and can expect nothing from the universe and that is painful but also comforting.\n\nFaith however trusts that \u201cwith God all things are possible\u201d (Matthew 19:26).\n\nIt is by faith, therefore, that we realize we have been given everything, even the impossible, despite having deserved nothing.", "subtitle": "21/931 Overcoming death by virtue of the absurd-Tim Andersen, Ph.D. ", "valid": true, "variables": {"fullOutput": "In other words, as human beings we have nothing and can expect nothing from the universe and that is painful but also comforting.\n\nFaith however trusts that \u201cwith God all things are possible\u201d (Matthew 19:26).\n\nIt is by faith, therefore, that we realize we have been given everything, even the impossible, despite having deserved nothing.\n\nTim Andersen, Ph.D.: Overcoming death by virtue of the absurd", "myURL": "https://readwise.io/open/482344630", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/24764335"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gt59bynbt0wsr9g6a7g3y81r"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/24764335.jpg"}, "arg": ""}, {"title": "things", "subtitle": "22/931 Living as a Christian in a Culture That Has Largely Rejected God-Paul Walker \ud83c\udff7\ufe0f discard", "valid": true, "variables": {"fullOutput": "things\n\nPaul Walker: Living as a Christian in a Culture That Has Largely Rejected God", "myURL": "https://readwise.io/open/478573170", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/24535737"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gskyhcmgkwrb99tj7nv0z6t7"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/24535737.jpg"}, "arg": ""}, {"title": "James 4:4\u20136 is a powerful passage that speaks to the danger of friendship with the world and the importance of submitting to God. In these verses, James warns us against becoming too attached to the things of this world and the desires that drive us away from God.\n\n> You adulterous people, don\u2019t you know that friendship with the world means enmity against God? Therefore, anyone who chooses to be a friend of the world becomes an enemy of God. Or do you think Scripture says without reason that he jealously longs for the spirit he has caused to dwell in us? But he gives us more grace. That is why Scripture says: \u201cGod opposes the proud but shows favour to the humble.\u201d (James 4.4\u20136)\n\nThe core meaning in these verses is that we must choose to align our desires with God\u2019s desires, and that means putting aside the things of this world that distract us from Him. We must reject the temptation to seek worldly pleasures, power, and success and instead submit ourselves to God and His will for our lives. ... > Ultimately, there always comes the point where a choice must be made: We cannot hitch ourselves both to the world and to God.\n\nSome things require us to choose \u2014 and for Christians, the call is to choose God over the world in those moments. To be friends with God, we must put aside the things of this world that distract us from Him and choose to align our desires with His.", "subtitle": "23/931 Living as a Christian in a Culture That Has Largely Rejected God-Paul Walker ", "valid": true, "variables": {"fullOutput": "James 4:4\u20136 is a powerful passage that speaks to the danger of friendship with the world and the importance of submitting to God. In these verses, James warns us against becoming too attached to the things of this world and the desires that drive us away from God.\n\n> You adulterous people, don\u2019t you know that friendship with the world means enmity against God? Therefore, anyone who chooses to be a friend of the world becomes an enemy of God. Or do you think Scripture says without reason that he jealously longs for the spirit he has caused to dwell in us? But he gives us more grace. That is why Scripture says: \u201cGod opposes the proud but shows favour to the humble.\u201d (James 4.4\u20136)\n\nThe core meaning in these verses is that we must choose to align our desires with God\u2019s desires, and that means putting aside the things of this world that distract us from Him. We must reject the temptation to seek worldly pleasures, power, and success and instead submit ourselves to God and His will for our lives. ... > Ultimately, there always comes the point where a choice must be made: We cannot hitch ourselves both to the world and to God.\n\nSome things require us to choose \u2014 and for Christians, the call is to choose God over the world in those moments. To be friends with God, we must put aside the things of this world that distract us from Him and choose to align our desires with His.\n\nPaul Walker: Living as a Christian in a Culture That Has Largely Rejected God", "myURL": "https://readwise.io/open/478577203", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/24535737"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/24535737.jpg"}, "arg": ""}, {"title": "James warns us against being double-minded, trying to have it both ways with God and the world. This leads to instability and a lack of focus in our lives. We\u2019ll find this phrase again in a few verses, so we\u2019ll park that for the time being.", "subtitle": "24/931 Living as a Christian in a Culture That Has Largely Rejected God-Paul Walker ", "valid": true, "variables": {"fullOutput": "James warns us against being double-minded, trying to have it both ways with God and the world. This leads to instability and a lack of focus in our lives. We\u2019ll find this phrase again in a few verses, so we\u2019ll park that for the time being.\n\nPaul Walker: Living as a Christian in a Culture That Has Largely Rejected God", "myURL": "https://readwise.io/open/478578018", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/24535737"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gskykett8jjh00c60bcbx3hk"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/24535737.jpg"}, "arg": ""}, {"title": "Here are three ways to apply these words to contemporary Christian living:\n\n\u2022 Seek God first in all things: Make a conscious effort to put God first in your life by seeking Him in prayer and meditation, thoughtfully reading the Bible, and surrounding yourself with other believers who can support and encourage you.\n\u2022 Cultivate a spiritual mindset: Train your mind to think about things from a spiritual perspective, questioning and \u2014 if necessary \u2014 rejecting worldly desires and striving to align your thoughts and actions with God\u2019s will.\n\u2022 Serve others in love: Love your neighbour as yourself by serving those around you and demonstrating God\u2019s love to the world. This means putting aside selfish desires and embracing a selfless spirit.", "subtitle": "25/931 Living as a Christian in a Culture That Has Largely Rejected God-Paul Walker ", "valid": true, "variables": {"fullOutput": "Here are three ways to apply these words to contemporary Christian living:\n\n\u2022 Seek God first in all things: Make a conscious effort to put God first in your life by seeking Him in prayer and meditation, thoughtfully reading the Bible, and surrounding yourself with other believers who can support and encourage you.\n\u2022 Cultivate a spiritual mindset: Train your mind to think about things from a spiritual perspective, questioning and \u2014 if necessary \u2014 rejecting worldly desires and striving to align your thoughts and actions with God\u2019s will.\n\u2022 Serve others in love: Love your neighbour as yourself by serving those around you and demonstrating God\u2019s love to the world. This means putting aside selfish desires and embracing a selfless spirit.\n\nPaul Walker: Living as a Christian in a Culture That Has Largely Rejected God", "myURL": "https://readwise.io/open/478579349", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/24535737"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gskyky0vvh5h1yfwv6atnxbq"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/24535737.jpg"}, "arg": ""}, {"title": "\u2026Free means being, for one thing. It means being able to outgrow that knee-jerk reflection of what your human society around you wants you to think \u2026\n\n**~ Gary Snyder**", "subtitle": "26/931 The Music We Don\u2019t Hear-David Price ", "valid": true, "variables": {"fullOutput": "\u2026Free means being, for one thing. It means being able to outgrow that knee-jerk reflection of what your human society around you wants you to think \u2026\n\n**~ Gary Snyder**\n\nDavid Price: The Music We Don\u2019t Hear", "myURL": "https://readwise.io/open/478550521", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/24535631"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gsky667vsva5ve8tgeg2pjta"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/24535631.jpg"}, "arg": ""}, {"title": "The particle actually has a range of values for all the properties, until you experimentally measure one of them \u2014 its location, for example \u2014 at which point the particle\u2019s wavefunction \u201ccollapses\u201d and it adopts just one location.\n\nBut how and why does measuring a particle make its wavefunction collapse, producing the concrete reality that we perceive to exist?\n\n**\u2014 Skye Daniels**", "subtitle": "27/931 The Music We Don\u2019t Hear-David Price ", "valid": true, "variables": {"fullOutput": "The particle actually has a range of values for all the properties, until you experimentally measure one of them \u2014 its location, for example \u2014 at which point the particle\u2019s wavefunction \u201ccollapses\u201d and it adopts just one location.\n\nBut how and why does measuring a particle make its wavefunction collapse, producing the concrete reality that we perceive to exist?\n\n**\u2014 Skye Daniels**\n\nDavid Price: The Music We Don\u2019t Hear", "myURL": "https://readwise.io/open/478550952", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/24535631"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gsky6kczj9fc33z0ak24jccx"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/24535631.jpg"}, "arg": ""}, {"title": "Our science, our quantum physics, is just now getting around to agreeing with the ancient mystics. It is tentatively reaching a state of wonder. It\u2019s scratching its head at questions it can\u2019t answer. All the basic certainties no longer hold.\n\nSo, instead of being parts in a giant machine we are instead notes in a giant symphony, a grand and mysterious orchestral production. Quelle surprise! You mean to tell me there are people who knew this all along and we just refused to listen to them?\n\nHow we see ourselves matters. How we see the universe matters. Living in a fear-based culture matters because it puts us on the defensive. It imprisons us in smaller lives than we deserve. We are meant to flower into songs that can amplify the grand chorus, but first we have to hear the orchestra playing. Our certainties, our refusal to wonder, has carried a punishment \u2014 deafness. We can\u2019t hear the music.\n\nWe don\u2019t really want to hear the music because it makes us feel insubstantial. We want to feel solid, irreducible. We want our personal sense of identity to continue on into eternity, and we certainly don\u2019t want people asking awkward questions about it. Killing them might seem a little extreme in this day and age but it\u2019s obvious from recent events that it\u2019s still possible for whole cultures to go completely off the rails.", "subtitle": "28/931 The Music We Don\u2019t Hear-David Price ", "valid": true, "variables": {"fullOutput": "Our science, our quantum physics, is just now getting around to agreeing with the ancient mystics. It is tentatively reaching a state of wonder. It\u2019s scratching its head at questions it can\u2019t answer. All the basic certainties no longer hold.\n\nSo, instead of being parts in a giant machine we are instead notes in a giant symphony, a grand and mysterious orchestral production. Quelle surprise! You mean to tell me there are people who knew this all along and we just refused to listen to them?\n\nHow we see ourselves matters. How we see the universe matters. Living in a fear-based culture matters because it puts us on the defensive. It imprisons us in smaller lives than we deserve. We are meant to flower into songs that can amplify the grand chorus, but first we have to hear the orchestra playing. Our certainties, our refusal to wonder, has carried a punishment \u2014 deafness. We can\u2019t hear the music.\n\nWe don\u2019t really want to hear the music because it makes us feel insubstantial. We want to feel solid, irreducible. We want our personal sense of identity to continue on into eternity, and we certainly don\u2019t want people asking awkward questions about it. Killing them might seem a little extreme in this day and age but it\u2019s obvious from recent events that it\u2019s still possible for whole cultures to go completely off the rails.\n\nDavid Price: The Music We Don\u2019t Hear", "myURL": "https://readwise.io/open/478560995", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/24535631"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gskyd62neg7f1fnargvembwc"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/24535631.jpg"}, "arg": ""}, {"title": ""Great is Bankruptcy: the great bottomless gulf into which all Falsehoods, public and private, do sink, disappearing; whither, from the first origin of them, they were all doomed. For Nature is true and not a lie. No lie you can speak or act but it will come, after longer or shorter circulation, like a Bill drawn on Nature\u2019s Reality, and be presented there for payment,\u2014with the answer, No effects. Pity only that it often had so long a circulation: that the original forger were so seldom he who bore the final smart of it! Lies, and the burden of evil they bring, are passed on; shifted from back to back, and from rank to rank; and so land ultimately on the dumb lowest rank, who with spade and mattock, with sore heart and empty wallet, daily come in contact with reality, and can pass the cheat no further. "Observe nevertheless how, by a just compensating law, if the lie with its burden (in this confused whirlpool of Society) sinks and is shifted ever downwards, then in return the distress of it rises ever upwards and upwards. Whereby, after the long pining and demi-starvation of those Twenty Millions, a Duke de Coigny and his Majesty come also to have their \u201creal quarrel.\u201d Such is the law of just Nature; bringing, though at long intervals, and were it only by Bankruptcy, matters round again to the mark. "But with a Fortunatus\u2019 Purse in his pocket, through what length of time might not almost any Falsehood last! Your Society, your Household, practical or spiritual Arrangement, is untrue, unjust, offensive to the eye of God and man. Nevertheless its hearth is warm, its larder well replenished: the innumerable Swiss of Heaven, with a kind of Natural loyalty, gather round it; will prove, by pamphleteering, musketeering, that it is a truth; or if not an unmixed (unearthly, impossible) Truth, then better, a wholesomely attempered one, (as wind is to the shorn lamb), and works well. Changed outlook, however, when purse and larder grow empty! Was your Arrangement so true, so accordant to Nature\u2019s ways, then how, in the name of wonder, has Nature, with her infinite bounty, come to leave it famishing there? To all men, to all women and all children, it is now indutiable that your Arrangement was false. Honour to Bankruptcy; ever righteous on the great scale, though in detail it is so cruel! Under all Falsehoods it works, unweariedly mining. No Falsehood, did it rise heaven-high and cover the world, but Bankruptcy, one day, will sweep it down, and make us free of it." ...Thos. Carlyle, The French Revolution. Forgive me. It is archaic. But never more perfectly expressed than by this Scots philosopher, so often forgotten today, but quite the thing in the early 1800s, after Napoleon and his Armies had destroyed Europe trying to right the wrongs of the Sun King. Not intended for simpletons, but for men of letters, who need to be reminded of certain things we apparently have forgotten.", "subtitle": "29/931 California's Predicted Fiscal Firestorm Has Arrived \u2013 PJ Media-pjmedia.com ", "valid": true, "variables": {"fullOutput": ""Great is Bankruptcy: the great bottomless gulf into which all Falsehoods, public and private, do sink, disappearing; whither, from the first origin of them, they were all doomed. For Nature is true and not a lie. No lie you can speak or act but it will come, after longer or shorter circulation, like a Bill drawn on Nature\u2019s Reality, and be presented there for payment,\u2014with the answer, No effects. Pity only that it often had so long a circulation: that the original forger were so seldom he who bore the final smart of it! Lies, and the burden of evil they bring, are passed on; shifted from back to back, and from rank to rank; and so land ultimately on the dumb lowest rank, who with spade and mattock, with sore heart and empty wallet, daily come in contact with reality, and can pass the cheat no further. "Observe nevertheless how, by a just compensating law, if the lie with its burden (in this confused whirlpool of Society) sinks and is shifted ever downwards, then in return the distress of it rises ever upwards and upwards. Whereby, after the long pining and demi-starvation of those Twenty Millions, a Duke de Coigny and his Majesty come also to have their \u201creal quarrel.\u201d Such is the law of just Nature; bringing, though at long intervals, and were it only by Bankruptcy, matters round again to the mark. "But with a Fortunatus\u2019 Purse in his pocket, through what length of time might not almost any Falsehood last! Your Society, your Household, practical or spiritual Arrangement, is untrue, unjust, offensive to the eye of God and man. Nevertheless its hearth is warm, its larder well replenished: the innumerable Swiss of Heaven, with a kind of Natural loyalty, gather round it; will prove, by pamphleteering, musketeering, that it is a truth; or if not an unmixed (unearthly, impossible) Truth, then better, a wholesomely attempered one, (as wind is to the shorn lamb), and works well. Changed outlook, however, when purse and larder grow empty! Was your Arrangement so true, so accordant to Nature\u2019s ways, then how, in the name of wonder, has Nature, with her infinite bounty, come to leave it famishing there? To all men, to all women and all children, it is now indutiable that your Arrangement was false. Honour to Bankruptcy; ever righteous on the great scale, though in detail it is so cruel! Under all Falsehoods it works, unweariedly mining. No Falsehood, did it rise heaven-high and cover the world, but Bankruptcy, one day, will sweep it down, and make us free of it." ...Thos. Carlyle, The French Revolution. Forgive me. It is archaic. But never more perfectly expressed than by this Scots philosopher, so often forgotten today, but quite the thing in the early 1800s, after Napoleon and his Armies had destroyed Europe trying to right the wrongs of the Sun King. Not intended for simpletons, but for men of letters, who need to be reminded of certain things we apparently have forgotten.\n\npjmedia.com: California's Predicted Fiscal Firestorm Has Arrived \u2013 PJ Media", "myURL": "https://readwise.io/open/477845895", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/24499316"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/24499316.jpg"}, "arg": ""}, {"title": "But G\u00f6del\u2019s shocking incompleteness theorems, published when he was just 25, crushed that dream. He proved that any set of axioms you could posit as a possible foundation for math will inevitably be incomplete; there will always be true facts about numbers that cannot be proved by those axioms. He also showed that no candidate set of axioms can ever prove its own consistency.", "subtitle": "30/931 How G\u00f6del\u2019s Proof Works-Quanta Magazine ", "valid": true, "variables": {"fullOutput": "But G\u00f6del\u2019s shocking incompleteness theorems, published when he was just 25, crushed that dream. He proved that any set of axioms you could posit as a possible foundation for math will inevitably be incomplete; there will always be true facts about numbers that cannot be proved by those axioms. He also showed that no candidate set of axioms can ever prove its own consistency.\n\nQuanta Magazine: How G\u00f6del\u2019s Proof Works", "myURL": "https://readwise.io/open/460230375", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23491646"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gq7wjdqwnva2ycyr2g6w682a"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23491646.jpg"}, "arg": ""}, {"title": "His incompleteness theorems meant there can be no mathematical theory of everything, no unification of what\u2019s provable and what\u2019s true. What mathematicians can prove depends on their starting assumptions, not on any fundamental ground truth from which all answers spring.", "subtitle": "31/931 How G\u00f6del\u2019s Proof Works-Quanta Magazine ", "valid": true, "variables": {"fullOutput": "His incompleteness theorems meant there can be no mathematical theory of everything, no unification of what\u2019s provable and what\u2019s true. What mathematicians can prove depends on their starting assumptions, not on any fundamental ground truth from which all answers spring.\n\nQuanta Magazine: How G\u00f6del\u2019s Proof Works", "myURL": "https://readwise.io/open/460230394", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23491646"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gq7wjqkrhaz5vgk6sxr2njg1"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23491646.jpg"}, "arg": ""}, {"title": "Undecidable questions have even arisen in physics, suggesting that G\u00f6delian incompleteness afflicts not just math, but \u2014 in some ill-understood way \u2014 reality.", "subtitle": "32/931 How G\u00f6del\u2019s Proof Works-Quanta Magazine ", "valid": true, "variables": {"fullOutput": "Undecidable questions have even arisen in physics, suggesting that G\u00f6delian incompleteness afflicts not just math, but \u2014 in some ill-understood way \u2014 reality.\n\nQuanta Magazine: How G\u00f6del\u2019s Proof Works", "myURL": "https://readwise.io/open/460230622", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23491646"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gq7wm6cq1jv6a6y93knwm3as"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23491646.jpg"}, "arg": ""}, {"title": "G\u00f6del\u2019s main maneuver was to map statements about a system of axioms onto statements within the system \u2014 that is, onto statements about numbers. This mapping allows a system of axioms to talk cogently about itself.", "subtitle": "33/931 How G\u00f6del\u2019s Proof Works-Quanta Magazine ", "valid": true, "variables": {"fullOutput": "G\u00f6del\u2019s main maneuver was to map statements about a system of axioms onto statements within the system \u2014 that is, onto statements about numbers. This mapping allows a system of axioms to talk cogently about itself.\n\nQuanta Magazine: How G\u00f6del\u2019s Proof Works", "myURL": "https://readwise.io/open/460230689", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23491646"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gq7wmp3qkm3h5gshqq50cwq7"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23491646.jpg"}, "arg": ""}, {"title": "Conversion into symbols is also possible for the metamathematical statement, \u201cThere exists some sequence of formulas with G\u00f6del number x that proves the formula with G\u00f6del number k\u201d \u2014 or, in short, \u201cThe formula with G\u00f6del number k can be proved.\u201d The ability to \u201carithmetize\u201d this kind of statement set the stage for the coup.", "subtitle": "34/931 How G\u00f6del\u2019s Proof Works-Quanta Magazine ", "valid": true, "variables": {"fullOutput": "Conversion into symbols is also possible for the metamathematical statement, \u201cThere exists some sequence of formulas with G\u00f6del number x that proves the formula with G\u00f6del number k\u201d \u2014 or, in short, \u201cThe formula with G\u00f6del number k can be proved.\u201d The ability to \u201carithmetize\u201d this kind of statement set the stage for the coup.\n\nQuanta Magazine: How G\u00f6del\u2019s Proof Works", "myURL": "https://readwise.io/open/460230796", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23491646"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gq7wq6aa4kveq641qpzdg1h8"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23491646.jpg"}, "arg": ""}, {"title": "We\u2019ve learned that if a set of axioms is consistent, then it is incomplete. That\u2019s G\u00f6del\u2019s first incompleteness theorem. The second \u2014 that no set of axioms can prove its own consistency \u2014 easily follows.", "subtitle": "35/931 How G\u00f6del\u2019s Proof Works-Quanta Magazine ", "valid": true, "variables": {"fullOutput": "We\u2019ve learned that if a set of axioms is consistent, then it is incomplete. That\u2019s G\u00f6del\u2019s first incompleteness theorem. The second \u2014 that no set of axioms can prove its own consistency \u2014 easily follows.\n\nQuanta Magazine: How G\u00f6del\u2019s Proof Works", "myURL": "https://readwise.io/open/460230825", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23491646"}, "mods": {"command": {"valid": "true", "subtitle": "open source URL", "arg": "https://read.readwise.io/read/01gq7wrfdh3wjy9bsa7rm1pwew"}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23491646.jpg"}, "arg": ""}, {"title": "The nineteenth century was crucially a time of stylistic diversity, a time when a composer asserted his or her existential being through a recognisable, even idiosyncratic musical language, after several centuries during which composers were generally less concerned with self than with craftsmanship, and individuality emerged almost by accident, in small turns of phrase rather than wholesale linguistic contrasts.", "subtitle": "36/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "The nineteenth century was crucially a time of stylistic diversity, a time when a composer asserted his or her existential being through a recognisable, even idiosyncratic musical language, after several centuries during which composers were generally less concerned with self than with craftsmanship, and individuality emerged almost by accident, in small turns of phrase rather than wholesale linguistic contrasts.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/457611367", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "the Romantic composer is the real subject of his own work, while any ostensible subject matter is merely its vehicle.", "subtitle": "37/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "the Romantic composer is the real subject of his own work, while any ostensible subject matter is merely its vehicle.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/457611368", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "But G\u00f6tz and Werther were only the latest manifestations of a growing reaction against the certainties of the Enlightenment, certainties so crisply summed up by Pope in his Essay on Man: And, spite of Pride, in erring Reason\u2019s spite, One truth is clear, whatever is, is right.", "subtitle": "38/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "But G\u00f6tz and Werther were only the latest manifestations of a growing reaction against the certainties of the Enlightenment, certainties so crisply summed up by Pope in his Essay on Man: And, spite of Pride, in erring Reason\u2019s spite, One truth is clear, whatever is, is right.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/457611369", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "One could even characterise romanticism, in the most general sense, as a search for ways out of a world in which everything is properly ordered and nothing may be questioned.", "subtitle": "39/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "One could even characterise romanticism, in the most general sense, as a search for ways out of a world in which everything is properly ordered and nothing may be questioned.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/457611370", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "Nationalism, when it came, would, like so much else in the art and politics of the time, be a movement of middle-class intellectuals.", "subtitle": "40/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "Nationalism, when it came, would, like so much else in the art and politics of the time, be a movement of middle-class intellectuals.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/457611371", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "All these works, and a number of others, represent a drastic rejection of the ideals of the Enlightenment. \u2018The Tree of Knowledge\u2019, Johann Georg Hamann wrote, \u2018has robbed us of the Tree of Life.\u20194 A more precise encapsulation of the Counter-Enlightenment would be hard to find.", "subtitle": "41/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "All these works, and a number of others, represent a drastic rejection of the ideals of the Enlightenment. \u2018The Tree of Knowledge\u2019, Johann Georg Hamann wrote, \u2018has robbed us of the Tree of Life.\u20194 A more precise encapsulation of the Counter-Enlightenment would be hard to find.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/457611372", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "For music, the Enlightenment version of classicism emerged late from the baroque initially in the form of what was known as the style galant, a light, gracious, agreeable instrumental manner partly derived from the simple melody-and-bass of Italian operatic arias.", "subtitle": "42/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "For music, the Enlightenment version of classicism emerged late from the baroque initially in the form of what was known as the style galant, a light, gracious, agreeable instrumental manner partly derived from the simple melody-and-bass of Italian operatic arias.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/457611373", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "the first serious tremors of romanticism in the so-called empfindsamer Stil \u2013 literally the \u2018sensitive style\u2019 \u2013 which, in music, is associated with C. P. E. Bach.", "subtitle": "43/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "the first serious tremors of romanticism in the so-called empfindsamer Stil \u2013 literally the \u2018sensitive style\u2019 \u2013 which, in music, is associated with C. P. E. Bach.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/457611374", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "Charles Rosen, a qualified admirer, called Bach\u2019s music \u2018violent, expressive, brilliant, continuously surprising, and often incoherent\u2019.6 The keyboard sonatas especially are frequently disrupted by unexpected silences, abrupt contrasts of dynamics, remote changes of key, and strange chromatic harmonies. One often feels, playing or listening to this music, that Bach is reacting as he goes along;", "subtitle": "44/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "Charles Rosen, a qualified admirer, called Bach\u2019s music \u2018violent, expressive, brilliant, continuously surprising, and often incoherent\u2019.6 The keyboard sonatas especially are frequently disrupted by unexpected silences, abrupt contrasts of dynamics, remote changes of key, and strange chromatic harmonies. One often feels, playing or listening to this music, that Bach is reacting as he goes along;\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/457611375", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "It\u2019s difficult to resist the feeling, then, that these musical tendencies were a direct response to the ordered character of the late baroque and the elegant trivialities of the style galant, at first fragmentary and inchoate, then, in the hands of a master, reasserting the authority of formal design and discipline.", "subtitle": "45/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "It\u2019s difficult to resist the feeling, then, that these musical tendencies were a direct response to the ordered character of the late baroque and the elegant trivialities of the style galant, at first fragmentary and inchoate, then, in the hands of a master, reasserting the authority of formal design and discipline.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/457611376", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "But behind all these various tendencies was one central preoccupation: emotional truth. The Enlightenment had sacrificed individual truth to universal truths.", "subtitle": "46/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "But behind all these various tendencies was one central preoccupation: emotional truth. The Enlightenment had sacrificed individual truth to universal truths.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/457611379", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "Instrumental music could at first explode in a kind of fury, but as yet lacked the technical resources to express the range of emotion available to literature while maintaining the coherence that music required. In Mozart, this is no longer the case.", "subtitle": "47/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "Instrumental music could at first explode in a kind of fury, but as yet lacked the technical resources to express the range of emotion available to literature while maintaining the coherence that music required. In Mozart, this is no longer the case.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/457611380", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "But whereas with Haydn Sturm und Drang was a phase, with Mozart it opened a door that he never closed.", "subtitle": "48/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "But whereas with Haydn Sturm und Drang was a phase, with Mozart it opened a door that he never closed.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/457611381", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "many composers of the time dipped into the Sturm und Drang as to make it seem like a fashionable resort, to be visited for a time in summer then abandoned in the autumn. ... Only two composers of any importance preserved the sheer energy and ferocity of the movement, and absorbed them into personal idioms of an emotional range that was to have significant consequences for the music of the next century. These composers were Christoph Willibald von Gluck and Wolfgang Amadeus Mozart.", "subtitle": "49/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "many composers of the time dipped into the Sturm und Drang as to make it seem like a fashionable resort, to be visited for a time in summer then abandoned in the autumn. ... Only two composers of any importance preserved the sheer energy and ferocity of the movement, and absorbed them into personal idioms of an emotional range that was to have significant consequences for the music of the next century. These composers were Christoph Willibald von Gluck and Wolfgang Amadeus Mozart.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/457611383", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "Idomeneo, accordingly, was a reform opera that reformed through musical genius rather than doctrine.", "subtitle": "50/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "Idomeneo, accordingly, was a reform opera that reformed through musical genius rather than doctrine.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/457630929", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "In The Marriage of Figaro Mozart combines all these elements, but raises them to a musical and dramatic plane far above any conceivable model.", "subtitle": "51/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "In The Marriage of Figaro Mozart combines all these elements, but raises them to a musical and dramatic plane far above any conceivable model.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/457630930", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "Herder had undermined the whole concept of universal truth with his ideas of the autonomy of individual cultures and languages.", "subtitle": "52/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "Herder had undermined the whole concept of universal truth with his ideas of the autonomy of individual cultures and languages.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/459966023", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "two Sonatas \u2018quasi una fantasia\u2019, op. 27, no. 1, in E flat (1801), in which the four-movement template is diffused into a series of linked sections: A-B-A-C-D-C-E-F-E-F. All Beethoven\u2019s earlier piano sonatas (apart from the sonatina-like pieces in op. 49) have either three or four movements, nearly always with a sonata-form first movement (op. 26 has a set of variations), followed by a slow movement and/or a scherzo-cum-minuet, and a rondo finale. What is a lot less classical is the astonishing freedom and range of gesture, and the steep expressive gradient, the drastic contrasts between loud and soft, quick and slow, and the preference for short, punchy motifs, offset by silence or repetition.", "subtitle": "53/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "two Sonatas \u2018quasi una fantasia\u2019, op. 27, no. 1, in E flat (1801), in which the four-movement template is diffused into a series of linked sections: A-B-A-C-D-C-E-F-E-F. All Beethoven\u2019s earlier piano sonatas (apart from the sonatina-like pieces in op. 49) have either three or four movements, nearly always with a sonata-form first movement (op. 26 has a set of variations), followed by a slow movement and/or a scherzo-cum-minuet, and a rondo finale. What is a lot less classical is the astonishing freedom and range of gesture, and the steep expressive gradient, the drastic contrasts between loud and soft, quick and slow, and the preference for short, punchy motifs, offset by silence or repetition.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/459966026", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "How else are we to understand the amazing variety of Beethoven\u2019s discourse: the bits and pieces of the first movement of the D minor \u2018Tempest\u2019 Sonata (op. 31, no. 2, 1802), on the one hand, and on the other the long, slowly unfolding line of the Largo Appassionato of the A major Sonata, op. 2, no. 2 (probably 1794), whose nearly motionless and perilously simple melody seems to defy the percussive nature of the instrument?", "subtitle": "54/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "How else are we to understand the amazing variety of Beethoven\u2019s discourse: the bits and pieces of the first movement of the D minor \u2018Tempest\u2019 Sonata (op. 31, no. 2, 1802), on the one hand, and on the other the long, slowly unfolding line of the Largo Appassionato of the A major Sonata, op. 2, no. 2 (probably 1794), whose nearly motionless and perilously simple melody seems to defy the percussive nature of the instrument?\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/459966027", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "\u2018Power\u2019, he once wrote, only half joking, \u2018is the moral principle of those who excel others, and it is also mine.\u2019", "subtitle": "55/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "\u2018Power\u2019, he once wrote, only half joking, \u2018is the moral principle of those who excel others, and it is also mine.\u2019\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/459966028", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "These works were invariably what the French call op\u00e9ra comique, but they were, on the whole, anything but comic: the designation meant only that they included spoken dialogue, unlike the trag\u00e9die lyrique, which was entirely sung.", "subtitle": "56/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "These works were invariably what the French call op\u00e9ra comique, but they were, on the whole, anything but comic: the designation meant only that they included spoken dialogue, unlike the trag\u00e9die lyrique, which was entirely sung.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/459966029", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "What he did, instead, was transport the influence into his instrumental music, which entered a new phase at precisely the time that he started contemplating an opera of his own. In the same year that he signed his contract with the Theater an der Wien, he composed his Eroica Symphony, No. 3 in E flat major, and began the Waldstein Sonata in C major, op. 53. And within the next four or five years he wrote the great works of his middle period, the Fourth, Fifth and Sixth Symphonies, the Violin Concerto and Fourth Piano Concerto, the \u2018Razumovsky\u2019 String Quartets, op. 59, the \u2018Appassionata\u2019 Sonata, as well as the first version of Fidelio, the three Leonora overtures, the Coriolan overture, and a good deal else. These works are all arguably classical in general type. With the exception of the \u2018Pastoral\u2019 Symphony and of course the overtures, they have the usual three or four movements, are broadly regular in tonal design, have sonata-form first movements, rondo or sonata-form finales, and so forth. Yet they inhabit a completely new world.", "subtitle": "57/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "What he did, instead, was transport the influence into his instrumental music, which entered a new phase at precisely the time that he started contemplating an opera of his own. In the same year that he signed his contract with the Theater an der Wien, he composed his Eroica Symphony, No. 3 in E flat major, and began the Waldstein Sonata in C major, op. 53. And within the next four or five years he wrote the great works of his middle period, the Fourth, Fifth and Sixth Symphonies, the Violin Concerto and Fourth Piano Concerto, the \u2018Razumovsky\u2019 String Quartets, op. 59, the \u2018Appassionata\u2019 Sonata, as well as the first version of Fidelio, the three Leonora overtures, the Coriolan overture, and a good deal else. These works are all arguably classical in general type. With the exception of the \u2018Pastoral\u2019 Symphony and of course the overtures, they have the usual three or four movements, are broadly regular in tonal design, have sonata-form first movements, rondo or sonata-form finales, and so forth. Yet they inhabit a completely new world.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/459966030", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "In such ways, Beethoven ceases to be the culmination of the classical era, and becomes instead the outsize individual, the great Romantic", "subtitle": "58/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "In such ways, Beethoven ceases to be the culmination of the classical era, and becomes instead the outsize individual, the great Romantic\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/459966031", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "One thinks of the joke about Vivaldi, that he wrote, not six hundred concertos, but one concerto six hundred times. The same joke evolves somewhat through Haydn\u2019s hundred and four symphonies, because anyone can hear that these works are quite varied, and yet there are a hundred and four of them. Beethoven managed only nine, not just because he lived less long, or because he was unproductive or plain lazy, but because a work had become a statement. Haydn\u2019s eighty-something string quartets similarly compare with Beethoven\u2019s sixteen, his forty-odd", "subtitle": "59/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh \ud83c\udff7\ufe0f c1", "valid": true, "variables": {"fullOutput": "One thinks of the joke about Vivaldi, that he wrote, not six hundred concertos, but one concerto six hundred times. The same joke evolves somewhat through Haydn\u2019s hundred and four symphonies, because anyone can hear that these works are quite varied, and yet there are a hundred and four of them. Beethoven managed only nine, not just because he lived less long, or because he was unproductive or plain lazy, but because a work had become a statement. Haydn\u2019s eighty-something string quartets similarly compare with Beethoven\u2019s sixteen, his forty-odd\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/459966032", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "piano trios with Beethoven\u2019s half-dozen or so. Only with the solo piano sonata is there even remote parity: fifty-two against thirty-two; but of these thirty-two, twenty were composed by 1802, at what might be termed a classical rate, only twelve in the remaining twenty-five years of Beethoven\u2019s life, a four times slower rate.", "subtitle": "60/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "piano trios with Beethoven\u2019s half-dozen or so. Only with the solo piano sonata is there even remote parity: fifty-two against thirty-two; but of these thirty-two, twenty were composed by 1802, at what might be termed a classical rate, only twelve in the remaining twenty-five years of Beethoven\u2019s life, a four times slower rate.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/459966033", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "This unpromising description masks one of his greatest piano works, the 33 Variations on a waltz by Diabelli, op. 120.", "subtitle": "61/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "This unpromising description masks one of his greatest piano works, the 33 Variations on a waltz by Diabelli, op. 120.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/459966034", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "The sheer range of contradictions in this late music of Beethoven is what contemporary performers and audiences found so disconcerting, and why, unable to grasp the logic of its continuities and discontinuities, they increasingly tended to dismiss him as more than slightly crazy.", "subtitle": "62/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "The sheer range of contradictions in this late music of Beethoven is what contemporary performers and audiences found so disconcerting, and why, unable to grasp the logic of its continuities and discontinuities, they increasingly tended to dismiss him as more than slightly crazy.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/459966035", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "risk-taking, on an increasingly large scale, was to become one of the defining characteristics of Beethoven\u2019s music; and whatever the danger, his technique invariably rose to the challenge. ... This quality can be traced through the twenty or so piano sonatas he composed during his first decade in Vienna.", "subtitle": "63/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "risk-taking, on an increasingly large scale, was to become one of the defining characteristics of Beethoven\u2019s music; and whatever the danger, his technique invariably rose to the challenge. ... This quality can be traced through the twenty or so piano sonatas he composed during his first decade in Vienna.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/459966036", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "But for the majority of composers professional life became more and more a matter of trading their skills on the open market.", "subtitle": "64/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "But for the majority of composers professional life became more and more a matter of trading their skills on the open market.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/462405490", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "An important fact about these early virtuoso piano composers is that, although their music, apart from Beethoven\u2019s, is largely unknown to modern audiences and even most pianists, it was familiar to the next generation of piano composers, who are sometimes credited today with innovations in style and technique that they actually derived from their predecessors. This is not to claim that Cramer is remotely the equal of Chopin as a composer, or Dussek as good as Schumann. But Chopin certainly knew Cramer\u2019s two sets of studies (1804 and 1810) and was influenced by them in his own two sets, and perhaps also in his playing.", "subtitle": "65/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "An important fact about these early virtuoso piano composers is that, although their music, apart from Beethoven\u2019s, is largely unknown to modern audiences and even most pianists, it was familiar to the next generation of piano composers, who are sometimes credited today with innovations in style and technique that they actually derived from their predecessors. This is not to claim that Cramer is remotely the equal of Chopin as a composer, or Dussek as good as Schumann. But Chopin certainly knew Cramer\u2019s two sets of studies (1804 and 1810) and was influenced by them in his own two sets, and perhaps also in his playing.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/462405493", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "Dussek\u2019s music is an important link between the classical eighteenth century and the generation of Mendelssohn, Schumann and Liszt. In a sense, it is a link that bypasses Beethoven, whose music created as many problems as it solved for his successors.", "subtitle": "66/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "Dussek\u2019s music is an important link between the classical eighteenth century and the generation of Mendelssohn, Schumann and Liszt. In a sense, it is a link that bypasses Beethoven, whose music created as many problems as it solved for his successors.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/462405494", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "Vo\u0159\u00ed\u0161ek is best known today for his one and only symphony (in D major, 1823), a superb piece that sounds a little like early Schubert.", "subtitle": "67/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "Vo\u0159\u00ed\u0161ek is best known today for his one and only symphony (in D major, 1823), a superb piece that sounds a little like early Schubert.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/462405495", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "pianist-composer whose music bridges the gap between eighteenth-century classicism and the early Romantics is Johann Nepomuk Hummel.", "subtitle": "68/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "pianist-composer whose music bridges the gap between eighteenth-century classicism and the early Romantics is Johann Nepomuk Hummel.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/462405496", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "Something of Hummel\u2019s decorative piano writing also found its way into Chopin\u2019s solo piano music. But the greatest influence on Chopin in this respect was a quite different composer from a very different background, the Irishman John Field.", "subtitle": "69/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "Something of Hummel\u2019s decorative piano writing also found its way into Chopin\u2019s solo piano music. But the greatest influence on Chopin in this respect was a quite different composer from a very different background, the Irishman John Field.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/462405497", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "But his most notable contribution to Romantic piano music was his invention of the nocturne.", "subtitle": "70/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "But his most notable contribution to Romantic piano music was his invention of the nocturne.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/462405498", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "There is nothing in Field that remotely approaches the grandeur of Chopin\u2019s C minor Nocturne. Yet Chopin\u2019s keyboard style in general would be hard to imagine without the precedent of Field, whatever its other sources.", "subtitle": "71/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "There is nothing in Field that remotely approaches the grandeur of Chopin\u2019s C minor Nocturne. Yet Chopin\u2019s keyboard style in general would be hard to imagine without the precedent of Field, whatever its other sources.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/462405499", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "(Dussek seems to have been the first keyboard soloist to perform sideways on, rather than with his back to the audience),", "subtitle": "72/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "(Dussek seems to have been the first keyboard soloist to perform sideways on, rather than with his back to the audience),\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/462405500", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "The piano ... had been invented in about 1700 by an Italian called Bartolomeo Cristofori, a harpsichord maker from Padua; but its musical development had been slow, presumably because the essentially violent character of the instrument, whose strings are struck by hammers rather than, as with a harpsichord, plucked by quills, called for a much stronger design and construction. The point of the pianoforte was that it could play loud or soft according to the weight of touch on the keyboard and it could to some extent sustain the sound, and these properties gave it an expressive power not available on the harpsichord or its relatives.", "subtitle": "73/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "The piano ... had been invented in about 1700 by an Italian called Bartolomeo Cristofori, a harpsichord maker from Padua; but its musical development had been slow, presumably because the essentially violent character of the instrument, whose strings are struck by hammers rather than, as with a harpsichord, plucked by quills, called for a much stronger design and construction. The point of the pianoforte was that it could play loud or soft according to the weight of touch on the keyboard and it could to some extent sustain the sound, and these properties gave it an expressive power not available on the harpsichord or its relatives.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/462405503", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "Industrial Revolution. ... gradually brought them political and economic freedoms. Above all it brought them leisure, and with it the demand for spare-time entertainment, edification and education of one kind and another.", "subtitle": "74/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "Industrial Revolution. ... gradually brought them political and economic freedoms. Above all it brought them leisure, and with it the demand for spare-time entertainment, edification and education of one kind and another.\n\nStephen Walsh: The Beloved Vision: A History of Nineteenth Century Music", "myURL": "https://readwise.io/open/462405504", "myStatus": "completed", "myURLall": "https://readwise.io/bookreview/23342872"}, "mods": {"command": {"valid": "true", "subtitle": "no source URL", "arg": null}}, "icon": {"path": "/Users/philippanagos/Library/Application Support/Alfred/Workflow Data/alfred-readwise/images/23342872.jpg"}, "arg": ""}, {"title": "This French brand of self-absorption was a symptom of a much wider rejection of the universal truths and commonly held values that had informed much of eighteenth-century consciousness. In Germany it took a more systematic form, embodied in a series of short-lived artistic circles, of which the most important was the first, at Jena, from about 1798.", "subtitle": "75/931 The Beloved Vision: A History of Nineteenth Century Music-Stephen Walsh ", "valid": true, "variables": {"fullOutput": "This French brand of self-absorption [truncated]

from alfred-readwise.

philp2 avatar philp2 commented on July 21, 2024

I did a quick sampling of those articles that did and did not have the correct icon, but have seen no correlation. Some articles read in readwise Reader from medium.com have the correct cover and others have the generic icon. Also, all highlights from the same article have the same icon either the cover or the generic icon. So nothing obvious as to why they differ.

from alfred-readwise.

giovannicoppola avatar giovannicoppola commented on July 21, 2024

great to hear! based on your previous logs, it seems that access is denied to some of the covers. If you want to investigate further, I am happy to send instructions on how to open the database and check the URLs, or if you want to send me the database I can do that for you. Thanks for your help with troubleshooting this! Because I did not have errors, I would have not found the bug without your report.

from alfred-readwise.

philp2 avatar philp2 commented on July 21, 2024

from alfred-readwise.

giovannicoppola avatar giovannicoppola commented on July 21, 2024

I don't think the attachment came through. You can post it on your github account or email me directly (my github username @gmail.com)

from alfred-readwise.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.