--- Log opened Sun Jun 24 00:00:20 2018 |
00:22 | | mac [macdjord@Nightstar-grpbnp.mc.videotron.ca] has joined #code |
00:22 | | mode/#code [+o mac] by ChanServ |
00:25 | | macdjord [macdjord@Nightstar-grpbnp.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
01:26 | | Jessikat [Jessikat@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
02:31 | | himi [sjjf@Nightstar-21efem.optusnet.com.au] has joined #code |
02:31 | | mode/#code [+o himi] by ChanServ |
03:40 | | Jessikat [Jessikat@Nightstar-bt5k4h.81.in-addr.arpa] has quit [Connection closed] |
03:52 | | macdjord [macdjord@Nightstar-grpbnp.mc.videotron.ca] has joined #code |
03:52 | | mode/#code [+o macdjord] by ChanServ |
03:53 | | mac [macdjord@Nightstar-grpbnp.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
04:25 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has joined #code |
05:19 | | Derakon is now known as Derakon[AFK] |
05:22 | | Alek [Alek@Nightstar-o723m2.cicril.sbcglobal.net] has quit [Connection closed] |
05:38 | | Alek [Alek@Nightstar-o723m2.cicril.sbcglobal.net] has joined #code |
05:38 | | mode/#code [+o Alek] by ChanServ |
05:43 | | himi [sjjf@Nightstar-21efem.optusnet.com.au] has quit [Ping timeout: 121 seconds] |
05:47 | <@celticminstrel> | ...wait why was rel=index removed in HTML5? |
05:47 | <@celticminstrel> | Along with first and last. |
05:48 | <@celticminstrel> | And up. |
06:23 | | himi [sjjf@Nightstar-21efem.optusnet.com.au] has joined #code |
06:23 | | mode/#code [+o himi] by ChanServ |
06:34 | | celticminstrel [celticminst@Nightstar-jocbi5.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
07:37 | | Kindamoody[zZz] is now known as Kindamoody |
08:02 | | mac [macdjord@Nightstar-grpbnp.mc.videotron.ca] has joined #code |
08:02 | | mode/#code [+o mac] by ChanServ |
08:03 | | macdjord [macdjord@Nightstar-grpbnp.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
08:11 | | Kindamoody is now known as Kindamoody|afk |
08:29 | | Kindamoody|afk [Kindamoody@Nightstar-6rr3u2.mobileonline.telia.com] has quit [Connection closed] |
11:01 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
11:19 | | Kindamoody|autojoin [Kindamoody@Nightstar-6e5poi.mobileonline.telia.com] has joined #code |
11:19 | | mode/#code [+o Kindamoody|autojoin] by ChanServ |
12:30 | | macdjord|slep [macdjord@Nightstar-grpbnp.mc.videotron.ca] has joined #code |
12:30 | | mode/#code [+o macdjord|slep] by ChanServ |
12:33 | | mac [macdjord@Nightstar-grpbnp.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
12:51 | <&ToxicFrog> | celticminstrel: it wasn't though? https://www.w3.org/TR/2011/WD-html5-20110113/links.html#linkTypes |
13:26 | | himi [sjjf@Nightstar-21efem.optusnet.com.au] has quit [Ping timeout: 121 seconds] |
13:53 | < Vorntastic> | Naming problem: an iterator that gives, when passed abcde, ab bc cd de ea |
13:56 | <&ToxicFrog> | Vorntastic: clojure calls this `partition`, specifically (partition 2 1 "abcde") |
13:56 | <&ToxicFrog> | http://devdocs.io/clojure~1.9/clojure.core-api#clojure.core/partition |
13:57 | <&ToxicFrog> | If you need a name specifically for the one that splits into overlapping letter pairs, "bigrams"? |
13:58 | | macdjord [macdjord@Nightstar-grpbnp.mc.videotron.ca] has joined #code |
13:58 | | mode/#code [+o macdjord] by ChanServ |
13:59 | < Vorntastic> | (looks like clojure's isn't quite the same thing here, note the way it comes back around) |
13:59 | <&ToxicFrog> | Oooooh, I missed that. |
14:00 | | macdjord|slep [macdjord@Nightstar-grpbnp.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
14:00 | <&ToxicFrog> | (defn wrapped-bigrams [s] (partition 2 1 (str s (first s)))) |
14:01 | <&ToxicFrog> | (defn wrapped-ngrams [s n] (partition n 1 (str s (take n s)))) |
15:10 | | Kindamoody|autojoin [Kindamoody@Nightstar-6e5poi.mobileonline.telia.com] has quit [Connection closed] |
16:11 | | Vash [Vash@Nightstar-sjaki9.res.rr.com] has joined #code |
16:20 | | Vornicus [Vorn@Nightstar-sjaki9.res.rr.com] has joined #code |
16:20 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
16:26 | | Kindamoody|autojoin [Kindamoody@Nightstar-6e5poi.mobileonline.telia.com] has joined #code |
16:26 | | mode/#code [+o Kindamoody|autojoin] by ChanServ |
16:26 | | Kindamoody|autojoin is now known as Kindamoody |
17:11 | | Kindamoody|autojoin [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code |
17:11 | | mode/#code [+o Kindamoody|autojoin] by ChanServ |
17:12 | | Kindamoody [Kindamoody@Nightstar-6e5poi.mobileonline.telia.com] has quit [Connection closed] |
17:12 | | Kindamoody|autojoin is now known as Kindamoody |
17:16 | | celticminstrel [celticminst@Nightstar-jocbi5.dsl.bell.ca] has joined #code |
17:16 | | mode/#code [+o celticminstrel] by ChanServ |
17:20 | | Degi [Degi@Nightstar-aivame.dyn.telefonica.de] has joined #code |
17:55 | | mac [macdjord@Nightstar-grpbnp.mc.videotron.ca] has joined #code |
17:55 | | mode/#code [+o mac] by ChanServ |
17:57 | | macdjord [macdjord@Nightstar-grpbnp.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
18:04 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
18:46 | <~Vornicus> | gnaaaah my invariant is failing :( |
21:06 | | Vash [Vash@Nightstar-sjaki9.res.rr.com] has quit [[NS] Quit: Quit] |
21:56 | | Derakon[AFK] is now known as Derakon |
22:29 | <@TheWatcher> | ToxicFrog: that html5 spec you linked is not the latest version. https://www.w3.org/TR/html52/links.html#sec-link-types is the up to date version, and he's correct: there's no index, first, or last anymore. |
22:30 | | JustBob [justbob@Nightstar.Customer.Dissatisfaction.Administrator] has quit [Ping timeout: 121 seconds] |
22:33 | <@TheWatcher> | ( https://www.w3.org/Bugs/Public/show_bug.cgi?id=7475 is relevant to this, where the argument seems to boil down to "this whole thing is such a mess, we're just going to remove it") |
22:36 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
22:36 | | mode/#code [+o Reiv] by ChanServ |
22:49 | <&ToxicFrog> | Argh |
22:54 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
22:56 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
22:56 | | mode/#code [+o Reiv] by ChanServ |
23:01 | | Kindamoody is now known as Kindamoody[zZz] |
23:20 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
23:29 | | Vornicus [Vorn@Nightstar-sjaki9.res.rr.com] has quit [Ping timeout: 121 seconds] |
23:57 | | JustBob [justbob@ServerAdministrator.Nightstar.Net] has joined #code |
23:57 | | mode/#code [+o JustBob] by ChanServ |
--- Log closed Mon Jun 25 00:00:21 2018 |