> ## 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.

# Week of May 10, 2024
- URL: https://www.bramadams.dev/week-of-may-10-2024/
- Published: 2024-05-10T18:19:08.000Z
- Updated: 2024-05-11T00:16:24.000Z
- Description: ill just start over
- Author: Bram Adams
- Tags: instabram

## Images

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

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

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/Supernote-Cloud.png)

my first drawing on [nomad](https://supernote.com/?ref=bramadams.dev)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/IMG_9895.JPG)

the worlds most dangerous piss

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/IMG_9971-1.PNG)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/IMG_3307F98F-CB47-41A1-8568-1DC6527CC4B0.JPEG)

---

GPT fucking rocks I don't care what y'all say. Pics from a local bookstore to Goodreads searches in JS for any browser? I mean come on!

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/IMG_0029.PNG)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/Screenshot-2024-05-10-13-59-29.png)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/Screenshot-2024-05-10-13-59-36.png)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/Screenshot-2024-05-10-13-59-46.png)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/Screenshot-2024-05-10-14-03-07.png)

```javascript
const titlesAndAuthors = [
    "anagrams lorrie moore",
    "collected fictions jorge luis borges andrew hurley",
    "the fur hat vladimir voinovich",
    "orlando virginia woolf",
    "geek love katherine dunn",
    "pizza girl jean kyoung frazier",
    "existentialism is a humanism jean paul sartre",
    "side affects on being trans and feeling bad hil malatino",
    "breaking things at work gavin mueller",
    "the origin of consciousness in the breakdown of the bicameral mind julian jaynes",
    "wonderworks angus fletcher",
    "why poetry matthew zapruder",
    "to write as if already dead kate zambreno",
    "i, little asylum emmanuelle guattari",
    "ugly feelings sianne ngai",
    "eros the bittersweet anne carson",
    "the deluxe transitive vampire karen elizabeth gordon",
    "e.a.r.l. the autobiography of dmx smokey d. fontaine",
    "my last sigh the autobiography of luis buñuel",
    "dilla time dan charnas",
    "the gentrification of the mind sarah schulman",
    "metropolis ben wilson",
    "the death and life of great american cities jane jacobs",
    "nickel and dimed barbara ehrenreich",
    "cannibalism a perfectly natural history bill schutt",
    "on the soul and other psychological works aristotle fred d. miller jr.",
    "synesthesia richard e. cytowic",
    "genesis the deep origin of societies edward o. wilson",
    "the information james gleick",
    "the periodic table primo levi",
    "cosmic scholar the life and times of harry smith john szwed"
];

function openSearchTabs() {
    const baseURLs = {
        amazon: "https://www.amazon.com/s?k=",
        goodreads: "https://www.goodreads.com/search?q="
    };

    titlesAndAuthors.forEach(title => {
        const encodedTitle = encodeURIComponent(title);
        window.open(baseURLs.amazon + encodedTitle, "_blank");
        window.open(baseURLs.goodreads + encodedTitle, "_blank");
    });
}

openSearchTabs();

```

---

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/IMG_9976.jpeg)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/IMG_9978.jpeg)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/IMG_9981.jpeg)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/IMG_9982.jpeg)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/IMG_9983.jpeg)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/IMG_9985.jpeg)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/IMG_9987.jpeg)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/IMG_9962.jpeg)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/IMG_9957.jpeg)

[ft. the worst commencement speech ive ever heard](https://nymag.com/intelligencer/article/ohio-state-graduation-speaker-chris-pan-on-his-viral-speech.html?ref=bramadams.dev) \-- didnt even think it was possible to do that poorly

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/IMG_9949.jpeg)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/IMG_9923.jpeg)

![](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2024/05/IMG_9935.jpeg)

## Videos

