< 1268784102 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1268784171 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :fuck yeah, now its looking good :) < 1268784213 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :10:03:38 hmm, if a problem is NP, its reverse is normally P < 1268784224 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :you should be _glad_ you're not here right now < 1268784257 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: :) < 1268784262 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :ACTION huggles oerjan < 1268784263 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :(translation: that is just nonsense) < 1268784285 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :unless he had something strange in mind by "reverse" < 1268784291 0 :coppro!unknown@unknown.invalid PRIVMSG #esoteric :isn't that part of the definition of NP? < 1268784299 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :have i told you about my algorithm that seems to solve the maximum clique problem in quadratic time? 8D < 1268784302 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :certainly not < 1268784367 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :i have a link somewhere in the logs < 1268784369 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :did you see it? < 1268784415 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :augur: well since the part of the logs i'm at mentioned it was NP-complete, i assume that's only "seems" < 1268784424 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :it probbaly does only seem < 1268784445 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :im running it in Textmate's ruby interpreter, so its slow, right < 1268784451 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :so i cant so the kinds of tests i'd like to do < 1268784460 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :but otherwise i should congratulate you on soon becoming a millionaire ;D < 1268784467 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :we could implement it in C and get some blazing speed out of it then throw some random data at it < 1268784469 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :MAN I WISH < 1268784562 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :augur: you should test it on a maximum clique problem that has been reduced from some other NP-complete problem like SAT. < 1268784602 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :sure but what i need is not a single test case but a bunch of them, so that i can actually plot complexity curves < 1268784607 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :i don't know (at least on the spot) how the reduction goes though < 1268784617 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :a single test case is fine, but that just tells me how fast it solves this one problem < 1268784633 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :augur: well if you have the actual reduction algorithm, you could test reduced SAT cases < 1268784683 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :right. i guess what i really need is a way to just run through a shitton of graphs. < 1268784698 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :right now im just testing it on 100 random graphs with n nodes < 1268784706 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :for n in 2..30 < 1268784711 0 :Oranjer!~HP_Admini@adsl-71-7-92.cae.bellsouth.net JOIN :#esoteric < 1268784721 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :augur: Ruby? Of course it's slow. The interpreter is literally traversing the AST! < 1268784729 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :;) < 1268784755 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :i know its slow. i need to write this in C, but im too lazy to figure that out right now. i suppose if i could find a graph library it'd be trivial < 1268784782 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :"the problem of finding the maximum clique is both fixed-parameter intractable and hard to approximate" < 1268784787 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :and i need to figure out how to use the standard array and hash libraries < 1268784822 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Array library? C? *Hah*. < 1268784837 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric ::P < 1268784851 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :what? :P < 1268784863 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :you know, something that will automatically manage arrays for me < 1268784874 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :No such thing. < 1268784877 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :what < 1268784878 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :yes there is < 1268784882 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :You're lucky to have malloc. < 1268784883 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :augur: are you sure you are actually finding the maximum clique and not a _maximal_ clique? < 1268784888 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :ACTION is being intentionally evil. ;) < 1268784891 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric ::| < 1268784918 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :(i.e. a clique that cannot be enlarged) < 1268784920 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :But on a more serious note: there are no *standard* array libraries. < 1268784923 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: yes. see, the algorithm technically doesn't find the maximum clique, it finds the largest clique that a given node is in < 1268784929 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :You've got handy tools like "memcmp" < 1268784933 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :and "memcpy". < 1268784938 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :BUT, that problem is actually the maximum clique problem. < 1268784938 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :mhm < 1268784947 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :And things that claim to be tools like "strcpy" and "strcmp". < 1268784971 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :also, ofcourse im finding a maximal clique. the maximum clique IS maximal. 8D < 1268784978 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :ACTION is a semanticist < 1268785023 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :yeah thats right < 1268785032 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :i know how to do denotational semantics /for real languages/ < 1268785055 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :suck it, strachey and scott < 1268785079 0 :Oranjer!unknown@unknown.invalid PRIVMSG #esoteric :general semantics? hah < 1268785083 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :no. < 1268785087 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric ::| < 1268785091 0 :Oranjer!unknown@unknown.invalid PRIVMSG #esoteric :I know! < 1268785092 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :general semantics is not semantics. < 1268785098 0 :Oranjer!unknown@unknown.invalid PRIVMSG #esoteric :I know! < 1268785321 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :10:22:57 generate them at random? by definition, you can test if an answer to an NP-complete problem is correct in P-time < 1268785326 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :*facepalm* < 1268785350 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :only if the answer is _yes_ < 1268785365 0 :uorygl!unknown@unknown.invalid PRIVMSG #esoteric :And only if "answer" means a whole lot more than the answer. < 1268785374 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: forget him < 1268785379 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :heh < 1268785379 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :lets translate this algorithm into C < 1268785416 0 :uorygl!unknown@unknown.invalid PRIVMSG #esoteric :Otherwise, the statement would be equivalent to "you can determine if the answer to an NP-complete problem is YES or NO in P-time". < 1268785437 0 :FireFly!unknown@unknown.invalid QUIT :Quit: Leaving < 1268785472 0 :uorygl!unknown@unknown.invalid PRIVMSG #esoteric :I once met a guy who was 120% sure that P != NP. < 1268785473 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :uorygl: mind you what he said, with a liberal interpretation, is true if NP = co-NP. but that is not known. < 1268785516 0 :uorygl!unknown@unknown.invalid PRIVMSG #esoteric :You know, if he really is 120% sure, he ought to be willing to take a bet where he loses $1 if P != NP and loses $1,000,000 if P = NP. < 1268785531 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: cmon, lets do it. im starting to see some potentially exponential trends so lets get to doing this for real < 1268785557 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :what do you mean "us", kemosabe? < 1268785558 0 :uorygl!unknown@unknown.invalid PRIVMSG #esoteric :Calculate the expected value: 1.2 * -1 + -0.2 * -1000000 = 199998.8 < 1268785595 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :oerjan: us, as in if its really polynomial you'll get half the credit. < 1268785606 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :*kimosabe < 1268785684 0 :charlls!unknown@unknown.invalid QUIT :Quit: Saliendo < 1268785748 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :wait, it's kemosabe, how does google dare to suggest a _wrong_ correction? < 1268785900 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :magic < 1268785945 0 :Oranjer!unknown@unknown.invalid PRIVMSG #esoteric :Google Dares With Magic < 1268785972 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :i'd dare your magic < 1268785975 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :if you know what i mean < 1268785976 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :;o ;o ;o < 1268786393 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :wow wait < 1268786401 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :are there really no standard C libs for arrays? < 1268786605 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :It's not part of the standard library, no. < 1268786632 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Strictly speaking, C *does not have arrays* that are not global or on the stack. And you cannot pass arrays as arguments. < 1268786640 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :What you have is a pointer and syntactic sugar. < 1268786686 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :right, i know. what i mean is some sort of struct or whatever and some functions that will manage it so i can just push and pop as needed < 1268786698 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Not in the C library. < 1268786706 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :ok < 1268786708 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :im surprised. < 1268787467 0 :Gracenotes!~person@wikipedia/Gracenotes JOIN :#esoteric < 1268788572 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :where the fuck is memcpy located :| < 1268788674 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :string,h, according to man memcpy < 1268788712 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :Erm. string.h < 1268788767 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :i think i might need to just write my own version actually < 1268788790 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :no probably not < 1268788790 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :ok < 1268789460 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :hm. < 1268789468 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :oh. < 1268789585 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :weird. < 1268789701 0 :uorygl!unknown@unknown.invalid PRIVMSG #esoteric :`run echo 'Because there are a LOT of ways to mess up these' | wc < 1268789711 0 :HackEgo!unknown@unknown.invalid PRIVMSG #esoteric :1 11 49 < 1268789770 0 :lament!unknown@unknown.invalid QUIT :Ping timeout: 264 seconds < 1268789779 0 :lament!~lament@S0106001b63f462cc.vc.shawcable.net JOIN :#esoteric < 1268790843 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :O_O < 1268790941 0 :uorygl!unknown@unknown.invalid PRIVMSG #esoteric :Yes? < 1268791180 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :Quite Definitely Maybe. < 1268791501 0 :comex!unknown@unknown.invalid NICK :HiEverybody < 1268791507 0 :HiEverybody!unknown@unknown.invalid NICK :comex < 1268791555 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :comex: hi! < 1268791561 0 :comex!unknown@unknown.invalid PRIVMSG #esoteric ::p < 1268791793 0 :jcp!unknown@unknown.invalid QUIT :Ping timeout: 260 seconds < 1268793210 0 :jcp!~jw@bzflag/contributor/javawizard2539 JOIN :#esoteric < 1268793954 0 :pikhq!unknown@unknown.invalid QUIT :Ping timeout: 256 seconds < 1268793971 0 :oerjan!unknown@unknown.invalid QUIT :Quit: Reboot < 1268794028 0 :pikhq!~pikhq@75-106-100-139.cust.wildblue.net JOIN :#esoteric < 1268794260 0 :nooga!~nooga@sc82.internetdsl.tpnet.pl JOIN :#esoteric < 1268794262 0 :nooga!unknown@unknown.invalid PRIVMSG #esoteric :hi < 1268794282 0 :nooga!unknown@unknown.invalid PRIVMSG #esoteric :i've found something amusing on google maps :D < 1268794283 0 :Sgeo!~Sgeo@ool-18bf618a.dyn.optonline.net JOIN :#esoteric < 1268794288 0 :nooga!unknown@unknown.invalid PRIVMSG #esoteric :http://to./38k2 WTF? < 1268794343 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1268794349 0 :Oranjer!unknown@unknown.invalid PRIVMSG #esoteric :well then < 1268794351 0 :nooga!unknown@unknown.invalid PRIVMSG #esoteric :0.5mil broad stripe over bajkal O_o < 1268794443 0 :bsmntbombdood!unknown@unknown.invalid PRIVMSG #esoteric :looks like a post-processing artifact to me < 1268794451 0 :Oranjer!unknown@unknown.invalid PRIVMSG #esoteric :indeed < 1268794474 0 :nooga!unknown@unknown.invalid PRIVMSG #esoteric :looks awesome < 1268794518 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :no no, it's the famous barguzin half-bridge < 1268794538 0 :nooga!unknown@unknown.invalid PRIVMSG #esoteric :for soviet tanks, perhaps < 1268794539 0 :nooga!unknown@unknown.invalid PRIVMSG #esoteric :;D < 1268794553 0 :bsmntbombdood!unknown@unknown.invalid PRIVMSG #esoteric :if this wasn't 2010 i'd say it was a piece of tape < 1268794794 0 :nooga!unknown@unknown.invalid PRIVMSG #esoteric :http://en.allexperts.com/q/Geography-1729/running-Lake-Baikal-1.htm < 1268794798 0 :nooga!unknown@unknown.invalid PRIVMSG #esoteric :rotfl rotfl rotfl < 1268794821 0 :nooga!unknown@unknown.invalid PRIVMSG #esoteric :they're trying to explain it with another conspiracy theory < 1268794823 0 :nooga!unknown@unknown.invalid PRIVMSG #esoteric ::DD:DD: < 1268794970 0 :Oranjer!unknown@unknown.invalid PART #esoteric :? < 1268796063 0 :coppro!unknown@unknown.invalid QUIT :Quit: I am leaving. You are about to explode. < 1268796716 0 :Gracenotes!unknown@unknown.invalid PRIVMSG #esoteric :okay, so in my game, if the player hits the jump button 2 frames before they touch the ground, the game gives them leeway and jumps anyway once they touch down < 1268796724 0 :Gracenotes!unknown@unknown.invalid PRIVMSG #esoteric :hope this doesn't screw with their brains < 1268796798 0 :Gracenotes!unknown@unknown.invalid PRIVMSG #esoteric :I'm actually pretty happy about the heuristics I've come up with. scrolling, jumping behavior, ... < 1268796801 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :brainfucking is strictly allowed in this community < 1268796827 0 :Gracenotes!unknown@unknown.invalid PRIVMSG #esoteric :screw with their brains, not screw their brains < 1268797878 0 :jcp!unknown@unknown.invalid QUIT :Ping timeout: 252 seconds < 1268798410 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :erg < 1268798425 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :why am i getting errors when i have circular dependency graphs in C? :| < 1268798848 0 :jcp!~jw@bzflag/contributor/javawizard2539 JOIN :#esoteric < 1268799216 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :what do you mean by circular dependency graphs < 1268799242 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :augur: ^ < 1268799253 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :nevermind < 1268799257 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :i found a better solution < 1268799287 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :if you mean #include's, then they cannot be circular afaik, they're textual inclusion < 1268799306 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :i was using #import, but < 1268799333 0 :MizardX!unknown@unknown.invalid QUIT :Ping timeout: 240 seconds < 1268799401 0 :oerjan!unknown@unknown.invalid PRIVMSG #esoteric :ah that's apparently not C, but C++ < 1268799415 0 :augur!unknown@unknown.invalid PRIVMSG #esoteric :XCode. < 1268800010 0 :jcp!unknown@unknown.invalid QUIT :Ping timeout: 248 seconds < 1268800319 0 :werdan7!unknown@unknown.invalid QUIT :*.net *.split < 1268800319 0 :SimonRC!unknown@unknown.invalid QUIT :*.net *.split < 1268800355 0 :SimonRC!~sc@fof.durge.org JOIN :#esoteric < 1268800785 0 :werdan7!~w7@freenode/staff/wikimedia.werdan7 JOIN :#esoteric < 1268801196 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :"Probably a simple question but what do I put for the login universe for Preston bot and other bots if I am in AWEDU? I have tried !AWEDU! but get the message ' cant resolve universe host'." < 1268801209 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :Basically, the login universe is a server < 1268801224 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :So, this person is somewhat clueless, but so what < 1268801234 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :However, this is the response from staff: < 1268801247 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :"Could you please tell me what your User name is in AWEDU and which world is yours? I will need this to get the info. < 1268801247 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :" < 1268801251 0 :Sgeo!unknown@unknown.invalid PRIVMSG #esoteric :^^lies < 1268802062 0 :jcp!~jw@bzflag/contributor/javawizard2539 JOIN :#esoteric < 1268804012 0 :oerjan!unknown@unknown.invalid QUIT :Quit: Good night < 1268812799 0 :clog!unknown@unknown.invalid QUIT :ended < 1268812800 0 :clog!unknown@unknown.invalid JOIN :#esoteric < 1268813281 0 :tombom!tombom@wikipedia/Tombomp JOIN :#esoteric < 1268815257 0 :jcp!unknown@unknown.invalid QUIT :Quit: I will do anything (almost) for a new router. < 1268815807 0 :tombom!unknown@unknown.invalid QUIT :Quit: Leaving < 1268821719 0 :lereah_!~lereah@nanpc301.in2p3.fr JOIN :#esoteric < 1268824428 0 :kar8nga!~kar8nga@jol13-1-82-66-176-74.fbx.proxad.net JOIN :#esoteric < 1268825568 0 :MizardX!~MizardX@unaffiliated/mizardx JOIN :#esoteric < 1268825834 0 :MizardX!unknown@unknown.invalid QUIT :Read error: Connection reset by peer < 1268826602 0 :MizardX!~MizardX@unaffiliated/mizardx JOIN :#esoteric < 1268828015 0 :kar8nga!unknown@unknown.invalid QUIT :Remote host closed the connection < 1268830601 0 :kar8nga!~kar8nga@jol13-1-82-66-176-74.fbx.proxad.net JOIN :#esoteric < 1268831076 0 :MigoMipo!~MigoMipo@84-217-15-154.tn.glocalnet.net JOIN :#esoteric < 1268831916 0 :amca!~amca@CPE-121-208-82-97.cqzr1.cha.bigpond.net.au JOIN :#esoteric < 1268833164 0 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1268837559 0 :deschutron!~alex@122-49-172-157.ip.adam.com.au JOIN :#esoteric < 1268837816 0 :fax!~none@unaffiliated/fax JOIN :#esoteric < 1268837867 0 :Sgeo_!~Sgeo@ool-18bf618a.dyn.optonline.net JOIN :#esoteric < 1268838004 0 :MigoMipo!unknown@unknown.invalid QUIT : < 1268838027 0 :Sgeo!unknown@unknown.invalid QUIT :Ping timeout: 245 seconds < 1268838143 0 :MigoMipo!~migomipo@84-217-15-154.tn.glocalnet.net JOIN :#esoteric < 1268838210 0 :lament!unknown@unknown.invalid QUIT :Ping timeout: 245 seconds < 1268838225 0 :lament!~lament@S0106001b63f462cc.vc.shawcable.net JOIN :#esoteric < 1268838467 0 :MigoMipo!unknown@unknown.invalid QUIT :Remote host closed the connection < 1268838652 0 :MigoMipo!~migomipo@84-217-15-154.tn.glocalnet.net JOIN :#esoteric < 1268839392 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1268841962 0 :lament!unknown@unknown.invalid QUIT :Ping timeout: 248 seconds < 1268841988 0 :lament!~lament@S0106001b63f462cc.vc.shawcable.net JOIN :#esoteric < 1268842990 0 :oerjan!unknown@unknown.invalid QUIT :Quit: KABOOM! < 1268843013 0 :nooga!unknown@unknown.invalid QUIT :Ping timeout: 240 seconds < 1268843144 0 :Gracenotes!unknown@unknown.invalid QUIT :Quit: Leaving < 1268843457 0 :sebbu2!~sebbu@ADijon-152-1-8-33.w83-194.abo.wanadoo.fr JOIN :#esoteric < 1268843485 0 :sebbu!unknown@unknown.invalid QUIT :Ping timeout: 260 seconds < 1268843488 0 :sebbu2!unknown@unknown.invalid NICK :sebbu < 1268843844 0 :FireFly!~firefly@unaffiliated/firefly JOIN :#esoteric < 1268845046 0 :werdan7!unknown@unknown.invalid QUIT :Ping timeout: 633 seconds < 1268845294 0 :deschutron!unknown@unknown.invalid PART #esoteric :? < 1268845570 0 :werdan7!~w7@freenode/staff/wikimedia.werdan7 JOIN :#esoteric < 1268846366 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ais523, there? < 1268846407 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :yes < 1268846412 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :How deep snow have you personally seen in "real life"? < 1268846430 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :maybe 5-6 inches in the deepest parts < 1268846448 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ais523, heh. Look at http://omploader.org/vM3YyMw then < 1268846450 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :took that today < 1268846456 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :image? < 1268846457 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :and well, it has started melting now < 1268846459 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ais523, yes < 1268846460 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :what else? < 1268846469 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :and yes, that's pretty thick < 1268846475 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ais523, well, not to me :P < 1268846488 0 :Gregor!unknown@unknown.invalid PRIVMSG #esoteric :The snow was deeper than that here last year. < 1268846489 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :and not compared to how it was before melting... < 1268846509 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :Gregor, well as I said it started melting. About a week or two ago < 1268846524 0 :Gregor!unknown@unknown.invalid PRIVMSG #esoteric :Well, I don't live in the frozen north :P < 1268846569 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :Gregor, what do you mean? < 1268846604 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :wth at one picture from my mobile phone. It is just black in the lower part < 1268846612 0 :Gregor!unknown@unknown.invalid PRIVMSG #esoteric :I mean, quite simply, that I don't live in the frozen north. < 1268846614 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :lik not all image data was captured or something < 1268846625 0 :Gregor!unknown@unknown.invalid PRIVMSG #esoteric :AnMaster: Perfectly horizontal line? < 1268846632 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :Gregor, yes: http://omploader.org/vM3YyNw < 1268846655 0 :Gregor!unknown@unknown.invalid PRIVMSG #esoteric :Heh, funny, it shows white for me :P < 1268846659 0 :Gregor!unknown@unknown.invalid PRIVMSG #esoteric :It must truly not have all the image data. < 1268846666 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :Gregor, well, it shows black in eog < 1268846669 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :hm < 1268846672 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :Gregor, perhaps < 1268846673 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :that's sad < 1268846684 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :was going to make a panorama including that image < 1268846773 0 :Gregor!unknown@unknown.invalid PRIVMSG #esoteric :Not now you're not! < 1268846785 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :[1189626.022063] googleearth-bin[3782]: segfault at 0 ip (null) sp 00000000fff4cb24 error 14 in googleearth-bin[8048000+49000] <-- argh < 1268846817 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :okay, now it is suddenly no longer reproducible < 1268846817 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :wth < 1268846847 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :okay... now it crashes at another point instead < 1268846849 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :AnMaster: That's it? :P < 1268846859 0 :pikhq!unknown@unknown.invalid PRIVMSG #esoteric :(the snow) < 1268846865 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :hmm, I was reading an article on making stupidly small executables earlier today < 1268846873 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :and now I recognise that 8048000 straight off < 1268846885 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :pikhq, well, compared to UK! < 1268846897 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :AnMaster: the canal here froze over over the winter < 1268846909 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :some people were rather unwisely trying to walk on it, but it could bear their weight < 1268846919 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :also, someone tried to drive a car down it, and it /couldn't/ bear its weight < 1268846922 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :it hit the local news < 1268846928 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :they got quite a way, though < 1268847031 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric : AnMaster: the canal here froze over over the winter <-- is that rare? < 1268847037 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :yes < 1268847042 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :never known it to happen before < 1268847053 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :at least, it's common for it to get a bit of ice on it < 1268847056 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ais523, well, here we have regular winter roads on the lake < 1268847059 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :but not for it to be able to bear weight < 1268847066 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :for cars, some winters even for trucks < 1268847075 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :but I think it closed for this season last week or so < 1268847081 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :(the one close to here that is) < 1268847081 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :AnMaster: it's so nice talking to scandinavians, they're the only people (apart from possibly russians, some canadians, and eskimos) who don't think the UK is stupidly cold < 1268847096 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ais523, we think it is stupidly rainy < 1268847103 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ais523, also what about Germans? < 1268847117 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :hmm, I rather like it here, but maybe I'm just used to it < 1268847275 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :fizzie, measuring that corridor from the pano yesterday in google earth gives it as roughly 60 meters between the nearest doors visible at either end < 1268847287 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :fizzie, perhaps 50 < 1268847289 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :also, I'm disappointed at the fact that someone put an URL shortener at http://to./ < 1268847309 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :to.? < 1268847312 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :wth is that < 1268847315 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :a TLD < 1268847318 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :well yes < 1268847323 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :but you can't put a site at it < 1268847324 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :can you? < 1268847327 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :someone bought the A record for a TLD just so they could put an URL shortener there < 1268847330 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :of course you can < 1268847337 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ais523, is that allowed? < 1268847340 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :you can add an A record for any domain if you own it < 1268847350 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :and nothing in the spec says you can't < 1268847364 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ais523, well, but is it allowed by policy... < 1268847378 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :well, /someone/ did it < 1268847390 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :and allegedly ICANN's planning to sell brand new TLDs to companies < 1268847399 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :I'm thinking a TLD owner doesn't have very many constraints as to what they can do with it. < 1268847483 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :fizzie, I took a picture at near the end of a 240 meter corridor at the university (length estimated from google earth) < 1268847487 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :sadly it was rather blurry < 1268847499 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :and didn't really show how long it was < 1268847506 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :there was an MX record for mailto:i@an for a while, IIRC < 1268847507 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :I wonder how much money Tonga gets from the (ab)use of their .to TLD. < 1268847510 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :maybe still is < 1268847518 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :fizzie, sorry, 270 < 1268847520 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :not 240 < 1268847531 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :fizzie, and .nu too < 1268847532 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :fizzie: I seem to remember that when Tuvalu sold .tv, it was a significant amount of money for every member of its population < 1268847540 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :a few hundred thousand dollars or so < 1268847543 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ais523, what is an? < 1268847545 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :no wonder they sold it < 1268847562 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :AnMaster: I'm not sure; who really cares, I doubt the original owner of the TLD has much correlation with its use < 1268847564 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ais523, per person!? < 1268847568 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ais523, that were given out? < 1268847570 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :an. currently seems to have just NS (and the SOA) entries. < 1268847573 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :also what domain did they get after? < 1268847614 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :.an: Netherlands Antilles, previously known as the Netherlands West Indies or Dutch Antilles/West Indies. < 1268847630 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :AnMaster: according to Wikipedia Tuvalu has a population of 12373 < 1268847632 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :There were TLDs with MX records though, I think we dig'd for those not long ago. < 1268847656 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :presumably, with all the money they got from the sale they have no problems buying domains elsewhere if they need them < 1268847684 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ais523, what a pity there are 28 persons more than the ideal! < 1268847701 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :presumably the value changes over time < 1268847718 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :there is no se. < 1268847721 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :but there is www.se < 1268847728 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :some domain registrar < 1268847742 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :ai. 14400 IN MX 10 mail.offshore.ai. < 1268847745 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :That was one of them. < 1268847761 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ai? < 1268847769 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :So you could get x@ai as a working email address. < 1268847781 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :fizzie, xai? is that supposed to mean anything? < 1268847785 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :Except that there's probably quite a lot of MTAs that would add a site-specific prefix there. < 1268847791 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :Just "x" as in "arbitrary". < 1268847794 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ah < 1268847809 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :evil.ai would be a nice domain < 1268847829 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :.ai is for Anguilla, another one of those tiny specs in the Caribbean. < 1268847832 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :but that yuoswhatever would probably prefer good.ai, unless I misremember what his opinion was < 1268847843 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :"The total land area of the territory is 91 km2 (35 sq mi), with a population of approximately 13,500 (2006 estimate)." < 1268847900 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :Heh, www.ai: "Anguilla's consumption-based tax system is hospitable to productive firms that create income, profits and wealth. And Anguilla has strict secrecy laws, fresh air, and fantastic beaches." < 1268847920 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :What a delightfully coy way of saying "we do tax evasion here". < 1268847939 0 :fax!unknown@unknown.invalid PRIVMSG #esoteric :hehe < 1268847953 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :An .ai domain is $100 for 2 years, available to anyone. < 1268847957 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :you could try emailing webmaster@ai and asking if they're offering mail addresses there < 1268847968 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :um, not webmaster < 1268847971 0 :fax!unknown@unknown.invalid PRIVMSG #esoteric :@ai ?? < 1268847974 0 :fax!unknown@unknown.invalid PRIVMSG #esoteric :not @something.ai ? < 1268847982 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :what's the address to contact the mail server owner? < 1268847990 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :fax: you can put DNS records in for a TLD if you own it < 1268848002 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ACTION watches one now slush filled street in google earth's street view < 1268848004 0 :fax!unknown@unknown.invalid PRIVMSG #esoteric :that is so cool < 1268848009 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :it is amazing that it is the same place < 1268848021 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :And, as was just mentioned, ai. is one of the relatively few ones that has one already. < 1268848026 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :ICANN will truly jump the shark if it ever offers a 0-character TLF < 1268848028 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :*TLD < 1268848032 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :which would presumably be http://./ < 1268848044 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :and a subdomain would be http://domain../ < 1268848048 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ais523, is that even possible? < 1268848053 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :That one I'm not so sure is legal. < 1268848065 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :(in theory, google.com is google.com. etc but people pretty much always leave off the final dot) < 1268848097 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :(and the "correct" meaning for http://google.com/ is http://google.com.localhost./) < 1268848116 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :ais523, no it isn't. It will search in the default search whatever for domains < 1268848132 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :from my resolv.conf I think that is "domain lan" < 1268848135 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :not 100% sure though < 1268848146 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :well, I was trying to simplify a bit < 1268848154 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :hm no < 1268848156 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :but the idea is that it uses relative-to-local addressing < 1268848157 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :there is a search line < 1268848161 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :according to man page < 1268848161 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :if you miss off the final . < 1268848198 0 :jcp!~jw@bzflag/contributor/javawizard2539 JOIN :#esoteric < 1268848265 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric : ndots:n < 1268848266 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric : sets a threshold for the number of dots which must appear in a name given to res_query(3) (see resolver(3)) before an initial absolute query will be made. The default for n is 1, < 1268848266 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric : meaning that if there are any dots in a name, the name will be tried first as an absolute name before any search list elements are appended to it. The value for this option is < 1268848266 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric : silently capped to 15. < 1268848272 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :why is it "silently capped to 15" < 1268848273 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :-_- < 1268848284 0 :AnMaster!unknown@unknown.invalid PRIVMSG #esoteric :that so makes no sense < 1268848307 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :ah, ok < 1268848343 0 :ais523!unknown@unknown.invalid PRIVMSG #esoteric :so a.b.c.d.e.f.g.h.i.j.k.com might be self-relative, but a.b.c.d.e.f.g.h.i.j.k.l.com always means a.b.c.d.e.f.g.h.i.j.k.l.com.? < 1268848383 0 :fizzie!unknown@unknown.invalid PRIVMSG #esoteric :RFC1035 (STD 13) specifies "