"Mad at the Internet" - a/k/a My Psychotherapy Sessions

Hey Null,
You've previously used music from a band And One, and I've listened to them quite a bit since. They've got a catchy synthpop song about 9/11 conspiracies, if you're looking for something to play on the next stream.
 
Last edited:
  • Winner
Reactions: Too Many Catgirls
It’s already old news but Mutahar of SomeOrdinaryGamers has left Twitter View attachment 3677971
Tweet
Some have speculated it has to do with his take on the Andrew tate situation tweet
View attachment 3677979
And recently the Keffals situation
Tweet
View attachment 3677985
After having a ton of retards (including Keffal’s insufferable tranny fan base) say he’s “defending” Tate and the farms. He left Twitter (I don’t blame him)
View attachment 3677991
tweet
Even some of Mutahar’s weren’t buying it View attachment 3677993View attachment 3677994
Of course the Troon can’t come up with an argument.
View attachment 3678002View attachment 3678003View attachment 3678004View attachment 3678013View attachment 3678019

And yes they’re an Anglo
Muta always came off as a normie to me who just had tech autism, so seeing him talk about this shit does make me think normies are starting to get tired of the bullshit.
 
I would never want the Internet to have real ID, but the one and only benefit I could say would be able to filter out anything posted by a minor. Rivers is just another modern day teenage girl tumblr user. I never subbed to Muta because I felt like he would flip sides depending on his viewership, so it's surprising to see him posting criticism onf such a subject on twitter. Didn't last long, but we can't expect much anymore from the big posters on social media. The path of least resistance has always been the fall of us.
 
Thank you for playing the song I posted. I've spent the last couple of days (because I forgot I bookmarked the links that could lead me here) thinking about how much of a cursed piece of shit I was going to feel like if it had been the last outro while the Farms were still up.

Funny enough, I have a chunk of my music library on random and something else fitting started playing first thing after I logged in here. Feels good, man.
 
  • Feels
Reactions: Retink
Is there a good up to date method of downloading the entire podcast?
For audio the podcast feed is available at madattheinternet.libsyn.com, it's missing the last few episodes however. You can download each episode individually or use a script or something to pull all the mp3 files from the rss feed, which I'm doing now just in case. For video you'll have to go on odysee and download all the episodes from here, and fill gaps from here
 
Muta always came off as a normie to me who just had tech autism, so seeing him talk about this shit does make me think normies are starting to get tired of the bullshit.
Tbh I feel like Muta has had a Kiwi Farms account at some point. He used to be on 4chan, would make sense if he had an account here
 
For audio the podcast feed is available at madattheinternet.libsyn.com, it's missing the last few episodes however. You can download each episode individually or use a script or something to pull all the mp3 files from the rss feed, which I'm doing now just in case. For video you'll have to go on odysee and download all the episodes from here, and fill gaps from here
Update on this, I've made a very shitty python script to download all the audio episodes, the thumbnails and associated episode metadata. If you have any python knowledge you could probably write something better than me, but it does the job. If you you have some tech literacy you can figure out how to run it.
For the tech illiterate, good luck lol.
Python:
import json, requests
from pathlib import Path
from os.path import exists

URL = "https://madattheinternet.libsyn.com/website/page/{:d}/render-type/json"

# arbitrary range
for i in range(1, 99):
    response = requests.get(URL.format(i))
    j = response.json()

    if j is None:
        print("Nothing else found, exiting")
        exit(0)
    for x in j:
        audio_url = x["primary_content"]["url_secure"]
        image_url = x["image_url"]
        # just use the url for the filename
        audio_file = audio_url.split("/")[-1]
        print("Downloading content for: " + x["item_title"] + " - " + x["release_date"])
        if exists(audio_file) == True:
            print("skipping")
        else:
            # Save audio
            ra = requests.get(audio_url, allow_redirects=True)
            with open(audio_file, 'wb') as file:
                file.write(ra.content)

            # Save thumbnail
            ri = requests.get(image_url, allow_redirects=True)
            # I don't know what I'm doing
            with open(Path(audio_file).stem + Path(ri.url.split("/")[-1]).suffix, 'wb') as file:
                file.write(ri.content)
        
            # Save json object for episode
            with open(Path(audio_file).stem + ".json", 'w') as file:
                file.write(json.dumps(x, indent=4))
 
Update on this, I've made a very shitty python script to download all the audio episodes, the thumbnails and associated episode metadata. If you have any python knowledge you could probably write something better than me, but it does the job. If you you have some tech literacy you can figure out how to run it.
For the tech illiterate, good luck lol.
Python:
import json, requests
from pathlib import Path
from os.path import exists

URL = "https://madattheinternet.libsyn.com/website/page/{:d}/render-type/json"

# arbitrary range
for i in range(1, 99):
    response = requests.get(URL.format(i))
    j = response.json()

    if j is None:
        print("Nothing else found, exiting")
        exit(0)
    for x in j:
        audio_url = x["primary_content"]["url_secure"]
        image_url = x["image_url"]
        # just use the url for the filename
        audio_file = audio_url.split("/")[-1]
        print("Downloading content for: " + x["item_title"] + " - " + x["release_date"])
        if exists(audio_file) == True:
            print("skipping")
        else:
            # Save audio
            ra = requests.get(audio_url, allow_redirects=True)
            with open(audio_file, 'wb') as file:
                file.write(ra.content)

            # Save thumbnail
            ri = requests.get(image_url, allow_redirects=True)
            # I don't know what I'm doing
            with open(Path(audio_file).stem + Path(ri.url.split("/")[-1]).suffix, 'wb') as file:
                file.write(ri.content)
    
            # Save json object for episode
            with open(Path(audio_file).stem + ".json", 'w') as file:
                file.write(json.dumps(x, indent=4))
Wish I had this 2 months ago. Like a retard I went through every archive I could find to download all videos and audio, and manually saved the descriptions to each one. Only other archive of Josh's stuff I could suggest for now would be JCM Archives.
 
The only reason I have an Alexa is so I can mog the poindexter virgins at Amazon with the sounds of me smashing box all day every day.
In regards to the Alexa thing Josh mentioned in the stream, they're all essentially bluetooth speakers with sensitive microphones. If you don't set them up with an account, they are just bluetooth speakers. Damned good ones, too. I use a third gen Amazon Echo as a bluetooth speaker at work. No wifi connection, no Amazon, no privacy invasive recording, and get to enjoy music.
 
The Telegram when they saw the Chinese language lmao 67DBC9D0-1C83-40B5-B0D3-3B0F67952266.jpeg
 
The one thing I always want in every stream is Josh doing his Patrick Tomlinson impression. You can hear him enjoying it and getting into it, "stop talking to me stalker child!".

So Josh, if you see this, make sure you add a bit with Fatrick in it. Doesn't have to be about him, just use his style. Do a whole steam in the style of Fatrick.
 
The one thing I always want in every stream is Josh doing his Patrick Tomlinson impression. You can hear him enjoying it and getting into it, "stop talking to me stalker child!".

So Josh, if you see this, make sure you add a bit with Fatrick in it. Doesn't have to be about him, just use his style. Do a whole steam in the style of Fatrick.
That would mean he has to reply to every superchat with "stalker child" doesn't it?

I am so down for that.
 
Back