- [Future - Like That (Visualizer) Feat. Metro Boomin, Kendrick Lamar](https://www.youtube.com/watch?v=y-FKd91YOys&ref=bramadams.dev)
- [We Need To Talk About This Pariston BOMBSHELL!](https://www.youtube.com/watch?v=zfTYFHThTyQ&list=LL&index=6&ref=bramadams.dev)
- [Foghorn over-motivates Goku 🦍](https://www.youtube.com/watch?v=AKLdKo-nN6k&list=LL&index=5&ref=bramadams.dev)
- [What if Pokemon Evolutions were animated (Part 2)](https://www.youtube.com/watch?v=BCVyahDGCqs&list=LL&index=4&ref=bramadams.dev)
- [Gon vs Kiillua is Obvious (All Arcs)](https://www.youtube.com/watch?v=uJWiB3D1PRY&list=LL&index=8&t=1694s&ref=bramadams.dev)
- [DeepMind AlphaFold 3 - This Will Change Everything!](https://www.youtube.com/watch?v=Mz7Qp73lj9o&list=LL&index=10&ref=bramadams.dev)
- [Why Are Open Source Alternatives So Bad?](https://www.youtube.com/watch?v=nHQv4blla7g&list=LL&index=11&t=633s&ref=bramadams.dev)
- [How the US Is Destroying Young People’s Future | Scott Galloway | TED](https://www.youtube.com/watch?v=qEJ4hkpQW8E&list=LL&index=23&t=6s&ref=bramadams.dev)
- [The Oldest Voices We Can Still Hear](https://www.youtube.com/watch?v=iEDvozbyUMQ&list=LL&index=30&ref=bramadams.dev)
- [Survivor Players Ejected From Challenges](https://www.youtube.com/watch?v=0%5Fi3oDQg6Ew&list=LL&index=35&t=424s&ref=bramadams.dev)
- [Men Fail Miserably When Quizzed on Women](https://www.youtube.com/watch?v=MfQ9YKKBn3c&list=LL&index=36&ref=bramadams.dev)
- [Woman in Crowd Loves my Boyfriend](https://www.youtube.com/watch?v=OSwVdo9nGBU&list=LL&index=37&ref=bramadams.dev)
- [Best Man Reveals Bride's Voicemail After First Date With Groom || Dogtooth Media](https://www.youtube.com/watch?v=aF9GWKTyM6A&list=LL&index=38&ref=bramadams.dev)
- [When The Rapper Dissing You Refuses to Stop (Kendrick v Drake)](https://www.youtube.com/watch?v=nxhyE93ZK7Y&list=LL&index=39&ref=bramadams.dev)
- [Running Doom on cells?](https://www.youtube.com/watch?v=8DnoOOgYxck&list=LL&index=43&ref=bramadams.dev)
- [“It’s all going according to plan.”](https://www.youtube.com/watch?v=MICKV1s7so8&list=LL&index=47&ref=bramadams.dev)
- [Boston Dynamics Dog meets actual dog](https://www.youtube.com/watch?v=cLlbErjxSCU&list=LL&index=51&ref=bramadams.dev)
- [Drake Sprite: The Spark Commercial](https://www.youtube.com/watch?v=mh6vHoyBs58&list=LL&index=55&ref=bramadams.dev)
- [New AI Feature: Gaslighting 🫣](https://www.youtube.com/watch?v=Ct2zo1cuzPQ&list=LL&index=59&ref=bramadams.dev)

## Tweets

> [pic.twitter.com/dQEkeSsotU](https://t.co/dQEkeSsotU?ref=bramadams.dev)
> 
> — Orwell & Goode | $TREN (@OrwellNGoode) [May 9, 2024](https://twitter.com/OrwellNGoode/status/1788660297248457024?ref%5Fsrc=twsrc%5Etfw&ref=bramadams.dev)

> [https://t.co/UU7vzaelKy](https://t.co/UU7vzaelKy?ref=bramadams.dev) [pic.twitter.com/ENamL2t83D](https://t.co/ENamL2t83D?ref=bramadams.dev)
> 
> — 🇰🇪 (@MrLewisVuitton) [May 8, 2024](https://twitter.com/MrLewisVuitton/status/1788241451110871421?ref%5Fsrc=twsrc%5Etfw&ref=bramadams.dev)

> finally an anime statue I can be proud to show my family [https://t.co/9fypVBZILq](https://t.co/9fypVBZILq?ref=bramadams.dev)
> 
> — Rooflemonger 🦍🦧🐵 (@Rooflemonger) [May 8, 2024](https://twitter.com/Rooflemonger/status/1788220356060225730?ref%5Fsrc=twsrc%5Etfw&ref=bramadams.dev)

> My last job had a ping pong table in the office and within two months they were in court for fraud
> 
> — Emmy (@Emmmyalluu) [May 7, 2024](https://twitter.com/Emmmyalluu/status/1787893555219808698?ref%5Fsrc=twsrc%5Etfw&ref=bramadams.dev)

> [#bbldrizzybeatgiveaway](https://twitter.com/hashtag/bbldrizzybeatgiveaway?src=hash&ref%5Fsrc=twsrc%5Etfw&ref=bramadams.dev)   
> uh.. take that drake? you scallywag! [pic.twitter.com/cRZRopT0QD](https://t.co/cRZRopT0QD?ref=bramadams.dev)
> 
> — juju (@ynvurse) [May 5, 2024](https://twitter.com/ynvurse/status/1787076108091077083?ref%5Fsrc=twsrc%5Etfw&ref=bramadams.dev)

> [pic.twitter.com/uUfGT0PqYd](https://t.co/uUfGT0PqYd?ref=bramadams.dev)
> 
> — Pat Stares At BIGPAIGE (@PatStaresAt) [May 6, 2024](https://twitter.com/PatStaresAt/status/1787304634404786609?ref%5Fsrc=twsrc%5Etfw&ref=bramadams.dev)

> Dear Gon,  
>  
> I’m sorry that that man is your father
> 
> — Cheyenne (@CheyenneTheGeek) [May 4, 2024](https://twitter.com/CheyenneTheGeek/status/1786616123498410089?ref%5Fsrc=twsrc%5Etfw&ref=bramadams.dev)

> Niggle me this Batman [https://t.co/6HVHh6gHHj](https://t.co/6HVHh6gHHj?ref=bramadams.dev)
> 
> — R&Beard (@rn\_beard) [May 1, 2024](https://twitter.com/rn%5Fbeard/status/1785806746184790311?ref%5Fsrc=twsrc%5Etfw&ref=bramadams.dev)

> [pic.twitter.com/yaYEQ471ny](https://t.co/yaYEQ471ny?ref=bramadams.dev)
> 
> — humans without context (@HumansNoContext) [May 2, 2024](https://twitter.com/HumansNoContext/status/1786162267228131685?ref%5Fsrc=twsrc%5Etfw&ref=bramadams.dev)

> No405、やっております。  
>  
> ムーン・ヒーリング・エスカレーション！ [pic.twitter.com/53YDvetlDo](https://t.co/53YDvetlDo?ref=bramadams.dev)
> 
> — 冨樫義博 (@Un4v5s8bgsVk9Xp) [May 1, 2024](https://twitter.com/Un4v5s8bgsVk9Xp/status/1785548977439752662?ref%5Fsrc=twsrc%5Etfw&ref=bramadams.dev)