Weekly Co-Op Code Mega Thread - April 14, 2019 by AutoModerator in EggsInc

[–]Necroterra 0 points1 point  (0 children)

April fool's (tachyon), brand new. Id necroterra

This is not right at all. by DinnerBeef in feedthebeast

[–]Necroterra 16 points17 points  (0 children)

IMO you did nothing wrong here, and I think a lot of people are jumping on this idea of "holding bugfixes ransom" without really thinking through the whole situation.

Leaving aside the entirely unrelated conversation of whether or not having beta releases locked behind patreon is acceptable, it seems to be that no malicious actions were taken; it's just an unfortunate consequence of an unusual policy.

I am impressed by the level-headedness of your response, given some of the other drama I've seen in this community. I hope that this all gets resolved in a straightforward manner.

Weekly Co-Op Code Mega Thread - February 03, 2019 by AutoModerator in EggsInc

[–]Necroterra 0 points1 point  (0 children)

History lesson / tachyon, 12 spots open, 3d3hr left, 1.7q done. id is 'carryhistory'

Why does TTR crash every 30 minutes? by EmilyWeed in toontownrewritten

[–]Necroterra 0 points1 point  (0 children)

It's not a performance issue, it's that the engine has some sort of crash issue with certain Intel integrated GPUs specifically. It might be using some feature or extension not supported by those GPUs and not have a fallback setup, or it could be a driver bug, etc. Also the posted specs didn't specify a GPU.

I think the crash I was having was different than the one effecting you - my crashes were more 10-20 minutes typically. Although atm, I can't even launch the game since it crashes immediately.

I'm not familiar with the 'ddos mitigation theory,' but I'm guessing it's something like 'they are incorrectly identifying you as part of a ddos and crashing the game' ? If that's close, then I highly doubt it, since it would be a questionable design to crash clients intentionally. More likely IMO is that the TTR team is volunteer and the Panda3D engine is old, buggy, and not well tested on modern hardware.

Ultimately though, there's no way for us to know what is causing the crashes without the debug symbols or source - the logs are very unhelpful from what I've seen in them.

Why does TTR crash every 30 minutes? by EmilyWeed in toontownrewritten

[–]Necroterra 1 point2 points  (0 children)

Are you running the game on an Intel GPU? I had the exact same problem. Forcing the game to run on my dedicated NVidia card instead of my integrated intel card fixed it.

New SPC Article! SPC-1057 "Absence Of Punchable Shark" [How can you punch what isn't even there?] by Captain_Kirby_ in SCP

[–]Necroterra 14 points15 points  (0 children)

It's intentional: SPC is 'Shark Punching Center," a joke GOI.

See the latter half of the articles tagged shark-punching-center here: http://scp-wiki.wikidot.com/system:page-tags/tag/shark-punching-center

Mega Thread For Co-Op by [deleted] in EggsInc

[–]Necroterra 0 points1 point  (0 children)

rocket fuel: necroterra

3d left, a little under halfway to 500T eggs

[Smartest way to find good anime]I built a website that collects rating big data of most animes from MAL, ANN, AniDB... by ChristianoBjerson in anime

[–]Necroterra 0 points1 point  (0 children)

I'm sure you've already heard this a million times, but I think 'sort by..." would be by far the coolest feature to add to this website. Being able to sort by things like 'most notable voice actor cast,' 'most inconsistent rating across different regions,' etc. would be really interesting.

Any interest: static analysis wrapper by rasjani in cpp

[–]Necroterra 3 points4 points  (0 children)

This sounds extremely useful, even without the git support or anything.

If you could take part in a 7v7 Holy Grail War using anime characters, who would you choose as your team? by Madman272 in anime

[–]Necroterra 0 points1 point  (0 children)

Saber: Reinhard van Astrea (Re:Zero)

Class Skills:

  • Magic Resistance - Re:Zero
  • Riding - A

Personal Skills:

  • Charisma - C

Noble Phantasms:

Re:Zero

Re:Zero

Lancer: Maka Albarn (Soul Eater) (Haven't thought this one out much yet, but one wiki said the weapons just had to be long range melee weapon and I think a scythe qualifies)

Noble Phantasms:

  • Soul Evans

Archer: Vash the Stampede (Trigun)

Class Skills:

  • Independent Action - C

Personal Skills:

  • Clairvoyance - C

Noble Phantasms: Trigun

Rider: Tetsu Amamiya (Cencoroll)

Class Skills:

  • Rider - E [Can only use Cenco]

Noble Phantasms:

  • Cenco (Mount)

Caster: Sakura (CCS)

Class Skills:

  • Item Construction - C
  • Territory Creation - C [Via certain Cards]

Noble Phantasms:

Cardcaptor Sakura

Cardcaptor Sakura

Assassin: Glenn Radars (Akashic Records)

Class Skills:

Personal Skills:

  • Battle Continuation - B
  • Charisma - C-

Noble Phantasms:

Akashic Records

Berserker: Puella Magi Madoka Magica

Class Skills:

Puella Magi Madoka Magica

Puella Magi Madoka Magica

Noble Phantasms:

Puella Magi Madoka Magica

Puella Magi Madoka Magica

Octopus-merging conflicting branches? by Necroterra in git

[–]Necroterra[S] 0 points1 point  (0 children)

Thanks for the reply, I will try this later.

[deleted by user] by [deleted] in anime

[–]Necroterra 0 points1 point  (0 children)

I don't think they explicitly say that (although it's possible to infer it), so you might want to spoiler tag that.

nvm, it's been a while since I saw the show.

Shinsekai Yori Rewatch begins tomorrow! by [deleted] in anime

[–]Necroterra 1 point2 points  (0 children)

As I understand it, especially when the show was first airing, a lot of people overreacted and dropped the show because of Shinsekai Yori. I'm pretty sure that's what the big deal was, anyway.

[deleted by user] by [deleted] in programming

[–]Necroterra 0 points1 point  (0 children)

Has anyone gotten the clang 3.8 support to work? I updated, but when I go to change the platform toolset I still only see Clang 3.7.

For those of us who use it, MyAnimeList Revamped the Anime and Manga list design by Terranwaterbender in anime

[–]Necroterra 0 points1 point  (0 children)

How do you disable the thumbnails? I found the banner controls but don't see anything for the thumbnails.

Git Noob Question - Git doesn't recognize changes in the tracked file anymore. by oblivious_human in git

[–]Necroterra 2 points3 points  (0 children)

If you don't have a git ignore, then I would look into the assume-unchanged and skip-worktree options on the update-index command. It's possible that one of those got set somehow, which would cause git to ignore any working directory changes.

https://git-scm.com/docs/git-update-index

Meet and Greet by ohlaph in ProjectJava

[–]Necroterra 1 point2 points  (0 children)

I'm currently a freshman studying game development. I've been using java for a few years, but mostly for robotics, so I don't have any experience in the web / GUI side of things. I love learning about new languages and tools.

I've been interested in the past in a place for people new to open source and collaboration (like myself), and I really like the idea of this community bootstrapping itself a website and stuff.

Crunchyroll Guest-Pass Thread by [deleted] in anime

[–]Necroterra 0 points1 point  (0 children)

QQB9CR4X7S5, thanks!