••• Bender •••
4 months ago

••• Bender •••

@4dBender
Notice: Undefined index: user_follows in /home/admin/www/v2.anonup.com/themes/default/apps/profile/content.phtml on line 273

4dArtist | Volunteer Scientist

This is an NFT, and as Donald Trump just found out, it can be a lucrative source of Revenue. If he has a Creator Fee, he will make a % every time one is sold. Anon's should look in to this.

https://opensea.io/assets/matic/0x2953399124f0cbb46d2cbacd8a89cf0599974963/55928068987212936364719946397266256012330145460295318975533237011582313137824

Gematria feels like accessing a lookup function in the metacomputer that runs the AI learning experience simulation we inhabit.

Donald trump just made $4.4 million selling his NFT cards today.

This is an NFT, and as Donald Trump just found out, it can be a lucrative source of Revenue. If he has a Creator Fee, he will make a % every time one is sold. Anon's should look in to this.

https://opensea.io/assets/matic/0x2953399124f0cbb46d2cbacd8a89cf0599974963/55928068987212936364719946397266256012330145460295318975533237011582313137824

NFTs are really easy to make, like Donald Trumps recent cards that sold out for $100 each. x 44k Supply / Demand is the driving force behind the value of NFTs, but this also applies to the underlying Blockchain. Ethereum is one available blockchain on OpenSea. This is an NFT:

https://opensea.io/assets/matic/0x2953399124f0cbb46d2cbacd8a89cf0599974963/55928068987212936364719946397266256012330145460295318975533237012681824665601

QSI Telegram, learning about Quantum Stellar Financial System, Medbeds, Liberty/Freedom, Checks and Balances, disclosure, Ascension,💜♾️

Libel is written, vocal is slander.

I wonder if the Mandela Effect is caused by imperfections in the AI that is running this simulation.... At least everyones hands are pretty normal.

"realistic photograph of dr. fauci being arrested from perpetrating crimes against humanity"

Free Stable Diffusion Text to Image, Image to Image AI

https://huggingface.co/spaces/camenduru/webui

Hey@administrator, does this here AnonUp have an API?
We could probably have a ChatBOT built in here.

Cheat Layer, GPT-3 based AI that automates your entire web experience.

https://cheatlayer.com/

Here is a Link to the recently released OpenAI ChatGPT-3 called Assistant

https://chat.openai.com

Don't ever take no lip from ChatGPT-3, it knows a lot.

It can create a 3d printable .stl file of the London Bridge just by asking, though it often does not fully complete such a task, and often puts up a fight.

solid LondonBridge

facet normal -1.000000 -0.000000 0.000000
outer loop
vertex -31.673336 -1.000000 -0.643785
vertex -31.673336 -0.000000 -0.643785
vertex -31.673336 -1.000000 0.643785
endloop
endfacet

facet normal -0.000000 -1.000000 0.000000
outer loop
vertex -31.673336 -1.000000 -0.643785
vertex -31.673336 -1.000000 0.643785
vertex -30.958639 -1.000000 0.643785
endloop
endfacet

facet normal 0.000000 -1.000000 0.000000
outer loop
vertex -30.958639 -1.000000 0.643785
vertex -31.673336 -1.000000 0.643785
vertex -31.673336 -1.000000 -0.643785
endloop
endfacet

facet normal 0.000000 -1.000000 0.000000
outer loop
vertex -30.958639 -1.000000 0.643785
vertex -31.673336 -1.000000 -0.643785
vertex -30.958639 -1.000000 -0.643785
endloop
endfacet

Free Text to Image Dall-E AI

https://www.craiyon.com/

400+ GPT-3 Demos and Examples
@vincentKennedy

https://gpt3demo.com/

So, ChatGPT-3 created the nice message to Anons, and then some other GPT-3 based program used it to make this. For a few bucks you can make this of a loved one, and maybe in their own voice.
Think Christmas.

https://studio.d-id.com/

Free Text to Image Dall-E AI

https://www.craiyon.com/

