> ## Content Index
> Fetch the complete content index at: https://www.bramadams.dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# September 5 2023
- URL: https://www.bramadams.dev/september-5-2023/
- Published: 2023-09-05T17:03:31.000Z
- Updated: 2023-09-06T05:14:16.000Z
- Description: The placebo effect is effective
- Author: Bram Adams
- Tags: instabram

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/public--14-.png)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/public--15-.png)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/public--16-.png)

same concept three books

---

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/Screenshot-2023-09-05-21-22-22.png)

---

Use Python to tag multiple products w/ Amazon Affiliates (some of the ASINs seem to go "bad" if a product is delisted?

```py
# loop through all books and create links
for book in all_books:
    asin = book['asin']
    title = book['title']
    link = f"https://www.amazon.com/dp/{asin}/?ref=nosim?tag={amazon_tag}"

    links.append({
        "title": title,
        "link": link,
        "asin": asin,
        "author": book['author'],
        "book_id": book['book_id'],
    })

# write both lists to json file { "links": [] }
with open('amazon_links.json', 'w') as f:
    json.dump({"links": links}, f, indent=4)

```

---

---

NEW SHARE FN, WHO DIS

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/public--22-.png)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/public--23-.png)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/public--26-.png)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/public--25-.png)

---

---

---

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/public--27-.png)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/public--29-.png)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/public--30-.png)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/public--31-.png)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/public--32-.png)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/public--33-.png)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/public--34-.png)

---

son of **the stud**

---

the perils of homeownership include the interaction of human laws and laws of reality

---

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/Screenshot-2023-09-04-14-24-28.png)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/Screenshot-2023-09-04-14-24-42.png)

gon was about to ship his new friends down the river lmao

---

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/Screenshot-2023-09-06-01-08-33.png)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/Screenshot-2023-09-06-01-11-04.png)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/09/Screenshot-2023-09-06-01-11-10.png)