< 1407888190 86767 :nooodl!~mauris@2a02:1810:4d0d:7e00:7176:d495:e0bb:1101 QUIT :Client Quit < 1407888224 906934 :zzo38!~zzo38@24-207-51-179.eastlink.ca JOIN :#esoteric < 1407890114 886260 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`pbflist < 1407890115 690932 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :pbflist: shachaf Sgeo quintopia ion < 1407890136 915571 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :the deluxe subscribers have already been notified, naturally < 1407890420 121648 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover PRIVMSG #esoteric :have they not done this joke like 3 times before < 1407890643 312572 :yorick!~yorick@oftn/member/yorick QUIT :Remote host closed the connection < 1407891041 10465 :edwardk!~edwardk@pdpc/supporter/professional/edwardk QUIT :Quit: Computer has gone to sleep. < 1407892424 924853 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :why couldn't a whistle and a bassoon get along harmoniously? < 1407892537 691390 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :historical racial attitudes formerly encouraged by a colonial power for the sake of simplifying their hegemony < 1407892556 468340 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :ah righto < 1407892623 309777 :pikhq!~pikhq@deagol.pikhq.com PRIVMSG #esoteric :Jesus christ this city's going insane. < 1407892897 424145 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :insane! this city's going jesus christ < 1407892968 631672 :pikhq!~pikhq@deagol.pikhq.com PRIVMSG #esoteric :If only. < 1407892988 415946 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :do we get to hear why < 1407893012 480942 :pikhq!~pikhq@deagol.pikhq.com PRIVMSG #esoteric :Oh, sure. St Louis is on its third day of riots triggered by a police officer shooting a black kid in the back. < 1407893031 180435 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :oh. I had no idea where you lived. < 1407893034 633964 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I thought you were in colorado. < 1407893039 707282 :pikhq!~pikhq@deagol.pikhq.com PRIVMSG #esoteric :I moved a year ago. < 1407893075 617854 :pikhq!~pikhq@deagol.pikhq.com PRIVMSG #esoteric :But yeah. I swear, did someone open a portal to 1965 or something? < 1407893084 364002 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :daresay the shooting is more the thing than the protests < 1407893096 387590 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover PRIVMSG #esoteric :that doesn't sound terribly unusual < 1407893106 788166 :pikhq!~pikhq@deagol.pikhq.com PRIVMSG #esoteric :The police response to the protests is also quite 1965 though. < 1407893121 922410 :pikhq!~pikhq@deagol.pikhq.com PRIVMSG #esoteric :I was unaware that sniper rifles had a significant role in crowd control. < 1407893130 637730 :pikhq!~pikhq@deagol.pikhq.com PRIVMSG #esoteric :Nor that media blackouts or no fly zones did. < 1407893132 734059 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover PRIVMSG #esoteric :sniper rifles with actual bullets? < 1407893147 130291 :pikhq!~pikhq@deagol.pikhq.com PRIVMSG #esoteric :Apparently. Non-lethal rounds are designed for shotguns. < 1407893179 543214 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :sheesh, i've only been hearing about ferguson, it's extended to saint louis? < 1407893194 997099 :pikhq!~pikhq@deagol.pikhq.com PRIVMSG #esoteric :Ferguson is essentially Saint Louis. < 1407893195 253558 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :you know that cops shooting black kids is nothing really new or particularly 60s, right < 1407893220 706244 :pikhq!~pikhq@deagol.pikhq.com PRIVMSG #esoteric :elliott: Particular details are most similar to that period though. < 1407893222 522475 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :elliott: the 1960s is the usual go-to for violent responses to protests, possibly most famously at kentucky U. < 1407893238 52168 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :in united states culture, i mean. < 1407893288 632853 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :anyway how do i pre declare types in C or something. i have typedef struct cons { ... obj *car, *cdr; } cons; and then later typedef union obj { ... cons cons; } essentially < 1407893323 582977 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Bike: yeah I just mean, the US does not really seem to be massively outside the status quo in any way here, sad as that is < 1407893330 250891 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Bike: struct cons; < 1407893339 61808 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :uh I think you can do < 1407893345 800066 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :typedef struct cons cons; ... struct cons { ... } < 1407893347 155673 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :the problem is with obj, gcc doesn't know what an obj is yet < 1407893357 908920 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :typedef union obj obj; < 1407893361 496100 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :typedef struct cons cons; < 1407893363 891073 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :struct cons { ... } < 1407893366 78198 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :union obj { ... } < 1407893372 472363 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :*; *; *fuck < 1407893379 868034 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :you get the idae < 1407893382 436984 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :*idea < 1407893385 731516 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :ok. this syntax seems weird < 1407893394 222897 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :also weird is i realized i haven't heard any comparisons to rodney king yet < 1407893395 273320 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it's quite simple really, though it is weird < 1407893405 693636 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :(struct TAG) and (enum TAG) are types defined by struct TAG { ... } and enum TAG { ... } < 1407893415 12507 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :which are also types < 1407893417 368471 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :c is hard :( < 1407893424 276938 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :(they jsut specify what that type is) < 1407893432 577935 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :you can refer to them before they're defined < 1407893443 61986 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :"typedef type typename;" makes typename an alias for type < 1407893497 254689 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :so typedef struct { ... } foo; works because it's making foo an alias for the anonymous struct type (struct { ... }). typedef struct tag1 { ... } tag2; is the same except the type is now a named struct, and it defines (struct tag1) to be that struct < 1407893499 254613 :pikhq!~pikhq@deagol.pikhq.com PRIVMSG #esoteric :Ooooohhhh goody. We've got militia nuts walking in now. < 1407893520 336255 :pikhq!~pikhq@deagol.pikhq.com PRIVMSG #esoteric :Maybe now the police's "equipped for invading Iran" stance makes sense. < 1407893525 979980 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :guns will solve this problem < 1407893535 703816 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :elliott: i'd kind of guessed that, but it's just... i dunno. weird < 1407893538 847439 :pikhq!~pikhq@deagol.pikhq.com PRIVMSG #esoteric :Guns solve all problems! < 1407893541 969669 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :C is weird, yeah. < 1407893551 73910 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :it's a fairly orthogonal, weird part of the language. like most of C. < 1407893557 903018 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :in happier news, did you hear that the first woman to win a fields medal has been erased, as well as the first iranian < 1407893563 149105 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :er < 1407893564 353394 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :announced < 1407893564 587342 :pikhq!~pikhq@deagol.pikhq.com PRIVMSG #esoteric :(FWIW I'm actually quite a ways away from the neighborhood where this is all going on, I'm just going "oh fucks' sake" at it) < 1407893566 256719 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :wow < 1407893585 679751 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :as usual i don't understand a thing she does < 1407893592 13692 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :Bike: our shadowy agenda is doing well. have you edited her out of all the photos yet < 1407893616 161746 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :her name is "Mirzakhani" which is just incredible sounding < 1407893618 99649 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :Mirzakhani < 1407893620 952712 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :can't erase that < 1407893624 301544 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover QUIT :Read error: Connection reset by peer < 1407893642 205298 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :I can erase my being awake. bye < 1407893652 551618 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :later < 1407893690 995164 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :this is a bad year for violence eh < 1407893694 430312 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :fuck < 1407894197 390760 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :now when i have "obj data[1];" in a struct i'm told that's incomplete < 1407894508 728733 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :Incomplete? < 1407894575 111069 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :The type does have to be defined before it is used in that way, so make sure "obj" is defined. < 1407894575 912107 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Bike: You need to define obj before actually using it like that, presumably. < 1407894593 877131 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :A pointer to obj is fine, but if you have an actual obj you need to know much memory it'll take. < 1407894612 923050 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :(That is, define the actual structure, so that the size is known.) < 1407894631 859067 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :but it's a union i define after this struct because it includes that struct! argh < 1407894652 774380 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :Then it would take an infinite amount of memory and it won't work < 1407894663 931429 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :? < 1407894673 735683 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :what < 1407894675 895217 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :Since that code allocates one "obj" cell. < 1407894691 857428 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :union obj; struct cons { struct obj *car, *cdr }; union obj { cons cons; }; < 1407894803 194267 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :If obj then also allocates data of type of this structure, then how can you know the proper amount of memory? It doesn't work! < 1407894836 568876 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :"struct cons cons;", rather < 1407894850 246588 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :pointers work, not an array though < 1407894931 881828 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :yes, because for an array you need to know what size it is < 1407894934 523910 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :oh ok the code i'm going off of has an array of union*, not union < 1407894939 380698 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :what are you trying to do here < 1407894940 675316 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oh < 1407894945 508416 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :that makes sense then < 1407894955 905792 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :then there you go < 1407894957 763403 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :http://spl.smugmug.com/Humor/Lambdacats/i-XwKHSBM/2/O/boxed%20cat%20has%20a%20uniform%20representation.jpg < 1407894964 225576 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :indeed, there i go. < 1407894995 831065 :zzo38!~zzo38@24-207-51-179.eastlink.ca PRIVMSG #esoteric :An array allocates the memory for its contents; declaring a pointer does not, it allocates memory for the address instead. < 1407895663 572760 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :right, yeah, i get what you're saying but i thought the code (which i know works) was doing an array anyway, so i was confused. < 1407896511 447647 :aloril_!~aloril@dsl-tkubrasgw2-54faa3-2.dhcp.inet.fi JOIN :#esoteric < 1407896559 40169 :aloril!~aloril@dsl-tkubrasgw2-54faa3-2.dhcp.inet.fi QUIT :Ping timeout: 255 seconds < 1407900420 521425 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :Can you declare multiple functions in one line? Like "void foo, bar(void);" say. that sounds amusing. < 1407900490 892457 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :do you mean void foo(void), bar(void); < 1407900520 508930 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :function declaration syntax is not different from variable declaration syntax < 1407900559 385102 :BlueProtoman!~smitty@ool-457b5cff.dyn.optonline.net JOIN :#esoteric < 1407900563 316023 :BlueProtoman!~smitty@ool-457b5cff.dyn.optonline.net PRIVMSG #esoteric :I know there's a whole community for esoteric programming languages...but is there one for esoteric file formats and/or protocols? < 1407900576 551685 :BlueProtoman!~smitty@ool-457b5cff.dyn.optonline.net PRIVMSG #esoteric :Or operating systems? < 1407900657 553604 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :shachaf: boring < 1407900737 595879 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :BlueProtoman: whoa is your nick a split infinity thing < 1407900744 389017 :BlueProtoman!~smitty@ool-457b5cff.dyn.optonline.net PRIVMSG #esoteric :shachaf: ? < 1407900755 888242 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :maybe not < 1407900757 739067 :BlueProtoman!~smitty@ool-457b5cff.dyn.optonline.net PRIVMSG #esoteric :No, it's a Mega Man thing < 1407900766 167818 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oh < 1407900794 480645 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Bike: do you know the thing where you can call a function with (********f)(...) < 1407900821 892869 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :um, if you mean names referring to function pointers, yeah. < 1407900842 245997 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :functions are distinct from function pointers < 1407900861 796919 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :for example you can't take the sizeof a function < 1407900870 315614 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :hatred of C growing < 1407900878 321047 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :BlueProtoman: file formats have even more of a tendency to be undocumented crap than programming languages, so why bother < 1407901072 340489 :BlueProtoman!~smitty@ool-457b5cff.dyn.optonline.net PRIVMSG #esoteric :Bike: It's not about being undocumented, it's about intentionally being weird < 1407901081 700463 :not^v!~notnot^v@c-71-238-153-166.hsd1.mi.comcast.net QUIT :Quit: http://i.imgur.com/Akc6r.gif < 1407901100 894881 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :"crap", i said < 1407901114 543008 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :like, i know, let me find an example i ran into a few weeks ago < 1407901173 254327 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :http://en.wikipedia.org/wiki/Health_Level_7 pretty much all of these < 1407901208 817064 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :http://en.wikipedia.org/wiki/Arden_syntax#Arden_Syntax_Example this MLM is an example for reading data and writing a message;; < 1407901265 346416 :BlueProtoman!~smitty@ool-457b5cff.dyn.optonline.net PRIVMSG #esoteric :And what's so bad about it? < 1407902185 695368 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :what UPS should i buy < 1407902822 42635 :Bike!~Glossina@75-175-74-195.ptld.qwest.net PRIVMSG #esoteric :https://github.com/PCSX2/pcsx2/pull/212/files#diff-9222e0f7e94c703c713184a57132c5fbL1183 i'm afraid < 1407903354 415630 :BlueProtoman!~smitty@ool-457b5cff.dyn.optonline.net QUIT :Quit: Leaving < 1407904230 920567 :MoALTz_!~no@user-188-33-76-125.play-internet.pl JOIN :#esoteric < 1407904389 510059 :MoALTz!~no@user-188-33-76-125.play-internet.pl QUIT :Ping timeout: 246 seconds < 1407905139 952902 :not^v!~notnot^v@c-71-238-153-166.hsd1.mi.comcast.net JOIN :#esoteric < 1407905269 887625 :^v!~notnot^v@c-71-238-153-166.hsd1.mi.comcast.net QUIT :Remote host closed the connection < 1407905426 310593 :Tritonio!~Thunderbi@athedsl-16485.home.otenet.gr QUIT :Ping timeout: 250 seconds < 1407907436 72090 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :The (*********f)() thing works because "[except sizeof, _Alignof, unary &] a function designator [expression with function type] with type 'function returning /type/' is converted to an expression that has type 'pointer to function returning /type/'." < 1407907440 138274 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :So "f" has function type, but it's not one of the exceptions so it's converted to a pointer; "*f" again has function type, but it's still not one of the exceptions so ...; and so on up to (********f) which is also converted to a pointer to function, and used in a function call. < 1407907669 10106 :aloril_!~aloril@dsl-tkubrasgw2-54faa3-2.dhcp.inet.fi NICK :aloril < 1407907987 2751 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Referring back to backlog, you can't refer to an enum with "enum foo" before declaring its constants. < 1407907989 992010 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Except as a GCC extension. < 1407907990 424949 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :The rule that allows "typedef struct s s; struct s { ... };" is specific to structs and unions. < 1407909153 599717 :MoALTz__!~no@user-188-33-76-125.play-internet.pl JOIN :#esoteric < 1407909264 740932 :edwardk!~edwardk@pdpc/supporter/professional/edwardk JOIN :#esoteric < 1407909347 6389 :MoALTz_!~no@user-188-33-76-125.play-internet.pl QUIT :Ping timeout: 264 seconds < 1407912181 375972 :J_Arcane!~jarcane@dsl-trebrasgw2-54f949-238.dhcp.inet.fi JOIN :#esoteric < 1407914592 47806 :not^v!~notnot^v@c-71-238-153-166.hsd1.mi.comcast.net QUIT :Quit: http://i.imgur.com/Akc6r.gif < 1407915201 89645 :coppro!raedford@taurine.csclub.uwaterloo.ca PRIVMSG #esoteric :http://xkcd.com/1407/ I feel like there ought to be a bit with "no survivors" in it < 1407916198 714409 :scoofy!~blah@catv-89-135-80-2.catv.broadband.hu PRIVMSG #esoteric :there's always some survivors < 1407916257 670715 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :presumably if there are no survivors from one hurricane then people in that area would remember a different one < 1407916287 880738 :AnotherTest!~turingcom@d51A4C7C9.access.telenet.be JOIN :#esoteric < 1407916349 698358 :AnotherTest!~turingcom@d51A4C7C9.access.telenet.be QUIT :Client Quit < 1407916467 18578 :AnotherTest!~turingcom@d51A4C7C9.access.telenet.be JOIN :#esoteric < 1407916888 554520 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :Now I'm wondering what the sweet spot of survival rate is for a hurricane to be remembered as the worst one < 1407917684 947845 :J_Arcane!~jarcane@dsl-trebrasgw2-54f949-238.dhcp.inet.fi QUIT :Quit: Konversation terminated! < 1407917704 13376 :J_Arcane!~jarcane@dsl-trebrasgw2-54f949-238.dhcp.inet.fi JOIN :#esoteric < 1407918420 425524 :oerjan!oerjan@sprocket.nvg.ntnu.no JOIN :#esoteric < 1407918553 393505 :Patashu!~Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au JOIN :#esoteric < 1407918918 386165 :boily!~boily@96.127.201.149 JOIN :#esoteric < 1407919592 15669 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric : this is a bad year for violence eh <-- no it's a good year for violence. it's a bad year for the victims. < 1407919745 903666 :boily!~boily@96.127.201.149 PRIVMSG #esoteric :good moerjaning. < 1407919795 362098 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :g'daily < 1407920075 528625 :AnotherTest_!~turingcom@d51A4C7C9.access.telenet.be JOIN :#esoteric < 1407920075 762812 :AnotherTest!~turingcom@d51A4C7C9.access.telenet.be QUIT :Read error: Connection reset by peer < 1407920075 763009 :AnotherTest_!~turingcom@d51A4C7C9.access.telenet.be NICK :AnotherTest < 1407920136 225141 :ChanServ!ChanServ@services. MODE #esoteric +o :oerjan > 1407920136 419681 NAMES :#esoteric < 1407920149 275589 :oerjan!oerjan@sprocket.nvg.ntnu.no MODE #esoteric -b :aretecode!*aretecode@69.163.36.90$##fixyourconnection > 1407920149 297650 NAMES :#esoteric < 1407920154 198155 :oerjan!oerjan@sprocket.nvg.ntnu.no MODE #esoteric -o :oerjan > 1407920154 219977 NAMES :#esoteric < 1407921321 103186 :TieSoul!~TieSoul@5ED55308.cm-7-6b.dynamic.ziggo.nl JOIN :#esoteric < 1407921924 315040 :MoALTz_!~no@user-188-33-76-125.play-internet.pl JOIN :#esoteric < 1407922090 834738 :MoALTz__!~no@user-188-33-76-125.play-internet.pl QUIT :Ping timeout: 260 seconds < 1407923927 117939 :AnotherTest!~turingcom@d51A4C7C9.access.telenet.be QUIT :Ping timeout: 244 seconds < 1407924006 52574 :Patashu!~Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au QUIT :*.net *.split < 1407924014 254711 :olsner!~salparot@c83-252-201-82.bredband.comhem.se QUIT :*.net *.split < 1407924444 151581 :Patashu!~Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au JOIN :#esoteric < 1407924444 347524 :olsner!~salparot@c83-252-201-82.bredband.comhem.se JOIN :#esoteric < 1407924644 51888 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`olist (960) < 1407924644 948508 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :olist (960): shachaf oerjan Sgeo FireFly boily nortti < 1407924652 548319 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :whoa < 1407924765 507183 :boily!~boily@96.127.201.149 PRIVMSG #esoteric :dun dun dun ♪ < 1407924787 227786 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :do you use rss or something fancy like that < 1407924802 415705 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :you're not on olist yourself < 1407924825 645071 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I just do it as a public service; I'm using Feedly to feed myself. < 1407924850 902106 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :isn't it annoying how you don't get the image embedded in the oots rss feed < 1407924895 51065 :boily!~boily@96.127.201.149 PRIVMSG #esoteric :that way you can't miss it. < 1407924906 829019 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :someone told it was so i made an rss feed that has an image embedded < 1407924939 148987 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It's not *that* annoying. Though I do miss my previous RSS reader that you could configure (per feed) to "instead of showing the message, show the linked page". < 1407924964 170471 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :i also made one for smbc-comics.com that shows the "votey" picture < 1407924978 436896 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :There are a number of comics where the RSS feed is image-less, presumably due to ad reasons? < 1407924999 634478 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :olist doesn't have ads on the comic page < 1407925008 507930 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :i don't actually use rss myself, anyway < 1407925056 752210 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I used to have a Perl script that watched non-RSS-enabled webcomics, extracted the image (and possibly some metadata like titles or whatnot) and made a composite feed. < 1407925437 73622 :Patashu!~Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au QUIT :*.net *.split < 1407925444 616643 :olsner!~salparot@c83-252-201-82.bredband.comhem.se QUIT :*.net *.split < 1407925845 290491 :Patashu!~Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au JOIN :#esoteric < 1407925845 586174 :olsner!~salparot@c83-252-201-82.bredband.comhem.se JOIN :#esoteric < 1407926681 375721 :yorick!~yorick@oftn/member/yorick JOIN :#esoteric < 1407927670 415969 :boily!~boily@96.127.201.149 QUIT :Quit: SQUIDDY CHICKEN < 1407930344 231345 :MoALTz__!~no@user-188-33-76-125.play-internet.pl JOIN :#esoteric < 1407930525 179672 :MoALTz_!~no@user-188-33-76-125.play-internet.pl QUIT :Ping timeout: 255 seconds < 1407931530 539575 :Sgeo!~quassel@ool-44c2aebc.dyn.optonline.net QUIT :Read error: Connection reset by peer < 1407932648 825481 :FreeFull!~freefull@defocus/sausage-lover QUIT :Ping timeout: 272 seconds < 1407935910 404615 :Patashu!~Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au QUIT :Ping timeout: 246 seconds < 1407936108 595929 :J_Arcane!~jarcane@dsl-trebrasgw2-54f949-238.dhcp.inet.fi QUIT :Quit: Konversation terminated! < 1407936209 891312 :J_Arcane!~jarcane@dsl-trebrasgw2-54f949-238.dhcp.inet.fi JOIN :#esoteric < 1407936300 663481 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover JOIN :#esoteric < 1407936431 325614 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Fun perl fact: "1 + rand" is not the same at all as "rand + 1". < 1407936679 925896 :Deewiant!~deewiant@deewiant.iki.fi PRIVMSG #esoteric :Warning: Use of "rand" without parentheses is ambiguous < 1407936759 710302 :nooodl!~nooodl@2a02:1810:4d0d:7e00:5587:1af9:530c:abaa JOIN :#esoteric < 1407936795 183011 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Oh, there's a warning. Handy. < 1407936813 386506 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :(I didn't try this fact, I just picked it from #perl.) < 1407936876 627004 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`` perl -e 'print rand+1," ",1+rand' < 1407936877 299284 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Warning: Use of "rand" without parentheses is ambiguous at -e line 1. \ 0.504177718962641 1.73521801721969 < 1407936917 644614 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It gets parsed as rand(+1). < 1407937167 872277 :charm141!~gf@ip98-163-213-76.no.no.cox.net JOIN :#esoteric < 1407937234 849742 :charm141!~gf@ip98-163-213-76.no.no.cox.net QUIT :Client Quit < 1407937787 280540 :TieSoul_!~TieSoul@5ED55308.cm-7-6b.dynamic.ziggo.nl JOIN :#esoteric < 1407937923 115788 :TieSoul!~TieSoul@5ED55308.cm-7-6b.dynamic.ziggo.nl QUIT :Ping timeout: 255 seconds < 1407938566 113671 :MoALTz_!~no@user-188-33-76-125.play-internet.pl JOIN :#esoteric < 1407938737 520524 :MoALTz__!~no@user-188-33-76-125.play-internet.pl QUIT :Ping timeout: 245 seconds < 1407938889 810591 :oerjan!oerjan@sprocket.nvg.ntnu.no QUIT :Quit: ayn rand + 1 < 1407939367 856792 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :fizzie: doesn't that apply to anything with a prototype or whatever? < 1407939742 383959 :impomatic_!~digital_w@167.156.125.91.dyn.plus.net PART :#esoteric < 1407939751 82693 :impomatic_!~digital_w@167.156.125.91.dyn.plus.net QUIT :Quit: impomatic_ < 1407940545 95223 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :fizzie: I meant union, not enum, yeah, sorry < 1407940551 812670 :elliott!~elliott@unaffiliated/elliott PRIVMSG #esoteric :though I didn't know you can't actually do that < 1407940780 391487 :scoofy!~blah@catv-89-135-80-2.catv.broadband.hu QUIT :Ping timeout: 250 seconds < 1407943889 653559 :edwardk!~edwardk@pdpc/supporter/professional/edwardk QUIT :Quit: Computer has gone to sleep. < 1407943916 636561 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1407944818 176959 :TieSoul_!~TieSoul@5ED55308.cm-7-6b.dynamic.ziggo.nl NICK :TieSoul < 1407944820 411087 :mihow!~mihow@108.30.58.169 JOIN :#esoteric < 1407945193 703689 :^v!~notnot^v@c-71-238-153-166.hsd1.mi.comcast.net JOIN :#esoteric < 1407946100 2166 :scoofy!~blah@catv-89-135-80-2.catv.broadband.hu JOIN :#esoteric < 1407947963 121177 :nortti!~juhani@nano.smar.fi NICK :lawspeaker < 1407947980 248774 :lawspeaker!~juhani@nano.smar.fi NICK :nortti < 1407948265 257299 :nortti!~juhani@nano.smar.fi NICK :lawspeaker < 1407948292 834207 :lawspeaker!~juhani@nano.smar.fi NICK :nortti < 1407948369 554560 :nortti!~juhani@nano.smar.fi NICK :lawspeaker < 1407948431 898955 :lawspeaker!~juhani@nano.smar.fi NICK :nortti < 1407949628 138388 :edwardk!~edwardk@pdpc/supporter/professional/edwardk JOIN :#esoteric < 1407949763 322805 :mihow!~mihow@108.30.58.169 QUIT :Quit: mihow < 1407950188 301585 :MoALTz_!~no@user-188-33-76-125.play-internet.pl QUIT :Ping timeout: 260 seconds < 1407950262 834005 :AnotherTest!~turingcom@d51a4c7c9.access.telenet.be JOIN :#esoteric < 1407951290 295845 :mihow!~mihow@108.30.58.169 JOIN :#esoteric < 1407952151 313676 :d45611!~d45611@unaffiliated/d45611 JOIN :#esoteric < 1407952220 387729 :AnotherTest!~turingcom@d51a4c7c9.access.telenet.be QUIT :Ping timeout: 250 seconds < 1407952278 352320 :aliendough!d45611@unaffiliated/d45611 JOIN :#esoteric < 1407952308 884642 :aliendough!d45611@unaffiliated/d45611 PART #esoteric :"WeeChat 0.4.2" < 1407952366 672208 :d45611!~d45611@unaffiliated/d45611 QUIT :Quit: Goodbye.... < 1407952918 973074 :shikhin!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1407953086 844571 :TodPunk!Tod@50-198-177-186-static.hfc.comcastbusiness.net QUIT :Ping timeout: 260 seconds < 1407953214 281976 :TodPunk!Tod@50-198-177-186-static.hfc.comcastbusiness.net JOIN :#esoteric < 1407954728 917494 :Phantom__Hoover!~Phantom@unaffiliated/phantom-hoover JOIN :#esoteric < 1407954813 723047 :edwardk!~edwardk@pdpc/supporter/professional/edwardk QUIT :Ping timeout: 240 seconds < 1407954986 882969 :quintopi1!~quintopia@74.117.159.204 JOIN :#esoteric < 1407955075 638716 :quintopia!~quintopia@unaffiliated/quintopia QUIT :Disconnected by services < 1407955112 438548 :quintopi1!~quintopia@74.117.159.204 NICK :quintopia < 1407955116 438954 :quintopia!~quintopia@74.117.159.204 QUIT :Changing host < 1407955116 637669 :quintopia!~quintopia@unaffiliated/quintopia JOIN :#esoteric < 1407955300 983154 :subleq!~gavin@208.186.142.130 QUIT :*.net *.split < 1407955306 226871 :Phantom_Hoover!~Phantom@unaffiliated/phantom-hoover QUIT :*.net *.split < 1407955463 881262 :subleq!~gavin@208.186.142.130 JOIN :#esoteric < 1407955521 919938 :J_Arcane!~jarcane@dsl-trebrasgw2-54f949-238.dhcp.inet.fi QUIT :Read error: No route to host < 1407955569 919022 :J_Arcane!~jarcane@dsl-trebrasgw2-54f949-238.dhcp.inet.fi JOIN :#esoteric < 1407956087 351153 :AnotherTest!~turingcom@d51A4C7C9.access.telenet.be JOIN :#esoteric < 1407956796 731799 :edwardk!~edwardk@pdpc/supporter/professional/edwardk JOIN :#esoteric < 1407957806 325058 :edwardk!~edwardk@pdpc/supporter/professional/edwardk QUIT :Quit: Computer has gone to sleep. < 1407958404 20710 :TieSoul!~TieSoul@5ED55308.cm-7-6b.dynamic.ziggo.nl QUIT :Read error: Connection reset by peer < 1407958503 46023 :TieSoul!~TieSoul@5ED55308.cm-7-6b.dynamic.ziggo.nl JOIN :#esoteric < 1407958735 493278 :edwardk!~edwardk@pdpc/supporter/professional/edwardk JOIN :#esoteric < 1407959509 687040 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :hi TieSoul what are you working on today < 1407961183 424229 :mihow!~mihow@108.30.58.169 QUIT :Quit: mihow < 1407961844 821483 :zzo38!~zzo38@24-207-51-179.eastlink.ca QUIT :Remote host closed the connection < 1407962295 570656 :AnotherTest!~turingcom@d51A4C7C9.access.telenet.be QUIT :Quit: ZNC - http://znc.in < 1407963073 380352 :oerjan!oerjan@sprocket.nvg.ntnu.no JOIN :#esoteric < 1407963450 278895 :TieSoul!~TieSoul@5ED55308.cm-7-6b.dynamic.ziggo.nl QUIT :Read error: Connection reset by peer < 1407963539 246034 :TieSoul!~TieSoul@5ED55308.cm-7-6b.dynamic.ziggo.nl JOIN :#esoteric < 1407963603 46449 :Patashu!~Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au JOIN :#esoteric < 1407963680 413310 :mihow!~mihow@108.30.58.169 JOIN :#esoteric < 1407963969 569464 :nooodl!~nooodl@2a02:1810:4d0d:7e00:5587:1af9:530c:abaa QUIT :Read error: Connection reset by peer < 1407963995 735064 :nooodl!~nooodl@2a02:1810:4d0d:7e00:5587:1af9:530c:abaa JOIN :#esoteric < 1407964372 566028 :oerjan!oerjan@sprocket.nvg.ntnu.no QUIT :Ping timeout: 260 seconds < 1407964378 320743 :ggherdov!sid11402@gateway/web/irccloud.com/x-pehorgwzmyrdkokv QUIT :Ping timeout: 260 seconds < 1407964383 114916 :oerjan_!oerjan@sprocket.nvg.ntnu.no JOIN :#esoteric < 1407964387 21785 :oerjan_!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :what now < 1407964421 973105 :oerjan_!oerjan@sprocket.nvg.ntnu.no NICK :oerjan < 1407964508 218019 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Freenode's a-breaking. < 1407964639 359679 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :helloerjan < 1407965188 257154 :ggherdov!sid11402@gateway/web/irccloud.com/x-zeadfhvhwvzcpqpa JOIN :#esoteric < 1407965229 68713 :Patashu!~Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au QUIT :Ping timeout: 240 seconds < 1407965799 611128 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :hintopia < 1407966118 365273 :tromp!~tromp@ool-4570a006.dyn.optonline.net QUIT :Ping timeout: 255 seconds < 1407966126 66862 :MindlessDrone!~MindlessD@unaffiliated/mindlessdrone QUIT :Quit: MindlessDrone < 1407967114 894661 :^v!~notnot^v@c-71-238-153-166.hsd1.mi.comcast.net QUIT :Ping timeout: 272 seconds < 1407967473 794630 :zzo38!~zzo38@24-207-51-179.eastlink.ca JOIN :#esoteric < 1407968654 783051 :^v!~notnot^v@c-71-238-153-166.hsd1.mi.comcast.net JOIN :#esoteric < 1407969165 7374 :boily!~boily@96.127.201.149 JOIN :#esoteric < 1407969304 175306 :mihow!~mihow@108.30.58.169 QUIT :Quit: mihow < 1407969709 422627 :edwardk!~edwardk@pdpc/supporter/professional/edwardk QUIT :Ping timeout: 255 seconds < 1407969911 945484 :Sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Quit: Holy crap! I'm on fire! < 1407969933 289285 :Sprocklem!~sprocklem@S010674440130be65.cg.shawcable.net JOIN :#esoteric < 1407969967 402308 :Sprocklem!~sprocklem@S010674440130be65.cg.shawcable.net NICK :Guest68490 < 1407969968 211112 :Sgeo!~quassel@ool-44c2aebc.dyn.optonline.net JOIN :#esoteric < 1407970019 92976 :Guest68490!~sprocklem@S010674440130be65.cg.shawcable.net QUIT :Client Quit < 1407970092 579858 :Sprocklem_!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1407970107 702962 :Sprocklem_!~sprocklem@unaffiliated/sprocklem NICK :Sprocklem < 1407970188 240977 :Sgeo!~quassel@ool-44c2aebc.dyn.optonline.net PRIVMSG #esoteric :Why did HackEgo not ping me? < 1407970189 321639 :tromp!~tromp@ool-4570a006.dyn.optonline.net JOIN :#esoteric < 1407970208 463325 :Sgeo!~quassel@ool-44c2aebc.dyn.optonline.net PRIVMSG #esoteric :My name's there, Quassel just decided it wasn't a ping < 1407970212 65282 :Sgeo!~quassel@ool-44c2aebc.dyn.optonline.net PRIVMSG #esoteric :Unless it was before I left? < 1407970248 470155 :boily!~boily@96.127.201.149 PRIVMSG #esoteric :`botsnack < 1407970249 143679 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​>:-D < 1407970264 540133 :boily!~boily@96.127.201.149 PRIVMSG #esoteric :it's still alive, fsvo alive. < 1407970311 52511 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i assume he's referring to the `olist < 1407970333 911099 :Sgeo!~quassel@ool-44c2aebc.dyn.optonline.net PRIVMSG #esoteric :yes < 1407970349 963387 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :does it ping you when i say Sgeo like this < 1407970355 23233 :Sgeo!~quassel@ool-44c2aebc.dyn.optonline.net PRIVMSG #esoteric :Yes < 1407970372 570555 :boily!~boily@96.127.201.149 PRIVMSG #esoteric :@metar CYUL < 1407970373 24456 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :CYUL 132200Z 13014KT 8SM -RA SCT006 OVC045 18/18 A2968 RMK SF3SC5 SLP052 DENSITY ALT 800FT < 1407970474 334086 :not^v!~notnot^v@198.109.114.66 JOIN :#esoteric < 1407970767 430247 :zalweasel!~quassel@ip68-231-241-223.hr.hr.cox.net JOIN :#esoteric < 1407970817 70077 :zalweasel!~quassel@ip68-231-241-223.hr.hr.cox.net PART :#esoteric < 1407970858 981151 :oerjan!oerjan@sprocket.nvg.ntnu.no QUIT :Quit: Nite < 1407971489 955827 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :@metar EFHK < 1407971490 253615 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :EFHK 132250Z 24018KT 8000 TSRA SCT010 BKN030CB 13/11 Q1008 TEMPO 6000 < 1407971502 874351 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It's all TSRA here. < 1407972627 27776 :nooodl!~nooodl@2a02:1810:4d0d:7e00:5587:1af9:530c:abaa QUIT :Read error: Connection reset by peer < 1407972655 720204 :nooodl!~nooodl@2a02:1810:4d0d:7e00:5587:1af9:530c:abaa JOIN :#esoteric < 1407972679 247544 :not^v!~notnot^v@198.109.114.66 QUIT :Ping timeout: 255 seconds < 1407973686 565462 :yorick!~yorick@oftn/member/yorick QUIT :Remote host closed the connection < 1407974024 871303 :edwardk!~edwardk@pdpc/supporter/professional/edwardk JOIN :#esoteric < 1407974327 23151 :shikhin!~shikhin@unaffiliated/shikhin QUIT :Ping timeout: 264 seconds