diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index 5fcc6aec..2c85108c 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1714770905972 + "timestamp": 1714853070695 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index f3e83687..4d45c9c3 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -13114,5 +13114,16 @@ "https://social.lol/users/cory/statuses/112379226090084426" ], "lastTootTimestamp": 1714770905964 + }, + "https://adamjones.me/blog/dont-use-contact-forms/": { + "id": "aHR0cHM6Ly9hZGFtam9uZXMubWUvYmxvZy9kb250LXVzZS1jb250YWN0LWZvcm1zLw==", + "title": "🔗: No, I don’t want to fill out your contact form via Adam Jones", + "url": "https://adamjones.me/blog/dont-use-contact-forms/", + "content_text": "🔗: No, I don’t want to fill out your contact form via Adam Jones #Tech https://adamjones.me/blog/dont-use-contact-forms/", + "date_published": "Sat, 04 May 2024 19:43:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112384610837477428" + ], + "lastTootTimestamp": 1714853070688 } } \ No newline at end of file diff --git a/config/data/author-map.js b/config/data/author-map.js index 6014fbcc..f287138b 100644 --- a/config/data/author-map.js +++ b/config/data/author-map.js @@ -1,4 +1,5 @@ export default { + "https://adamjones.me": "Adam Jones", "https://janmaarten.com": "Jan Maarten", "https://sheep.horse": "Andrew Stephens", "https://nautil.us": "Nautilus", diff --git a/src/_data/json/read.json b/src/_data/json/read.json index 37e86c52..bd5ff473 100644 --- a/src/_data/json/read.json +++ b/src/_data/json/read.json @@ -10371,5 +10371,30 @@ "thumbnail": "https://books.google.com/books/content?id=mwL8DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", "language": "en", "link": "https://books.google.com/books/about/Goliath.html?hl=&id=mwL8DwAAQBAJ" + }, + { + "isbn": "9780306824098", + "dateAdded": "2024-05-04", + "status": "want to read", + "rating": "unrated", + "tags": [ + "music", + "nonfiction" + ], + "title": "Under the Big Black Sun", + "authors": [ + "John Doe", + "Tom DeSavia" + ], + "publishedDate": "2016-04-26", + "description": "Under the Big Black Sun explores the nascent Los Angeles punk rock movement and its evolution to hardcore punk as it's never been told before. John Doe of the legendary band X and co-author Tom DeSavia have woven together an enthralling story of the legendary West Coast scene from 1977-1982 by enlisting the voices of people who were there. The book shares chapter-length tales from the authors along with personal essays from famous (and infamous) players in the scene. Through interstitial commentary, John Doe \"narrates\" this journey through the land of film noir sunshine, Hollywood back alleys, and suburban sprawl. Illustrated with 50 rare photos, this is the story of the art that was born under the big black sun.", + "pageCount": 336, + "printType": "BOOK", + "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", + "language": "en", + "link": "https://play.google.com/store/books/details?id=O0EoCwAAQBAJ" } ] \ No newline at end of file diff --git a/src/links/2024/2024-05-04-no-i-dont-want-to-fill-out-your-contact-form.md b/src/links/2024/2024-05-04-no-i-dont-want-to-fill-out-your-contact-form.md new file mode 100644 index 00000000..12b47331 --- /dev/null +++ b/src/links/2024/2024-05-04-no-i-dont-want-to-fill-out-your-contact-form.md @@ -0,0 +1,7 @@ +--- +title: "No, I don’t want to fill out your contact form" +date: "2024-05-04T12:43:09-07:00" +tags: ['tech'] +description: "Contact forms are almost always worse for users than just putting an email on your website. I explore why they’re terrible, why you’ve done it anyway, and what to do about it." +link: "https://adamjones.me/blog/dont-use-contact-forms/" +--- \ No newline at end of file