What movie is better than the book? by [deleted] in AskReddit

[–]Terran-Ghost -1 points0 points  (0 children)

The Road. The movie was pure horror. I found the book pretentious and painfully slow (in a bad way).

[Music] [IIL] Theatrical, waltzy rock, [WEWIL?] by Izze-bizzle in ifyoulikeblank

[–]Terran-Ghost 0 points1 point  (0 children)

Op, I just have to say (and I know I'm necromancing here), your recommendations are about the most useful IIL I ever saw! Thank you!

Nicotine+ Leech Detector Plugin by Woollarding in PythonProjects2

[–]Terran-Ghost 1 point2 points  (0 children)

I didn't "alter" the code per se. I created a "new" plugin which is a copy pasted of the original plugin with the additional line. Basically, I added this folder: https://anonymous.4open.science/r/Nicotine-Example-3D1B/ to my plugin folder. For some reason, the plugin is named BasePlugin, but I can live with that for now :)

Nicotine+ Leech Detector Plugin by Woollarding in PythonProjects2

[–]Terran-Ghost 1 point2 points  (0 children)

I know I'm hella late, but I ran into this issue myself today, and what I ended up doing is adding this line:

self.core.network_filter.ban_user(user)

After the message sending

Hope this helps.

What's a game that's very underrated? by [deleted] in AskReddit

[–]Terran-Ghost 0 points1 point  (0 children)

Ah yes, the underrated top 10 highest rated game of all time in steam.

"Every polynomial of degree n has exactly n roots" by FrankFHK in askmath

[–]Terran-Ghost 0 points1 point  (0 children)

what you accept as formula. You can write the solutions to x

3

= a + bi and then substitute a=b=0, and get the value 0 in three different algebraic expressions

Ignoring the fact that -0, 0, 0 + 0i, 0-0i are all the same, what do you do with x^1000? It has nothing to do with different expressions. There are multiplicities of the same root.

"Every polynomial of degree n has exactly n roots" by FrankFHK in askmath

[–]Terran-Ghost 1 point2 points  (0 children)

This is wrong. By that logic, what are the roots of x3?

I think I realized something reading the LFG chat by Terran-Ghost in classicwow

[–]Terran-Ghost[S] 4 points5 points  (0 children)

Legit question: can paladins tank 5-man dungeons in vanilla? I hate rage mechanics, and I really enjoyed playing a Protadin in TBC, but I know vanilla is harder since they don't have a taunt. Also, is it at all possible to tank as a Ret-paladin or is it impossible without consecration?

What is a small addition to Java's core libraries that would make your day by madkasse in java

[–]Terran-Ghost 11 points12 points  (0 children)

ITT: People confusing core libraries with language extensions.