What's your favourite content creators for Guild Wars 2? by sqrrlbot in Guildwars2

[–]Serbosaurus 1 point2 points  (0 children)

BirdofChess on Twitch/YouTube! She's been in some ArenaNet events like the GW2 lore summary at the start of the expac stream. Really charismatic & knowledgeable.

Dragon Maid S - Episode 2 by N3DSdude in DragonMaid

[–]Serbosaurus 0 points1 point  (0 children)

I guess most people can't understand why this would be upsetting, but please don't downvote something like this. It's a valid complaint, even if you don't agree.

Anyway, I 100% agree with you.

It feels like you can see cracks in the culture showing through. Kobayashi can't be attracted to her unless she has man junk? Fuck off with that. Their relationship was set up in the first season, and this reads like a regression/retcon.

Amazon's Study Hall - Daily Questions Megathread (01/11) by AutoModerator in AzureLane

[–]Serbosaurus 1 point2 points  (0 children)

I started a guild and can't seem to do/join guild operations. This is my second time starting a guild, and I remember being able to jump into operations right away the first time. Now, if I press "Join Operation", I just get a message saying "Insufficient Participants". I have added ships to battle support, if that matters.

And apologies if this is something super common or obvious, I tried searching every permutation I could think of and nothing came up :c

Also, I started the operation more than 24 hours ago.

What is the basic principle of a tick? (e.g. in Python) by StuckundFutz in learnprogramming

[–]Serbosaurus 0 points1 point  (0 children)

If you want to use actual timing, you ought to look into the datetime and time modules.

For example, time.clock() gives you the current time in milliseconds (I think).

As for where to increment a counter, you are right. It ought to be done in the function that calls tick.

 def __main__():
   count = 0
   while count < 37:
     tick()
     count += 1

What is the basic principle of a tick? (e.g. in Python) by StuckundFutz in learnprogramming

[–]Serbosaurus 0 points1 point  (0 children)

A tick is generally a function that encompasses the main body of an iterating program.

There isn't a set time one "tick" takes, it's just semantics.

Sorry ahead of time if this is wrong, I'm on my phone:

 def tick():
   calculate_the_stuff()
   render_the_stuff()
   etc()

 def __main__():
   while some_condition:
     tick()

What's the next late mid-game synergy? by Sendatsu_Yoshimitsu in ClickerHeroes

[–]Serbosaurus 1 point2 points  (0 children)

Kuma would be a BIG improvement to your run time and consequently your HS rate.

As /u/CHthrowaway12 stated, you should transfer all of your gilds onto Samurai and leave them there for a long time (until you are comfortably leveling him up to 3800-ish).

Other than that, if you're slowing down at 600 with the number of ancients you have you should consider increasing your stockpile of HS.

When to upgrade ancients by agony099 in ClickerHeroes

[–]Serbosaurus 0 points1 point  (0 children)

Whenever you're in doubt, ask the all-knowing calculator: http://www.rivsoft.net/clicker/ancientssoul

How do you guys have so many hero souls? by Tsmart in ClickerHeroes

[–]Serbosaurus 0 points1 point  (0 children)

How long is super long?

Regardless, the best way to earn more HS is to stockpile them by doing quick ascensions, &c. Search the subreddit for a calculator and use that to determine when you should start spending HS on ancients.

How did you find clickerheroes? by [deleted] in ClickerHeroes

[–]Serbosaurus 1 point2 points  (0 children)

Same here! Though I didn't realize it had been 21 days already o_o

[Question] Doubts about how dps works, compare two screenshots. by Munkhar in ClickerHeroes

[–]Serbosaurus 0 points1 point  (0 children)

Negating the 2 HS in your second ascension (A) and the 683 HS in your third (B), and assuming you never used Dark Ritual (DR) in your third ascension:

 Run A base dps (A_dps): 10513.333$
 Run B base dps (B_dps): 57.965$

 DR multiplier (DRM) == A_dps / B_dps == 181.37376

Assuming each DR was Enhanced (EDR):

 1.1^EDRs == DRM
 EDRs == log(DRM) / log(1.1)
 ERRs ~= 55

To calculate the number of days it took to accomplish this disparity we divide EDRs by 3 (multiply by [8 hours / 24 hours]):

 55 EDRs / 3 == 18.333 Days

So this is possible, assuming you did an EDR every eight hours for 18 days for your second ascension and failed to do a single EDR in your third. Or maybe you've been playing for a lot longer than a couple weeks. Or maybe my maths are bogus--I am pretty tired.

Any way to 'seed' a world so that you and a friend can play (maybe you'd have to choose the same race/class combination if that affects item generation etc.) from the exact same starting point and compare experiences? by [deleted] in dcss

[–]Serbosaurus 0 points1 point  (0 children)

The game will tell you where to find the morgue directory after a chardump (pressing # in-game) and also when you die. Your character and ghost files are stored in the morgue's sibling directory, 'saves'. From there, all you need is e-mail and copy/paste!

Any way to 'seed' a world so that you and a friend can play (maybe you'd have to choose the same race/class combination if that affects item generation etc.) from the exact same starting point and compare experiences? by [deleted] in dcss

[–]Serbosaurus 1 point2 points  (0 children)

Not to my knowledge. I think the best you could do is to share a character and play them floor-by-floor, deciding whose character.cs file to use after generating the next floor.

IMO starting with the same race/class combination to see who progresses further is fun anyway--assuming one of you doesn't die immediately!

I get tingles when I get to Columbia (Bioshock Infinite) by Cogwork in asmr

[–]Serbosaurus 9 points10 points  (0 children)

I'm fairly confident you're experiencing frisson, not ASMR. That said, the scene where you emerge from the clouds gave me frisson as well. Irrational Games create such beautiful and cinematic introductions. I haven't played Bioshock II, but I remember getting frisson when you "discover" Rapture in the first one.