▲ 4 r/SCP

Any other articles like The International Federation of Anomalous Sports: 2026 Rules for Floorball?

I love the technical details and accounting for everything (my favorite is what to do if a player is perfectly round)

[[The International Federation of Anomalous Sports: 2026 Rules for Floorball]]

reddit.com
u/fish_master86 — 12 days ago
▲ 10 r/SCP

Shark Punching Center article "If it's in the water and not a fish then it's a shark."

I read a SPC article and there is a conversation between a researcher and their boss.

The researcher is saying that the thing they are planning to punch might not be a shark.

The boss responds if it's in the water and not a fish, it's a shark.

The researcher says by that logic whales are sharks

The boss says: "oh my god"

Thanks for the help.

reddit.com
u/fish_master86 — 19 days ago

First time doing this, how is my parts selection?

I'm mainly using it for gaming and coding, but I want it to be able to do any side project my ADHD brain can think of (most often 3d modleing, drawing, and video editing). I also want it to be good for future modifications/improvements.

The CPU, motherboard, and RAM are a combo deal at Newegg to save $200 (although it only really saves 150 because the RAM is more expensive than other places)

https://ca.pcpartpicker.com/list/Mc7xfp

Thank you for the help.

reddit.com
u/fish_master86 — 29 days ago

Can I gut an old case for my new PC? Will everything work correctly/fit?

I have an HP Z400 Workstation that I got from school. Can I gut it and use the case for my new PC? It has a lot of room for fans in the front, but some friends were telling me I should install more. I have access to a CNC machine, so I can cut a hole in the side panel, but I would rather not. These are the parts I am planning to use (it's not 100% set in stone) https://ca.pcpartpicker.com/list/q9MmLy (the CPU, motherboard, and memory are on a combo at NewEgg)

I've never built a PC before.

Thanks for the help.

reddit.com
u/fish_master86 — 1 month ago

Is it better to just buy everything off Amazon than deal with buying from a bunch of different stores?

This is my first time building a PC, so I don't have any experience. Most things are ~10$ more on Amazon, but I have Prime, so shipping is free.

Thank you for the help.

reddit.com
u/fish_master86 — 1 month ago
▲ 1 r/krita

Transform tool dosen't work

I am trying to make a rhombus that is squished like the one on the right but filled in (the one on the right is just 4 lines), but this is happening when I try to rotate it.

Sorry, I'm new to this.

Thanks for the help

"Art" by Fish_Master86

u/fish_master86 — 1 month ago

Trying to boot Window 7 from a USB stick.

It's been on that screen for a while. I downloaded win7 from the Internet Archive and used Rufus to make the usb. The PC doesn't have a hard drive.

(Ignore the PC in the background and the purple USB stick)

Thanks for the help.

u/fish_master86 — 2 months ago

How do I check if I preordered the art of war?

I preordered the book but I don't see any confirmation emails or anything and I accidentally closed the tab.

Thanks for the help. I don't buy stuff online so I don't know much about how it works.

reddit.com
u/fish_master86 — 2 months ago
▲ 4 r/wiiu

I need to press the power button 3 times for it to turn on.

To start the system, I need to press the power button, wait a few seconds, turn it off, then press the power button again for it to actually start.

​

The first time I press the power button it doesn't make the "computer sounds", the fan doesn't start, and there is nothing on the TV (I don't think anything happens on the gamepad but my power cord is broken and I haven't replaced it yet so I can't check) but the light on the power button is blue.

​

It has homebrew.

​

Thanks for the help.

reddit.com
u/fish_master86 — 2 months ago

Java selenium, selecting dates on Wayback Machine.

I made a bot to track the rating of SCP articles over time using the Wayback Machine, but I can't figure out how to make it select another date. Thank you for the help,

public class Main {

    public static void main(String[] args) {
        
        votefind.
Votefind
("https://web.archive.org/web/20080817054930/http://scp-wiki.wikidot.com/scp-002");

    }
}


import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import java.time.Duration;


public class votefind {
    
    public static void Votefind(String LLink) {

        WebDriver driver = new ChromeDriver();
        driver.get(LLink);
        driver.manage().timeouts().implicitlyWait(Duration.
ofMillis
(1000));


        String voteing = driver.findElement(By.
id
("prw54355")).getAttribute("innerHTML");
        //Get the vote count

        System.
out
.println(voteing);

        driver.quit();
        
    }
}
reddit.com
u/fish_master86 — 2 months ago

Intellij IDEA: What is Maven and Gradle?

When learning code in my computer class, my teacher would tell us to have the build system be IntelliJ. Now I'm trying to make code to look at websites, and all the guides are telling me to install Selenium, but it doesn't work in IntelliJ? When I make a project with Maven or Gradle, there is a bunch of extra stuff that I don't understand, and it's not even letting me write code. (I don't think my teacher cared about coding; he just gave us YouTube video tutorials to watch)

Thanks for the help

reddit.com
u/fish_master86 — 2 months ago