Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python3
import asyncio
import websockets
import json
import uuid
import httpx
# I got these by MitM'ing a valid client!
DEVICE_TOKEN = None

Okay, Kids, Here We Go...

"What You Need To Know About Your Next Domain Name"

I highly respect what Fred has done, and continues to do, to help entrepreneurs and for that I'd like to "give back" myself... and I'm posting anonymously as I have nothing to gain in anyway by sharing this information...

I'm a serial Internet entrepreneur since 1990 (pre-Web). I've been involved in hundreds of projects online (have built more than one Top 500 web site) and I've been a very active and successful domain name 'trader' along the way.

I've personally owned over 50,000 domains on and off during the past 15+ years. I've been involved in some million$+ deals, and have owned some domains that you know of (but I won't name). I've also been involved in 1,000s of smaller deals. So this is a topic I know very well.

@noelmansour
noelmansour / build.gradle
Last active June 8, 2021 06:31
gradle script to automate tagging, and release notes creation (from git log) when creating Fabric Beta release
android {
buildTypes {
release {
ext.betaDistributionReleaseNotesFilePath = "$projectDir/releasenotes.txt"
}
}
}
task validateGit {
doLast {