Similar Posts
Is there a random image link?
I thought there was a link on Unsplash, for example (something like this: https://source.unsplash.com/1600×900/) that I could use to get a random image (I need it for a website). However, that doesn't work. When I visit the page, I get a 404 page not found error. Chatgpt couldn't help me. Do you know a way…
How dangerous can this be?
A good AI is equipped with guidelines to promote ethical behavior, etc. But there are enough humans who can circumvent these ethical guidelines. What would happen if this were done to a super-intelligent AI? That would have serious consequences, wouldn't it?
Kruskal Wallis test shows difference, post hoc test does not, is that possible?
ByCullen04
I used the Kruskal-Wallis test for a statistics problem in R. The result was a p value less than 0.05. This rejects the H0 hypothesis, and it can be assumed that there is a difference between the groups. To determine which groups had the difference, I used the post hoc test. However, this test indicates…
How can I use "/server " start/stop/restart any server on my waterfall server?
ByTimoPOG
I have this code in my ServerStartStop.java package eu.pandacrew.pandacrewnetwork.Commands; import net.md_5.bungee.api.ChatColor; import net.md_5.bungee.api.CommandSender; import net.md_5.bungee.api.ProxyServer; import net.md_5.bungee.api.plugin.Command; import java.io.IOException; public class ServerStartStop extends Command { public ServerStartStop() { super("server", "pandacrew.command.server"); } @Override public void execute(CommandSender sender, String[] args) { if (args.length >= 2) { String action = args[0].toLowerCase(); String serverName = args[1]; switch (action) {…
NGINX redirects again?
ByBeni68
in the NGINX "virtual-server".conf I have the following redirects: http://muster.ch auf https://www.muster.ch/content/index.htm http://www.muster.ch auf https://www.muster.ch/content/index.htm https://muster.ch auf https://www.muster.ch/content/index.htm https://www.muster.ch auf https://www.muster.ch/content/index.htm For the first three, own virtual server with rewrite. The last one is stuck location / { … if ($request_uri !~ "^/content"){ rewrite ^(.*)$ https://www.muster.ch/content$1 permanent; } rewrite /(.*)\.htm$ /cmscma/parser.php?file=/$1.htm; } This works, but…
In any case, not as long as there are functions that are not predictable (in the sense of theoretical computer science). So at the earliest when it is found that almost all our logic is invalid.
I think that’s impossible.
Not at all.
With BASIC.
10 PRINT “I am Almighty!”:GOTO 10
RUN
None