Digital_apocalypse.PY
% Define the infrastructure components
components = struct('name', {'Underwater Cable Landing Station A', 'Internet Exchange Point B', 'Data Center C', 'Telecommunication Hub D', 'Satellite Network E', 'DNS Server F', 'Power Plant G'},...
'criticality', [5, 5, 5, 5, 5, 5, 5],...
'tatus', repmat({'Operational'}, 7, 1),...
'epair_time', rand(7, 1).* [5, 5, 5, 5, 5, 5, 5]);
% Define the attack function
function attack(component)
component.status = 'Down';
fprintf('Attack on %s. Status: %s\n', component.name, component.status);
end
% Define the repair function
function repair(component)
pause(component.repair_time);
component.status = 'Operational';
fprintf('Repair of %s. Status: %s\n', component.name, component.status);
end
% Define the cascading failure function
function cascading_failure(component)
if strcmp(component.name, 'Underwater Cable Landing Station A')
attack(components(find(strcmp(components.name, 'Internet Exchange Point B'))));
attack(components(find(strcmp(components.name, 'Data Center C'))));
elseif strcmp(component.name, 'Internet Exchange Point B')
attack(components(find(strcmp(components.name, 'Telecommunication Hub D'))));
elseif strcmp(component.name, 'Data Center C')
attack(components(find(strcmp(components.name, 'Satellite Network E'))));
elseif strcmp(component.name, 'Telecommunication Hub D')
attack(components(find(strcmp(components.name, 'DNS Server F'))));
elseif strcmp(component.name, 'Satellite Network E')
attack(components(find(strcmp(components.name, 'Power Plant G'))));
elseif strcmp(component.name, 'DNS Server F')
attack(components(find(strcmp(components.name, 'Data Center C'))));
elseif strcmp(component.name, 'Power Plant G')
attack(components(find(strcmp(components.name, 'Telecommunication Hub D'))));
end
% Define the inability to repair function
function inability_to_repair()
fprintf('\nInability to Repair:\n');
for i = 1:length(components)
if strcmp(components(i).status, 'Down')
repair(components(i));
end
end
end
% Define the status report function
function status_report()
fprintf('\nStatus Report:\n');
for i = 1:length(components)
fprintf('%s: %s\n', components(i).name, components(i).status);
end
end
% Define the emulate attack function
function emulate_attack()
fprintf('Initiating Digital Apocalypse Emulation...\n');
for i = 1:length(components)
if rand < 0.5
attack(components(i));
end
end
status_report();
for i = 1:length(components)
if strcmp(components(i).status, 'Down')
cascading_failure(components(i));
end
end
inability_to_repair();
end
% Define the terminal emulator
function terminal_emulator()
fprintf('\nWelcome to the Digital Apocalypse Emulator Terminal.\n');
fprintf('Type ''help'' for a list of commands.\n');
while true
command = input('Terminal# ','s');
if strcmp(command, 'help')
fprintf('\nAvailable Commands:\n');
fprintf(' - help: Show this help message.\n');
fprintf(' - start: Start the digital apocalypse emulation.\n');
fprintf(' - status: Show the current status of all components.\n');
fprintf(' - exit: Exit the terminal emulator.\n');
elseif strcmp(command,'start')
emulate_attack();
elseif strcmp(command,'status')
status_report();
elseif strcmp(command, 'exit')
fprintf('Exiting the terminal emulator. Goodbye!\n');
break;
else
fprintf('Unknown command. Type ''help'' for a list of commands.\n');
end
end
end
% Run the terminal emulator
terminal_emulator();end
components = struct('name', {'Underwater Cable Landing Station A', 'Internet Exchange Point B', 'Data Center C', 'Telecommunication Hub D', 'Satellite Network E', 'DNS Server F', 'Power Plant G'},...
'criticality', [5, 5, 5, 5, 5, 5, 5],...
'tatus', repmat({'Operational'}, 7, 1),...
'epair_time', rand(7, 1).* [5, 5, 5, 5, 5, 5, 5]);
% Define the attack function
function attack(component)
component.status = 'Down';
fprintf('Attack on %s. Status: %s\n', component.name, component.status);
end
% Define the repair function
function repair(component)
pause(component.repair_time);
component.status = 'Operational';
fprintf('Repair of %s. Status: %s\n', component.name, component.status);
end
% Define the cascading failure function
function cascading_failure(component)
if strcmp(component.name, 'Underwater Cable Landing Station A')
attack(components(find(strcmp(components.name, 'Internet Exchange Point B'))));
attack(components(find(strcmp(components.name, 'Data Center C'))));
elseif strcmp(component.name, 'Internet Exchange Point B')
attack(components(find(strcmp(components.name, 'Telecommunication Hub D'))));
elseif strcmp(component.name, 'Data Center C')
attack(components(find(strcmp(components.name, 'Satellite Network E'))));
elseif strcmp(component.name, 'Telecommunication Hub D')
attack(components(find(strcmp(components.name, 'DNS Server F'))));
elseif strcmp(component.name, 'Satellite Network E')
attack(components(find(strcmp(components.name, 'Power Plant G'))));
elseif strcmp(component.name, 'DNS Server F')
attack(components(find(strcmp(components.name, 'Data Center C'))));
elseif strcmp(component.name, 'Power Plant G')
attack(components(find(strcmp(components.name, 'Telecommunication Hub D'))));
end
% Define the inability to repair function
function inability_to_repair()
fprintf('\nInability to Repair:\n');
for i = 1:length(components)
if strcmp(components(i).status, 'Down')
repair(components(i));
end
end
end
% Define the status report function
function status_report()
fprintf('\nStatus Report:\n');
for i = 1:length(components)
fprintf('%s: %s\n', components(i).name, components(i).status);
end
end
% Define the emulate attack function
function emulate_attack()
fprintf('Initiating Digital Apocalypse Emulation...\n');
for i = 1:length(components)
if rand < 0.5
attack(components(i));
end
end
status_report();
for i = 1:length(components)
if strcmp(components(i).status, 'Down')
cascading_failure(components(i));
end
end
inability_to_repair();
end
% Define the terminal emulator
function terminal_emulator()
fprintf('\nWelcome to the Digital Apocalypse Emulator Terminal.\n');
fprintf('Type ''help'' for a list of commands.\n');
while true
command = input('Terminal# ','s');
if strcmp(command, 'help')
fprintf('\nAvailable Commands:\n');
fprintf(' - help: Show this help message.\n');
fprintf(' - start: Start the digital apocalypse emulation.\n');
fprintf(' - status: Show the current status of all components.\n');
fprintf(' - exit: Exit the terminal emulator.\n');
elseif strcmp(command,'start')
emulate_attack();
elseif strcmp(command,'status')
status_report();
elseif strcmp(command, 'exit')
fprintf('Exiting the terminal emulator. Goodbye!\n');
break;
else
fprintf('Unknown command. Type ''help'' for a list of commands.\n');
end
end
end
% Run the terminal emulator
terminal_emulator();end
Show less
Bad
My overall experience with using the app was fantastic, but there has been one issue that negatively impacts the experience: they started censoring images. This censorship takes away a big part of what made the app special, and now using it feels no different than using other apps without the same feature. It's a shame the app has taken this route, and it's a let-down to those who were excited and invested in the experience the app had to offer.
Show less
手部
左手有缺陷
Shot their own foot -_-
New censorship, ruined app. It’s not even just nudity, they censor some pretty random stuff that shouldn’t be. It went from a true open-use, strong Ai to being just as bad as every other scammy app that’s thrown together for art these days. Completely shot themselves in the foot.
Avoid.
Unreliable platform.
If I could give the app 0 stars I would.
The have completely broken the app with the new update. Even images that don’t need censorship is getting censored. I cant generate ideas on the go anymore. I have to get on my pc to use Tensor to its full potential.
Great but the free credits doesn’t work
I went to get more credits and I saw I could get 200 for free by sharing so I copy linked bc that’s the only option and nothing happened.Please fix this and if it’s a scam just give people their credits
Pure garbage of an app
Fake
My experience
My overall experience with using the app was fantastic, but there has been one issue that negatively impacts the experience: they started censoring images. This censorship takes away a big part of what made the app special, and now using it feels no different than using other apps without the same feature. It's a shame the app has taken this route, and it's a let-down to those who were excited and invested in the experience the app had to offer.
Show less
Took away many features
They now censor things like girls in bikinis, they went from 0 to 200 on censorship and it’s broken the app. do yourself a favor and AVOID.