<kmath>
YouTube - A Girl Suddenly Grew A Beard. Here's What Was Happening In Her Ovaries.
<FoxBot9000>
yt: A Girl Suddenly Grew A Beard. Here's What Was Happening In Her Ovaries. | Chubbyemu
<SilverFox>
lots of things to learn from this if you're into pathology
RandomJeb has quit [Ping timeout: 202 seconds]
<TheKosmonaut>
SilverFox: I like that dudes videos
<SilverFox>
yeah they're pretty cool
<SilverFox>
I'm learning lots from them
StatutoryApe has quit [Quit: Leaving]
StatutoryApe has joined #kspmodders
fcbayerndm has quit [Quit: fcbayerndm]
<SilverFox>
Nvidia paper-launched a 3GB version of the 1050
<SilverFox>
with the same core count as the 1050ti
<SilverFox>
however the memory bandwidth is gimped
<SilverFox>
so this is basically binned 1050tis with bad memory controllers
<SilverFox>
thing is, this isn't that bad of a move, since 4k playback has recommended 3GB minimum for VRAM, and budget gaming is where it's at right now
<SilverFox>
and in better news, AMD is releasing Pro series second gen ryzen chips, with xE varients which are Energy efficient, at a TDP of 35W, which is roundabout the highest power consumption they'll go, based on the power usage numbers I've collected with ryzen chips over the year
<SilverFox>
and this low TDP stuff really gets me a damn good soppin wet boney
<SilverFox>
lets hope it's priced nicely, although I don't think I'll switch from my Chad 1700 to a 2400GE, since performance will likely suffer
<SilverFox>
But what I love about low TDP CPUs is that they take less to cool, so for the same cooler you get better performance and more thermal headroom
Kreuzung has quit [Quit: Leaving]
<SilverFox>
I'm building a mid-range budget gaming PC, and by switching entirely from newegg.ca to amazon.com I saved 194$
<SilverFox>
fuckin Canada Tax
<SilverFox>
but that also excludes the 13% HST I'd have to pay for buying things in canada, so i save that money as well
Kracc has quit [Read error: Connection reset by peer]
StatutoryApe has quit [Quit: Leaving]
StatutoryApe has joined #kspmodders
angavrilov||phone has joined #kspmodders
angavrilov|phone has quit [Ping timeout: 198 seconds]
LabMonkey has joined #kspmodders
StatutoryApe has quit [Ping timeout: 194 seconds]
angavrilov|phone has joined #kspmodders
angavrilov||phone has quit [Ping timeout: 182 seconds]
LabMonkey is now known as StatutoryApe
GlassYuri has joined #kspmodders
angavrilov||phone has joined #kspmodders
angavrilov|phone has quit [Read error: Connection reset by peer]
RandomJeb has joined #kspmodders
Orum has joined #kspmodders
angavrilov|phone has joined #kspmodders
angavrilov||phone has quit [Ping timeout: 198 seconds]
GlassYuri has quit [Ping timeout: 202 seconds]
GlassYuri has joined #kspmodders
angavrilov||phone has joined #kspmodders
angavrilov|phone has quit [Ping timeout: 194 seconds]
GlassYuri has quit [Quit: Leaving]
<Orum>
somehow, despite barriors all over the place, I've managed to get nondeterministic results from a reduction kernel
<Orum>
if people competed in bad programming competitions I'd have a bunch of second place trophies by now
<SilverFox>
is there a way of adding unicode support to the windows console?
<Orum>
sort of
<Orum>
depends on what you mean by "unicode support" and what you consider to be the "console"...
<SilverFox>
fuckin, exactly that
<SilverFox>
unicode characters, in the console
<SilverFox>
when I open a terminal prompt, in windows, I want to be able to have 갓 not be error characters or whatver shows up when it can't support it
<Orum>
echo "foo" > 進撃の巨人.txt
<Orum>
that works
<SilverFox>
I can't use IME in console wtf
<SilverFox>
I can't type my korean
<Orum>
hence why I said "sort of"...
<SilverFox>
and copy-pasting is just a box
<Orum>
yep
<Orum>
you're better off using something that emulates the command prompt
<Orum>
instead of trying to hack in support for it
<SilverFox>
ugh
<Orum>
bash prompts actually display the characters, no idea if an IME works in it
<Orum>
if you have git installed try out its bash term (which is just MINGW's bash term)
<SilverFox>
so can I run git bash just like a console or what? Can I just do my C# programming with a bash console instead of the regular prompt?
<Orum>
why are you programming on the terminal in windows?
<SilverFox>
I'm not, but when you run a console program, like if I'm running a server app or uhhhhh some background application that doesn't need a full proper GUI, it's using the terminal prompt
<Orum>
ah
<Orum>
you just want to run apps in it, then sure
<SilverFox>
yeah, and have the output and stuff be handled in it, so basically just replacement is what I'm asking
<SilverFox>
instead of running the regular one, can I run this one instead?
<Orum>
it should work... or rather, it has for everything I've done with it
<Orum>
not sure if it supports everything you're used to finding on a full unix shell though
<SilverFox>
what I want from it is just what the windows terminal could do, but unicode support, for now
<SilverFox>
so here's what we do, it's called a binary search
<SilverFox>
remove half the mods, see if it fixes
<SilverFox>
if not, then you know it's the half you currently have. Keep halving until you pinpoint the mod that causes it
<senray>
hmm
<senray>
But how do I tell if it's a mod or excessive ram use?
<SilverFox>
what's your ram usage?
<senray>
14/16
<SilverFox>
jesus christ
<senray>
is that the problem?
<SilverFox>
just from KSP?
<senray>
mostly
<SilverFox>
nice
<SilverFox>
are you pagefiling?
<senray>
Well, to my admittedly limited knowledge, doesn't that only happen when RAM is full?
<SilverFox>
yes, unless you are allocating something huge that wouldn't fit. But generally it does only happen when it's full
<SilverFox>
Just check it, no harm
<senray>
how do I check it?
<SilverFox>
well you can see if it's happening by checking disk usage in task manager
<senray>
yep
<senray>
it's pagefiling
<SilverFox>
well there ye go
<senray>
thanks
<senray>
This would not have occured to me
<senray>
so, how do I get it to stop?
<SilverFox>
uninstall mods
<SilverFox>
install more ram
<senray>
but I already have free ram
<SilverFox>
or you can download more ram
<senray>
lol
<senray>
which is what's confusing me
<SilverFox>
maybe KSP/unity doesn't like hitting ram limit and only takes so much instead of all, so it's just working inside that
<SilverFox>
idk tho
<senray>
well, thanks for your help
<senray>
got me an answer
<senray>
so, let's say I just got rid of my page file?
<SilverFox>
So what's gonna happen without a page file is either 1) Windows will crash 2)It'll be fine, until it isn't, and crash because of high memory usage and nowhere to put it 3) It won't let you delete the page file file
<SilverFox>
that's my speculation
<senray>
it can be disabled.....eh I'll just get rid of some mods
<SilverFox>
Disabling page file isn't going to stop the issue
<SilverFox>
You still have the issue of high ram usage
<senray>
yeah, i'll just get rid of some mods
<SilverFox>
Sounds good
<senray>
To be honest, I fugred as long as less than 100% is used, I'm good
<senray>
Is there a way to sort my folder by size
<SilverFox>
probably
<SilverFox>
yup
<SilverFox>
View -> "Group by" -> size in the folder system
<senray>
hmmm nope
<SilverFox>
you'll see "home" "share" and "view" tabs up top
<SilverFox>
in windows explorer
<senray>
oh yeah, but by default (if at all) windows doesn't size folders
<SilverFox>
oh well shit
<Orum>
well, there are good reasons for that
<Orum>
look how long it takes du to run...
Kracc has joined #kspmodders
<Orum>
you might want to look at spacemonger for a windows equivalent
<Orum>
though if you have recursive symlinks (I think they're called junctions on Windows?) it doesn't understand that at all
fcbayerndm has joined #kspmodders
Orum has quit [Read error: Connection reset by peer]