egg|principia|egg changed the topic of #kspmodders to: Welcome to #kspmooders | <Majiir> egg is pretty much just a chickenfetus until you start talking about floating point | <SilverFox> "little" doesn't seem like a real word to me right now
Supernovy has joined #kspmodders
Samario has quit [Quit: You think you are above consequences.]
purpletarget___ktn has joined #kspmodders
RandomJeb has quit [Ping timeout: 186 seconds]
purpletarget|ktns has quit [Ping timeout: 204 seconds]
purpletarget___ktn has quit [Client Quit]
purpletarget|ktns has joined #kspmodders
egg is now known as egg|zzz|egg
<SilverFox>
my graphics card is suuuuper fucked, everything is negative
Wetmelon has quit [Ping timeout: 204 seconds]
<G-Mobile>
SilverFox: intel core i9
<SilverFox>
yup, saw it
<G-Mobile>
of this fuck, what is any
<SilverFox>
is that a question Im supposed to answer?
<G-Mobile>
foralways and withever
<darklight>
There gonna run out of numbers one day
<SilverFox>
nope
<SilverFox>
numbers are infinite
<SilverFox>
and plus, they can always go hexadecimal
<SilverFox>
Greys, what is your question?
<SilverFox>
I read the leaked shit on LTT and there's a 4C/4T i9 extreme edition which is weird
<SilverFox>
without hyperthreading iirc
<SilverFox>
so I found r/kpopfap and every post is labelled NSFW
<SilverFox>
Greys, have you ever overdosed on caffiene before?
<G-Mobile>
no, it's extremely difficult, see CGP Grey coffee episode
<darklight>
SilverFox: What is that beautiful canadian man doing?
<SilverFox>
wat
<SilverFox>
Greys, sounds like the attitude of a quitter to me
<SilverFox>
you need to try harder
<darklight>
You know, lauren southern
<SilverFox>
put more of yourself into it
<SilverFox>
darklight, why did you bring her up?
<SilverFox>
that was totally random and not at all relevant to anything
<darklight>
Popped up in my youtubes :P
<G-Mobile>
SilverFox: without involving purified caffeine, coffee does not contain enough caffeine to saturate the blood while the kidneys are functioning
<SilverFox>
I never specified the source
<G-Mobile>
starbucks normal coffee has more caffeine than redbull
<SilverFox>
fun fact about korea, BJ doesn't mean blowjob, it means Broadcast Jockie
<SilverFox>
fun fact, potato tornados exist, and it's an entire potato along a really long skewer spiralled up along it
<SilverFox>
and it's fried
<G-Mobile>
fun fact: the internet is actually a government conspiracy to induce automatic eugenic processes in human reproduction; Bob Dole estimated that it would only take 4 generations (roughly 108 years) to cleanse the mongrel races
<darklight>
SilverFox: This pleases me
<SilverFox>
the potato tornado?
<Supernovy>
G-Mobile: This pleases me
<SilverFox>
Supernovy: This pleases me
<G-Mobile>
I pleases me
<darklight>
SilverFox: Yeah
<G-Mobile>
ooh nooo, the trees become garbage, the garbage becomes trees, it's a recursive loop of expodential recrusive woops
<G-Mobile>
my brain failed to initialize wakeup()
<SilverFox>
running sleep() command to try again later
<G-Mobile>
cannot run sleep() while there are uncompleted tasks
<Qboid>
(1,22): error CS1525: Unexpected symbol `=>', expecting `,', `;', or `='
<Qboid>
(1,39): error CS1525: Unexpected symbol `}', expecting `,', `;', or `='
<darklight>
!csharp var x = {Console.WriteLine("nothing is beyond our reach");}; x();
<Qboid>
(1,58): error CS1525: Unexpected symbol `;', expecting `,' or `}'
<darklight>
Derp
<SilverFox>
!csharp x();
<Qboid>
(1,2): error CS0103: The name `x' does not exist in the current context
<SilverFox>
!csharp Func<String> help;
<Qboid>
(1,15): warning CS0108: `<InteractiveExpressionClass>.help' hides inherited member `Mono.CSharp.InteractiveBase.help'. Use the new keyword if hiding was intended/opt/QIRC/Distribution/plugins/Mono.CSharp.dll (Location of the symbol related to previous warning)
<Qboid>
(1,15): warning CS0108: `<InteractiveExpressionClass>.help' hides inherited member `Mono.CSharp.InteractiveBase.help'. Use the new keyword if hiding was intended/opt/QIRC/Distribution/plugins/Mono.CSharp.dll (Location of the symbol related to previous warning)
<SilverFox>
does warning mean it passed or failed?
<SilverFox>
!csharp help("");
<Qboid>
(1,2): error CS1593: Delegate `System.Func<string>' does not take `1' arguments/usr/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous error)
<SilverFox>
!csharp help();
<Qboid>
System.NullReferenceException: Object reference not set to an instance of an object at <InteractiveExpressionClass>.Host (System.Object& $retval) [0x00000] in <92a9e35d3c7f46df9c4ed2d7221db7bf>:0 at Mono.CSharp.Evaluator.Evaluate (System.String input, System.Object& result, System.Boolean& result_set) [0x0003e] in <a81adb37139f4f2ea6ce1da80d3be432>:0 at QIRC.CSharp.CSharp.Evaluate (ChatSha
<SilverFox>
yeah she wasnt much interesting past her eyes iirc
RockyTV is now known as RockyTV|away
<SilverFox>
well, I want to add the functionality of looking for x names in search and not returning names that were given a - in front of, like ~kpop choa -seolhyeon would look for "choa" but exclude results which also have the name "seolhyeon" in them
<SilverFox>
I need to do this in linq
<darklight>
select * from blah where name like %name% and not like %notname%
<SilverFox>
that sounds SQL rather than linq
<darklight>
You'll have some equivalent
<SilverFox>
well I dont know the equivalent
<darklight>
Wait are you loading into an array and using a selector predicate?
<SilverFox>
it's 3am and I have a headache, please try again
<darklight>
I can't remember what the extension method is called
<darklight>
A predicate is just x => x.something == whatiwant
<SilverFox>
yeah
<SilverFox>
I use those
<Supernovy>
you'd have to take the string, separate it, then find the ins and outs, strip their prefices and put them into new arrays
<SilverFox>
nigga I already do that
<darklight>
Why did you do testnotcontains instead of !TestContains :P
<SilverFox>
because they're different right now
<SilverFox>
just gimme one sec
<Supernovy>
you did not test not contains
<Supernovy>
that's a double negative
<Supernovy>
The tricky part is putting in ORs
<SilverFox>
or the && I have in
<SilverFox>
no ors needed
<darklight>
Remember that two wongs don't make a white
<SilverFox>
just Contains ins and NotContains outs
<SilverFox>
u hwhat
<SilverFox>
stop tryna smash with my brain
<SilverFox>
im doing a search, but im not getting the results down
<Supernovy>
But what if you want something that contains A or B? search A, then search A && !B?
<Supernovy>
actually that would work codinomically
<SilverFox>
I dont have an A or B functionality
<SilverFox>
the purpose is to return a single result
<SilverFox>
so pick one, A or B
<SilverFox>
if you put both A and B names in, it returns the first one
<SilverFox>
actually, I should make it random
<Supernovy>
both a and b would get you only stuff that has both a and b
<Supernovy>
If I was making a search, i'd have OR like hell.
<SilverFox>
well the input format doesn't support OR
<SilverFox>
because I can't wrap my head around how the fuck to split the string properly
<SilverFox>
if I split by the character & to get all the ands, then there's a bunch of | or ! at the end in one giant lump
<SilverFox>
and that includes the last valid entry in that lump
<darklight>
What about !(!a && !b)
<SilverFox>
fuck you thats the same as what Im doing
<SilverFox>
basically boils down to A && B
<darklight>
!(!a && !b) is a || b hehe
<SilverFox>
im too tired for this shit
<SilverFox>
yanno what
<SilverFox>
~choose A | B
<FoxBot9000>
My choice is: A
<SilverFox>
done
<SilverFox>
then search for that
<SilverFox>
fuck you otherwise
<SilverFox>
I just used .Find() and I got a NotImplemented exception wtf
<darklight>
Kek
<SilverFox>
this is very weird
<SilverFox>
now I figured that out, but wait, there's more!
<SilverFox>
it doesn't like me using methods in it or something
<SilverFox>
however, it's not finding the test entry I made in the database earlier, and I dont see the test entry in the debugger locals, yet when running the program, I do a test search to search for that test entry and it successfully does so
<SilverFox>
oh wait nvm, you can't view what's inside the collection with the debugger
<SilverFox>
....now it fucking works
<SilverFox>
I DID NOTHING
<SilverFox>
yup, not implemented thrown for having a method insde the linq query
<SilverFox>
darklight, is SelectMany what I'm looking for?
<Thomas>
That depends on what you want to do
<SilverFox>
Intersect is what I want me thinks
<Thomas>
SelectMany can combine many arrays into one array
<SilverFox>
I want to check a total collection to get results which match the names in the names[] array with the array of names that each entry has
<SilverFox>
each entry has a link and an array Names
<SilverFox>
I have an array of names I want to search for
<SilverFox>
it threw an error saying s isn't defined or some shit, gimme a sec
<VITAS>
whats a good non horror movie thats out now?
<SilverFox>
"var results = testcollect.Find(x => x.Names.Any(s => ins.Contains(s)));" is what I have
<SilverFox>
however, it's throwing some weird LiteDB exception
<SilverFox>
interesting
<Thomas>
My guess would be that LiteDB has its own way of doing linq
<SilverFox>
changed it to: "var results = testcollect.Find(x => x.Names.All(s => ins.Contains(s)));" and now I get: "Invalid Operation Exception, variable 'x' of type 'entry' referenced from scope, but it is not defined"
<SilverFox>
fuck it, im bed
<VITAS>
bad or in your bed? :D
Glass|phone has joined #kspmodders
GlsFrg|phone has quit [Ping timeout: 204 seconds]
<GlassYuri>
wait what the fuck was that
RandomJeb has joined #kspmodders
Daz has joined #kspmodders
icefire has joined #kspmodders
<xShadowx>
trying to teach SilverFox cancer, i support this
angavrilov has quit [Remote host closed the connection]