Site top et complet mais l’app est à revoir : problème de rafraîchissement dans la création avec les %, pas de recherche possible à part dans les modèles, la corbeille pour supprimer des rendus ne fonctionne pas, on ne retrouve pas dans notre profil les posts / images mis en favoris, enfin l’écriture dans le prompt est un peu trop petite.
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 D
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.
手部
左手有缺陷
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.
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.
Pure garbage of an app
Fake
Removed one key thing making this app good
You can no longer generate nsfw or anything relatively close to it. It was one of the main reasons I used this app and they took it away
This page includes copyrighted content from third parties, shared solely for commentary and research in accordance with fair use under applicable copyright laws. All trademarks, including product, service, and company names or logos, remain the property of their respective owners. Their use here falls under nominative fair use as outlined by trademark laws and does not suggest any affiliation with or endorsement by the trademark holders.