<Qboid>
Sigma88: I'll redirect this as soon as they are around.
NathanKell is now known as NathanKell|AWAY
KillAshley|SEMI has joined #Kopernicus
<Sigma88>
0/
ferram4 has quit [Ping timeout: 204 seconds]
Qboid was kicked from #Kopernicus by *status [You have been disconnected from the IRC server]
Qboid has joined #Kopernicus
<Sigma88>
!c !true
<Qboid>
false
<Sigma88>
!c !!!!!true
<Qboid>
false
<Sigma88>
lol
<Sigma88>
!c !!!!!!true
<Qboid>
true
GregroxMun has joined #Kopernicus
<GregroxMun>
o/
ferram4 has joined #Kopernicus
<GregroxMun>
If you had three hundred supergiant stars in your sky at a distance of only 0.1 Lightyears, you could be as warm as a planet.
<GregroxMun>
in the core of a globular cluster there are around 1000 stars per cubic parsec.
<GregroxMun>
So imagine this: orbiting outside the habitable zone of a red dwarf star near the core of a particularly dense globular cluster, lies a cold habitable planet. (For a few thousand years until one of the stars pops)
<GregroxMun>
It's one hell of a longshot, for sue.
<GregroxMun>
*sure
ferram4_ has joined #Kopernicus
ferram4 has quit [Read error: Connection reset by peer]
<Sigma88>
0/
<GregroxMun>
o/
<GregroxMun>
I've been messing around with Space Engine configs so much lately that, since those don't need "=" signs, I keep forgetting them going back to Kopernicus.
regex has joined #Kopernicus
<Sigma88>
they don't need = ?
<Sigma88>
really?
<GregroxMun>
they don't.
<GregroxMun>
You can use them, but I didn't know that until all my configs already hadn't used them
<Thomas>
In fact I already wrote it but didnt commit
<Sigma88>
I wasn't implying you weren't able :D
<Sigma88>
!c null ? 1 : 2
<Qboid>
(1,2): error CS0037: Cannot convert null to `bool' because it is a value type
<Sigma88>
!c null == true ? 1 : 2
<Qboid>
(1,2): warning CS0472: The result of comparing value type `bool' with null is always `false'
<Qboid>
(1,2): warning CS0472: The result of comparing value type `bool' with null is always `false'
<Qboid>
2
<Sigma88>
hmmm
Mead has quit [Quit: Work complete!]
<Sigma88>
!c null.ToString()
<Qboid>
(1,7): error CS0023: The `.' operator cannot be applied to operand of type `null'
<Sigma88>
!c (string)null
<Qboid>
null
<Sigma88>
!c ((string)null).ToString()
<Qboid>
(1,11): warning CS1720: Expression will always cause a `System.NullReferenceException'
<Qboid>
(1,11): warning CS1720: Expression will always cause a `System.NullReferenceException'
<Qboid>
System.NullReferenceException: Object reference not set to an instance of an object at <InteractiveExpressionClass>.Host (System.Object& $retval) [0x00000] in <8cc8c19bb7324153b91dfc0ac821daaa>: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