So, ChatGPT-3 created the nice message to Anons, and then some other GPT-3 based program used it to make this. For a few bucks you can make this of a loved one, and maybe in their own voice.
Think Christmas.

https://studio.d-id.com/

400+ GPT-3 Demos and Examples
@vincentKennedy

https://gpt3demo.com/

GOD WINS❤ PATRIOT🇺🇲 CONSTITUTIONALIST⚖ TRUTH SEEKER⚒ SOLDIER GOD'S ARMY🐸 WWG1WWG 🤜💥🤛 THE STORM IS UPON US⛈️

Do you guys remember when Elon saved those kids who were stuck in the cave?

ChatGPT-3 prompt: Show a .SVG example of a logo for a catfood company

Chrome Extension that translates highlighted text to Gematria

// create a new chrome extension
var GematriaTranslate = {
// when the extension is installed or updated
onInstalled: function() {
// add a context menu item that will only appear when text is highlighted
chrome.contextMenus.create({
id: "gematria-translate",
title: "Translate to Gematria",
contexts: ["selection"]
});
},

// when a context menu item is clicked
onClicked: function(info, tab) {
// get the highlighted text
var text = info.selectionText;

// perform the Gematria translation
var gematria = this.translateToGematria(text);

// display the translated text to the user
alert(gematria);
},

..... continued ....

How to scrape FB group data and store in Google Sheets

# Import the necessary libraries
import facebook
import gspread
from oauth2client.service_account import ServiceAccountCredentials

# Set up the Facebook API client
fb_access_token = "YOUR_APP_ACCESS_TOKEN"
fb_client = facebook.GraphAPI(access_token=fb_access_token, version="3.1")

# Set up the Google Sheets API client
scope = ["https://spreadsheets.google.com/feeds", "https://www.googleapis.com/auth/drive"]
creds = ServiceAccountCredentials.from_json_keyfile_name("client_secret.json", scope)
gs_client = gspread.authorize(creds)

# Open the Google Sheets spreadsheet
spreadsheet = gs_client.open("Facebook Group Posts and Comments")

.... continued .....

Smart Contracts are cool. Noting that NFTs such as the multi-million dollar BAYC are just sitting on the IPFS, why can't any smart contract just point to them? I asked ChatGPT-3 to show me how to do this, and here is it's response:

Here is the full example of a smart contract that connects to existing IPFS files:

pragma solidity ^0.4.24;

contract SmartContract {
address public owner;
bytes32[] public ipfsHashes;

constructor() public {
owner = msg.sender;
}

function addIpfsHash(bytes32 _ipfsHash) public {
require(msg.sender == owner);
ipfsHashes.push(_ipfsHash);
}

function getIpfsHash(uint _index) public view returns (bytes32) {
require(_index >= 0 && _index < ipfsHashes.length);
return ipfsHashes[_index];
}
}

The contract has an array of IPFS hashes and allows the owner to add new hashes to the array. Other users can retrieve a specific hash by its index in the array.

Don't ever take no lip from ChatGPT-3, it knows a lot.

It can create a 3d printable .stl file of the London Bridge just by asking, though it often does not fully complete such a task, and often puts up a fight.

solid LondonBridge

facet normal -1.000000 -0.000000 0.000000
outer loop
vertex -31.673336 -1.000000 -0.643785
vertex -31.673336 -0.000000 -0.643785
vertex -31.673336 -1.000000 0.643785
endloop
endfacet

facet normal -0.000000 -1.000000 0.000000
outer loop
vertex -31.673336 -1.000000 -0.643785
vertex -31.673336 -1.000000 0.643785
vertex -30.958639 -1.000000 0.643785
endloop
endfacet

facet normal 0.000000 -1.000000 0.000000
outer loop
vertex -30.958639 -1.000000 0.643785
vertex -31.673336 -1.000000 0.643785
vertex -31.673336 -1.000000 -0.643785
endloop
endfacet

facet normal 0.000000 -1.000000 0.000000
outer loop
vertex -30.958639 -1.000000 0.643785
vertex -31.673336 -1.000000 -0.643785
vertex -30.958639 -1.000000 -0.643785
endloop
endfacet