diff --git a/.env b/.env index c5930fa5..9639e75f 100644 --- a/.env +++ b/.env @@ -4,4 +4,7 @@ API_KEY_TRAKT= API_KEY_MOVIEDB= ACCOUNT_ID_PLEX= SUPABASE_URL= -SUPABASE_KEY= \ No newline at end of file +SUPABASE_KEY= +B2_ACCESS_KEY_ID= +B2_SECRET_ACCESS_KEY= +B2_BUCKET_NAME= \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 46baf227..a3029545 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "14.1.1", + "version": "14.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "14.1.1", + "version": "14.2.0", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.2.2", @@ -25,6 +25,7 @@ "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0", + "@aws-sdk/client-s3": "^3.574.0", "@cdransf/eleventy-plugin-tabler-icons": "^1.3.0", "@supabase/supabase-js": "^2.43.1", "dotenv-flow": "^4.1.0", @@ -308,6 +309,1089 @@ "lightningcss": "^1.24.1" } }, + "node_modules/@aws-crypto/crc32": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz", + "integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==", + "dev": true, + "dependencies": { + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/crc32/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/@aws-crypto/crc32c": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/crc32c/-/crc32c-3.0.0.tgz", + "integrity": "sha512-ENNPPManmnVJ4BTXlOjAgD7URidbAznURqD0KvfREyc4o20DPYdEldU1f5cQ7Jbj0CJJSPaMIk/9ZshdB3210w==", + "dev": true, + "dependencies": { + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/crc32c/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/@aws-crypto/ie11-detection": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz", + "integrity": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==", + "dev": true, + "dependencies": { + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/ie11-detection/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/@aws-crypto/sha1-browser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha1-browser/-/sha1-browser-3.0.0.tgz", + "integrity": "sha512-NJth5c997GLHs6nOYTzFKTbYdMNA6/1XlKVgnZoaZcQ7z7UJlOgj2JdbHE8tiYLS3fzXNCguct77SPGat2raSw==", + "dev": true, + "dependencies": { + "@aws-crypto/ie11-detection": "^3.0.0", + "@aws-crypto/supports-web-crypto": "^3.0.0", + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", + "@aws-sdk/util-locate-window": "^3.0.0", + "@aws-sdk/util-utf8-browser": "^3.0.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/sha1-browser/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/@aws-crypto/sha256-browser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz", + "integrity": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==", + "dev": true, + "dependencies": { + "@aws-crypto/ie11-detection": "^3.0.0", + "@aws-crypto/sha256-js": "^3.0.0", + "@aws-crypto/supports-web-crypto": "^3.0.0", + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", + "@aws-sdk/util-locate-window": "^3.0.0", + "@aws-sdk/util-utf8-browser": "^3.0.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/sha256-browser/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/@aws-crypto/sha256-js": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz", + "integrity": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==", + "dev": true, + "dependencies": { + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/sha256-js/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/@aws-crypto/supports-web-crypto": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz", + "integrity": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==", + "dev": true, + "dependencies": { + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/@aws-crypto/util": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz", + "integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "^3.222.0", + "@aws-sdk/util-utf8-browser": "^3.0.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/util/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/@aws-sdk/client-s3": { + "version": "3.574.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.574.0.tgz", + "integrity": "sha512-198QLFeJEs3xgCkLcGD8r0IVCR+BTjXGbVpDYC0DCU7vWjINR8igwwnuA5kbCHDALXvWmkX5MVuAlDuawsUn6w==", + "dev": true, + "dependencies": { + "@aws-crypto/sha1-browser": "3.0.0", + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/client-sso-oidc": "3.574.0", + "@aws-sdk/client-sts": "3.574.0", + "@aws-sdk/core": "3.572.0", + "@aws-sdk/credential-provider-node": "3.572.0", + "@aws-sdk/middleware-bucket-endpoint": "3.568.0", + "@aws-sdk/middleware-expect-continue": "3.572.0", + "@aws-sdk/middleware-flexible-checksums": "3.572.0", + "@aws-sdk/middleware-host-header": "3.567.0", + "@aws-sdk/middleware-location-constraint": "3.567.0", + "@aws-sdk/middleware-logger": "3.568.0", + "@aws-sdk/middleware-recursion-detection": "3.567.0", + "@aws-sdk/middleware-sdk-s3": "3.572.0", + "@aws-sdk/middleware-signing": "3.572.0", + "@aws-sdk/middleware-ssec": "3.567.0", + "@aws-sdk/middleware-user-agent": "3.572.0", + "@aws-sdk/region-config-resolver": "3.572.0", + "@aws-sdk/signature-v4-multi-region": "3.572.0", + "@aws-sdk/types": "3.567.0", + "@aws-sdk/util-endpoints": "3.572.0", + "@aws-sdk/util-user-agent-browser": "3.567.0", + "@aws-sdk/util-user-agent-node": "3.568.0", + "@aws-sdk/xml-builder": "3.567.0", + "@smithy/config-resolver": "^2.2.0", + "@smithy/core": "^1.4.2", + "@smithy/eventstream-serde-browser": "^2.2.0", + "@smithy/eventstream-serde-config-resolver": "^2.2.0", + "@smithy/eventstream-serde-node": "^2.2.0", + "@smithy/fetch-http-handler": "^2.5.0", + "@smithy/hash-blob-browser": "^2.2.0", + "@smithy/hash-node": "^2.2.0", + "@smithy/hash-stream-node": "^2.2.0", + "@smithy/invalid-dependency": "^2.2.0", + "@smithy/md5-js": "^2.2.0", + "@smithy/middleware-content-length": "^2.2.0", + "@smithy/middleware-endpoint": "^2.5.1", + "@smithy/middleware-retry": "^2.3.1", + "@smithy/middleware-serde": "^2.3.0", + "@smithy/middleware-stack": "^2.2.0", + "@smithy/node-config-provider": "^2.3.0", + "@smithy/node-http-handler": "^2.5.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/smithy-client": "^2.5.1", + "@smithy/types": "^2.12.0", + "@smithy/url-parser": "^2.2.0", + "@smithy/util-base64": "^2.3.0", + "@smithy/util-body-length-browser": "^2.2.0", + "@smithy/util-body-length-node": "^2.3.0", + "@smithy/util-defaults-mode-browser": "^2.2.1", + "@smithy/util-defaults-mode-node": "^2.3.1", + "@smithy/util-endpoints": "^1.2.0", + "@smithy/util-retry": "^2.2.0", + "@smithy/util-stream": "^2.2.0", + "@smithy/util-utf8": "^2.3.0", + "@smithy/util-waiter": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/client-sso": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.572.0.tgz", + "integrity": "sha512-S+xhScao5MD79AkrcHmFpEDk+CgoiuB/31WFcTcnrTio5TOUONAaT0QyscOIwRp7BZ7Aez7TBM+loTteJ+TQvg==", + "dev": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/core": "3.572.0", + "@aws-sdk/middleware-host-header": "3.567.0", + "@aws-sdk/middleware-logger": "3.568.0", + "@aws-sdk/middleware-recursion-detection": "3.567.0", + "@aws-sdk/middleware-user-agent": "3.572.0", + "@aws-sdk/region-config-resolver": "3.572.0", + "@aws-sdk/types": "3.567.0", + "@aws-sdk/util-endpoints": "3.572.0", + "@aws-sdk/util-user-agent-browser": "3.567.0", + "@aws-sdk/util-user-agent-node": "3.568.0", + "@smithy/config-resolver": "^2.2.0", + "@smithy/core": "^1.4.2", + "@smithy/fetch-http-handler": "^2.5.0", + "@smithy/hash-node": "^2.2.0", + "@smithy/invalid-dependency": "^2.2.0", + "@smithy/middleware-content-length": "^2.2.0", + "@smithy/middleware-endpoint": "^2.5.1", + "@smithy/middleware-retry": "^2.3.1", + "@smithy/middleware-serde": "^2.3.0", + "@smithy/middleware-stack": "^2.2.0", + "@smithy/node-config-provider": "^2.3.0", + "@smithy/node-http-handler": "^2.5.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/smithy-client": "^2.5.1", + "@smithy/types": "^2.12.0", + "@smithy/url-parser": "^2.2.0", + "@smithy/util-base64": "^2.3.0", + "@smithy/util-body-length-browser": "^2.2.0", + "@smithy/util-body-length-node": "^2.3.0", + "@smithy/util-defaults-mode-browser": "^2.2.1", + "@smithy/util-defaults-mode-node": "^2.3.1", + "@smithy/util-endpoints": "^1.2.0", + "@smithy/util-middleware": "^2.2.0", + "@smithy/util-retry": "^2.2.0", + "@smithy/util-utf8": "^2.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/client-sso-oidc": { + "version": "3.574.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.574.0.tgz", + "integrity": "sha512-WcR8AnFhx7bqhYwfSl3OrF0Pu0LfHGgSOnmmORHqRF7ykguE09M/WUlCCjTGmZjJZ1we3uF5Xg8Jg12eiD+bmw==", + "dev": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/client-sts": "3.574.0", + "@aws-sdk/core": "3.572.0", + "@aws-sdk/credential-provider-node": "3.572.0", + "@aws-sdk/middleware-host-header": "3.567.0", + "@aws-sdk/middleware-logger": "3.568.0", + "@aws-sdk/middleware-recursion-detection": "3.567.0", + "@aws-sdk/middleware-user-agent": "3.572.0", + "@aws-sdk/region-config-resolver": "3.572.0", + "@aws-sdk/types": "3.567.0", + "@aws-sdk/util-endpoints": "3.572.0", + "@aws-sdk/util-user-agent-browser": "3.567.0", + "@aws-sdk/util-user-agent-node": "3.568.0", + "@smithy/config-resolver": "^2.2.0", + "@smithy/core": "^1.4.2", + "@smithy/fetch-http-handler": "^2.5.0", + "@smithy/hash-node": "^2.2.0", + "@smithy/invalid-dependency": "^2.2.0", + "@smithy/middleware-content-length": "^2.2.0", + "@smithy/middleware-endpoint": "^2.5.1", + "@smithy/middleware-retry": "^2.3.1", + "@smithy/middleware-serde": "^2.3.0", + "@smithy/middleware-stack": "^2.2.0", + "@smithy/node-config-provider": "^2.3.0", + "@smithy/node-http-handler": "^2.5.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/smithy-client": "^2.5.1", + "@smithy/types": "^2.12.0", + "@smithy/url-parser": "^2.2.0", + "@smithy/util-base64": "^2.3.0", + "@smithy/util-body-length-browser": "^2.2.0", + "@smithy/util-body-length-node": "^2.3.0", + "@smithy/util-defaults-mode-browser": "^2.2.1", + "@smithy/util-defaults-mode-node": "^2.3.1", + "@smithy/util-endpoints": "^1.2.0", + "@smithy/util-middleware": "^2.2.0", + "@smithy/util-retry": "^2.2.0", + "@smithy/util-utf8": "^2.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/client-sts": { + "version": "3.574.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.574.0.tgz", + "integrity": "sha512-WNDSG9nipap/L1gGDkCQvU2u413HmVxMJKr41lBCibioz42Z4i6XkCr1etYwIjuVfGF6QPrsEsYLqRwlAC/BQg==", + "dev": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/client-sso-oidc": "3.574.0", + "@aws-sdk/core": "3.572.0", + "@aws-sdk/credential-provider-node": "3.572.0", + "@aws-sdk/middleware-host-header": "3.567.0", + "@aws-sdk/middleware-logger": "3.568.0", + "@aws-sdk/middleware-recursion-detection": "3.567.0", + "@aws-sdk/middleware-user-agent": "3.572.0", + "@aws-sdk/region-config-resolver": "3.572.0", + "@aws-sdk/types": "3.567.0", + "@aws-sdk/util-endpoints": "3.572.0", + "@aws-sdk/util-user-agent-browser": "3.567.0", + "@aws-sdk/util-user-agent-node": "3.568.0", + "@smithy/config-resolver": "^2.2.0", + "@smithy/core": "^1.4.2", + "@smithy/fetch-http-handler": "^2.5.0", + "@smithy/hash-node": "^2.2.0", + "@smithy/invalid-dependency": "^2.2.0", + "@smithy/middleware-content-length": "^2.2.0", + "@smithy/middleware-endpoint": "^2.5.1", + "@smithy/middleware-retry": "^2.3.1", + "@smithy/middleware-serde": "^2.3.0", + "@smithy/middleware-stack": "^2.2.0", + "@smithy/node-config-provider": "^2.3.0", + "@smithy/node-http-handler": "^2.5.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/smithy-client": "^2.5.1", + "@smithy/types": "^2.12.0", + "@smithy/url-parser": "^2.2.0", + "@smithy/util-base64": "^2.3.0", + "@smithy/util-body-length-browser": "^2.2.0", + "@smithy/util-body-length-node": "^2.3.0", + "@smithy/util-defaults-mode-browser": "^2.2.1", + "@smithy/util-defaults-mode-node": "^2.3.1", + "@smithy/util-endpoints": "^1.2.0", + "@smithy/util-middleware": "^2.2.0", + "@smithy/util-retry": "^2.2.0", + "@smithy/util-utf8": "^2.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/core": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.572.0.tgz", + "integrity": "sha512-DBmf94qfN0dfaLl5EnNcq6TakWfOtVXYifHoTbX+VBwESj3rlY4W+W4mAnvBgAqDjlLFy7bBljmx+vnjnV73lg==", + "dev": true, + "dependencies": { + "@smithy/core": "^1.4.2", + "@smithy/protocol-http": "^3.3.0", + "@smithy/signature-v4": "^2.3.0", + "@smithy/smithy-client": "^2.5.1", + "@smithy/types": "^2.12.0", + "fast-xml-parser": "4.2.5", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/core/node_modules/fast-xml-parser": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", + "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==", + "dev": true, + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + }, + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "dependencies": { + "strnum": "^1.0.5" + }, + "bin": { + "fxparser": "src/cli/cli.js" + } + }, + "node_modules/@aws-sdk/credential-provider-env": { + "version": "3.568.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.568.0.tgz", + "integrity": "sha512-MVTQoZwPnP1Ev5A7LG+KzeU6sCB8BcGkZeDT1z1V5Wt7GPq0MgFQTSSjhImnB9jqRSZkl1079Bt3PbO6lfIS8g==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@smithy/property-provider": "^2.2.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-http": { + "version": "3.568.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.568.0.tgz", + "integrity": "sha512-gL0NlyI2eW17hnCrh45hZV+qjtBquB+Bckiip9R6DIVRKqYcoILyiFhuOgf2bXeF23gVh6j18pvUvIoTaFWs5w==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@smithy/fetch-http-handler": "^2.5.0", + "@smithy/node-http-handler": "^2.5.0", + "@smithy/property-provider": "^2.2.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/smithy-client": "^2.5.1", + "@smithy/types": "^2.12.0", + "@smithy/util-stream": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-node": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.572.0.tgz", + "integrity": "sha512-anlYZnpmVkfp9Gan+LcEkQvmRf/m0KcbR11th8sBEyI5lxMaHKXhnAtC/hEGT7e3L6rgNOrFYTPuSvllITD/Pg==", + "dev": true, + "dependencies": { + "@aws-sdk/credential-provider-env": "3.568.0", + "@aws-sdk/credential-provider-http": "3.568.0", + "@aws-sdk/credential-provider-ini": "3.572.0", + "@aws-sdk/credential-provider-process": "3.572.0", + "@aws-sdk/credential-provider-sso": "3.572.0", + "@aws-sdk/credential-provider-web-identity": "3.568.0", + "@aws-sdk/types": "3.567.0", + "@smithy/credential-provider-imds": "^2.3.0", + "@smithy/property-provider": "^2.2.0", + "@smithy/shared-ini-file-loader": "^2.4.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/client-sso-oidc": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.572.0.tgz", + "integrity": "sha512-S6C/S6xYesDakEuzYvlY1DMMKLtKQxdbbygq3hfeG2R0jUt9KpRLsQXK8qrBuVCKa3WcnjN/30hp4g/iUWFU/w==", + "dev": true, + "peer": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/client-sts": "3.572.0", + "@aws-sdk/core": "3.572.0", + "@aws-sdk/credential-provider-node": "3.572.0", + "@aws-sdk/middleware-host-header": "3.567.0", + "@aws-sdk/middleware-logger": "3.568.0", + "@aws-sdk/middleware-recursion-detection": "3.567.0", + "@aws-sdk/middleware-user-agent": "3.572.0", + "@aws-sdk/region-config-resolver": "3.572.0", + "@aws-sdk/types": "3.567.0", + "@aws-sdk/util-endpoints": "3.572.0", + "@aws-sdk/util-user-agent-browser": "3.567.0", + "@aws-sdk/util-user-agent-node": "3.568.0", + "@smithy/config-resolver": "^2.2.0", + "@smithy/core": "^1.4.2", + "@smithy/fetch-http-handler": "^2.5.0", + "@smithy/hash-node": "^2.2.0", + "@smithy/invalid-dependency": "^2.2.0", + "@smithy/middleware-content-length": "^2.2.0", + "@smithy/middleware-endpoint": "^2.5.1", + "@smithy/middleware-retry": "^2.3.1", + "@smithy/middleware-serde": "^2.3.0", + "@smithy/middleware-stack": "^2.2.0", + "@smithy/node-config-provider": "^2.3.0", + "@smithy/node-http-handler": "^2.5.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/smithy-client": "^2.5.1", + "@smithy/types": "^2.12.0", + "@smithy/url-parser": "^2.2.0", + "@smithy/util-base64": "^2.3.0", + "@smithy/util-body-length-browser": "^2.2.0", + "@smithy/util-body-length-node": "^2.3.0", + "@smithy/util-defaults-mode-browser": "^2.2.1", + "@smithy/util-defaults-mode-node": "^2.3.1", + "@smithy/util-endpoints": "^1.2.0", + "@smithy/util-middleware": "^2.2.0", + "@smithy/util-retry": "^2.2.0", + "@smithy/util-utf8": "^2.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/client-sts": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.572.0.tgz", + "integrity": "sha512-jCQuH2qkbWoSY4wckLSfzf3OPh7zc7ZckEbIGGVUQar/JVff6EIbpQ+uNG29DDEOpdPPd8rrJsVuUlA/nvJdXA==", + "dev": true, + "peer": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/client-sso-oidc": "3.572.0", + "@aws-sdk/core": "3.572.0", + "@aws-sdk/credential-provider-node": "3.572.0", + "@aws-sdk/middleware-host-header": "3.567.0", + "@aws-sdk/middleware-logger": "3.568.0", + "@aws-sdk/middleware-recursion-detection": "3.567.0", + "@aws-sdk/middleware-user-agent": "3.572.0", + "@aws-sdk/region-config-resolver": "3.572.0", + "@aws-sdk/types": "3.567.0", + "@aws-sdk/util-endpoints": "3.572.0", + "@aws-sdk/util-user-agent-browser": "3.567.0", + "@aws-sdk/util-user-agent-node": "3.568.0", + "@smithy/config-resolver": "^2.2.0", + "@smithy/core": "^1.4.2", + "@smithy/fetch-http-handler": "^2.5.0", + "@smithy/hash-node": "^2.2.0", + "@smithy/invalid-dependency": "^2.2.0", + "@smithy/middleware-content-length": "^2.2.0", + "@smithy/middleware-endpoint": "^2.5.1", + "@smithy/middleware-retry": "^2.3.1", + "@smithy/middleware-serde": "^2.3.0", + "@smithy/middleware-stack": "^2.2.0", + "@smithy/node-config-provider": "^2.3.0", + "@smithy/node-http-handler": "^2.5.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/smithy-client": "^2.5.1", + "@smithy/types": "^2.12.0", + "@smithy/url-parser": "^2.2.0", + "@smithy/util-base64": "^2.3.0", + "@smithy/util-body-length-browser": "^2.2.0", + "@smithy/util-body-length-node": "^2.3.0", + "@smithy/util-defaults-mode-browser": "^2.2.1", + "@smithy/util-defaults-mode-node": "^2.3.1", + "@smithy/util-endpoints": "^1.2.0", + "@smithy/util-middleware": "^2.2.0", + "@smithy/util-retry": "^2.2.0", + "@smithy/util-utf8": "^2.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.572.0.tgz", + "integrity": "sha512-05KzbAp77fEiQXqMeodXeMbT83FOqSyBrfSEMz6U8uBXeJCy8zPUjN3acqcbG55/HNJHUvg1cftqzy+fUz71gA==", + "dev": true, + "dependencies": { + "@aws-sdk/credential-provider-env": "3.568.0", + "@aws-sdk/credential-provider-process": "3.572.0", + "@aws-sdk/credential-provider-sso": "3.572.0", + "@aws-sdk/credential-provider-web-identity": "3.568.0", + "@aws-sdk/types": "3.567.0", + "@smithy/credential-provider-imds": "^2.3.0", + "@smithy/property-provider": "^2.2.0", + "@smithy/shared-ini-file-loader": "^2.4.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "@aws-sdk/client-sts": "3.572.0" + } + }, + "node_modules/@aws-sdk/credential-provider-process": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.572.0.tgz", + "integrity": "sha512-hXcOytf0BadSm/MMy7MV8mmY0+Jv3mkavsHNBx0R82hw5ollD0I3JyOAaCtdUpztF0I72F8K+q8SpJQZ+EwArw==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@smithy/property-provider": "^2.2.0", + "@smithy/shared-ini-file-loader": "^2.4.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-sso": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.572.0.tgz", + "integrity": "sha512-iIlnpJiDXFp3XC4hJNSiNurnU24mr3iLB3HoNa9efr944bo6XBl9FQdk3NssIkqzSmgyoB2CEUx/daBHz4XSow==", + "dev": true, + "dependencies": { + "@aws-sdk/client-sso": "3.572.0", + "@aws-sdk/token-providers": "3.572.0", + "@aws-sdk/types": "3.567.0", + "@smithy/property-provider": "^2.2.0", + "@smithy/shared-ini-file-loader": "^2.4.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/client-sso-oidc": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.572.0.tgz", + "integrity": "sha512-S6C/S6xYesDakEuzYvlY1DMMKLtKQxdbbygq3hfeG2R0jUt9KpRLsQXK8qrBuVCKa3WcnjN/30hp4g/iUWFU/w==", + "dev": true, + "peer": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/client-sts": "3.572.0", + "@aws-sdk/core": "3.572.0", + "@aws-sdk/credential-provider-node": "3.572.0", + "@aws-sdk/middleware-host-header": "3.567.0", + "@aws-sdk/middleware-logger": "3.568.0", + "@aws-sdk/middleware-recursion-detection": "3.567.0", + "@aws-sdk/middleware-user-agent": "3.572.0", + "@aws-sdk/region-config-resolver": "3.572.0", + "@aws-sdk/types": "3.567.0", + "@aws-sdk/util-endpoints": "3.572.0", + "@aws-sdk/util-user-agent-browser": "3.567.0", + "@aws-sdk/util-user-agent-node": "3.568.0", + "@smithy/config-resolver": "^2.2.0", + "@smithy/core": "^1.4.2", + "@smithy/fetch-http-handler": "^2.5.0", + "@smithy/hash-node": "^2.2.0", + "@smithy/invalid-dependency": "^2.2.0", + "@smithy/middleware-content-length": "^2.2.0", + "@smithy/middleware-endpoint": "^2.5.1", + "@smithy/middleware-retry": "^2.3.1", + "@smithy/middleware-serde": "^2.3.0", + "@smithy/middleware-stack": "^2.2.0", + "@smithy/node-config-provider": "^2.3.0", + "@smithy/node-http-handler": "^2.5.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/smithy-client": "^2.5.1", + "@smithy/types": "^2.12.0", + "@smithy/url-parser": "^2.2.0", + "@smithy/util-base64": "^2.3.0", + "@smithy/util-body-length-browser": "^2.2.0", + "@smithy/util-body-length-node": "^2.3.0", + "@smithy/util-defaults-mode-browser": "^2.2.1", + "@smithy/util-defaults-mode-node": "^2.3.1", + "@smithy/util-endpoints": "^1.2.0", + "@smithy/util-middleware": "^2.2.0", + "@smithy/util-retry": "^2.2.0", + "@smithy/util-utf8": "^2.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/client-sts": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.572.0.tgz", + "integrity": "sha512-jCQuH2qkbWoSY4wckLSfzf3OPh7zc7ZckEbIGGVUQar/JVff6EIbpQ+uNG29DDEOpdPPd8rrJsVuUlA/nvJdXA==", + "dev": true, + "peer": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/client-sso-oidc": "3.572.0", + "@aws-sdk/core": "3.572.0", + "@aws-sdk/credential-provider-node": "3.572.0", + "@aws-sdk/middleware-host-header": "3.567.0", + "@aws-sdk/middleware-logger": "3.568.0", + "@aws-sdk/middleware-recursion-detection": "3.567.0", + "@aws-sdk/middleware-user-agent": "3.572.0", + "@aws-sdk/region-config-resolver": "3.572.0", + "@aws-sdk/types": "3.567.0", + "@aws-sdk/util-endpoints": "3.572.0", + "@aws-sdk/util-user-agent-browser": "3.567.0", + "@aws-sdk/util-user-agent-node": "3.568.0", + "@smithy/config-resolver": "^2.2.0", + "@smithy/core": "^1.4.2", + "@smithy/fetch-http-handler": "^2.5.0", + "@smithy/hash-node": "^2.2.0", + "@smithy/invalid-dependency": "^2.2.0", + "@smithy/middleware-content-length": "^2.2.0", + "@smithy/middleware-endpoint": "^2.5.1", + "@smithy/middleware-retry": "^2.3.1", + "@smithy/middleware-serde": "^2.3.0", + "@smithy/middleware-stack": "^2.2.0", + "@smithy/node-config-provider": "^2.3.0", + "@smithy/node-http-handler": "^2.5.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/smithy-client": "^2.5.1", + "@smithy/types": "^2.12.0", + "@smithy/url-parser": "^2.2.0", + "@smithy/util-base64": "^2.3.0", + "@smithy/util-body-length-browser": "^2.2.0", + "@smithy/util-body-length-node": "^2.3.0", + "@smithy/util-defaults-mode-browser": "^2.2.1", + "@smithy/util-defaults-mode-node": "^2.3.1", + "@smithy/util-endpoints": "^1.2.0", + "@smithy/util-middleware": "^2.2.0", + "@smithy/util-retry": "^2.2.0", + "@smithy/util-utf8": "^2.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.572.0.tgz", + "integrity": "sha512-IkSu8p32tQZhKqwmfLZLGfYwNhsS/HUQBLnDMHJlr9VifmDqlTurcr+DwMCaMimuFhcLeb45vqTymKf/ro/OBw==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@smithy/property-provider": "^2.2.0", + "@smithy/shared-ini-file-loader": "^2.4.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "@aws-sdk/client-sso-oidc": "3.572.0" + } + }, + "node_modules/@aws-sdk/credential-provider-web-identity": { + "version": "3.568.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.568.0.tgz", + "integrity": "sha512-ZJSmTmoIdg6WqAULjYzaJ3XcbgBzVy36lir6Y0UBMRGaxDgos1AARuX6EcYzXOl+ksLvxt/xMQ+3aYh1LWfKSw==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@smithy/property-provider": "^2.2.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "@aws-sdk/client-sts": "^3.568.0" + } + }, + "node_modules/@aws-sdk/middleware-bucket-endpoint": { + "version": "3.568.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.568.0.tgz", + "integrity": "sha512-uc/nbSpXv64ct/wV3Ksz0/bXAsEtXuoZu5J9FTcFnM7c2MSofa0YQrtrJ8cG65uGbdeiFoJwPA048BTG/ilhCA==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@aws-sdk/util-arn-parser": "3.568.0", + "@smithy/node-config-provider": "^2.3.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/types": "^2.12.0", + "@smithy/util-config-provider": "^2.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-expect-continue": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.572.0.tgz", + "integrity": "sha512-+NKWVK295rOEANU/ohqEfNjkcEdZao7z6HxkMXX4gu4mDpSsVU8WhYr5hp5k3PUhtaiPU8M1rdfQBrZQc4uttw==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-flexible-checksums": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.572.0.tgz", + "integrity": "sha512-ysblGDRn1yy8TlKUrwhnFbl3RuMfbVW1rbtePClEYpC/1u9MsqPmm/fmWJJGKat7NclnsgpQyfSQ64DCuaEedg==", + "dev": true, + "dependencies": { + "@aws-crypto/crc32": "3.0.0", + "@aws-crypto/crc32c": "3.0.0", + "@aws-sdk/types": "3.567.0", + "@smithy/is-array-buffer": "^2.2.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/types": "^2.12.0", + "@smithy/util-utf8": "^2.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-host-header": { + "version": "3.567.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.567.0.tgz", + "integrity": "sha512-zQHHj2N3in9duKghH7AuRNrOMLnKhW6lnmb7dznou068DJtDr76w475sHp2TF0XELsOGENbbBsOlN/S5QBFBVQ==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-location-constraint": { + "version": "3.567.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.567.0.tgz", + "integrity": "sha512-XiGTH4VxrJ5fj6zeF6UL5U5EuJwLqj9bHW5pB+EKfw0pmbnyqfRdYNt46v4GsQql2iVOq1Z/Fiv754nIItBI/A==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-logger": { + "version": "3.568.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.568.0.tgz", + "integrity": "sha512-BinH72RG7K3DHHC1/tCulocFv+ZlQ9SrPF9zYT0T1OT95JXuHhB7fH8gEABrc6DAtOdJJh2fgxQjPy5tzPtsrA==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-recursion-detection": { + "version": "3.567.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.567.0.tgz", + "integrity": "sha512-rFk3QhdT4IL6O/UWHmNdjJiURutBCy+ogGqaNHf/RELxgXH3KmYorLwCe0eFb5hq8f6vr3zl4/iH7YtsUOuo1w==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-sdk-s3": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.572.0.tgz", + "integrity": "sha512-ygQL1G2hWoJXkUGL/Xr5q9ojXCH8hgt/oKsxJtc5U8ZXw3SRlL6pCVE7+aiD0l8mgIGbW0vrL08Oc/jYWlakdw==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@aws-sdk/util-arn-parser": "3.568.0", + "@smithy/node-config-provider": "^2.3.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/signature-v4": "^2.3.0", + "@smithy/smithy-client": "^2.5.1", + "@smithy/types": "^2.12.0", + "@smithy/util-config-provider": "^2.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-signing": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.572.0.tgz", + "integrity": "sha512-/pEVgHnf8LsTG0hu9yqqvmLMknlKO5c19NM3J9qTWGLPfySi8tWrFuREAFKAxqJFgDw1IdFWd+dXIkodpbGwew==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@smithy/property-provider": "^2.2.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/signature-v4": "^2.3.0", + "@smithy/types": "^2.12.0", + "@smithy/util-middleware": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-ssec": { + "version": "3.567.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-ssec/-/middleware-ssec-3.567.0.tgz", + "integrity": "sha512-lhpBwFi3Tcw+jlOdaCsg3lCAg4oOSJB00bW/aLTFeZWutwi9VexMmsddZllx99lN+LDeCjryNyVd2TCRCKwYhQ==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/middleware-user-agent": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.572.0.tgz", + "integrity": "sha512-R4bBbLp1ywtF1kJoOX1juDMztKPWeQHNj6XuTvtruFDn1RdfnBlbM3+9rguRfH5s4V+xfl8SSWchnyo2cI00xg==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@aws-sdk/util-endpoints": "3.572.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/region-config-resolver": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.572.0.tgz", + "integrity": "sha512-xkZMIxek44F4YW5r9otD1O5Y/kDkgAb6JNJePkP1qPVojrkCmin3OFYAOZgGm+T4DZAQ5rWhpaqTAWmnRumYfw==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@smithy/node-config-provider": "^2.3.0", + "@smithy/types": "^2.12.0", + "@smithy/util-config-provider": "^2.3.0", + "@smithy/util-middleware": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/signature-v4-multi-region": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.572.0.tgz", + "integrity": "sha512-FD6FIi8py1ZAR53NjD2VXKDvvQUhhZu7CDUfC9gjAa7JDtv+rJvM9ZuoiQjaDnzzqYxTr4pKqqjLsd6+8BCSWA==", + "dev": true, + "dependencies": { + "@aws-sdk/middleware-sdk-s3": "3.572.0", + "@aws-sdk/types": "3.567.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/signature-v4": "^2.3.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/types": { + "version": "3.567.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.567.0.tgz", + "integrity": "sha512-JBznu45cdgQb8+T/Zab7WpBmfEAh77gsk99xuF4biIb2Sw1mdseONdoGDjEJX57a25TzIv/WUJ2oABWumckz1A==", + "dev": true, + "dependencies": { + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/util-arn-parser": { + "version": "3.568.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-arn-parser/-/util-arn-parser-3.568.0.tgz", + "integrity": "sha512-XUKJWWo+KOB7fbnPP0+g/o5Ulku/X53t7i/h+sPHr5xxYTJJ9CYnbToo95mzxe7xWvkLrsNtJ8L+MnNn9INs2w==", + "dev": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/util-endpoints": { + "version": "3.572.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.572.0.tgz", + "integrity": "sha512-AIEC7ItIWBqkJLtqcSd0HG8tvdh3zVwqnKPHNrcfFay0Xonqx3p/qTCDwGosh5CM5hDGzyOSRA5PkacEDBTz9w==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@smithy/types": "^2.12.0", + "@smithy/util-endpoints": "^1.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/util-locate-window": { + "version": "3.568.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.568.0.tgz", + "integrity": "sha512-3nh4TINkXYr+H41QaPelCceEB2FXP3fxp93YZXB/kqJvX0U9j0N0Uk45gvsjmEPzG8XxkPEeLIfT2I1M7A6Lig==", + "dev": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-sdk/util-user-agent-browser": { + "version": "3.567.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.567.0.tgz", + "integrity": "sha512-cqP0uXtZ7m7hRysf3fRyJwcY1jCgQTpJy7BHB5VpsE7DXlXHD5+Ur5L42CY7UrRPrB6lc6YGFqaAOs5ghMcLyA==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@smithy/types": "^2.12.0", + "bowser": "^2.11.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@aws-sdk/util-user-agent-node": { + "version": "3.568.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.568.0.tgz", + "integrity": "sha512-NVoZoLnKF+eXPBvXg+KqixgJkPSrerR6Gqmbjwqbv14Ini+0KNKB0/MXas1mDGvvEgtNkHI/Cb9zlJ3KXpti2A==", + "dev": true, + "dependencies": { + "@aws-sdk/types": "3.567.0", + "@smithy/node-config-provider": "^2.3.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "aws-crt": ">=1.0.0" + }, + "peerDependenciesMeta": { + "aws-crt": { + "optional": true + } + } + }, + "node_modules/@aws-sdk/util-utf8-browser": { + "version": "3.259.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz", + "integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==", + "dev": true, + "dependencies": { + "tslib": "^2.3.1" + } + }, + "node_modules/@aws-sdk/xml-builder": { + "version": "3.567.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.567.0.tgz", + "integrity": "sha512-Db25jK9sZdGa7PEQTdm60YauUVbeYGsSEMQOHGP6ifbXfCknqgkPgWV16DqAKJUsbII0xgkJ9LpppkmYal3K/g==", + "dev": true, + "dependencies": { + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, "node_modules/@cdransf/api-text": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/@cdransf/api-text/-/api-text-1.2.2.tgz", @@ -915,6 +1999,16 @@ "wm": "bin/wm.js" } }, + "node_modules/@remy/webmention/node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "dev": true, + "bin": { + "uuid": "bin/uuid" + } + }, "node_modules/@sindresorhus/slugify": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-2.2.1.tgz", @@ -946,6 +2040,693 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/@smithy/abort-controller": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.2.0.tgz", + "integrity": "sha512-wRlta7GuLWpTqtFfGo+nZyOO1vEvewdNR1R4rTxpC8XU6vG/NDyrFBhwLZsqg1NUoR1noVaXJPC/7ZK47QCySw==", + "dev": true, + "dependencies": { + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/chunked-blob-reader": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/chunked-blob-reader/-/chunked-blob-reader-2.2.0.tgz", + "integrity": "sha512-3GJNvRwXBGdkDZZOGiziVYzDpn4j6zfyULHMDKAGIUo72yHALpE9CbhfQp/XcLNVoc1byfMpn6uW5H2BqPjgaQ==", + "dev": true, + "dependencies": { + "tslib": "^2.6.2" + } + }, + "node_modules/@smithy/chunked-blob-reader-native": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/chunked-blob-reader-native/-/chunked-blob-reader-native-2.2.0.tgz", + "integrity": "sha512-VNB5+1oCgX3Fzs072yuRsUoC2N4Zg/LJ11DTxX3+Qu+Paa6AmbIF0E9sc2wthz9Psrk/zcOlTCyuposlIhPjZQ==", + "dev": true, + "dependencies": { + "@smithy/util-base64": "^2.3.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@smithy/config-resolver": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-2.2.0.tgz", + "integrity": "sha512-fsiMgd8toyUba6n1WRmr+qACzXltpdDkPTAaDqc8QqPBUzO+/JKwL6bUBseHVi8tu9l+3JOK+tSf7cay+4B3LA==", + "dev": true, + "dependencies": { + "@smithy/node-config-provider": "^2.3.0", + "@smithy/types": "^2.12.0", + "@smithy/util-config-provider": "^2.3.0", + "@smithy/util-middleware": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/core": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@smithy/core/-/core-1.4.2.tgz", + "integrity": "sha512-2fek3I0KZHWJlRLvRTqxTEri+qV0GRHrJIoLFuBMZB4EMg4WgeBGfF0X6abnrNYpq55KJ6R4D6x4f0vLnhzinA==", + "dev": true, + "dependencies": { + "@smithy/middleware-endpoint": "^2.5.1", + "@smithy/middleware-retry": "^2.3.1", + "@smithy/middleware-serde": "^2.3.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/smithy-client": "^2.5.1", + "@smithy/types": "^2.12.0", + "@smithy/util-middleware": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/credential-provider-imds": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-2.3.0.tgz", + "integrity": "sha512-BWB9mIukO1wjEOo1Ojgl6LrG4avcaC7T/ZP6ptmAaW4xluhSIPZhY+/PI5YKzlk+jsm+4sQZB45Bt1OfMeQa3w==", + "dev": true, + "dependencies": { + "@smithy/node-config-provider": "^2.3.0", + "@smithy/property-provider": "^2.2.0", + "@smithy/types": "^2.12.0", + "@smithy/url-parser": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/eventstream-codec": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-2.2.0.tgz", + "integrity": "sha512-8janZoJw85nJmQZc4L8TuePp2pk1nxLgkxIR0TUjKJ5Dkj5oelB9WtiSSGXCQvNsJl0VSTvK/2ueMXxvpa9GVw==", + "dev": true, + "dependencies": { + "@aws-crypto/crc32": "3.0.0", + "@smithy/types": "^2.12.0", + "@smithy/util-hex-encoding": "^2.2.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@smithy/eventstream-serde-browser": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-2.2.0.tgz", + "integrity": "sha512-UaPf8jKbcP71BGiO0CdeLmlg+RhWnlN8ipsMSdwvqBFigl5nil3rHOI/5GE3tfiuX8LvY5Z9N0meuU7Rab7jWw==", + "dev": true, + "dependencies": { + "@smithy/eventstream-serde-universal": "^2.2.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/eventstream-serde-config-resolver": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-2.2.0.tgz", + "integrity": "sha512-RHhbTw/JW3+r8QQH7PrganjNCiuiEZmpi6fYUAetFfPLfZ6EkiA08uN3EFfcyKubXQxOwTeJRZSQmDDCdUshaA==", + "dev": true, + "dependencies": { + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/eventstream-serde-node": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-node/-/eventstream-serde-node-2.2.0.tgz", + "integrity": "sha512-zpQMtJVqCUMn+pCSFcl9K/RPNtQE0NuMh8sKpCdEHafhwRsjP50Oq/4kMmvxSRy6d8Jslqd8BLvDngrUtmN9iA==", + "dev": true, + "dependencies": { + "@smithy/eventstream-serde-universal": "^2.2.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/eventstream-serde-universal": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-2.2.0.tgz", + "integrity": "sha512-pvoe/vvJY0mOpuF84BEtyZoYfbehiFj8KKWk1ds2AT0mTLYFVs+7sBJZmioOFdBXKd48lfrx1vumdPdmGlCLxA==", + "dev": true, + "dependencies": { + "@smithy/eventstream-codec": "^2.2.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/fetch-http-handler": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-2.5.0.tgz", + "integrity": "sha512-BOWEBeppWhLn/no/JxUL/ghTfANTjT7kg3Ww2rPqTUY9R4yHPXxJ9JhMe3Z03LN3aPwiwlpDIUcVw1xDyHqEhw==", + "dev": true, + "dependencies": { + "@smithy/protocol-http": "^3.3.0", + "@smithy/querystring-builder": "^2.2.0", + "@smithy/types": "^2.12.0", + "@smithy/util-base64": "^2.3.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@smithy/hash-blob-browser": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/hash-blob-browser/-/hash-blob-browser-2.2.0.tgz", + "integrity": "sha512-SGPoVH8mdXBqrkVCJ1Hd1X7vh1zDXojNN1yZyZTZsCno99hVue9+IYzWDjq/EQDDXxmITB0gBmuyPh8oAZSTcg==", + "dev": true, + "dependencies": { + "@smithy/chunked-blob-reader": "^2.2.0", + "@smithy/chunked-blob-reader-native": "^2.2.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@smithy/hash-node": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-2.2.0.tgz", + "integrity": "sha512-zLWaC/5aWpMrHKpoDF6nqpNtBhlAYKF/7+9yMN7GpdR8CzohnWfGtMznPybnwSS8saaXBMxIGwJqR4HmRp6b3g==", + "dev": true, + "dependencies": { + "@smithy/types": "^2.12.0", + "@smithy/util-buffer-from": "^2.2.0", + "@smithy/util-utf8": "^2.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/hash-stream-node": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/hash-stream-node/-/hash-stream-node-2.2.0.tgz", + "integrity": "sha512-aT+HCATOSRMGpPI7bi7NSsTNVZE/La9IaxLXWoVAYMxHT5hGO3ZOGEMZQg8A6nNL+pdFGtZQtND1eoY084HgHQ==", + "dev": true, + "dependencies": { + "@smithy/types": "^2.12.0", + "@smithy/util-utf8": "^2.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/invalid-dependency": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-2.2.0.tgz", + "integrity": "sha512-nEDASdbKFKPXN2O6lOlTgrEEOO9NHIeO+HVvZnkqc8h5U9g3BIhWsvzFo+UcUbliMHvKNPD/zVxDrkP1Sbgp8Q==", + "dev": true, + "dependencies": { + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@smithy/is-array-buffer": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz", + "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==", + "dev": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/md5-js": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/md5-js/-/md5-js-2.2.0.tgz", + "integrity": "sha512-M26XTtt9IIusVMOWEAhIvFIr9jYj4ISPPGJROqw6vXngO3IYJCnVVSMFn4Tx1rUTG5BiKJNg9u2nxmBiZC5IlQ==", + "dev": true, + "dependencies": { + "@smithy/types": "^2.12.0", + "@smithy/util-utf8": "^2.3.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@smithy/middleware-content-length": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-2.2.0.tgz", + "integrity": "sha512-5bl2LG1Ah/7E5cMSC+q+h3IpVHMeOkG0yLRyQT1p2aMJkSrZG7RlXHPuAgb7EyaFeidKEnnd/fNaLLaKlHGzDQ==", + "dev": true, + "dependencies": { + "@smithy/protocol-http": "^3.3.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/middleware-endpoint": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-2.5.1.tgz", + "integrity": "sha512-1/8kFp6Fl4OsSIVTWHnNjLnTL8IqpIb/D3sTSczrKFnrE9VMNWxnrRKNvpUHOJ6zpGD5f62TPm7+17ilTJpiCQ==", + "dev": true, + "dependencies": { + "@smithy/middleware-serde": "^2.3.0", + "@smithy/node-config-provider": "^2.3.0", + "@smithy/shared-ini-file-loader": "^2.4.0", + "@smithy/types": "^2.12.0", + "@smithy/url-parser": "^2.2.0", + "@smithy/util-middleware": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/middleware-retry": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-2.3.1.tgz", + "integrity": "sha512-P2bGufFpFdYcWvqpyqqmalRtwFUNUA8vHjJR5iGqbfR6mp65qKOLcUd6lTr4S9Gn/enynSrSf3p3FVgVAf6bXA==", + "dev": true, + "dependencies": { + "@smithy/node-config-provider": "^2.3.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/service-error-classification": "^2.1.5", + "@smithy/smithy-client": "^2.5.1", + "@smithy/types": "^2.12.0", + "@smithy/util-middleware": "^2.2.0", + "@smithy/util-retry": "^2.2.0", + "tslib": "^2.6.2", + "uuid": "^9.0.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/middleware-serde": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-2.3.0.tgz", + "integrity": "sha512-sIADe7ojwqTyvEQBe1nc/GXB9wdHhi9UwyX0lTyttmUWDJLP655ZYE1WngnNyXREme8I27KCaUhyhZWRXL0q7Q==", + "dev": true, + "dependencies": { + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/middleware-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-2.2.0.tgz", + "integrity": "sha512-Qntc3jrtwwrsAC+X8wms8zhrTr0sFXnyEGhZd9sLtsJ/6gGQKFzNB+wWbOcpJd7BR8ThNCoKt76BuQahfMvpeA==", + "dev": true, + "dependencies": { + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/node-config-provider": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-2.3.0.tgz", + "integrity": "sha512-0elK5/03a1JPWMDPaS726Iw6LpQg80gFut1tNpPfxFuChEEklo2yL823V94SpTZTxmKlXFtFgsP55uh3dErnIg==", + "dev": true, + "dependencies": { + "@smithy/property-provider": "^2.2.0", + "@smithy/shared-ini-file-loader": "^2.4.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/node-http-handler": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.5.0.tgz", + "integrity": "sha512-mVGyPBzkkGQsPoxQUbxlEfRjrj6FPyA3u3u2VXGr9hT8wilsoQdZdvKpMBFMB8Crfhv5dNkKHIW0Yyuc7eABqA==", + "dev": true, + "dependencies": { + "@smithy/abort-controller": "^2.2.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/querystring-builder": "^2.2.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/property-provider": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-2.2.0.tgz", + "integrity": "sha512-+xiil2lFhtTRzXkx8F053AV46QnIw6e7MV8od5Mi68E1ICOjCeCHw2XfLnDEUHnT9WGUIkwcqavXjfwuJbGlpg==", + "dev": true, + "dependencies": { + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/protocol-http": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.3.0.tgz", + "integrity": "sha512-Xy5XK1AFWW2nlY/biWZXu6/krgbaf2dg0q492D8M5qthsnU2H+UgFeZLbM76FnH7s6RO/xhQRkj+T6KBO3JzgQ==", + "dev": true, + "dependencies": { + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/querystring-builder": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.2.0.tgz", + "integrity": "sha512-L1kSeviUWL+emq3CUVSgdogoM/D9QMFaqxL/dd0X7PCNWmPXqt+ExtrBjqT0V7HLN03Vs9SuiLrG3zy3JGnE5A==", + "dev": true, + "dependencies": { + "@smithy/types": "^2.12.0", + "@smithy/util-uri-escape": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/querystring-parser": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-2.2.0.tgz", + "integrity": "sha512-BvHCDrKfbG5Yhbpj4vsbuPV2GgcpHiAkLeIlcA1LtfpMz3jrqizP1+OguSNSj1MwBHEiN+jwNisXLGdajGDQJA==", + "dev": true, + "dependencies": { + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/service-error-classification": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-2.1.5.tgz", + "integrity": "sha512-uBDTIBBEdAQryvHdc5W8sS5YX7RQzF683XrHePVdFmAgKiMofU15FLSM0/HU03hKTnazdNRFa0YHS7+ArwoUSQ==", + "dev": true, + "dependencies": { + "@smithy/types": "^2.12.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/shared-ini-file-loader": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.4.0.tgz", + "integrity": "sha512-WyujUJL8e1B6Z4PBfAqC/aGY1+C7T0w20Gih3yrvJSk97gpiVfB+y7c46T4Nunk+ZngLq0rOIdeVeIklk0R3OA==", + "dev": true, + "dependencies": { + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/signature-v4": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-2.3.0.tgz", + "integrity": "sha512-ui/NlpILU+6HAQBfJX8BBsDXuKSNrjTSuOYArRblcrErwKFutjrCNb/OExfVRyj9+26F9J+ZmfWT+fKWuDrH3Q==", + "dev": true, + "dependencies": { + "@smithy/is-array-buffer": "^2.2.0", + "@smithy/types": "^2.12.0", + "@smithy/util-hex-encoding": "^2.2.0", + "@smithy/util-middleware": "^2.2.0", + "@smithy/util-uri-escape": "^2.2.0", + "@smithy/util-utf8": "^2.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/smithy-client": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-2.5.1.tgz", + "integrity": "sha512-jrbSQrYCho0yDaaf92qWgd+7nAeap5LtHTI51KXqmpIFCceKU3K9+vIVTUH72bOJngBMqa4kyu1VJhRcSrk/CQ==", + "dev": true, + "dependencies": { + "@smithy/middleware-endpoint": "^2.5.1", + "@smithy/middleware-stack": "^2.2.0", + "@smithy/protocol-http": "^3.3.0", + "@smithy/types": "^2.12.0", + "@smithy/util-stream": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/types": { + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.12.0.tgz", + "integrity": "sha512-QwYgloJ0sVNBeBuBs65cIkTbfzV/Q6ZNPCJ99EICFEdJYG50nGIY/uYXp+TbsdJReIuPr0a0kXmCvren3MbRRw==", + "dev": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/url-parser": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-2.2.0.tgz", + "integrity": "sha512-hoA4zm61q1mNTpksiSWp2nEl1dt3j726HdRhiNgVJQMj7mLp7dprtF57mOB6JvEk/x9d2bsuL5hlqZbBuHQylQ==", + "dev": true, + "dependencies": { + "@smithy/querystring-parser": "^2.2.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@smithy/util-base64": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-2.3.0.tgz", + "integrity": "sha512-s3+eVwNeJuXUwuMbusncZNViuhv2LjVJ1nMwTqSA0XAC7gjKhqqxRdJPhR8+YrkoZ9IiIbFk/yK6ACe/xlF+hw==", + "dev": true, + "dependencies": { + "@smithy/util-buffer-from": "^2.2.0", + "@smithy/util-utf8": "^2.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-body-length-browser": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-2.2.0.tgz", + "integrity": "sha512-dtpw9uQP7W+n3vOtx0CfBD5EWd7EPdIdsQnWTDoFf77e3VUf05uA7R7TGipIo8e4WL2kuPdnsr3hMQn9ziYj5w==", + "dev": true, + "dependencies": { + "tslib": "^2.6.2" + } + }, + "node_modules/@smithy/util-body-length-node": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-2.3.0.tgz", + "integrity": "sha512-ITWT1Wqjubf2CJthb0BuT9+bpzBfXeMokH/AAa5EJQgbv9aPMVfnM76iFIZVFf50hYXGbtiV71BHAthNWd6+dw==", + "dev": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-buffer-from": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz", + "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==", + "dev": true, + "dependencies": { + "@smithy/is-array-buffer": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-config-provider": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-2.3.0.tgz", + "integrity": "sha512-HZkzrRcuFN1k70RLqlNK4FnPXKOpkik1+4JaBoHNJn+RnJGYqaa3c5/+XtLOXhlKzlRgNvyaLieHTW2VwGN0VQ==", + "dev": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-defaults-mode-browser": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.2.1.tgz", + "integrity": "sha512-RtKW+8j8skk17SYowucwRUjeh4mCtnm5odCL0Lm2NtHQBsYKrNW0od9Rhopu9wF1gHMfHeWF7i90NwBz/U22Kw==", + "dev": true, + "dependencies": { + "@smithy/property-provider": "^2.2.0", + "@smithy/smithy-client": "^2.5.1", + "@smithy/types": "^2.12.0", + "bowser": "^2.11.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@smithy/util-defaults-mode-node": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.3.1.tgz", + "integrity": "sha512-vkMXHQ0BcLFysBMWgSBLSk3+leMpFSyyFj8zQtv5ZyUBx8/owVh1/pPEkzmW/DR/Gy/5c8vjLDD9gZjXNKbrpA==", + "dev": true, + "dependencies": { + "@smithy/config-resolver": "^2.2.0", + "@smithy/credential-provider-imds": "^2.3.0", + "@smithy/node-config-provider": "^2.3.0", + "@smithy/property-provider": "^2.2.0", + "@smithy/smithy-client": "^2.5.1", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@smithy/util-endpoints": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-1.2.0.tgz", + "integrity": "sha512-BuDHv8zRjsE5zXd3PxFXFknzBG3owCpjq8G3FcsXW3CykYXuEqM3nTSsmLzw5q+T12ZYuDlVUZKBdpNbhVtlrQ==", + "dev": true, + "dependencies": { + "@smithy/node-config-provider": "^2.3.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">= 14.0.0" + } + }, + "node_modules/@smithy/util-hex-encoding": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-2.2.0.tgz", + "integrity": "sha512-7iKXR+/4TpLK194pVjKiasIyqMtTYJsgKgM242Y9uzt5dhHnUDvMNb+3xIhRJ9QhvqGii/5cRUt4fJn3dtXNHQ==", + "dev": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-middleware": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-2.2.0.tgz", + "integrity": "sha512-L1qpleXf9QD6LwLCJ5jddGkgWyuSvWBkJwWAZ6kFkdifdso+sk3L3O1HdmPvCdnCK3IS4qWyPxev01QMnfHSBw==", + "dev": true, + "dependencies": { + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-retry": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-2.2.0.tgz", + "integrity": "sha512-q9+pAFPTfftHXRytmZ7GzLFFrEGavqapFc06XxzZFcSIGERXMerXxCitjOG1prVDR9QdjqotF40SWvbqcCpf8g==", + "dev": true, + "dependencies": { + "@smithy/service-error-classification": "^2.1.5", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">= 14.0.0" + } + }, + "node_modules/@smithy/util-stream": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-2.2.0.tgz", + "integrity": "sha512-17faEXbYWIRst1aU9SvPZyMdWmqIrduZjVOqCPMIsWFNxs5yQQgFrJL6b2SdiCzyW9mJoDjFtgi53xx7EH+BXA==", + "dev": true, + "dependencies": { + "@smithy/fetch-http-handler": "^2.5.0", + "@smithy/node-http-handler": "^2.5.0", + "@smithy/types": "^2.12.0", + "@smithy/util-base64": "^2.3.0", + "@smithy/util-buffer-from": "^2.2.0", + "@smithy/util-hex-encoding": "^2.2.0", + "@smithy/util-utf8": "^2.3.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-uri-escape": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-2.2.0.tgz", + "integrity": "sha512-jtmJMyt1xMD/d8OtbVJ2gFZOSKc+ueYJZPW20ULW1GOp/q/YIM0wNh+u8ZFao9UaIGz4WoPW8hC64qlWLIfoDA==", + "dev": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-utf8": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz", + "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==", + "dev": true, + "dependencies": { + "@smithy/util-buffer-from": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-waiter": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-2.2.0.tgz", + "integrity": "sha512-IHk53BVw6MPMi2Gsn+hCng8rFA3ZmR3Rk7GllxDUW9qFJl/hiSvskn7XldkECapQVkIg/1dHpMAxI9xSTaLLSA==", + "dev": true, + "dependencies": { + "@smithy/abort-controller": "^2.2.0", + "@smithy/types": "^2.12.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/@supabase/auth-js": { "version": "2.64.2", "resolved": "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.64.2.tgz", @@ -1240,6 +3021,12 @@ "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", "dev": true }, + "node_modules/bowser": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz", + "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==", + "dev": true + }, "node_modules/brace-expansion": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", @@ -4782,13 +6569,16 @@ "dev": true }, "node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { - "uuid": "bin/uuid" + "uuid": "dist/bin/uuid" } }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index 1493cf6b..276e2883 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "14.1.3", + "version": "14.2.0", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { @@ -8,7 +8,8 @@ "start:quick": "eleventy --serve --incremental --ignore-initial", "build": "ELEVENTY_PRODUCTION=true eleventy", "build:ogi": "node ./scripts/og-images/index.js", - "deps:upgrade": "npm upgrade && ncu", + "update:books": "cd ./scripts/books && node index.js && cd ../../", + "update:deps": "npm upgrade && ncu", "debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve" }, "keywords": [ @@ -36,6 +37,7 @@ "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0", + "@aws-sdk/client-s3": "^3.574.0", "@cdransf/eleventy-plugin-tabler-icons": "^1.3.0", "@supabase/supabase-js": "^2.43.1", "dotenv-flow": "^4.1.0", diff --git a/scripts/books/index.js b/scripts/books/index.js new file mode 100644 index 00000000..36092340 --- /dev/null +++ b/scripts/books/index.js @@ -0,0 +1,51 @@ +import fs from 'fs' +import fetch from 'node-fetch' +import { S3Client, PutObjectCommand } from '@aws-sdk/client-s3' +import dotenv from 'dotenv'; + +dotenv.config({ path: new URL('../../.env.local', import.meta.url).pathname }); + +const s3Client = new S3Client({ + credentials: { + accessKeyId: process.env.B2_ACCESS_KEY_ID, + secretAccessKey: process.env.B2_SECRET_ACCESS_KEY + }, + endpoint: { + url: 'https://s3.us-west-001.backblazeb2.com', + }, + region: 'us-west-1', +}); +const booksData = fs.readFileSync('../../src/_data/json/read.json', 'utf8'); +const books = JSON.parse(booksData); + +async function processBooks() { + for (const book of books) { + if (book.thumbnail.startsWith('https://coryd.dev/media/books/')) continue + const cleanedThumbnailURL = book.thumbnail.replace('&edge=curl', ''); + const fileName = `${book.isbn}-${book.title.replace(/\s+/g, '-').replace(/[^\w\-]+/g, '').replace(/\-{2,}/g, '-').replace(/^-+|-+$/g, '') .toLowerCase().replace(/\s+/g, '-')}.jpg`; + const fileKey = `books/${fileName}` + + try { + const response = await fetch(cleanedThumbnailURL); + const buffer = await response.buffer(); + const putObjectParams = { + Bucket: process.env.B2_BUCKET_NAME, + Key: fileKey, + Body: buffer, + ContentType: 'image/jpeg' + }; + + await s3Client.send(new PutObjectCommand(putObjectParams)); + + book.thumbnail = `https://coryd.dev/media/books/${fileName}`; + + console.log(`Uploaded and updated ${book.title}`); + } catch (error) { + console.error(`Failed to process ${book.title}: ${error}`); + } + } + + fs.writeFileSync('../../src/_data/json/read.json', JSON.stringify(books, null, 2)); +} + +processBooks(); \ No newline at end of file diff --git a/src/_data/json/read.json b/src/_data/json/read.json index 0ec319e4..ec6ea3f7 100644 --- a/src/_data/json/read.json +++ b/src/_data/json/read.json @@ -18,7 +18,7 @@ "categories": [ "Religion" ], - "thumbnail": "https://books.google.com/books/content?id=1QUXYx3oyGQC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781418525842-chasing-daylight.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=1QUXYx3oyGQC" }, @@ -41,7 +41,7 @@ "categories": [ "Computers" ], - "thumbnail": "https://books.google.com/books/content?id=8Q7bzwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/978-1-952616-50-1-responsive-web-design.jpg", "language": "en", "link": "https://books.google.com/books/about/Responsive_Web_Design.html?hl=&id=8Q7bzwEACAAJ" }, @@ -65,7 +65,7 @@ "categories": [ "Designer" ], - "thumbnail": "https://books.google.com/books/content?id=xZWbzwEACAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1937557049-design-is-a-job.jpg", "language": "en", "link": "https://books.google.com/books/about/Design_is_a_Job.html?hl=&id=OoMwMwEACAAJ" }, @@ -90,7 +90,7 @@ "categories": [ "Computers" ], - "thumbnail": "https://books.google.com/books/content?id=5wBQEp6ruIAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780132119177-the-pragmatic-programmer.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=5wBQEp6ruIAC" }, @@ -114,7 +114,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=65WYDgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781610398039-surveillance-valley.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=65WYDgAAQBAJ" }, @@ -138,7 +138,7 @@ "categories": [ "Computers" ], - "thumbnail": "https://books.google.com/books/content?id=NZVJDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781250196699-ten-arguments-for-deleting-your-social-media-accounts-right-now.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=NZVJDwAAQBAJ" }, @@ -161,7 +161,7 @@ "categories": [ "Religion" ], - "thumbnail": "https://books.google.com/books/content?id=i4yFDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781601429568-the-way-of-the-warrior.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Way_of_the_Warrior.html?hl=&id=i4yFDwAAQBAJ" }, @@ -184,7 +184,7 @@ "categories": [ "Religion" ], - "thumbnail": "https://books.google.com/books/content?id=avOiDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781601429551-the-last-arrow.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Last_Arrow.html?hl=&id=avOiDwAAQBAJ" }, @@ -209,7 +209,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=LvLlCgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316261234-underground-airlines.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=LvLlCgAAQBAJ" }, @@ -234,7 +234,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=0XCcDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781250237248-permanent-record.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=0XCcDwAAQBAJ" }, @@ -257,7 +257,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=fcukDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781682192009-a-year-inside-ms-13.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=fcukDwAAQBAJ" }, @@ -280,7 +280,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=PEpoEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9783753145136-nineteen-eighty-four.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=PEpoEAAAQBAJ" }, @@ -300,7 +300,7 @@ "description": "The second edition of Joe Newman's acclaimed book Raising Lions is an essential guide for parents and teachers raising strong-willed, precocious children. It offers clear insights into what motivates the most challenging behaviors, and what kinds of responses turn these behaviors around. \"One of the best books on child-rearing I've ever read. Joe Newman describes a cultural shift that has reinforced anxiety and behavior disorders in children by negating parental authority. Even more important, he provides specific, non-punitive ways for parents to help their kids by taking back their authority. Filled with examples and experiences from the author's own life as a child with A.D.H.D., the book is a treasure-trove of useful information.\" Barry Michels, psychotherapist and New York Times bestselling author of The Tools. \"This book is packed with useful information. It is an insightful and practical guide for managing children. I would recommend it to any parent.\" L. Alan Sroufe, Professor Emeritus Ph.D. University of Minnesota Current childrearing techniques seek to develop children who are confident, self-assured, and unafraid to speak their minds-lions instead of lambs. Although largely positive, this shift has brought with it some very serious problems in our children's behavior. Without going back to an authoritarian model, Joe Newman has developed new ways of helping children develop the ability to self-regulate without undermining their confidence and individuality. Raising Lions challenges us to re-examine our interactions and relationships with children, re-think the root causes of behavior problems and find new ways to support healthy, happy development. For over 20 years Joe Newman has worked with children, parents, teachers, and administrators to help them understand and improve child behavior.", "pageCount": 218, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=TEOszgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9798465995368-raising-lions.jpg", "language": "en", "link": "https://books.google.com/books/about/Raising_Lions.html?hl=&id=TEOszgEACAAJ" }, @@ -323,7 +323,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=YHDOtwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780062884770-the-praxis.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Praxis.html?hl=&id=YHDOtwEACAAJ" }, @@ -347,7 +347,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=LY7rDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781982141462-too-much-and-never-enough.jpg", "language": "en", "link": "https://books.google.com/books/about/Too_Much_and_Never_Enough.html?hl=&id=LY7rDwAAQBAJ" }, @@ -370,7 +370,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=R7NuDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780062916310-ill-be-gone-in-the-dark.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=R7NuDwAAQBAJ" }, @@ -395,7 +395,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=PwHUAq5LPOQC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781429919487-the-shock-doctrine.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=PwHUAq5LPOQC" }, @@ -419,7 +419,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=nau6DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781631495748-jesus-and-john-wayne-how-white-evangelicals-corrupted-a-faith-and-fractured-a-nation.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=nau6DwAAQBAJ" }, @@ -444,7 +444,7 @@ "categories": [ "Law" ], - "thumbnail": "https://books.google.com/books/content?id=zxj00JRRtEcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780199839667-who-controls-the-internet.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=zxj00JRRtEcC" }, @@ -468,7 +468,7 @@ "categories": [ "Computers" ], - "thumbnail": "https://books.google.com/books/content?id=vVU-l_DpZaIC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781101593585-this-machine-kills-secrets.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=vVU-l_DpZaIC" }, @@ -492,7 +492,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=tN8OEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781529063080-empire-of-pain.jpg", "language": "en", "link": "https://books.google.com/books/about/Empire_of_Pain.html?hl=&id=tN8OEAAAQBAJ" }, @@ -517,7 +517,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=htc7DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780451497918-the-perfect-weapon.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=htc7DwAAQBAJ" }, @@ -541,7 +541,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=G6-hDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781509526437-race-after-technology.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=G6-hDwAAQBAJ" }, @@ -565,7 +565,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=i3P_DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781421438016-the-doctor-who-fooled-the-world.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=i3P_DwAAQBAJ" }, @@ -589,7 +589,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=s2c6DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781501191961-mindhunter.jpg", "language": "en", "link": "https://books.google.com/books/about/Mindhunter.html?hl=&id=s2c6DwAAQBAJ" }, @@ -613,7 +613,7 @@ "categories": [ "Capitol Riot, Washington, D.C., 2021" ], - "thumbnail": "https://books.google.com/books/content?id=L7-GzwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781529418736-the-storm-is-here.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Storm_is_Here.html?hl=&id=L7-GzwEACAAJ" }, @@ -637,7 +637,7 @@ "categories": [ "Music" ], - "thumbnail": "https://books.google.com/books/content?id=dJ-WEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593237410-deliver-me-from-nowhere.jpg", "language": "en", "link": "https://books.google.com/books/about/Deliver_Me_from_Nowhere.html?hl=&id=dJ-WEAAAQBAJ", "dateFinished": "2024-04-23" @@ -663,7 +663,7 @@ "categories": [ "Music" ], - "thumbnail": "https://books.google.com/books/content?id=KvP1EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781478027874-streaming-music-streaming-capital.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=KvP1EAAAQBAJ" }, @@ -686,7 +686,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=ZrNzAwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781466853447-the-three-body-problem.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=ZrNzAwAAQBAJ" }, @@ -709,7 +709,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=9gfKEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9798887440507-a-peoples-guide-to-abolition-and-disability-justice.jpg", "language": "en", "link": "https://books.google.com/books/about/A_People_s_Guide_to_Abolition_and_Disabi.html?hl=&id=9gfKEAAAQBAJ" }, @@ -732,7 +732,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=w19z8-u1dl0C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780441010646-chasm-city.jpg", "language": "en", "link": "https://books.google.com/books/about/Chasm_City.html?hl=&id=w19z8-u1dl0C" }, @@ -755,7 +755,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=9oy9DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316462693-pushing-ice.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=9oy9DwAAQBAJ" }, @@ -780,7 +780,7 @@ "categories": [ "Science" ], - "thumbnail": "https://books.google.com/books/content?id=Ij64EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781662602351-slow-down.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=Ij64EAAAQBAJ" }, @@ -805,7 +805,7 @@ "categories": [ "Education" ], - "thumbnail": "https://books.google.com/books/content?id=i4o0EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780674251489-indentured-students.jpg", "language": "en", "link": "https://books.google.com/books/about/Indentured_Students.html?hl=&id=i4o0EAAAQBAJ" }, @@ -828,7 +828,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=h4y9DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316462617-house-of-suns.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=h4y9DwAAQBAJ" }, @@ -853,7 +853,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=hoKIEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780691244914-algorithms-for-the-people.jpg", "language": "en", "link": "https://books.google.com/books/about/Algorithms_for_the_People.html?hl=&id=hoKIEAAAQBAJ" }, @@ -878,7 +878,7 @@ "categories": [ "Technology & Engineering" ], - "thumbnail": "https://books.google.com/books/content?id=xXxwEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781324006749-how-data-happened-a-history-from-the-age-of-reason-to-the-age-of-algorithms.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=xXxwEAAAQBAJ" }, @@ -903,7 +903,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=TJGwEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781643755656-its-not-you-its-capitalism.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=TJGwEAAAQBAJ" }, @@ -927,7 +927,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=pYRrEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780374720742-the-wounded-world.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=pYRrEAAAQBAJ" }, @@ -951,7 +951,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=eu5-EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780525656869-winnie-and-nelson.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=eu5-EAAAQBAJ" }, @@ -975,7 +975,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=x6umEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781982114121-saying-it-loud.jpg", "language": "en", "link": "https://books.google.com/books/about/Saying_It_Loud.html?hl=&id=x6umEAAAQBAJ" }, @@ -999,7 +999,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=nCGlEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781101947111-judgment-at-tokyo.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=nCGlEAAAQBAJ" }, @@ -1022,7 +1022,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=jtGwEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780300271249-the-rediscovery-of-america.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=jtGwEAAAQBAJ" }, @@ -1046,7 +1046,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=USCUEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781639364282-the-red-hotel.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=USCUEAAAQBAJ" }, @@ -1070,7 +1070,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=KsZ0EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781501198069-the-peoples-hospital.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=KsZ0EAAAQBAJ" }, @@ -1094,7 +1094,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=lcaqEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593653166-an-inconvenient-cop.jpg", "language": "en", "link": "https://books.google.com/books/about/An_Inconvenient_Cop.html?hl=&id=lcaqEAAAQBAJ" }, @@ -1118,7 +1118,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=Gx-UEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781982146931-president-garfield.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=Gx-UEAAAQBAJ" }, @@ -1142,7 +1142,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=nIK2EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781469674971-gun-country.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=nIK2EAAAQBAJ" }, @@ -1165,7 +1165,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=mcaGEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593134382-built-from-the-fire.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=mcaGEAAAQBAJ" }, @@ -1188,7 +1188,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=gVieEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780399590863-the-272.jpg", "language": "en", "link": "https://books.google.com/books/about/The_272.html?hl=&id=gVieEAAAQBAJ" }, @@ -1212,7 +1212,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=1yasEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593534762-to-free-the-captives.jpg", "language": "en", "link": "https://books.google.com/books/about/To_Free_the_Captives.html?hl=&id=1yasEAAAQBAJ" }, @@ -1236,7 +1236,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=7oq2EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593133132-some-people-need-killing.jpg", "language": "en", "link": "https://books.google.com/books/about/Some_People_Need_Killing.html?hl=&id=7oq2EAAAQBAJ" }, @@ -1259,7 +1259,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=YMXEEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781668007990-the-age-of-magical-overthinking.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=YMXEEAAAQBAJ" }, @@ -1283,7 +1283,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=Gg0IEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781635577310-we-are-bellingcat.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=Gg0IEAAAQBAJ" }, @@ -1307,7 +1307,7 @@ "categories": [ "Nature" ], - "thumbnail": "https://books.google.com/books/content?id=VyK3EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781646221349-the-age-of-deer.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Age_of_Deer.html?hl=&id=VyK3EAAAQBAJ" }, @@ -1330,7 +1330,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=jpvEEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781982190477-everest-inc.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=jpvEEAAAQBAJ" }, @@ -1354,7 +1354,7 @@ "categories": [ "Technology & Engineering" ], - "thumbnail": "https://books.google.com/books/content?id=SyJ1EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780262047654-more-than-a-glitch.jpg", "language": "en", "link": "https://books.google.com/books/about/More_than_a_Glitch.html?hl=&id=SyJ1EAAAQBAJ" }, @@ -1379,7 +1379,7 @@ "categories": [ "African Americans in mass media" ], - "thumbnail": "https://books.google.com/books/content?id=JDCqEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780520379725-when-the-hood-comes-off.jpg", "language": "en", "link": "https://books.google.com/books/about/When_the_Hood_Comes_Off.html?hl=&id=JDCqEAAAQBAJ" }, @@ -1402,7 +1402,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=V5OuzwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781960146090-all-the-memories-that-remain-war-alzheimers-and-the-search-for-a-way-home.jpg", "language": "en", "link": "https://books.google.com/books/about/All_the_Memories_That_Remain_War_Alzheim.html?hl=&id=V5OuzwEACAAJ" }, @@ -1428,7 +1428,7 @@ "categories": [ "Technology & Engineering" ], - "thumbnail": "https://books.google.com/books/content?id=8M_lEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780226832319-data-grab.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=8M_lEAAAQBAJ" }, @@ -1452,7 +1452,7 @@ "categories": [ "Music" ], - "thumbnail": "https://books.google.com/books/content?id=qbVHEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781604869880-day-the-country-died.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=qbVHEAAAQBAJ" }, @@ -1475,7 +1475,7 @@ "categories": [ "Self-Help" ], - "thumbnail": "https://books.google.com/books/content?id=_pzEEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781668006542-fluke.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=_pzEEAAAQBAJ" }, @@ -1501,7 +1501,7 @@ "categories": [ "Music" ], - "thumbnail": "https://books.google.com/books/content?id=ebRHEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781629638201-queercore.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=ebRHEAAAQBAJ" }, @@ -1525,7 +1525,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=tgnZBAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1770410651-perfect-youth.jpg", "language": "en", "link": "https://books.google.com/books/about/Perfect_Youth.html?hl=&id=tgnZBAAAQBAJ" }, @@ -1549,7 +1549,7 @@ "categories": [ "Music" ], - "thumbnail": "https://books.google.com/books/content?id=FrZHEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781629632421-going-underground.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=FrZHEAAAQBAJ" }, @@ -1572,7 +1572,7 @@ "categories": [ "Rock groups" ], - "thumbnail": "https://books.google.com/books/content?id=6dwCAAAACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781929069248-loser.jpg", "language": "en", "link": "https://books.google.com/books/about/Loser.html?hl=&id=6dwCAAAACAAJ" }, @@ -1596,7 +1596,7 @@ "categories": [ "Punk rock music" ], - "thumbnail": "https://books.google.com/books/content?id=zkSIRAAACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781402779374-the-encyclopedia-of-punk.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Encyclopedia_of_Punk.html?hl=&id=zkSIRAAACAAJ" }, @@ -1617,7 +1617,7 @@ "description": "The Butthole Surfers remain one of the most enigmatic bands in the history of rock music. Most of their records have no information of any kind, and often with the suggestion that you play them at 69 rpm.... They lived like nomads through much of the 1980s, and built their reputation upon tours that never ended, and shows that resembled hedonistic acid tests. They left a heap of former band members in their wake, and have often alienated as many fans as they've attracted. Here for the first time is the complete story of one of the most controversial and dangerous bands to have emerged from the ashes of the punk rock movement. 'Let's Go to Hell' compiles the scattered memories into the first comprehensive overview of the band. Featuring exclusive interviews, tons of rare and unpublished photographs, and analysis of the band's vast recorded (and unrecorded) efforts, 'Let's Go to Hell' finally tells the story that was thought (and often hoped) would never be told...", "pageCount": 506, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=dLAEswEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780578164397-lets-go-to-hell.jpg", "language": "en", "link": "https://books.google.com/books/about/Let_s_Go_to_Hell.html?hl=&id=dLAEswEACAAJ" }, @@ -1637,7 +1637,7 @@ "publishedDate": "2022-05-05", "pageCount": 0, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=CO8qzwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781940213200-anarchy-at-the-circle-k.jpg", "language": "en", "link": "https://books.google.com/books/about/Anarchy_at_the_Circle_K.html?hl=&id=CO8qzwEACAAJ" }, @@ -1661,7 +1661,7 @@ "categories": [ "Music" ], - "thumbnail": "https://books.google.com/books/content?id=q7VHEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781604869873-dead-kennedys.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=q7VHEAAAQBAJ" }, @@ -1686,7 +1686,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=hpvEEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781982180874-vulture-capitalism.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=hpvEEAAAQBAJ", "dateStarted": "2024-04-23", @@ -1713,7 +1713,7 @@ "categories": [ "Music" ], - "thumbnail": "https://books.google.com/books/content?id=ixyhqFqgqVIC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781101145005-gimme-something-better.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=ixyhqFqgqVIC" }, @@ -1737,7 +1737,7 @@ "description": "The age of denial is over. Across the global North, how we should respond to the climate crisis has been answered: with carbon trading, green hydrogen, a shift to renewables, and electric cars. Green New Deals across Europe and North America promise to reduce emissions while creating new jobs. But these climate 'solutions' beneath the sustainability branding lead to new environmental injustices and green colonialism. The green growth and clean energy plans of the Global North require the large-scale extraction of strategic minerals from the Global South. The geopolitics of transition implies sacrificing territories and genuinely sustainable ways of inhabiting this world. A new subordination in the global energy economy prevents societies in the South from developing sovereign strategies to foster a dignified life. This book platforms the voices conspicuously absent in debates around energy and climate in the Global North. Drawing on case studies from across the Global South, the authors provide incisive critiques of green colonialism in its material, political, and symbolic dimensions, discuss the multiple entanglements that forcefully connect the transitions of different world regions in a globalized economy, and explore alternative pathways toward a liveable and globally just future for all.", "pageCount": 0, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=JoMP0AEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780745349343-the-geopolitics-of-green-colonialism.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Geopolitics_of_Green_Colonialism.html?hl=&id=JoMP0AEACAAJ" }, @@ -1760,7 +1760,7 @@ "categories": [ "Transportation" ], - "thumbnail": "https://books.google.com/books/content?id=Y98oPkGTCKQC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781610911740-human-transit.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=Y98oPkGTCKQC" }, @@ -1784,7 +1784,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=1wjHEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781324020981-imagination-a-manifesto-a-norton-short.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=1wjHEAAAQBAJ" }, @@ -1810,7 +1810,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=1sHxEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781478059219-silicon-valley-imperialism.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=1sHxEAAAQBAJ" }, @@ -1834,7 +1834,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=pRC7EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781839760570-systems-ultra.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=pRC7EAAAQBAJ" }, @@ -1858,7 +1858,7 @@ "categories": [ "Drama" ], - "thumbnail": "https://books.google.com/books/content?id=Onh6EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780262371896-rur-and-the-vision-of-artificial-life.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=Onh6EAAAQBAJ" }, @@ -1882,7 +1882,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=zYjgEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781509558070-foreverism.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=zYjgEAAAQBAJ" }, @@ -1906,7 +1906,7 @@ "categories": [ "Music" ], - "thumbnail": "https://books.google.com/books/content?id=WbVHEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781604868388-punk-rock.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=WbVHEAAAQBAJ" }, @@ -1933,7 +1933,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=cR7QEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9798888901410-resisting-borders-and-technologies-of-violence.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=cR7QEAAAQBAJ" }, @@ -1958,7 +1958,7 @@ "categories": [ "Philosophy" ], - "thumbnail": "https://books.google.com/books/content?id=_AnmEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781478027720-brutalism.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=_AnmEAAAQBAJ" }, @@ -1981,7 +1981,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=PNNbzwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593713099-trust.jpg", "language": "en", "link": "https://books.google.com/books/about/Trust.html?hl=&id=PNNbzwEACAAJ" }, @@ -2003,7 +2003,7 @@ "description": "\"The College Cartel is a meticulously reported, deeply thoughtful, and vitally important book. Sahaj Sharda reveals one of the most destructive bottlenecks in our economic and political system: The powerful elite universities that stand between young people and their future. This book exposes a shockingly broken system while offering sharp and thoughtful proposals for fixing it. The problem is almost certainly going to get worse, making the message of this book more urgent by the day.\" -Christopher Leonard, New York Times Bestselling Author of \"Kochland\" and \"The Lords of Easy Money.\" Most people don't truly know what elite colleges sell, and they certainly don't know how elite colleges sell. This book covers a story the media has ignored for too long. It details how elite colleges unfairly collude to monopolize the higher education industry and squeeze students, parents, and the public. Between 1994 and 2021, the University of Pennsylvania's endowment increased from $1.5 billion to $20.5 billion, growing by 1301%. Over that period, Cornell's endowment grew by 1014%, Brown's endowment grew by 1035%, and Duke's endowment grew by 1717%. Universally, elite universities have grown opulent beyond belief. Coinciding with that opulence is a growing scarcity of seats. As elite universities have hoarded more resources, they have jointly refused to teach materially more students. Between 1991 to 2021, the acceptance rate at the University of Pennsylvania plummeted from 47% of applicants to below 6%. Over that period, Cornell's acceptance rate went from over 30% to merely 9%. Acceptance rates similarly plummeted at Brown, Duke, Princeton, Harvard, Yale, Columbia, Georgetown, and virtually every other elite university. At elite universities in America, applications have erupted, enrollments have stagnated, and endowments have swollen. There is a word for an industry where a few collaborators make more collective profit by turning the product scarce. That word is cartel. As this book demonstrates, the college cartel of elite universities colludes both in plain sight and through hidden arrangements. The college cartel fixes prices, restricts the expansion of seats, and lobbies for unbelievable subsidies and tax breaks. Sitting in a market with strict barriers to entry, this cartel knows that the only invisible hand that reigns is its own invisible hand in middle-class pockets. This book is a timely muckraking piece about how elite colleges have strangled students and squeezed their parents over the last few decades. This book also offers aggressive solutions for the dangerous concentration of monopoly power in higher education.", "pageCount": 0, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=ml4Z0AEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9798385630509-the-college-cartel.jpg", "language": "en", "link": "https://books.google.com/books/about/The_College_Cartel.html?hl=&id=ml4Z0AEACAAJ" }, @@ -2027,7 +2027,7 @@ "categories": [ "Music" ], - "thumbnail": "https://books.google.com/books/content?id=NKNjEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781629639482-the-clash.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=NKNjEAAAQBAJ" }, @@ -2051,7 +2051,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=LG9pEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781250834997-some-desperate-glory.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=LG9pEAAAQBAJ" }, @@ -2074,7 +2074,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=BTekEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780385688093-wellness.jpg", "language": "en", "link": "https://books.google.com/books/about/Wellness.html?hl=&id=BTekEAAAQBAJ" }, @@ -2099,7 +2099,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=LOIQc_ALD8YC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780520957039-thank-you-anarchy.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=LOIQc_ALD8YC" }, @@ -2122,7 +2122,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=pxWWHQ8O9usC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780345522580-retribution-falls.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=pxWWHQ8O9usC" }, @@ -2145,7 +2145,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=LdDsEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780425285992-light-bringer.jpg", "language": "en", "link": "https://books.google.com/books/about/Light_Bringer.html?hl=&id=LdDsEAAAQBAJ" }, @@ -2168,7 +2168,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=nFqTEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780425285930-iron-gold.jpg", "language": "en", "link": "https://books.google.com/books/about/Iron_Gold.html?hl=&id=nFqTEAAAQBAJ" }, @@ -2191,7 +2191,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=B4zIAgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780345539823-golden-son.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=B4zIAgAAQBAJ" }, @@ -2214,7 +2214,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=GJqVBgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780345539854-morning-star.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=GJqVBgAAQBAJ" }, @@ -2237,7 +2237,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=AmNDDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780425285954-dark-age.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=AmNDDwAAQBAJ" }, @@ -2263,7 +2263,7 @@ "categories": [ "Medical" ], - "thumbnail": "https://books.google.com/books/content?id=MAqyDAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780698407183-an-american-sickness.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=MAqyDAAAQBAJ" }, @@ -2286,7 +2286,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=fNzVswEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316526999-aurora.jpg", "language": "en", "link": "https://books.google.com/books/about/Aurora.html?hl=&id=fNzVswEACAAJ" }, @@ -2309,7 +2309,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=jlazBgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316246675-ancillary-mercy.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=jlazBgAAQBAJ" }, @@ -2332,7 +2332,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=N9cNAwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316246644-ancillary-sword.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=N9cNAwAAQBAJ" }, @@ -2355,7 +2355,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=obAHf43THvQC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316246637-ancillary-justice.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=obAHf43THvQC" }, @@ -2378,7 +2378,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=q3KSEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316290241-translation-state.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=q3KSEAAAQBAJ" }, @@ -2401,7 +2401,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=eU1SDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780399587320-before-mars.jpg", "language": "en", "link": "https://books.google.com/books/about/Before_Mars.html?hl=&id=eU1SDwAAQBAJ" }, @@ -2424,7 +2424,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=B2CHDgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316388634-provenance.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=B2CHDgAAQBAJ" }, @@ -2448,7 +2448,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=ffN3pkcqYGAC&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781444725018-red-moon.jpg", "language": "en", "link": "https://books.google.com/books/about/Red_Moon.html?hl=&id=ffN3pkcqYGAC" }, @@ -2471,7 +2471,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=K_NuAwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781466873827-the-lady-astronaut-of-mars.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=K_NuAwAAQBAJ" }, @@ -2494,7 +2494,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=evv_EAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781250237040-the-martian-contingency.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Martian_Contingency.html?hl=&id=evv_EAAAQBAJ" }, @@ -2517,7 +2517,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=He0yDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780765398932-the-fated-sky.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=He0yDwAAQBAJ" }, @@ -2540,7 +2540,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=jvoyDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781466861244-the-calculating-stars.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=jvoyDwAAQBAJ" }, @@ -2563,7 +2563,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=iQKrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781250236487-the-relentless-moon.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=iQKrDwAAQBAJ" }, @@ -2586,7 +2586,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=YP2EDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781250241306-articulated-restraint.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=YP2EDwAAQBAJ" }, @@ -2609,7 +2609,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=bOeODwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781524742416-delta-v.jpg", "language": "en", "link": "https://books.google.com/books/about/Delta_v.html?hl=&id=bOeODwAAQBAJ" }, @@ -2632,7 +2632,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=yHb7DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781250236333-the-last-watch.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=yHb7DwAAQBAJ" }, @@ -2655,7 +2655,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=pQP6DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781250236357-the-exiled-fleet.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=pQP6DwAAQBAJ" }, @@ -2678,7 +2678,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=GLeXzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781529051902-shards-of-earth-the-final-architecture-book-1.jpg", "language": "en", "link": "https://books.google.com/books/about/Shards_of_Earth_the_Final_Architecture_B.html?hl=&id=GLeXzgEACAAJ" }, @@ -2702,7 +2702,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=8UWoEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593442999-they-called-us-exceptional.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=8UWoEAAAQBAJ" }, @@ -2728,7 +2728,7 @@ "categories": [ "Performing Arts" ], - "thumbnail": "https://books.google.com/books/content?id=NxpdEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781982186555-the-black-guy-dies-first.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=NxpdEAAAQBAJ" }, @@ -2753,7 +2753,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=SEcdDgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780553447453-evicted.jpg", "language": "en", "link": "https://books.google.com/books/about/Evicted.html?hl=&id=SEcdDgAAQBAJ" }, @@ -2777,7 +2777,7 @@ "categories": [ "NATURE" ], - "thumbnail": "https://books.google.com/books/content?id=n_pcDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781603587396-eager.jpg", "language": "en", "link": "https://books.google.com/books/about/Eager.html?hl=&id=n_pcDwAAQBAJ" }, @@ -2801,7 +2801,7 @@ "categories": [ "Computers" ], - "thumbnail": "https://books.google.com/books/content?id=IS6CEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781718503137-hacks-leaks-and-revelations.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=IS6CEAAAQBAJ" }, @@ -2825,7 +2825,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=5rW-EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781324074342-going-infinite-the-rise-and-fall-of-a-new-tycoon.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=5rW-EAAAQBAJ" }, @@ -2850,7 +2850,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=qcaqEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781524761042-tupac-shakur.jpg", "language": "en", "link": "https://books.google.com/books/about/Tupac_Shakur.html?hl=&id=qcaqEAAAQBAJ" }, @@ -2874,7 +2874,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=KyipEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780385548663-sonic-life.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=KyipEAAAQBAJ" }, @@ -2898,7 +2898,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=pvyoEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781541602588-beyond-the-wall.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=pvyoEAAAQBAJ" }, @@ -2925,7 +2925,7 @@ "categories": [ "Technology & Engineering" ], - "thumbnail": "https://books.google.com/books/content?id=CrtoNFTuPwwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781408828779-merchants-of-doubt.jpg", "language": "en", "link": "https://books.google.com/books/about/Merchants_of_Doubt.html?hl=&id=CrtoNFTuPwwC" }, @@ -2948,7 +2948,7 @@ "categories": [ "Autobiographies" ], - "thumbnail": "https://books.google.com/books/content?id=8TTZCwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781101902752-a-mothers-reckoning.jpg", "language": "en", "link": "https://books.google.com/books/about/A_Mother_s_Reckoning.html?hl=&id=8TTZCwAAQBAJ" }, @@ -2972,7 +2972,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=zm1zEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316592024-palo-alto.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=zm1zEAAAQBAJ" }, @@ -2995,7 +2995,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=C16UDAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781631680687-without-a-doubt.jpg", "language": "en", "link": "https://books.google.com/books/about/Without_a_Doubt.html?hl=&id=C16UDAEACAAJ" }, @@ -3018,7 +3018,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=Rwd8EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780385534277-the-wager.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=Rwd8EAAAQBAJ" }, @@ -3041,7 +3041,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=NOP1CQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780062444301-conviction.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=NOP1CQAAQBAJ" }, @@ -3064,7 +3064,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=2WM9PgAACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780446345217-the-executioners-song.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Executioner_s_Song.html?hl=&id=2WM9PgAACAAJ" }, @@ -3086,7 +3086,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=zMtMKtg3yI4C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781622095841-the-stranger-beside-me.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Stranger_Beside_Me.html?hl=&id=zMtMKtg3yI4C" }, @@ -3109,7 +3109,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=1g2PDQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780375725609-the-devil-in-the-white-city.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Devil_in_the_White_City.html?hl=&id=1g2PDQAAQBAJ" }, @@ -3132,7 +3132,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=GTRQDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781400201761-a-serial-killers-daughter.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=GTRQDwAAQBAJ" }, @@ -3152,7 +3152,7 @@ "description": "New York Times Bestseller Soon to be a Netflix film. The bestselling account of the lives of five young women whose fates converged in the perplexing case of the Long Island Serial Killer. Now updated, with a new afterword by the author. \"Rich, tragic...monumental...true-crime reporting at its best.\"--Washington Post One late spring evening in 2010, Shannan Gilbert--after running through the oceanfront community of Oak Beach screaming for her life--went missing. No one who had heard of her disappearance thought much about what had happened to the twenty-four-year-old: she was a Craigslist escort who had been fleeing a scene--of what, no one could be sure. The Suffolk County police, too, seemed to have paid little attention--until seven months later, when an unexpected discovery in a bramble alongside a nearby highway turned up four bodies, all evenly spaced, all wrapped in burlap. But none of them Shannan's. There was Maureen Brainard-Barnes, last seen at Penn Station in Manhattan three years earlier, and Melissa Barthelemy, last seen in the Bronx in 2009. There was Megan Waterman, last seen leaving a hotel in Hauppauge, Long Island, just a month after Shannon's disappearance in 2010, and Amber Lynn Costello, last seen leaving a house in West Babylon a few months later that same year. Like Shannan, all four women were petite, in their twenties, and had come from out of town to work as escorts, and they all had advertised on Craigslist and its competitor, Backpage. Lost Girls is a portrait of unsolved murders in an idyllic part of America, of the underside of the Internet, and of the secrets we keep without admitting to ourselves that we keep them. Long considered \"one of the best true-crime books of all time\" (Time), this edition is now updated, with an afterword about developments in the case, including the shocking fate of Mari Gilbert, Shannan's mother, for whom this case became the crusade of a lifetime.", "pageCount": 432, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=yAnwygEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/0063012952-lost-girls.jpg", "language": "en", "link": "https://books.google.com/books/about/Lost_Girls.html?hl=&id=yAnwygEACAAJ" }, @@ -3176,7 +3176,7 @@ "categories": [ "Humor" ], - "thumbnail": "https://books.google.com/books/content?id=oZCzEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781538706510-leslie-fcking-jones.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=oZCzEAAAQBAJ" }, @@ -3199,7 +3199,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=-7qhDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781683359524-the-phantom-prince.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=-7qhDwAAQBAJ" }, @@ -3225,7 +3225,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=CzuAEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780807007075-chokepoint-capitalism.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=CzuAEAAAQBAJ" }, @@ -3248,7 +3248,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=RL-iEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780374610678-wrong-way.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=RL-iEAAAQBAJ" }, @@ -3275,7 +3275,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=pAmjEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781839764578-own-this.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=pAmjEAAAQBAJ" }, @@ -3301,7 +3301,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=aWLFEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781503636934-gofailme.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=aWLFEAAAQBAJ" }, @@ -3326,7 +3326,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=goGpEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781324036678-against-technoableism-rethinking-who-needs-improvement-a-norton-short.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=goGpEAAAQBAJ" }, @@ -3351,7 +3351,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=Cl-5zwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780745348216-let-them-eat-crypto.jpg", "language": "en", "link": "https://books.google.com/books/about/Let_Them_Eat_Crypto.html?hl=&id=Cl-5zwEACAAJ" }, @@ -3374,7 +3374,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=IQS7EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780374610333-doppelganger.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=IQS7EAAAQBAJ" }, @@ -3398,7 +3398,7 @@ "categories": [ "Computers" ], - "thumbnail": "https://books.google.com/books/content?id=9QXTDQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780465063758-consent-of-the-networked.jpg", "language": "en", "link": "https://books.google.com/books/about/Consent_of_the_Networked.html?hl=&id=9QXTDQAAQBAJ" }, @@ -3423,7 +3423,7 @@ "categories": [ "Law" ], - "thumbnail": "https://books.google.com/books/content?id=uGtYEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781108837651-the-right-to-repair.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Right_to_Repair.html?hl=&id=uGtYEAAAQBAJ" }, @@ -3449,7 +3449,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=8i9ZDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781608469185-subterranean-fire.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=8i9ZDwAAQBAJ" }, @@ -3475,7 +3475,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=kUNGDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781620971628-a-history-of-america-in-ten-strikes.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=kUNGDwAAQBAJ" }, @@ -3501,7 +3501,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=TkKSDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780062908612-a-collective-bargain.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=TkKSDwAAQBAJ" }, @@ -3528,7 +3528,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=dbdHEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781604865691-labor-law-for-the-rank-filer.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=dbdHEAAAQBAJ" }, @@ -3554,7 +3554,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=wuxkEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781641606615-top-eight.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=wuxkEAAAQBAJ" }, @@ -3581,7 +3581,7 @@ "categories": [ "Self-Help" ], - "thumbnail": "https://books.google.com/books/content?id=9jEeEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781538707142-carry-on.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=9jEeEAAAQBAJ" }, @@ -3604,7 +3604,7 @@ "categories": [ "Family secrets" ], - "thumbnail": "https://books.google.com/books/content?id=w6U1MQAACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781611097511-when-you-disappeared.jpg", "language": "en", "link": "https://books.google.com/books/about/When_You_Disappeared.html?hl=&id=w6U1MQAACAAJ" }, @@ -3627,7 +3627,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=01aMEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780008505837-ascension.jpg", "language": "en", "link": "https://books.google.com/books/about/Ascension.html?hl=&id=01aMEAAAQBAJ" }, @@ -3650,7 +3650,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=NtNsDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316452540-children-of-ruin.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=NtNsDwAAQBAJ" }, @@ -3673,7 +3673,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=n7JfDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316452496-children-of-time.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=n7JfDwAAQBAJ" }, @@ -3696,7 +3696,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=DOWnEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9789393701688-meru.jpg", "language": "en", "link": "https://books.google.com/books/about/Meru.html?hl=&id=DOWnEAAAQBAJ" }, @@ -3719,7 +3719,7 @@ "categories": [ "FICTION" ], - "thumbnail": "https://books.google.com/books/content?id=HjmvtAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781503903364-the-good-samaritan.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Good_Samaritan.html?hl=&id=HjmvtAEACAAJ" }, @@ -3744,7 +3744,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=4E3cp9P_SskC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780385669528-the-passage.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Passage.html?hl=&id=4E3cp9P_SskC" }, @@ -3767,7 +3767,7 @@ "categories": [ "Hostages" ], - "thumbnail": "https://books.google.com/books/content?id=bqfbyQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781542017022-what-lies-between-us.jpg", "language": "en", "link": "https://books.google.com/books/about/What_Lies_Between_Us.html?hl=&id=bqfbyQEACAAJ" }, @@ -3791,7 +3791,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=tjOUEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780369742032-the-marriage-act.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=tjOUEAAAQBAJ" }, @@ -3816,7 +3816,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=WtqKCgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780804177641-the-city-of-mirrors.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=WtqKCgAAQBAJ" }, @@ -3839,7 +3839,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=SuBuEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316466516-children-of-memory.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=SuBuEAAAQBAJ" }, @@ -3864,7 +3864,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=n4t2EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593239926-poverty-by-america.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=n4t2EAAAQBAJ" }, @@ -3887,7 +3887,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=NdDsEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780525619499-the-ferryman.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Ferryman.html?hl=&id=NdDsEAAAQBAJ" }, @@ -3912,7 +3912,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=LnqAPMlTfVMC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780345534897-the-twelve-book-two-of-the-passage-trilogy.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=LnqAPMlTfVMC" }, @@ -3936,7 +3936,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=GjSEEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780063043060-the-endless-vessel.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=GjSEEAAAQBAJ" }, @@ -3957,7 +3957,7 @@ "description": "Through a social history of the Tor network (often known as the \"Dark Web\"), this book develops a rich and novel approach to understanding privacy technologies and their implication in crime, harm, control, and resistance", "pageCount": 0, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=L59e0AEACAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780262378925-tor.jpg", "language": "en", "link": "https://books.google.com/books/about/Tor.html?hl=&id=L59e0AEACAAJ" }, @@ -3981,7 +3981,7 @@ "categories": [ "Music" ], - "thumbnail": "https://books.google.com/books/content?id=PWU0wwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/164250114X-from-the-basement.jpg", "language": "en", "link": "https://books.google.com/books/about/From_the_Basement.html?hl=&id=PWU0wwEACAAJ" }, @@ -4004,7 +4004,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=-lz30EVpBkoC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780380978939-ilium.jpg", "language": "en", "link": "https://books.google.com/books/about/Ilium.html?hl=&id=-lz30EVpBkoC" }, @@ -4027,7 +4027,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=VSnCKaLwQuEC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780380978946-olympos.jpg", "language": "en", "link": "https://books.google.com/books/about/Olympos.html?hl=&id=VSnCKaLwQuEC" }, @@ -4050,7 +4050,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=pUPwoQrLtQUC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781429925051-jumper-griffins-story.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=pUPwoQrLtQUC" }, @@ -4073,7 +4073,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=rmY7cMdHle8C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780812578546-reflex.jpg", "language": "en", "link": "https://books.google.com/books/about/Reflex.html?hl=&id=rmY7cMdHle8C" }, @@ -4096,7 +4096,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=Y_B7OEueYuUC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780765357694-jumper.jpg", "language": "en", "link": "https://books.google.com/books/about/Jumper.html?hl=&id=Y_B7OEueYuUC" }, @@ -4119,7 +4119,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=8nsmEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780385263481-hyperion.jpg", "language": "en", "link": "https://books.google.com/books/about/Hyperion.html?hl=&id=8nsmEAAAQBAJ" }, @@ -4142,7 +4142,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=WqkIdLAEgfYC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780307781918-endymion.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=WqkIdLAEgfYC" }, @@ -4165,7 +4165,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=rsSPgjg5O9IC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780307781925-rise-of-endymion.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=rsSPgjg5O9IC" }, @@ -4188,7 +4188,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=DaN3-r0EXOcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780307781895-the-fall-of-hyperion.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=DaN3-r0EXOcC" }, @@ -4211,7 +4211,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=0xpvOtMEhvMC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781429987547-impulse.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=0xpvOtMEhvMC" }, @@ -4234,7 +4234,7 @@ "categories": [ "Religion" ], - "thumbnail": "https://books.google.com/books/content?id=WTNlnQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/0062270273-the-artisan-soul.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Artisan_Soul.html?hl=&id=WTNlnQEACAAJ" }, @@ -4258,7 +4258,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=GVVsCwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781497689404-friendly-fascism.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=GVVsCwAAQBAJ" }, @@ -4282,7 +4282,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=6xlZDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780143129028-american-kingpin.jpg", "language": "en", "link": "https://books.google.com/books/about/American_Kingpin.html?hl=&id=6xlZDwAAQBAJ" }, @@ -4305,7 +4305,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=wnItBAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780765336545-exo.jpg", "language": "en", "link": "https://books.google.com/books/about/Exo.html?hl=&id=wnItBAAAQBAJ" }, @@ -4328,7 +4328,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=yud-foXqGUEC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316134675-leviathan-wakes.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=yud-foXqGUEC" }, @@ -4351,7 +4351,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=tXGRBgwxAHIC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316202275-calibans-war.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=tXGRBgwxAHIC" }, @@ -4374,7 +4374,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=wLasZiihCzMC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316204071-the-butcher-of-anderson-station.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=wLasZiihCzMC" }, @@ -4397,7 +4397,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=_V1ZXdibLlgC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316217651-gods-of-risk.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=_V1ZXdibLlgC" }, @@ -4420,7 +4420,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=rIWWl_bA0z4C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316235426-abaddons-gate.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=rIWWl_bA0z4C" }, @@ -4443,7 +4443,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=f2n5AgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316217668-the-churn-an-expanse-novella.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=f2n5AgAAQBAJ" }, @@ -4466,7 +4466,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=Hn41AgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316217606-cibola-burn.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=Hn41AgAAQBAJ" }, @@ -4489,7 +4489,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=A_-zBAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316217590-nemesis-games.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=A_-zBAAAQBAJ" }, @@ -4512,7 +4512,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=oC6XCgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316217569-the-vital-abyss.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=oC6XCgAAQBAJ" }, @@ -4535,7 +4535,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=3jsYCwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316217637-babylons-ashes.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=3jsYCwAAQBAJ" }, @@ -4558,7 +4558,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=no-vDgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316217576-strange-dogs.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=no-vDgAAQBAJ" }, @@ -4581,7 +4581,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=cxNVDgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316332828-persepolis-rising.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=cxNVDgAAQBAJ" }, @@ -4604,7 +4604,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=xP6yDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316217675-auberon.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=xP6yDwAAQBAJ" }, @@ -4627,7 +4627,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=JQdUDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316332866-tiamats-wrath.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=JQdUDwAAQBAJ" }, @@ -4650,7 +4650,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=G4_DjO5ZHUYC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781429952408-shade.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=G4_DjO5ZHUYC" }, @@ -4675,7 +4675,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=sUZpEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780691241401-breaking-the-social-media-prism.jpg", "language": "en", "link": "https://books.google.com/books/about/Breaking_the_Social_Media_Prism.html?hl=&id=sUZpEAAAQBAJ" }, @@ -4698,7 +4698,7 @@ "categories": [ "Caste-based discrimination" ], - "thumbnail": "https://books.google.com/books/content?id=Sl02tAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781542047197-a-river-in-darkness.jpg", "language": "en", "link": "https://books.google.com/books/about/A_River_in_Darkness.html?hl=&id=Sl02tAEACAAJ" }, @@ -4721,7 +4721,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=zou9DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316462488-redemption-ark.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=zou9DwAAQBAJ" }, @@ -4745,7 +4745,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=wpfKBwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781620402504-dreamland.jpg", "language": "en", "link": "https://books.google.com/books/about/Dreamland.html?hl=&id=wpfKBwAAQBAJ" }, @@ -4768,7 +4768,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=XA4iEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316332934-leviathan-falls.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=XA4iEAAAQBAJ" }, @@ -4792,7 +4792,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=S2ZNEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1984877925-will.jpg", "language": "en", "link": "https://books.google.com/books/about/Will.html?hl=&id=S2ZNEAAAQBAJ" }, @@ -4817,7 +4817,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=ShZxEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780063275836-an-ugly-truth.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=ShZxEAAAQBAJ" }, @@ -4841,7 +4841,7 @@ "categories": [ "Anti-communist movements" ], - "thumbnail": "https://books.google.com/books/content?id=DzQ8vgAACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1328663795-blitzed.jpg", "language": "en", "link": "https://books.google.com/books/about/Blitzed.html?hl=&id=DzQ8vgAACAAJ" }, @@ -4865,7 +4865,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=ZlU_DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781760635510-darkest-web.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=ZlU_DwAAQBAJ" }, @@ -4889,7 +4889,7 @@ "categories": [ "Language Arts & Disciplines" ], - "thumbnail": "https://books.google.com/books/content?id=L-n8DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780062993175-cultish.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=L-n8DwAAQBAJ" }, @@ -4913,7 +4913,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=ifusDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781541724013-the-jakarta-method.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=ifusDwAAQBAJ" }, @@ -4937,7 +4937,7 @@ "categories": [ "Law" ], - "thumbnail": "https://books.google.com/books/content?id=bfE3EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781984880758-seek-and-hide.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=bfE3EAAAQBAJ" }, @@ -4962,7 +4962,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=GGWNEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/0393881067-survival-of-the-richest.jpg", "language": "en", "link": "https://books.google.com/books/about/Survival_of_the_Richest.html?hl=&id=GGWNEAAAQBAJ" }, @@ -4986,7 +4986,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=hrhPEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593241431-the-impossible-city.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Impossible_City.html?hl=&id=hrhPEAAAQBAJ" }, @@ -5011,7 +5011,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=mcETEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781984878540-the-contrarian.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=mcETEAAAQBAJ" }, @@ -5032,7 +5032,7 @@ "description": "Learn how to use JavaScript responsibly and create resilient experiences that are more accessible and inclusive.", "pageCount": 0, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=SAfNzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781952616112-responsible-javascript.jpg", "language": "en", "link": "https://books.google.com/books/about/Responsible_JavaScript.html?hl=&id=SAfNzgEACAAJ" }, @@ -5056,7 +5056,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=BSvtzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780063251281-where-are-your-boys-tonight.jpg", "language": "en", "link": "https://books.google.com/books/about/Where_Are_Your_Boys_Tonight.html?hl=&id=BSvtzgEACAAJ" }, @@ -5081,7 +5081,7 @@ "categories": [ "Music" ], - "thumbnail": "https://books.google.com/books/content?id=xQ9SCwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/0306818795-trouble-boys.jpg", "language": "en", "link": "https://books.google.com/books/about/Trouble_Boys.html?hl=&id=xQ9SCwAAQBAJ" }, @@ -5105,7 +5105,7 @@ "categories": [ "Music" ], - "thumbnail": "https://books.google.com/books/content?id=suH3q3OJ3qoC&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316787536-our-band-could-be-your-life.jpg", "language": "en", "link": "https://books.google.com/books/about/Our_Band_Could_Be_Your_Life.html?hl=&id=suH3q3OJ3qoC" }, @@ -5126,7 +5126,7 @@ "description": "There's a resurgent labor movement in the tech industry. Tech workers-designers, engineers, writers, and many others-have learned that when they stand together, they're poised to build a better version of the tech industry. They haven't stopped there: at companies from Kickstarter to Google, workers have formed unions. And you should, too. But what are unions? And why do they matter? Ethan Marcotte answers these questions through extensive research and by interviewing tech workers with real-world union-building experience. Ethan shares these workers' insights and stories, weaving them together to outline the process for forming a union of your very own. Because you-yes, you-deserve a tech union. THIS BOOK EXPLORES: What it means to be a \"tech worker,\" and what it means to do tech work A brief history of worker-led activism, inside and outside the tech industry What unions are, why they matter, and how they function An overview of how to form a union in the United States How to use unions to build a more sustainable future for tech work and tech workers", "pageCount": 0, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=CQoX0AEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1952616603-you-deserve-a-tech-union.jpg", "language": "en", "link": "https://books.google.com/books/about/You_Deserve_a_Tech_Union.html?hl=&id=CQoX0AEACAAJ" }, @@ -5150,7 +5150,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=pbetEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781804291245-the-internet-con.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Internet_Con.html?hl=&id=pbetEAAAQBAJ" }, @@ -5174,7 +5174,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=Fiyw_LeL51MC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780393322231-helter-skelter-the-true-story-of-the-manson-murders.jpg", "language": "en", "link": "https://books.google.com/books/about/Helter_Skelter_The_True_Story_of_the_Man.html?hl=&id=Fiyw_LeL51MC" }, @@ -5197,7 +5197,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=dqMn0AEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781952616624-surviving-change-at-work.jpg", "language": "en", "link": "https://books.google.com/books/about/Surviving_Change_at_Work.html?hl=&id=dqMn0AEACAAJ" }, @@ -5221,7 +5221,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=KN5OxwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781620975411-monopolized.jpg", "language": "en", "link": "https://books.google.com/books/about/Monopolized.html?hl=&id=KN5OxwEACAAJ" }, @@ -5245,7 +5245,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=7pu1EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593443811-number-go-up.jpg", "language": "en", "link": "https://books.google.com/books/about/Number_Go_Up.html?hl=&id=7pu1EAAAQBAJ" }, @@ -5269,7 +5269,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=gK6SrgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780062295897-girl-in-a-band.jpg", "language": "en", "link": "https://books.google.com/books/about/Girl_in_a_Band.html?hl=&id=gK6SrgEACAAJ" }, @@ -5291,7 +5291,7 @@ "description": "The true story of what happened the first time machines came for human jobs, when an underground network of 19th century rebels, the Luddites, took up arms against the industrialists that were automating their work--and how it explains the power, threat, and toll of big tech today. The most pressing story in modern tech begins not in Silicon Valley, Seattle, or even Shenzhen. It begins two hundred years ago in rural England, when working men and women rose up en masse rather than starve at the hands of the factory owners who were using machines to erase and degrade their livelihoods. They organized guerilla raids, smashed those machines, and embarked on full-scale assaults against the wealthy machine owners. They won the support of Lord Byron, inspired Mary Shelley, and enraged the Prince Regent and his bloodthirsty government. Before it was over, much blood would be spilled--of rich and poor, of the invisible and of the powerful. This all-but-forgotten and deeply misunderstood class struggle nearly brought 19th century England to its knees. We live now in the second machine age, when similar fears that big tech is dominating our lives and machines replacing human labor run high. We worry that technology imperils millions of jobs, robots are ousting workers from factories, and artificial intelligence will soon remove drivers from cars. How will this all reshape our economy and the way we live? And what can we do about it? The answers lie in the story of our first machine age, when mechanization first came to British factories at the beginning of the industrial revolution. Intertwined with a lucid examination of our current age, the story of the Luddites, the working-class insurgency that took up arms against automation (at a time when it was punishable by death to break a machine), Blood in the Machine reaches through time and space to tell a story about how technology changed our world--and how it's already changing our future.", "pageCount": 0, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=QvPDzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316487740-blood-in-the-machine.jpg", "language": "en", "link": "https://books.google.com/books/about/Blood_in_the_Machine.html?hl=&id=QvPDzgEACAAJ" }, @@ -5315,7 +5315,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://covers.openlibrary.org/b/id/14560193-L.jpg", + "thumbnail": "https://coryd.dev/media/books/9781982146863-extremely-online.jpg", "language": "en", "link": "https://books.google.com/books/about/Extremely_Online.html?hl=&id=aHDVEAAAQBAJ" }, @@ -5341,7 +5341,7 @@ "categories": [ "Industrial management" ], - "thumbnail": "https://books.google.com/books/content?id=YIQAzwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781847926258-when-mckinsey-comes-to-town.jpg", "language": "en", "link": "https://books.google.com/books/about/When_Mckinsey_Comes_to_Town.html?hl=&id=YIQAzwEACAAJ" }, @@ -5367,7 +5367,7 @@ "categories": [ "Comics & Graphic Novels" ], - "thumbnail": "https://books.google.com/books/content?id=xs2czwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781631497513-mcu.jpg", "language": "en", "link": "https://books.google.com/books/about/Mcu.html?hl=&id=xs2czwEACAAJ" }, @@ -5393,7 +5393,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=PAmBEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593492673-the-big-con.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Big_Con.html?hl=&id=PAmBEAAAQBAJ" }, @@ -5416,7 +5416,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=mYC3yRvvXxMC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780679745587-in-cold-blood.jpg", "language": "en", "link": "https://books.google.com/books/about/In_Cold_Blood.html?hl=&id=mYC3yRvvXxMC" }, @@ -5440,7 +5440,7 @@ "categories": [ "Nature" ], - "thumbnail": "https://books.google.com/books/content?id=xuKczwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781324005896-crossings.jpg", "language": "en", "link": "https://books.google.com/books/about/Crossings.html?hl=&id=xuKczwEACAAJ" }, @@ -5463,7 +5463,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=PnLhswEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316555678-elysium-fire.jpg", "language": "en", "link": "https://books.google.com/books/about/Elysium_Fire.html?hl=&id=PnLhswEACAAJ" }, @@ -5483,7 +5483,7 @@ "description": "The dramatic and action-packed story of the last mysterious place on earth--the world's seafloor--and the deep-sea divers, ocean mappers, marine biologists, entrepreneurs, and adventurers involved in the historic push to chart it, as well as the opportunities, challenges, and perils this exploration holds now and for the future. Five oceans--the Atlantic, the Pacific, the Indian, the Arctic, and the Southern--cover approximately 70 percent of the earth. Yet we know little about what lies beneath them. By the early 2020s, less than twenty-five percent of the ocean's floor has been charted, most close to shorelines, and over three quarters of the ocean lies in in what is called the Deep Sea, depths below a thousand meters. Now, the race is on to completely map the ocean's floor by 2030--an epic project involving scientists, investors, militaries, and private explorers who are cooperating and competing to get an accurate reading of this vast terrain and understand its contours and environment. In The Deepest Map, Laura Trethewey documents this race to the bottom, following global efforts around the world, from crowdsourcing to advances in technology, recent scientific discoveries to tales of dangerous dives in untested and costly submersibles. The lure of ocean exploration has attracted many, including the likes of James Cameron, Richard Branson, Ray Dalio, and Eric Schmidt. The Deepest Map follows a cast of intriguing characters, from early mappers such as Marie Tharp, a woman working in the male-dominated fields of oceanography and geology whose discoveries have added significantly to our knowledge; Victor Vescovo, a man obsessed with reaching the deepest depths of each of the five oceans, and his young, brilliant, and fearless mapper Cassie Bongiovanni; and the diverse entrepreneurs looking to explore and exploit this uncharted territory and its resources. In The Deepest Map, ocean discovery converges with humanity's origin story; in mapping the ocean floor, scientists are actively tracing our roots back to the most inhospitable places on earth where life began--and flourished. But for every conservationist looking to protect the seafloor, there are others who see its commercial potential. Will a new map exacerbate pollution and the degradation of this natural resource? How will the race remake political power structures in years to come? Trethewey probes these questions as countries and conglomerates wrestle over the riches that may lie at the bottom of the sea. The future of humanity depends on our ability to protect this vast, precious, and often ignored resource. A true tale of science, nature, technology, and an extreme outdoor adventure The Deepest Map illuminates why we love--and fear--the earth's final frontier and is a crucial addition to the increasingly urgent conversation about climate change.", "pageCount": 0, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=E3p3zwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780063099951-the-deepest-map.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Deepest_Map.html?hl=&id=E3p3zwEACAAJ" }, @@ -5506,7 +5506,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=YFGkEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781982186104-waco.jpg", "language": "en", "link": "https://books.google.com/books/about/Waco.html?hl=&id=YFGkEAAAQBAJ" }, @@ -5529,7 +5529,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=S6E4zwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781954118317-a-heart-that-works.jpg", "language": "en", "link": "https://books.google.com/books/about/A_Heart_That_Works.html?hl=&id=S6E4zwEACAAJ" }, @@ -5555,7 +5555,7 @@ "categories": [ "Science" ], - "thumbnail": "https://books.google.com/books/content?id=ImmvEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781984881731-a-city-on-mars.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=ImmvEAAAQBAJ" }, @@ -5579,7 +5579,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=JuytEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593793190-broken-code.jpg", "language": "en", "link": "https://books.google.com/books/about/Broken_Code.html?hl=&id=JuytEAAAQBAJ" }, @@ -5603,7 +5603,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=veq_EAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781250850096-the-bill-gates-problem.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Bill_Gates_Problem.html?hl=&id=veq_EAAAQBAJ" }, @@ -5626,7 +5626,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=mqpvVydYo-8C&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780553380958-snowcrash.jpg", "language": "en", "link": "https://books.google.com/books/about/Snow_Crash.html?hl=&id=mqpvVydYo-8C" }, @@ -5649,7 +5649,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=FHF5EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780735225268-a-fever-in-the-heartland.jpg", "language": "en", "link": "https://books.google.com/books/about/A_Fever_in_the_Heartland.html?hl=&id=FHF5EAAAQBAJ" }, @@ -5673,7 +5673,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=5cCiEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780374722005-american-gun.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=5cCiEAAAQBAJ" }, @@ -5696,7 +5696,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=vXSaEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780374279295-king-a-life.jpg", "language": "en", "link": "https://books.google.com/books/about/King_A_Life.html?hl=&id=vXSaEAAAQBAJ" }, @@ -5720,7 +5720,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=4BtGLgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781926743271-nomeansno.jpg", "language": "en", "link": "https://books.google.com/books/about/NoMeansNo.html?hl=&id=4BtGLgEACAAJ" }, @@ -5743,7 +5743,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=_tCAEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780691175119-the-gospel-of-j-edgar-hoover.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Gospel_of_J_Edgar_Hoover.html?hl=&id=_tCAEAAAQBAJ" }, @@ -5767,7 +5767,7 @@ "categories": [ "Rock groups" ], - "thumbnail": "https://books.google.com/books/content?id=tRXhyQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781770415201-anthem.jpg", "language": "en", "link": "https://books.google.com/books/about/Anthem.html?hl=&id=tRXhyQEACAAJ" }, @@ -5790,7 +5790,7 @@ "categories": [ "Education" ], - "thumbnail": "https://books.google.com/books/content?id=-Wx2EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781101986769-the-teachers.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=-Wx2EAAAQBAJ" }, @@ -5814,7 +5814,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=eY6IEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781250753892-crack-up-capitalism.jpg", "language": "en", "link": "https://books.google.com/books/about/Crack_Up_Capitalism.html?hl=&id=eY6IEAAAQBAJ" }, @@ -5838,7 +5838,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=hhyYzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780063230477-the-end-of-the-world-is-just-the-beginning.jpg", "language": "en", "link": "https://books.google.com/books/about/The_End_of_the_World_Is_Just_the_Beginni.html?hl=&id=hhyYzgEACAAJ" }, @@ -5859,7 +5859,7 @@ "description": "From New Yorker staff writer and author of The Longing for Less Kyle Chayka comes a timely history and investigation of a world ruled by algorithms, which determine the shape of culture itself. From coffee shops to rental apartments to social media posts the world round, a sleek and deceptively simple aesthetic has come to predominate. It's in the neon signs and exposed brick of an Internet cafe in Nairobi or the skeletal, modern furniture of an Airbnb in Portland. These designs are easy to identify, but even more crucially, they photograph well. In their simplicity and studied airiness, these images fit seamlessly into the Instagram grid. But this aesthetic is only one small aspect of a broader program of curation that is determined by the algorithm--a network of mathematically determined choices that ramify into the development of city grids and music playlists alike. To have our tastes, behaviors, and emotions governed by computers, does nothing short of call the very notion of free will into question. Over the last decade, Kyle Chayka has studied the homogeneity of this curation of reality. Working as a contributor for The New Yorker, The New York Times Magazine, and The New Republic, he has traveled to Berlin, Reykjavik, and Los Angeles tracing the algorithm's lineage. In Filterworld, Chayka lucidly examines how this deeply filtered aesthetic--spanning digital and physical spaces--creates an uncanny blend of work, home, and social life. As the algorithm determines our choices, other important questions arise: What happens when shareability supersedes messiness, innovation, and creativity--the very nature of being human? What does the notion of choice mean when the available options have been so carefully arranged for us? Filterworld offers a way out. Kyle Chayka shows us how to disconnect from the tyranny of the algorithms that continue to override our sensibilities, and inform even our most intimate, real-world interactions. Most importantly, he shows us how to reclaim our individual freedom.", "pageCount": 0, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=Lz3ZzwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780385548281-filterworld.jpg", "language": "en", "link": "https://books.google.com/books/about/Filterworld.html?hl=&id=Lz3ZzwEACAAJ" }, @@ -5884,7 +5884,7 @@ "categories": [ "Television broadcasting" ], - "thumbnail": "https://books.google.com/books/content?id=6_pfzwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780241443903-pandoras-box.jpg", "language": "en", "link": "https://books.google.com/books/about/Pandora_s_Box.html?hl=&id=6_pfzwEACAAJ" }, @@ -5908,7 +5908,7 @@ "categories": [ "Music" ], - "thumbnail": "https://books.google.com/books/content?id=MyGUzwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9798887440149-nomeansno.jpg", "language": "en", "link": "https://books.google.com/books/about/NoMeansNo.html?hl=&id=MyGUzwEACAAJ" }, @@ -5931,7 +5931,7 @@ "categories": [ "Technology & Engineering" ], - "thumbnail": "https://books.google.com/books/content?id=juka0AEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/0593448561-your-face-belongs-to-us.jpg", "language": "en", "link": "https://books.google.com/books/about/Your_Face_Belongs_to_Us.html?hl=&id=juka0AEACAAJ" }, @@ -5954,7 +5954,7 @@ "categories": [ "Criminal investigation" ], - "thumbnail": "https://books.google.com/books/content?id=WXaLBEMd3-sC&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/009953293X-red-dragon.jpg", "language": "en", "link": "https://books.google.com/books/about/Red_Dragon.html?hl=&id=WXaLBEMd3-sC" }, @@ -5977,7 +5977,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=VvOxEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1640095411-starkweather.jpg", "language": "en", "link": "https://books.google.com/books/about/Starkweather.html?hl=&id=VvOxEAAAQBAJ", "dateFinished": "2024-04-20" @@ -6001,7 +6001,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=AGqYzwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/0316462845-machine-vendetta.jpg", "language": "en", "link": "https://books.google.com/books/about/Machine_Vendetta.html?hl=&id=AGqYzwEACAAJ" }, @@ -6025,7 +6025,7 @@ "categories": [ "Science" ], - "thumbnail": "https://books.google.com/books/content?id=cHNwEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780369700018-the-possibility-of-life.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=cHNwEAAAQBAJ" }, @@ -6048,7 +6048,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=qPWNEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780525655497-bottoms-up-and-the-devil-laughs.jpg", "language": "en", "link": "https://books.google.com/books/about/Bottoms_Up_and_the_Devil_Laughs.html?hl=&id=qPWNEAAAQBAJ" }, @@ -6071,7 +6071,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=aH5-EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781250266767-recoding-america.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=aH5-EAAAQBAJ" }, @@ -6097,7 +6097,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=dHB3EAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781635573572-the-big-myth.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Big_Myth.html?hl=&id=dHB3EAAAQBAJ" }, @@ -6117,7 +6117,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=3vExWrUnJB0C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780345404473-do-androids-dream-of-electric-sheep.jpg", "language": "en", "link": "https://books.google.com/books/about/Do_Androids_Dream_of_Electric_Sheep.html?hl=&id=3vExWrUnJB0C" }, @@ -6141,7 +6141,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=lq2qzwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781538707593-breaking-twitter.jpg", "language": "en", "link": "https://books.google.com/books/about/Breaking_Twitter.html?hl=&id=lq2qzwEACAAJ" }, @@ -6164,7 +6164,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=jBaNEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780345539786-red-rising.jpg", "language": "en", "link": "https://books.google.com/books/about/Red_Rising.html?hl=&id=jBaNEAAAQBAJ" }, @@ -6188,7 +6188,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=DddLDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780735211759-broad-band.jpg", "language": "en", "link": "https://books.google.com/books/about/Broad_Band.html?hl=&id=DddLDwAAQBAJ" }, @@ -6211,7 +6211,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=KBDwzwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780306827341-the-algorithm.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Algorithm.html?hl=&id=KBDwzwEACAAJ" }, @@ -6234,7 +6234,7 @@ "categories": [ "Government investigators" ], - "thumbnail": "https://books.google.com/books/content?id=2x5ceEACyeQC&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780099446781-the-silence-of-the-lambs.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Silence_of_the_Lambs.html?hl=&id=2x5ceEACyeQC" }, @@ -6257,7 +6257,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=dfxvzwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780393866513-how-to-make-a-killing.jpg", "language": "en", "link": "https://books.google.com/books/about/How_to_Make_a_Killing.html?hl=&id=dfxvzwEACAAJ" }, @@ -6280,7 +6280,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=wEGNEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780385546492-flying-blind.jpg", "language": "en", "link": "https://books.google.com/books/about/Flying_Blind.html?hl=&id=wEGNEAAAQBAJ" }, @@ -6303,7 +6303,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=-RLREAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593655184-our-enemies-will-vanish.jpg", "language": "en", "link": "https://books.google.com/books/about/Our_Enemies_Will_Vanish.html?hl=&id=-RLREAAAQBAJ" }, @@ -6326,7 +6326,7 @@ "categories": [ "Mecca (Saudi Arabia)" ], - "thumbnail": "https://books.google.com/books/content?id=R84lmAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780385519250-the-siege-of-mecca.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Siege_of_Mecca.html?hl=&id=R84lmAEACAAJ" }, @@ -6350,7 +6350,7 @@ "categories": [ "Big data" ], - "thumbnail": "https://books.google.com/books/content?id=tbqazwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781847927279-technofeudalism.jpg", "language": "en", "link": "https://books.google.com/books/about/Technofeudalism.html?hl=&id=tbqazwEACAAJ" }, @@ -6373,7 +6373,7 @@ "categories": [ "Technology & Engineering" ], - "thumbnail": "https://books.google.com/books/content?id=a-26EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593593950-the-coming-wave.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Coming_Wave.html?hl=&id=a-26EAAAQBAJ" }, @@ -6396,7 +6396,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=TGQDed2zvh8C&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780375706677-no-country-for-old-men.jpg", "language": "en", "link": "https://books.google.com/books/about/No_Country_for_Old_Men.html?hl=&id=TGQDed2zvh8C" }, @@ -6419,7 +6419,7 @@ "categories": [ "Mountaineering" ], - "thumbnail": "https://books.google.com/books/content?id=gt7EQgH8-b4C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780333717523-into-thin-air.jpg", "language": "en", "link": "https://books.google.com/books/about/Into_Thin_Air.html?hl=&id=nEVCPgAACAAJ" }, @@ -6443,7 +6443,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=FsTlEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593716601-extremely-hardcore.jpg", "language": "en", "link": "https://books.google.com/books/about/Extremely_Hardcore.html?hl=&id=FsTlEAAAQBAJ" }, @@ -6466,7 +6466,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=H-jEDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781524760595-between-two-fires.jpg", "language": "en", "link": "https://books.google.com/books/about/Between_Two_Fires.html?hl=&id=H-jEDwAAQBAJ" }, @@ -6490,7 +6490,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=f8OSzwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781523004775-wealth-supremacy.jpg", "language": "en", "link": "https://books.google.com/books/about/Wealth_Supremacy.html?hl=&id=f8OSzwEACAAJ" }, @@ -6513,7 +6513,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=dSSFEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593594841-the-secret-gate.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Secret_Gate.html?hl=&id=dSSFEAAAQBAJ" }, @@ -6534,7 +6534,7 @@ "description": "OneZero, Medium's official technology publication, is thrilled to announce a print-on-demand edition of How to Destroy Surveillance Capitalism by Cory Doctorow, with an exclusive new chapter. How to Destroy Surveillance Capitalism was first published online in August, where it was an instant hit with readers, scholars, and critics alike. For years now, we've been hearing about the ills of surveillance capitalism - the business of extracting, collecting, and selling vast reams of user data that has exploded with the rise of tech giants like Google, Facebook, and Amazon. But what if everything we've been hearing is wrong? What if surveillance capitalism is not some rogue capitalism or a wrong turn taken by some misguided corporations? What if the system is working exactly as intended - and the only hope of restoring an open web is to take the fight directly to the system itself? In Doctorow's timely and crucial new nonfiction work, the internationally bestselling author of Walkaway, Down and Out in the Magic Kingdom, and Little Brother, argues that if we're to have any hope of destroying surveillance capitalism, we're going to have to destroy the monopolies that currently comprise the commercial web as we know it. Only by breaking apart the tech giants that totally control our online experiences can we hope to return to a more open and free web - one where predatory data-harvesting is not a founding principle. Doctorow shows how, despite popular misconception, Facebook and Google do not possess any \"mind-control rays\" capable of brainwashing users into, say, voting for a presidential candidate or joining an extremist group - they have simply used their monopoly power to profit mightily off of people interested in doing those things and made it easy for them to find each other.Doctorow takes us on a whirlwind tour of the last 30 years of digital rights battles and the history of American monopoly - and where the two intersect. Through a deeply compelling and highly readable narrative, he makes the case for breaking up Google, Facebook, Amazon, and Apple as a means of ending surveillance capitalism.", "pageCount": 0, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=W20NzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781736205907-how-to-destroy-surveillance-capitalism.jpg", "language": "en", "link": "https://books.google.com/books/about/How_to_Destroy_Surveillance_Capitalism.html?hl=&id=W20NzgEACAAJ" }, @@ -6557,7 +6557,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=th7gwAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780765312181-blindsight.jpg", "language": "en", "link": "https://books.google.com/books/about/Blindsight.html?hl=&id=th7gwAEACAAJ" }, @@ -6580,7 +6580,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=UIuZEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593491799-waiting-to-be-arrested-at-night.jpg", "language": "en", "link": "https://books.google.com/books/about/Waiting_to_Be_Arrested_at_Night.html?hl=&id=UIuZEAAAQBAJ" }, @@ -6603,7 +6603,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=PWvfAwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781466876477-the-colonel.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=PWvfAwAAQBAJ" }, @@ -6627,7 +6627,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=3gzKEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593443224-means-of-control.jpg", "language": "en", "link": "https://books.google.com/books/about/Means_of_Control.html?hl=&id=3gzKEAAAQBAJ" }, @@ -6651,7 +6651,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=H86UEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593299456-under-the-eye-of-power.jpg", "language": "en", "link": "https://books.google.com/books/about/Under_the_Eye_of_Power.html?hl=&id=H86UEAAAQBAJ" }, @@ -6675,7 +6675,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=t5zDEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780525561019-3-shades-of-blue.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=t5zDEAAAQBAJ" }, @@ -6699,7 +6699,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=2O6mEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780525511809-when-crack-was-king.jpg", "language": "en", "link": "https://books.google.com/books/about/When_Crack_Was_King.html?hl=&id=2O6mEAAAQBAJ" }, @@ -6723,7 +6723,7 @@ "categories": [ "Nature" ], - "thumbnail": "https://books.google.com/books/content?id=lJeTEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781524732851-fire-weather.jpg", "language": "en", "link": "https://books.google.com/books/about/Fire_Weather.html?hl=&id=lJeTEAAAQBAJ" }, @@ -6747,7 +6747,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=gl05EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780063037335-finding-me.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=gl05EAAAQBAJ" }, @@ -6771,7 +6771,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=GJKTEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781039000780-sideways.jpg", "language": "en", "link": "https://books.google.com/books/about/Sideways.html?hl=&id=GJKTEAAAQBAJ" }, @@ -6792,7 +6792,7 @@ "description": "The conclusion to the definitive biography of the rock 'n' roll kings of the North. Includes two full-color photo inserts, with unearthed photos of the band. \"A must for Rush fans.\" -- Library Journal on Anthem, book one of the Rush Across the Decades trilogy In this conclusion to his trilogy of authoritative books on Canada's most beloved and successful rock band, Martin Popoff takes us through three decades of \"life at the top\" for Rush's Geddy Lee, Alex Lifeson, and Neil Peart. Though this era begins with the brisk-selling Roll the Bones and sees throngs of fans sell out international tours, there is also unimaginable tragedy, with Peart losing his daughter and his wife within the space of ten months and, two decades later, succumbing to cancer himself. In between, however, there is a gorgeous and heartbreaking album of reflection and bereavement, as well as a triumphant trip to Brazil, a Rock and Roll Hall of Fame induction, and -- some say surprisingly -- the band's first full-blown concept album to close an immense career marked by integrity and idealism.", "pageCount": 368, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=l6DYzQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781770415379-driven-rush-in-the-90s-and-in-the-end.jpg", "language": "en", "link": "https://books.google.com/books/about/Driven_Rush_in_the_90s_and_in_the_End.html?hl=&id=l6DYzQEACAAJ" }, @@ -6813,7 +6813,7 @@ "description": "Part two of the definitive biography of the rock 'n' roll kings of the North In the follow-up to Anthem: Rush in the '70s, Martin Popoff brings together canon analysis, cultural context, and extensive firsthand interviews to celebrate Geddy Lee, Alex Lifeson, and Neil Peart at the peak of their persuasive power. Rush was one of the most celebrated hard rock acts of the '80s, and the second book of Popoff's staggeringly comprehensive three-part series takes readers from Permanent Waves to Presto, while bringing new insight to Moving Pictures, their crowning glory. Limelight: Rush in the '80s is a celebration of fame, of the pushback against that fame, of fortunes made -- and spent ... In the latter half of the decade, as Rush adopts keyboard technology and gets pert and poppy, there's an uproar amongst diehards, but the band finds a whole new crop of listeners. Limelight charts a dizzying period in the band's career, built of explosive excitement but also exhaustion, a state that would lead, as the '90s dawned, to the band questioning everything they previously believed, and each member eying the oncoming decade with trepidation and suspicion.", "pageCount": 375, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=MpFczQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781770415362-limelight-rush-in-the-80s.jpg", "language": "en", "link": "https://books.google.com/books/about/Limelight_Rush_in_The_80s.html?hl=&id=MpFczQEACAAJ" }, @@ -6836,7 +6836,7 @@ "categories": [ "Family & Relationships" ], - "thumbnail": "https://books.google.com/books/content?id=N4t-EAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780374602291-we-were-once-a-family.jpg", "language": "en", "link": "https://books.google.com/books/about/We_Were_Once_a_Family.html?hl=&id=N4t-EAAAQBAJ" }, @@ -6859,7 +6859,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=2xqSDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780802147950-fentanyl-inc.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=2xqSDwAAQBAJ" }, @@ -6883,7 +6883,7 @@ "categories": [ "Computers" ], - "thumbnail": "https://books.google.com/books/content?id=kaqEDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780374716325-lurking.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=kaqEDwAAQBAJ" }, @@ -6907,7 +6907,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=RX33DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781510764705-disloyal-a-memoir.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=RX33DwAAQBAJ" }, @@ -6931,7 +6931,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=QOY9EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781524745738-american-rule.jpg", "language": "en", "link": "https://books.google.com/books/about/American_Rule.html?hl=&id=QOY9EAAAQBAJ" }, @@ -6955,7 +6955,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=cRPKOzWlOfUC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780771008795-the-handmaids-tale.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Handmaid_s_Tale.html?hl=&id=cRPKOzWlOfUC" }, @@ -6979,7 +6979,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=P6F7DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780385543798-the-testaments.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=P6F7DwAAQBAJ" }, @@ -7004,7 +7004,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=y-MlDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781785355448-kill-all-normies.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=y-MlDwAAQBAJ" }, @@ -7030,7 +7030,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=MPQ5yAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781250200891-break-em-up.jpg", "language": "en", "link": "https://books.google.com/books/about/Break_Em_Up.html?hl=&id=MPQ5yAEACAAJ" }, @@ -7054,7 +7054,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=XFfODwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780306846441-culture-warlords.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=XFfODwAAQBAJ" }, @@ -7078,7 +7078,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=JgLlDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780525509691-the-purpose-of-power.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=JgLlDwAAQBAJ" }, @@ -7103,7 +7103,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=mNkxDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780804170048-the-attention-merchants.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Attention_Merchants.html?hl=&id=mNkxDwAAQBAJ" }, @@ -7127,7 +7127,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=jYvzDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780358237068-compromised.jpg", "language": "en", "link": "https://books.google.com/books/about/Compromised.html?hl=&id=jYvzDwAAQBAJ" }, @@ -7150,7 +7150,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=qYNIN3Vhe84C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780061809613-the-sundering.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=qYNIN3Vhe84C" }, @@ -7175,7 +7175,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=ypb9DwAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780241991411-a-promised-land.jpg", "language": "en", "link": "https://books.google.com/books/about/A_Promised_Land.html?hl=&id=ypb9DwAAQBAJ" }, @@ -7200,7 +7200,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=DzHJDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780525561378-zucked.jpg", "language": "en", "link": "https://books.google.com/books/about/Zucked.html?hl=&id=DzHJDwAAQBAJ" }, @@ -7225,7 +7225,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=BRnBEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781953953322-get-together.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=BRnBEAAAQBAJ" }, @@ -7250,7 +7250,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=7_LsDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781594206016-dark-mirror.jpg", "language": "en", "link": "https://books.google.com/books/about/Dark_Mirror.html?hl=&id=7_LsDwAAQBAJ" }, @@ -7276,7 +7276,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=tgLnBAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781938340109-the-responsible-company.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=tgLnBAAAQBAJ" }, @@ -7301,7 +7301,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=Om98RYbp-8sC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781101201220-let-my-people-go-surfing.jpg", "language": "en", "link": "https://books.google.com/books/about/Let_My_People_Go_Surfing.html?hl=&id=Om98RYbp-8sC" }, @@ -7326,7 +7326,7 @@ "categories": [ "Computers" ], - "thumbnail": "https://books.google.com/books/content?id=zxjBEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781953953308-working-in-public.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=zxjBEAAAQBAJ" }, @@ -7350,7 +7350,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=i5HxDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781631497780-kill-switch-the-rise-of-the-modern-senate-and-the-crippling-of-american-democracy.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=i5HxDwAAQBAJ" }, @@ -7375,7 +7375,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=xj7rDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781526629838-this-is-how-they-tell-me-the-world-ends.jpg", "language": "en", "link": "https://books.google.com/books/about/This_Is_How_They_Tell_Me_the_World_Ends.html?hl=&id=xj7rDwAAQBAJ" }, @@ -7400,7 +7400,7 @@ "categories": [ "Self-Help" ], - "thumbnail": "https://books.google.com/books/content?id=LsplDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780008323455-it-doesnt-have-to-be-crazy-at-work.jpg", "language": "en", "link": "https://books.google.com/books/about/It_Doesn_t_Have_to_Be_Crazy_at_Work.html?hl=&id=LsplDwAAQBAJ" }, @@ -7425,7 +7425,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=U77um_h_dgcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780307463760-rework.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=U77um_h_dgcC" }, @@ -7450,7 +7450,7 @@ "categories": [ "Computers" ], - "thumbnail": "https://books.google.com/books/content?id=NgIHEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780525564638-sandworm.jpg", "language": "en", "link": "https://books.google.com/books/about/Sandworm.html?hl=&id=NgIHEAAAQBAJ" }, @@ -7475,7 +7475,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=1l2YAwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780770436186-countdown-to-zero-day.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=1l2YAwAAQBAJ" }, @@ -7499,7 +7499,7 @@ "categories": [ "BUSINESS & ECONOMICS" ], - "thumbnail": "https://books.google.com/books/content?id=30sLtAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780999745465-the-curse-of-bigness.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Curse_of_Bigness.html?hl=&id=30sLtAEACAAJ" }, @@ -7525,7 +7525,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=6Dp4FoEEo6IC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780307594655-the-master-switch.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=6Dp4FoEEo6IC" }, @@ -7550,7 +7550,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=nLNVd8ZkW0UC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780547237725-the-big-sort.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Big_Sort.html?hl=&id=nLNVd8ZkW0UC" }, @@ -7574,7 +7574,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=dctwBAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780674050402-corruption-in-america.jpg", "language": "en", "link": "https://books.google.com/books/about/Corruption_in_America.html?hl=&id=dctwBAAAQBAJ" }, @@ -7597,7 +7597,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=TV05BgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780679645986-between-the-world-and-me.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=TV05BgAAQBAJ" }, @@ -7620,7 +7620,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=hxIZP9gHs-EC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780385526845-the-beautiful-struggle.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=hxIZP9gHs-EC" }, @@ -7643,7 +7643,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=Qw1aDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780385543378-say-nothing.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=Qw1aDwAAQBAJ" }, @@ -7667,7 +7667,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=6m7cDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780525509578-the-sum-of-us.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=6m7cDwAAQBAJ" }, @@ -7690,7 +7690,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=dovUAgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1931498717-dont-think-of-an-elephant.jpg", "language": "en", "link": "https://books.google.com/books?id=dovUAgAAQBAJ&newbks=0&hl=en" }, @@ -7714,7 +7714,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=ESJaDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781101980972-democracy-in-chains.jpg", "language": "en", "link": "https://books.google.com/books/about/Democracy_in_Chains.html?hl=&id=ESJaDwAAQBAJ" }, @@ -7739,7 +7739,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=eOR-EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781982159016-the-afghanistan-papers.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Afghanistan_Papers.html?hl=&id=eOR-EAAAQBAJ" }, @@ -7763,7 +7763,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=Rm3nDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781784780463-radical-technologies.jpg", "language": "en", "link": "https://books.google.com/books/about/Radical_Technologies.html?hl=&id=Rm3nDwAAQBAJ" }, @@ -7786,7 +7786,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=GIy9DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316462433-revelation-space.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=GIy9DwAAQBAJ" }, @@ -7809,7 +7809,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=SKxptmGzIoMC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780385530217-the-snakehead.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=SKxptmGzIoMC" }, @@ -7835,7 +7835,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=lRqrDQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781610395700-the-age-of-surveillance-capitalism.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=lRqrDQAAQBAJ" }, @@ -7860,7 +7860,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=CxD-DAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780553418811-weapons-of-math-destruction.jpg", "language": "en", "link": "https://books.google.com/books/about/Weapons_of_Math_Destruction.html?hl=&id=CxD-DAAAQBAJ" }, @@ -7886,7 +7886,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=pn4pDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781466885967-automating-inequality.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=pn4pDwAAQBAJ" }, @@ -7911,7 +7911,7 @@ "categories": [ "Music" ], - "thumbnail": "https://books.google.com/books/content?id=3FcnEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780063076112-the-storyteller.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=3FcnEAAAQBAJ" }, @@ -7934,7 +7934,7 @@ "categories": [ "Religion" ], - "thumbnail": "https://books.google.com/books/content?id=ouY9EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593137383-the-genius-of-jesus.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Genius_of_Jesus.html?hl=&id=ouY9EAAAQBAJ" }, @@ -7958,7 +7958,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=DiRaaJBJcicC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781400060344-chatter.jpg", "language": "en", "link": "https://books.google.com/books/about/Chatter.html?hl=&id=DiRaaJBJcicC" }, @@ -7981,7 +7981,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=jTJ_zQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781250224354-last-call.jpg", "language": "en", "link": "https://books.google.com/books/about/Last_Call.html?hl=&id=jTJ_zQEACAAJ" }, @@ -8005,7 +8005,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=y_uTDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781250194725-sigh-gone.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=y_uTDwAAQBAJ" }, @@ -8029,7 +8029,7 @@ "categories": [ "Body, Mind & Spirit" ], - "thumbnail": "https://books.google.com/books/content?id=UwfuzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316365215-rest-is-resistance.jpg", "language": "en", "link": "https://books.google.com/books/about/Rest_Is_Resistance.html?hl=&id=UwfuzgEACAAJ" }, @@ -8053,7 +8053,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=v788EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781982156152-red-roulette.jpg", "language": "en", "link": "https://books.google.com/books/about/Red_Roulette.html?hl=&id=v788EAAAQBAJ" }, @@ -8077,7 +8077,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=T_PsDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780399590436-the-mastermind.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Mastermind.html?hl=&id=T_PsDwAAQBAJ" }, @@ -8103,7 +8103,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=ZZMGzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780062996213-the-key-man.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Key_Man.html?hl=&id=ZZMGzgEACAAJ" }, @@ -8126,7 +8126,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=iHVTlwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316221047-operation-paperclip.jpg", "language": "en", "link": "https://books.google.com/books/about/Operation_Paperclip.html?hl=&id=iHVTlwEACAAJ" }, @@ -8151,7 +8151,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=jNLhjwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1786070472-the-panama-papers.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Panama_Papers.html?hl=&id=jNLhjwEACAAJ" }, @@ -8176,7 +8176,7 @@ "categories": [ "Science" ], - "thumbnail": "https://books.google.com/books/content?id=4R3gEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593492321-the-climate-book.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Climate_Book.html?hl=&id=4R3gEAAAQBAJ" }, @@ -8199,7 +8199,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=qyPZwAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/0316509841-the-city-we-became.jpg", "language": "en", "link": "https://books.google.com/books/about/The_City_We_Became.html?hl=&id=qyPZwAEACAAJ" }, @@ -8222,7 +8222,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=8o8IzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780356512693-the-world-we-make.jpg", "language": "en", "link": "https://books.google.com/books/about/The_World_We_Make.html?hl=&id=8o8IzgEACAAJ" }, @@ -8246,7 +8246,7 @@ "categories": [ "Self-Help" ], - "thumbnail": "https://books.google.com/books/content?id=l3dtEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593652886-the-creative-act.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Creative_Act.html?hl=&id=l3dtEAAAQBAJ" }, @@ -8269,7 +8269,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=6sUZnwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1455574139-the-good-nurse.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Good_Nurse.html?hl=&id=6sUZnwEACAAJ" }, @@ -8292,7 +8292,7 @@ "categories": [ "Assassination" ], - "thumbnail": "https://books.google.com/books/content?id=hDYtmQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781556527654-the-assassination-of-fred-hampton.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Assassination_of_Fred_Hampton.html?hl=&id=hDYtmQEACAAJ" }, @@ -8316,7 +8316,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=D7UwDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/0520293282-black-against-empire.jpg", "language": "en", "link": "https://books.google.com/books/about/Black_Against_Empire.html?hl=&id=D7UwDwAAQBAJ" }, @@ -8340,7 +8340,7 @@ "categories": [ "Technology & Engineering" ], - "thumbnail": "https://books.google.com/books/content?id=JhiREAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1912248700-abolish-silicon-valley.jpg", "language": "en", "link": "https://books.google.com/books/about/Abolish_Silicon_Valley.html?hl=&id=JhiREAAAQBAJ" }, @@ -8363,7 +8363,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=Lj1xEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1839762039-internet-for-the-people.jpg", "language": "en", "link": "https://books.google.com/books/about/Internet_for_the_People.html?hl=&id=Lj1xEAAAQBAJ" }, @@ -8387,7 +8387,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=iyPQDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/0374721246-subprime-attention-crisis.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=iyPQDwAAQBAJ" }, @@ -8410,7 +8410,7 @@ "categories": [ "Computers" ], - "thumbnail": "https://books.google.com/books/content?id=nbWYEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/0374601178-fancy-bear-goes-phishing.jpg", "language": "en", "link": "https://books.google.com/books/about/Fancy_Bear_Goes_Phishing.html?hl=&id=nbWYEAAAQBAJ" }, @@ -8434,7 +8434,7 @@ "categories": [ "Computers" ], - "thumbnail": "https://books.google.com/books/content?id=myUyzQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780374538668-blockchain-chicken-farm.jpg", "language": "en", "link": "https://books.google.com/books/about/Blockchain_Chicken_Farm.html?hl=&id=myUyzQEACAAJ" }, @@ -8458,7 +8458,7 @@ "categories": [ "BUSINESS & ECONOMICS" ], - "thumbnail": "https://books.google.com/books/content?id=UGt8zQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1568589395-work-wont-love-you-back.jpg", "language": "en", "link": "https://books.google.com/books/about/Work_Won_t_Love_You_Back.html?hl=&id=UGt8zQEACAAJ" }, @@ -8482,7 +8482,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=GX8ODAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1591847087-hatching-twitter.jpg", "language": "en", "link": "https://books.google.com/books/about/Hatching_Twitter.html?hl=&id=GX8ODAAAQBAJ" }, @@ -8505,7 +8505,7 @@ "categories": [ "Space colonies" ], - "thumbnail": "https://books.google.com/books/content?id=ZdbetAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781473223363-aurora-rising.jpg", "language": "en", "link": "https://books.google.com/books/about/Aurora_Rising.html?hl=&id=ZdbetAEACAAJ" }, @@ -8529,7 +8529,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=vO5KEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781950665655-ludicrous.jpg", "language": "en", "link": "https://books.google.com/books/about/Ludicrous.html?hl=&id=vO5KEAAAQBAJ" }, @@ -8553,7 +8553,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=89E_zQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780674430006-capital-in-the-twenty-first-century.jpg", "language": "en", "link": "https://books.google.com/books/about/Capital_in_the_Twenty_First_Century.html?hl=&id=89E_zQEACAAJ" }, @@ -8573,7 +8573,7 @@ "publishedDate": "2022-03-08", "pageCount": 0, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=zZqEzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780008466770-trust-the-plan.jpg", "language": "en", "link": "https://books.google.com/books/about/Trust_the_Plan.html?hl=&id=zZqEzgEACAAJ" }, @@ -8594,7 +8594,7 @@ "description": "A no-holds-barred narrative history of the iconic label that brought the world Black Flag, Hüsker Dü, Sonic Youth, Soundgarden, and more, by the co-author of Do What You Want and My Damage Greg Ginn started SST Records in the sleepy beach town of Hermosa Beach, CA, to supply ham radio enthusiasts with tuners and transmitters. But when Ginn wanted to launch his band, Black Flag, no one was willing to take them on. Determined to bring his music to the masses, Ginn turned SST into a record label. On the back of Black Flag's relentless touring, guerilla marketing, and refusal to back down, SST became the sound of the underground. In Corporate Rock Sucks, music journalist Jim Ruland relays the unvarnished story of SST Records, from its remarkable rise in notoriety to its infamous downfall. With records by Black Flag, Minutemen, Hüsker Dü, Bad Brains, Sonic Youth, Dinosaur Jr, Screaming Trees, Soundgarden, and scores of obscure yet influential bands, SST was the most popular indie label by the mid-80s--until a tsunami of legal jeopardy, financial peril, and dysfunctional management brought the empire tumbling down. Throughout this investigative deep-dive, Ruland leads readers through SST's tumultuous history and epic catalog. Featuring never-before-seen interviews with the label's former employees, as well as musicians, managers, producers, photographers, video directors, and label heads, Corporate Rock Sucks presents a definitive narrative history of the '80s punk and alternative rock scenes, and shows how the music industry was changed forever.", "pageCount": 304, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=YjuWzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780306925481-corporate-rock-sucks.jpg", "language": "en", "link": "https://books.google.com/books/about/Corporate_Rock_Sucks.html?hl=&id=YjuWzgEACAAJ" }, @@ -8619,7 +8619,7 @@ "categories": [ "Sites Web" ], - "thumbnail": "https://books.google.com/books/content?id=VdduzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781952616037-sustainable-web-design.jpg", "language": "en", "link": "https://books.google.com/books/about/Sustainable_Web_Design.html?hl=&id=VdduzgEACAAJ" }, @@ -8645,7 +8645,7 @@ "categories": [ "African Americans" ], - "thumbnail": "https://books.google.com/books/content?id=aLSePwAACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780141185439-the-autobiography-of-malcolm-x.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Autobiography_of_Malcolm_X.html?hl=&id=aLSePwAACAAJ" }, @@ -8670,7 +8670,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=SAJ2EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781585059744-the-communist-manifesto.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=SAJ2EAAAQBAJ" }, @@ -8689,7 +8689,7 @@ "publishedDate": "2021", "pageCount": 433, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=Y3M_EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781635578584-the-least-of-us.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Least_of_Us.html?hl=&id=Y3M_EAAAQBAJ" }, @@ -8712,7 +8712,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=kRjzDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780525657750-crying-in-h-mart.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=kRjzDwAAQBAJ" }, @@ -8735,7 +8735,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=FwwDEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781631498848-on-juneteenth.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=FwwDEAAAQBAJ" }, @@ -8758,7 +8758,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=J7qdDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780399588594-between-two-kingdoms.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=J7qdDwAAQBAJ" }, @@ -8782,7 +8782,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=WqIPEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780358244301-sellout.jpg", "language": "en", "link": "https://books.google.com/books/about/Sellout.html?hl=&id=WqIPEAAAQBAJ" }, @@ -8807,7 +8807,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=QSiUEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781803414317-capitalist-realism.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=QSiUEAAAQBAJ" }, @@ -8831,7 +8831,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=qQDdCgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781610395847-narconomics.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=qQDdCgAAQBAJ" }, @@ -8855,7 +8855,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=BmtuEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781984879790-reign-of-terror.jpg", "language": "en", "link": "https://books.google.com/books/about/Reign_of_Terror.html?hl=&id=BmtuEAAAQBAJ" }, @@ -8879,7 +8879,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=D0M3EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780393867749-free-a-child-and-a-country-at-the-end-of-history.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=D0M3EAAAQBAJ" }, @@ -8902,7 +8902,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=ICzZCwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780804170567-missoula.jpg", "language": "en", "link": "https://books.google.com/books/about/Missoula.html?hl=&id=ICzZCwAAQBAJ" }, @@ -8927,7 +8927,7 @@ "categories": [ "Education" ], - "thumbnail": "https://books.google.com/books/content?id=oKQMBAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781501305320-pedagogy-of-the-oppressed.jpg", "language": "en", "link": "https://books.google.com/books/about/Pedagogy_of_the_Oppressed.html?hl=&id=oKQMBAAAQBAJ" }, @@ -8951,7 +8951,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=D798EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593136409-paradise.jpg", "language": "en", "link": "https://books.google.com/books/about/Paradise.html?hl=&id=D798EAAAQBAJ" }, @@ -8974,7 +8974,7 @@ "categories": [ "Religion" ], - "thumbnail": "https://books.google.com/books/content?id=z4IDPV2hZL0C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780385350273-going-clear.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=z4IDPV2hZL0C" }, @@ -9000,7 +9000,7 @@ "categories": [ "Architecture" ], - "thumbnail": "https://books.google.com/books/content?id=5J1fCHvHfosC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780922915941-lords-of-chaos.jpg", "language": "en", "link": "https://books.google.com/books/about/Lords_of_Chaos.html?hl=&id=5J1fCHvHfosC" }, @@ -9025,7 +9025,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=-XGKFJq4eccC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780802198853-the-wretched-of-the-earth.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=-XGKFJq4eccC" }, @@ -9050,7 +9050,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=UHMEwgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781541730168-the-compatriots.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Compatriots.html?hl=&id=UHMEwgEACAAJ" }, @@ -9074,7 +9074,7 @@ "categories": [ "Nature" ], - "thumbnail": "https://books.google.com/books/content?id=uIY1EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316281935-the-intersectional-environmentalist.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=uIY1EAAAQBAJ" }, @@ -9100,7 +9100,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=616rzwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781541763029-the-cryptopians.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Cryptopians.html?hl=&id=616rzwEACAAJ" }, @@ -9124,7 +9124,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=IGEfEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781643752198-off-the-edge.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=IGEfEAAAQBAJ" }, @@ -9148,7 +9148,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=pKilDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780374712785-putins-people.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=pKilDwAAQBAJ" }, @@ -9171,7 +9171,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=f_02EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316669078-the-sins-of-our-fathers.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=f_02EAAAQBAJ" }, @@ -9194,7 +9194,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=pP02EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316669221-drive.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=pP02EAAAQBAJ" }, @@ -9218,7 +9218,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=RimrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781984823847-mbs.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=RimrDwAAQBAJ" }, @@ -9242,7 +9242,7 @@ "categories": [ "Psychology" ], - "thumbnail": "https://books.google.com/books/content?id=Dk-_DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780544947665-the-extended-mind.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Extended_Mind.html?hl=&id=Dk-_DwAAQBAJ" }, @@ -9267,7 +9267,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=0O5PDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781782833338-moneyland.jpg", "language": "en", "link": "https://books.google.com/books/about/Moneyland.html?hl=&id=0O5PDwAAQBAJ" }, @@ -9291,7 +9291,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=sqhPEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780735217959-the-nineties.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Nineties.html?hl=&id=sqhPEAAAQBAJ" }, @@ -9317,7 +9317,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=xgAVXHhuNYgC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780671725822-miles.jpg", "language": "en", "link": "https://books.google.com/books/about/Miles.html?hl=&id=xgAVXHhuNYgC" }, @@ -9340,7 +9340,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=TWqGDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781982114114-my-friend-anna.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=TWqGDwAAQBAJ" }, @@ -9365,7 +9365,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=j5QFEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780525522287-antisocial.jpg", "language": "en", "link": "https://books.google.com/books/about/Antisocial.html?hl=&id=j5QFEAAAQBAJ" }, @@ -9390,7 +9390,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=eFg1EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781982171070-fight-like-hell.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=eFg1EAAAQBAJ" }, @@ -9414,7 +9414,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=CcJFDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781524731663-bad-blood.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=CcJFDwAAQBAJ" }, @@ -9437,7 +9437,7 @@ "categories": [ "Nature" ], - "thumbnail": "https://books.google.com/books/content?id=2ZNUDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781250169129-chosen-country.jpg", "language": "en", "link": "https://books.google.com/books/about/Chosen_Country.html?hl=&id=2ZNUDwAAQBAJ" }, @@ -9461,7 +9461,7 @@ "categories": [ "Computers" ], - "thumbnail": "https://books.google.com/books/content?id=055xDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781541762374-cult-of-the-dead-cow.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=055xDwAAQBAJ" }, @@ -9485,7 +9485,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=TnaODwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780393652253-super-pumped-the-battle-for-uber.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=TnaODwAAQBAJ" }, @@ -9508,7 +9508,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=2uV8DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780698191068-american-predator.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=2uV8DwAAQBAJ" }, @@ -9531,7 +9531,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=5PbUDAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781250087102-adnans-story.jpg", "language": "en", "link": "https://books.google.com/books/about/Adnan_s_Story.html?hl=&id=5PbUDAAAQBAJ" }, @@ -9556,7 +9556,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=jseMEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780241554258-the-lazarus-heist.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Lazarus_Heist.html?hl=&id=jseMEAAAQBAJ" }, @@ -9579,7 +9579,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=0DQaTU7Opq0C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781400078998-under-the-banner-of-heaven.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=0DQaTU7Opq0C" }, @@ -9599,7 +9599,7 @@ "description": "From the detective who helped catch the Golden State Killer, a memoir about investigating America's toughest cold cases, and the rewards - and toll - of a life spent solving crime. For a decade, from 1973, The Golden State Killer stalked and murdered Californians in the dead of night, leaving entire communities afraid to turn off the lights. Then he vanished, and the case remained unsolved. In 1994, when cold-case investigator Paul Holes came across the old file, he swore he would unmask GSK and finally give these families closure. Twenty-four years later, Holes fulfilled that promise, identifying 73-year-old Joseph J. DeAngelo. Headlines blasted around the world: one of America's most prolific serial killers had been caught. That case launched Paul's career into the stratosphere, turning him into an icon in the true-crime world. But while many know the story of the capture of GSK, until now, no one has truly known the man behind it all. In UNMASKED, Paul takes us through his memories of a storied career and provides an insider account of some of the most notorious cases in contemporary American history, including Laci Peterson's murder and Jaycee Dugard's kidnapping. But this is also a revelatory profile of a complex man and what makes him tick: the drive to find closure for victims and their loved ones; the inability to walk away from a challenge - even at the expense of his own happiness. This is a story about the gritty truth of crime solving when there are no 'case closed' headlines. It is the story of a man and his commitment to his cases, and to the people who might have otherwise been forgotten.", "pageCount": 0, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=J4ruzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781472270399-unmasked.jpg", "language": "en", "link": "https://books.google.com/books/about/Unmasked.html?hl=&id=J4ruzgEACAAJ" }, @@ -9628,7 +9628,7 @@ "categories": [ "Humor" ], - "thumbnail": "https://books.google.com/books/content?id=1SKwDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781501187292-the-chapo-guide-to-revolution.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Chapo_Guide_to_Revolution.html?hl=&id=1SKwDwAAQBAJ" }, @@ -9651,7 +9651,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=rIy9DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316462655-absolution-gap.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=rIy9DwAAQBAJ" }, @@ -9675,7 +9675,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=lFhbDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780735211308-atomic-habits.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=lFhbDwAAQBAJ" }, @@ -9699,7 +9699,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=00LQBAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781402295638-spam-nation.jpg", "language": "en", "link": "https://books.google.com/books/about/Spam_Nation.html?hl=&id=00LQBAAAQBAJ" }, @@ -9725,7 +9725,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=fhiH-9uV5PQC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780061739118-bind-torture-kill.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=fhiH-9uV5PQC" }, @@ -9750,7 +9750,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=CA7UDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780300252989-seeing-like-a-state.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=CA7UDwAAQBAJ" }, @@ -9774,7 +9774,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=UOhOEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781788738811-silicon-values.jpg", "language": "en", "link": "https://books.google.com/books/about/Silicon_Values.html?hl=&id=UOhOEAAAQBAJ" }, @@ -9798,7 +9798,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=3TYGEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781612199160-privacy-is-power.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=3TYGEAAAQBAJ" }, @@ -9822,7 +9822,7 @@ "categories": [ "Self-Help" ], - "thumbnail": "https://books.google.com/books/content?id=1eGCDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780525536512-digital-minimalism.jpg", "language": "en", "link": "https://books.google.com/books/about/Digital_Minimalism.html?hl=&id=1eGCDwAAQBAJ" }, @@ -9847,7 +9847,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=KeJE7Tyl6o8C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780804137515-remote.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=KeJE7Tyl6o8C" }, @@ -9870,7 +9870,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=SfmxC37lSWUC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780345540096-the-iceman.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=SfmxC37lSWUC" }, @@ -9893,7 +9893,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=HrL7DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780316462778-inhibitor-phase.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=HrL7DwAAQBAJ" }, @@ -9918,7 +9918,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=aPFrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781541674004-the-socialist-manifesto.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=aPFrDwAAQBAJ" }, @@ -9941,7 +9941,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=WwPJDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781501134630-midnight-in-chernobyl.jpg", "language": "en", "link": "https://books.google.com/books/about/Midnight_in_Chernobyl.html?hl=&id=WwPJDwAAQBAJ" }, @@ -9965,7 +9965,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=JCRdEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780306827488-we-are-proud-boys.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=JCRdEAAAQBAJ" }, @@ -9989,7 +9989,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=NARIDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780525511847-how-fascism-works.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=NARIDwAAQBAJ" }, @@ -10014,7 +10014,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=LCxeEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780674273559-a-brief-history-of-equality.jpg", "language": "en", "link": "https://books.google.com/books/about/A_Brief_History_of_Equality.html?hl=&id=LCxeEAAAQBAJ" }, @@ -10038,7 +10038,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=sxRJEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781982140465-down-and-out-in-paradise.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=sxRJEAAAQBAJ" }, @@ -10061,7 +10061,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=0-LbDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593199657-zodiac.jpg", "language": "en", "link": "https://books.google.com/books/about/Zodiac.html?hl=&id=0-LbDwAAQBAJ" }, @@ -10084,7 +10084,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=8Wm6fvRvEqIC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780425212738-zodiac-unmasked.jpg", "language": "en", "link": "https://books.google.com/books/about/Zodiac_Unmasked.html?hl=&id=8Wm6fvRvEqIC" }, @@ -10108,7 +10108,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=2mVkEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781922458513-indelible-city.jpg", "language": "en", "link": "https://books.google.com/books/about/Indelible_City.html?hl=&id=2mVkEAAAQBAJ" }, @@ -10131,7 +10131,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=zVuyzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780063041363-raising-them-right.jpg", "language": "en", "link": "https://books.google.com/books/about/Raising_Them_Right.html?hl=&id=zVuyzgEACAAJ" }, @@ -10156,7 +10156,7 @@ "categories": [ "True Crime" ], - "thumbnail": "https://books.google.com/books/content?id=hL_BEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/0593315618-tracers-in-the-dark.jpg", "language": "en", "link": "https://books.google.com/books/about/Tracers_in_the_Dark.html?hl=&id=hL_BEAAAQBAJ" }, @@ -10179,7 +10179,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=_EGNEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780385547772-stay-true.jpg", "language": "en", "link": "https://books.google.com/books/about/Stay_True.html?hl=&id=_EGNEAAAQBAJ" }, @@ -10202,7 +10202,7 @@ "categories": [ "Psychology" ], - "thumbnail": "https://books.google.com/books/content?id=eZVUEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593083888-the-myth-of-normal.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Myth_of_Normal.html?hl=&id=eZVUEAAAQBAJ" }, @@ -10226,7 +10226,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=RMbDiacb8cIC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1595581030-the-new-jim-crow.jpg", "language": "en" }, { @@ -10250,7 +10250,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=Q4bmEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593238738-its-ok-to-be-angry-about-capitalism.jpg", "language": "en", "link": "https://books.google.com/books/about/It_s_OK_to_Be_Angry_About_Capitalism.html?hl=&id=Q4bmEAAAQBAJ" }, @@ -10274,7 +10274,7 @@ "categories": [ "History" ], - "thumbnail": "https://books.google.com/books/content?id=te9EzwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781645036951-black-ball.jpg", "language": "en", "link": "https://books.google.com/books/about/Black_Ball.html?hl=&id=te9EzwEACAAJ" }, @@ -10297,7 +10297,7 @@ "categories": [ "Fiction" ], - "thumbnail": "https://books.google.com/books/content?id=yfLsDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780593085172-providence.jpg", "language": "en", "link": "https://books.google.com/books/about/Providence.html?hl=&id=yfLsDwAAQBAJ" }, @@ -10321,7 +10321,7 @@ "categories": [ "Music" ], - "thumbnail": "https://books.google.com/books/content?id=PWU0wwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781642501148-from-the-basement.jpg", "language": "en", "link": "https://books.google.com/books/about/From_the_Basement.html?hl=&id=PWU0wwEACAAJ", "dateFinished": "2024-05-04" @@ -10347,7 +10347,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=mwL8DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781501182891-goliath.jpg", "language": "en", "link": "https://books.google.com/books/about/Goliath.html?hl=&id=mwL8DwAAQBAJ", "dateStarted": "2024-05-04" @@ -10373,7 +10373,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=O0EoCwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9780306824098-under-the-big-black-sun.jpg", "language": "en", "link": "https://play.google.com/store/books/details?id=O0EoCwAAQBAJ" }, @@ -10397,7 +10397,7 @@ "categories": [ "Biography & Autobiography" ], - "thumbnail": "https://books.google.com/books/content?id=UMLQEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/0807007935-drive.jpg", "language": "en", "link": "https://books.google.com/books/about/Drive.html?hl=&id=UMLQEAAAQBAJ" }, @@ -10421,7 +10421,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=GdLPEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1839762802-black-meme.jpg", "language": "en", "link": "https://books.google.com/books/about/Black_Meme.html?hl=&id=GdLPEAAAQBAJ" }, @@ -10445,7 +10445,7 @@ "categories": [ "Medical" ], - "thumbnail": "https://books.google.com/books/content?id=jgnOEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/0262548038-crowded-out.jpg", "language": "en", "link": "https://books.google.com/books/about/Crowded_Out.html?hl=&id=jgnOEAAAQBAJ" }, @@ -10469,7 +10469,7 @@ "categories": [ "Technology & Engineering" ], - "thumbnail": "https://books.google.com/books/content?id=jmDTEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/0262047519-the-chinese-computer.jpg", "language": "en", "link": "https://books.google.com/books/about/The_Chinese_Computer.html?hl=&id=jmDTEAAAQBAJ" }, @@ -10490,7 +10490,7 @@ "description": "This cat-and-mouse story of a vast FBI sting operation reveals​ how the criminal underworld has become a globalized economy in its own right--one that can't be policed without crossing complicated ethical boundaries. Beginning in 2018, a powerful app for secure communications, called Anom, began to take root among drug dealers and other criminals. It had extraordinary safeguards to keep out prying eyes--the power to quickly wipe data, voice-masking technology, and more. It was better than other apps popular among organized crime syndicates, except for one thing: it was secretly run by law enforcement. Over the next few years, the FBI, along with law enforcement partners in Australia and parts of Europe, got a front row seat to the global criminal underworld. They watched drug deals and hits being planned in real time, making arrests where they could without blowing their cover. For a period of years, some one hundred thousand criminals worldwide, including members of South American drug cartels, the Calabrian mafia, and the Chinese Triad, did their business in full view of the officers they were trying to evade. It was a sprawling global economy as efficient and interconnected as the legal one. But a surveillance operation like this couldn't last. It was too dangerous, too ethically fraught, too large. And it all ended in spectacular fashion. Dark Wire is more than the story of this enormous sting operation--it shows the fundamental problems of policing in such a vast and high-speed economy. This is a caper for our modern world, where everyone is connected and no one is completely free.", "pageCount": 0, "printType": "BOOK", - "thumbnail": "https://books.google.com/books/content?id=fZ460AEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1541702697-dark-wire.jpg", "language": "en", "link": "https://books.google.com/books/about/Dark_Wire.html?hl=&id=fZ460AEACAAJ" }, @@ -10514,7 +10514,7 @@ "categories": [ "Computers" ], - "thumbnail": "https://books.google.com/books/content?id=gWLPEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1250867398-code-dependent.jpg", "language": "en", "link": "https://books.google.com/books/about/Code_Dependent.html?hl=&id=gWLPEAAAQBAJ" }, @@ -10538,7 +10538,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=6Ju1EAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/978-1-83976-550-6-happy-apocalypse.jpg", "language": "en", "link": "https://books.google.com/books/about/Happy_Apocalypse.html?hl=&id=6Ju1EAAAQBAJ" }, @@ -10562,7 +10562,7 @@ "categories": [ "Nature" ], - "thumbnail": "https://books.google.com/books/content?id=GvDfEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1804290009-nuclear-is-not-the-solution.jpg", "language": "en", "link": "https://books.google.com/books/about/Nuclear_is_Not_the_Solution.html?hl=&id=GvDfEAAAQBAJ" }, @@ -10586,7 +10586,7 @@ "categories": [ "Social Science" ], - "thumbnail": "https://books.google.com/books/content?id=P9HbEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1788738357-lifehouse.jpg", "language": "en", "link": "https://books.google.com/books/about/Lifehouse.html?hl=&id=P9HbEAAAQBAJ" }, @@ -10610,7 +10610,7 @@ "categories": [ "Political Science" ], - "thumbnail": "https://books.google.com/books/content?id=5frTEAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/9781839768552-cyberboss.jpg", "language": "en", "link": "https://books.google.com/books/about/Cyberboss.html?hl=&id=5frTEAAAQBAJ" }, @@ -10634,7 +10634,7 @@ "categories": [ "Business & Economics" ], - "thumbnail": "https://books.google.com/books/content?id=_Lso0AEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/0745349862-digital-degrowth.jpg", "language": "en", "link": "https://books.google.com/books/about/Digital_Degrowth.html?hl=&id=_Lso0AEACAAJ" }, @@ -10658,7 +10658,7 @@ "categories": [ "Language Arts & Disciplines" ], - "thumbnail": "https://books.google.com/books/content?id=_NEY0AEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api&w=512", + "thumbnail": "https://coryd.dev/media/books/1503639797-constant-disconnection.jpg", "language": "en", "link": "https://books.google.com/books/about/Constant_Disconnection.html?hl=&id=_NEY0AEACAAJ" }