the npcs that died there were magically still alive on fort joy
banned-users
Phi Kappa Chi ΦΚΧ <a:yeah:589703000977571860><a:ppHop:536353159615086612>
Jump to date
Friday, September 22, 2017
The biggest "bug" I've run into killing everyone, is some NPCs are meant to kill other NPCs, and the game can't handle that
does it crash?
No, just bugs out the characters
The elf standing trial in fort Joy for one
also how hard is it to kill everyone in the fort or whatever
pretty easy
You get too much exp early-on, way too easy
rip
well to be fair you are playing on the easiest diff right?
lol no, difficulty 3
2 lone wolf archers
what's the highest?
4 is honour mode, with the one-save bullshit
I think it's Explorer-Classic-Tactician-Honour
i was hoping the game could be hard lol
I mean, it can be
you're talking about the first part of the game, karp
actually that's a good point
Accidentally asked my computer to run 1 trillion iterations of a calculation
i've been listening to this converstaion for hours wow
what am i doing with my life
I have been productive
Clearly, I need to buy divinity and do a anti trihard playthrough with fire Kappa
trie
In the meantime, I need to run 100 mill iterations of a calculation
So, I am guessing I need to run 10 mil and not 100 mil when I hand this in Kappa
The only question now Pikachu is if it'll be an anti-tryhard run while still caring about the lore/plot
also, what in God's name needs to be simulated that many times?
My assignment it to make a program that approximates the Madelung constant for sodium
it is more accurate the more times you run my equation
Can the program just run a websearch and display a result?
needs to calculate it
this is a computational physics course, the point is making programs to run calculations
Google is kind of like a calculation
Try google when the result does not exist Kappa
I'm sure math is involved at some point
Pika needs to buy divinity for when we do DivinityRealms Notlive Kapap
feelsbadman
I misunderstood the question
wasted 2.5 hours coding something that did not solve the question
feelsbadman
Kappa
rip
Kappa
okay, well, I think I may have fixed my issue in less that 10 minutes
which is great and dissapointing
because I basically rewrote the damn code from scratch
Kappa //
F U CK
That scared me
forgot I was in this chat
bopit is pretty spooky Kappa
Need to approximate madelung's constant for NaCl
Been stuck for 2 hours
cannot figure out how to sum my shit
not working
I know that
restarting my computer
I give up
will work on this tomorrow
do you want help?
Okay, do you know how to go from this
to getting a sum of all the values of M that this shit prints out
When I try making it an array, it tells me it is a 0d array and will not let me sum it, and I cannot figure out how to make it a non 0d array
np.zeros(1,1)
or just use a normal python array
do you need them individually or can you just sum them from the start?
I just need to sum them
to some large L
do
M=0 before the for loops then where you are computing them do M += ?no need to use an array
what is the ? supposed to be
your equation
Well, I am getting it to sum now
