< 1542674454 738833 :Essadon!~Essadon@81-225-32-185-no249.tbcn.telia.com QUIT :Quit: Qutting < 1542677319 864617 :sebbu!~sebbu@unaffiliated/sebbu QUIT :Ping timeout: 252 seconds < 1542677746 727263 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1542677936 393847 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :Here is currently what I have for schema in my Netsubscribe implementation: < 1542677957 81272 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric : create table object(id text primary key, owner text, text blob, timestamp int) without rowid; create table target(object text not null, target text not null, direct int not null, timestamp int not null, subscribed int not null, primary key (object, target)) without rowid; create index reverse on target(target, timestamp, object, direct); < 1542678069 367211 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :Actually, now I added NOT NULL constraints to the "owner" and "timestamp" fields of the "object" table. < 1542678076 155981 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :Do you think this look like good enough to you now? < 1542678163 227870 :arseniiv!~arseniiv@77.79.181.62.dynamic.ufanet.ru QUIT :Ping timeout: 246 seconds < 1542678744 968566 :oerjan!oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1542680208 579922 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :Ping timeout: 252 seconds < 1542680437 774957 :Lord_of_Life!~Lord@77.28.222.193 JOIN :#esoteric < 1542680437 939685 :Lord_of_Life!~Lord@77.28.222.193 QUIT :Changing host < 1542680437 939732 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric < 1542681139 869709 :sebbu!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1542682008 453822 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :How should I safely perform a DNS lookup with a timeout? > 1542682525 255538 PRIVMSG #esoteric :14[[07Grime MC14]]4 M10 02https://esolangs.org/w/index.php?diff=58464&oldid=58447 5* 03Salpynx 5* (-3) 10/* Hello World */ typo? < 1542684269 51577 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :@metar ENVA < 1542684269 473480 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :ENVA 200250Z 13005KT 9999 SCT007 BKN021 M02/M03 Q1037 RMK WIND 670FT 15005KT < 1542686764 364742 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`icode 🐭 < 1542686767 599770 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :​[U+1F42D MOUSE FACE] < 1542687017 145092 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Quit: brb < 1542687062 307958 :nfd!~nfd9001@c-73-157-90-101.hsd1.wa.comcast.net QUIT :Read error: Connection reset by peer < 1542687152 201811 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1542687949 224334 :olsner!~salparot@c193-14-197-149.bredband.comhem.se QUIT :Ping timeout: 246 seconds < 1542688298 899510 :olsner!~salparot@c193-14-197-149.bredband.comhem.se JOIN :#esoteric < 1542690295 663016 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Quit: brb < 1542690403 846466 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1542690449 204782 :nfd9001!~nfd9001@2601:602:8500:d0d1:ad3b:c5be:4f16:3200 JOIN :#esoteric < 1542690588 807534 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Client Quit < 1542690658 626150 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1542690722 931752 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :The Magic: the Gathering Official Encyclopedia includes a "deckbuilder's index", and I had a idea to make a similar "composer's index", with many of the same things but also some new stuff, including cards having specific drawbacks, unusual effects, specific numbers, costs, etc, for pseudo-Vintage. > 1542692353 626698 PRIVMSG #esoteric :14[[07Brainfork14]]4 10 02https://esolangs.org/w/index.php?diff=58465&oldid=52412 5* 03Salpynx 5* (+176) 10/* External resources */ < 1542705035 678002 :AnotherTest!~turingcom@d51a4b8e1.access.telenet.be JOIN :#esoteric < 1542707688 476975 :oerjan!oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Nite < 1542709401 715400 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 252 seconds < 1542714812 7142 :S_Gautam!uid286066@gateway/web/irccloud.com/x-ghpinmtmcwpbounj JOIN :#esoteric < 1542715750 633316 :arseniiv!~arseniiv@77.79.181.62.dynamic.ufanet.ru JOIN :#esoteric < 1542716149 385872 :oren!~oren@ec2-18-212-11-99.compute-1.amazonaws.com PRIVMSG #esoteric :what I would love to have right now is a language for expressing O(N) operations on JSON files < 1542716174 205349 :paul2520!~paul2520@unaffiliated/paul2520 PRIVMSG #esoteric :that would be swell, oren < 1542716306 291183 :oren!~oren@ec2-18-212-11-99.compute-1.amazonaws.com PRIVMSG #esoteric :if well implemented such a thing would be much faster then the hodgpodge of python I'm using right now < 1542716420 987041 :oren!~oren@ec2-18-212-11-99.compute-1.amazonaws.com PRIVMSG #esoteric :either that or some sort of streaming program that converts an JSON array of JSON objects into a csv file and back < 1542716649 241688 :oren!~oren@ec2-18-212-11-99.compute-1.amazonaws.com PRIVMSG #esoteric :question is how do you make a language that can express sufficiently general operations on general datastructures but still guarantee the operations have a certain complexity < 1542717275 74546 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :jq is a little bit like that. I mean, probably not with any complexity guarantees, but often a good replacement for JSON manipulations. < 1542718491 783991 :oren!~oren@ec2-18-212-11-99.compute-1.amazonaws.com PRIVMSG #esoteric :"Un développeur du logiciel VLC et un hacker français nommés chevaliers de l'Ordre du Mérite" < 1542719999 417576 :Essadon!~Essadon@81-225-32-185-no249.tbcn.telia.com JOIN :#esoteric < 1542723452 767424 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :Ping timeout: 250 seconds < 1542723557 733504 :Lord_of_Life!~Lord@77.28.209.160 JOIN :#esoteric < 1542723557 904390 :Lord_of_Life!~Lord@77.28.209.160 QUIT :Changing host < 1542723557 904432 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric < 1542726188 824797 :AnotherTest!~turingcom@d51a4b8e1.access.telenet.be QUIT :Ping timeout: 268 seconds < 1542727764 530524 :AnotherTest!~turingcom@ptr-82l26zf5tit6s260cpd.18120a2.ip6.access.telenet.be JOIN :#esoteric < 1542729192 574609 :S_Gautam!uid286066@gateway/web/irccloud.com/x-ghpinmtmcwpbounj QUIT :Quit: Connection closed for inactivity < 1542729390 65972 :sleepnap!~thomas@2603:3015:260e:1900::13ed JOIN :#esoteric < 1542729567 278844 :oren!~oren@ec2-18-212-11-99.compute-1.amazonaws.com PRIVMSG #esoteric :http://radio.garden/live/kapuskasing/ckgn-fm-89-7/ <- what is on the radio in the middle of the northern wastes. you'd think is would be country, but no < 1542730533 576453 :S_Gautam!uid286066@gateway/web/irccloud.com/x-kptsxkectrqaztdi JOIN :#esoteric < 1542735837 446739 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1542737310 721926 :sleepnap!~thomas@2603:3015:260e:1900::13ed QUIT :Ping timeout: 250 seconds < 1542738126 575948 :sleepnap!~thomas@2603:3015:260e:1900::13ed JOIN :#esoteric < 1542740592 557000 :S_Gautam!uid286066@gateway/web/irccloud.com/x-kptsxkectrqaztdi QUIT :Quit: Connection closed for inactivity > 1542744573 229750 PRIVMSG #esoteric :14[[07Special:Log/newusers14]]4 create10 02 5* 03Lykrast 5* 10New user account > 1542744664 346633 PRIVMSG #esoteric :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=58466&oldid=58431 5* 03Lykrast 5* (+205) 10/* Introductions */ > 1542746360 570631 PRIVMSG #esoteric :14[[07Muriel14]]4 10 02https://esolangs.org/w/index.php?diff=58467&oldid=53694 5* 03Lykrast 5* (+2821) 10Added spec as found in the links < 1542747441 340869 :arseniiv!~arseniiv@77.79.181.62.dynamic.ufanet.ru QUIT :Read error: Connection reset by peer < 1542747458 809940 :arseniiv!~arseniiv@77.79.181.62.dynamic.ufanet.ru JOIN :#esoteric < 1542753660 369085 :Essadon!~Essadon@81-225-32-185-no249.tbcn.telia.com QUIT :Quit: Qutting < 1542755665 513747 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 244 seconds < 1542757120 285649 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1542757442 486122 :imode!~imode@unaffiliated/imode QUIT :Quit: WeeChat 2.3 < 1542757791 535129 :AnotherTest!~turingcom@ptr-82l26zf5tit6s260cpd.18120a2.ip6.access.telenet.be QUIT :Ping timeout: 252 seconds