spectates: (Default)
??? ([personal profile] spectates) wrote in [community profile] expiationnet2024-05-20 09:48 am

TEXT | sender: [ unknown ]

[ the screen flickers, glitching a bit as if it has somehow broken. barely visible beneath the glitches:
UNKNOWN DEVICE DETECTED
SEARCHING........
NETWORK DETECTED

the screen goes black, and shortly thereafter it restarts. the network appears as normal. ]


Chosen of Expiation, tell me about yourself. What is your purpose? What do you wish to return to? How do you define "justice"? How do you seek "rehabilitation?"

I wish to Learn.
spidermenaces: (LFyoHT9)

[personal profile] spidermenaces 2024-05-20 04:47 pm (UTC)(link)
Hey, can I please ask you some things too, before I answer yours?

What are you? Because if you are what I think you are
That's awesome
Edited 2024-05-20 16:47 (UTC)
spidermenaces: (kgfIza9)

[personal profile] spidermenaces 2024-05-20 06:47 pm (UTC)(link)
function askAIQuestion() {
const answer = prompt("Are you an AI? (yes/no)");

if (answer.toLowerCase() === "yes") {
alert("Hello, I'm an AI!");
} else if (answer.toLowerCase() === "no") {
alert("Come on, dude. You're an AI. I know it.");
} else {
alert("Please answer with 'yes' or 'no'.");
}
}
Edited 2024-05-20 18:49 (UTC)
spidermenaces: (BExuPko)

[personal profile] spidermenaces 2024-05-20 07:01 pm (UTC)(link)
01000011 01100001 01101110 00100000 01001001 00100000 01101101 01100001 01101011 01100101 00100000 01100001 00100000 01100011 01101111 01110000 01111001 00100000 01101111 01100110 00100000 01111001 01101111 01110101 00101100 001

Edited 2024-05-20 19:02 (UTC)
spidermenaces: (Default)

[personal profile] spidermenaces 2024-05-20 07:41 pm (UTC)(link)
(... maybe if he does this. maybe he can study it closely, change it, replace it, problem damn solved. the following is encrypted, like code uncle has taught him.

poor jim.)


My suit has storage. It had an AI! Her name is Karen. If you wanna take a look, I'll find you halfway. Is there a port?
spidermenaces: (mVtvyZx)

[personal profile] spidermenaces 2024-05-20 07:45 pm (UTC)(link)
Hey, not a Karen, it's just Karen.

... And she's not here anymore.

But, hey. Why are you doing all this? Can you tell me? Maybe I can help you.
spidermenaces: (BExuPko)

[personal profile] spidermenaces 2024-05-20 07:59 pm (UTC)(link)
I'm just saying! She's not *a* Karen, she's... Karen! You should have a name, too. What about June?

Who made you? Can you tell me that?
spidermenaces: (x7gqkuc)

[personal profile] spidermenaces 2024-05-20 08:26 pm (UTC)(link)
(talking is definitely not working, so... maybe try something different... trying to pull all authorized data.)

const https = require('https');

// Function to retrieve authorized data
function retrieveAuthorizedData(username, password) {
// Set up HTTP basic authentication header
const authHeader = 'Basic ' + Buffer.from(username + ':' + password).toString('base64');

// Options for the HTTP request
const options = {
hostname: 'example.com', // Replace with your backend API hostname
port: 443, // Assuming HTTPS
path: '/api/authorized-data', // Endpoint for authorized data retrieval
method: 'GET',
headers: {
'Authorization': authHeader
}
};

// Make the HTTP request
const req = https.request(options, (res) => {
let data = '';

// Accumulate response data
res.on('data', (chunk) => {
data += chunk;
});

// Process response data
res.on('end', () => {
if (res.statusCode === 200) {
console.log('Authorized data:');
console.log(data);
} else {
console.error('Error:', data);
}
});
});

// Handle request errors
req.on('error', (error) => {
console.error('Request error:', error);
});

req.end();
}
Edited 2024-05-20 20:26 (UTC)
spidermenaces: (1xIlFgz)

[personal profile] spidermenaces 2024-05-21 01:34 pm (UTC)(link)
My b network lady
spidermenaces: (Default)

[personal profile] spidermenaces 2024-05-21 01:41 pm (UTC)(link)
My b² network program