--- Log opened Sun Oct 02 00:00:40 2016 |
00:13 | | Kindamoody is now known as Kindamoody[zZz] |
01:20 | | Thalass [thalass@Nightstar-rfp.o7s.158.104.IP] has quit [[NS] Quit: Leaving] |
01:25 | | Syloq [Syloq@NetworkAdministrator.Nightstar.Net] has quit [Operation timed out] |
01:27 | | Syloq [Syloq@NetworkAdministrator.Nightstar.Net] has joined #code |
01:27 | | mode/#code [+o Syloq] by ChanServ |
02:34 | | catadroid` [catadroid@Nightstar-lbjbqv.dab.02.net] has joined #code |
02:37 | | catadroid [catadroid@Nightstar-7p2h2u.dab.02.net] has quit [Ping timeout: 121 seconds] |
05:03 | | catadroid` is now known as catadroid |
05:21 | | Derakon is now known as Derakon[AFK] |
06:33 | | celticminstrel [celticminst@Nightstar-c9802h.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
07:31 | | macdjord is now known as macdjord|slep |
07:49 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
07:51 | | macdjord|slep [macdjord@Nightstar-tol.t6i.225.24.IP] has quit [Ping timeout: 121 seconds] |
07:52 | | macdjord|slep [macdjord@Nightstar-tol.t6i.225.24.IP] has joined #code |
07:52 | | mode/#code [+o macdjord|slep] by ChanServ |
07:58 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
07:58 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
08:07 | | gnolam [lenin@Nightstar-t1tbf0.cust.bahnhof.se] has quit [[NS] Quit: Gone] |
08:12 | | Kindamoody[zZz] is now known as Kindamoody |
09:04 | | catadroid` [catadroid@Nightstar-63m6gl.dab.02.net] has joined #code |
09:06 | | catadroid [catadroid@Nightstar-lbjbqv.dab.02.net] has quit [Ping timeout: 121 seconds] |
09:47 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
10:14 | | catadroid` is now known as catadroid |
10:32 | | Kindamoody is now known as Kindamoody|afk |
10:37 | | gnolam [quassel@Nightstar-f22.ckv.119.62.IP] has joined #code |
10:37 | | mode/#code [+o gnolam] by ChanServ |
10:59 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
10:59 | | mode/#code [+o himi] by ChanServ |
11:48 | | VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has joined #code |
11:48 | | mode/#code [+ao VirusJTG VirusJTG] by ChanServ |
12:04 | | ion [Owner@Nightstar-6grqph.vs.shawcable.net] has quit [Ping timeout: 121 seconds] |
12:06 | | ion [Owner@Nightstar-6grqph.vs.shawcable.net] has joined #code |
12:06 | | mode/#code [+o ion] by ChanServ |
12:22 | | ion [Owner@Nightstar-6grqph.vs.shawcable.net] has quit [Ping timeout: 121 seconds] |
12:24 | | ion [Owner@Nightstar-6grqph.vs.shawcable.net] has joined #code |
12:24 | | mode/#code [+o ion] by ChanServ |
12:31 | | gnolam [quassel@Nightstar-f22.ckv.119.62.IP] has quit [[NS] Quit: SJ.] |
12:33 | <&[R]> | <Fragmint> something something lennart poettering: https://www.agwa.name/blog/post/how_to_crash_systemd_in_one_tweet |
13:17 | <@TheWatcher> | ... |
13:17 | <@TheWatcher> | that's fuckign ridiculous |
13:21 | <&[R]> | That an empty string causes it to lock-up? |
13:21 | <@TheWatcher> | yeah |
13:26 | <@abudhabi> | Are MySQL indices substantially different in how they work from MS Access indices? |
13:31 | | gizmore [kvirc@Nightstar-lksjrd.dip0.t-ipconnect.de] has quit [Operation timed out] |
13:33 | | gizmore [kvirc@Nightstar-t1gldn.dip0.t-ipconnect.de] has joined #code |
14:11 | <&[R]> | How do they work in access? |
14:13 | <@abudhabi> | I don't know. |
14:13 | <@abudhabi> | I know how they work in MySQL. |
14:15 | | celticminstrel [celticminst@Nightstar-c9802h.dsl.bell.ca] has joined #code |
14:15 | | mode/#code [+o celticminstrel] by ChanServ |
14:53 | | gnolam [quassel@Nightstar-t2vo1j.tbcn.telia.com] has joined #code |
14:53 | | mode/#code [+o gnolam] by ChanServ |
15:04 | | gnolam_ [quassel@Nightstar-t2vo1j.tbcn.telia.com] has joined #code |
15:05 | | gnolam [quassel@Nightstar-t2vo1j.tbcn.telia.com] has quit [Ping timeout: 121 seconds] |
15:34 | | catadroid` [catadroid@Nightstar-3179b5.dab.02.net] has joined #code |
15:36 | | catadroid [catadroid@Nightstar-63m6gl.dab.02.net] has quit [Ping timeout: 121 seconds] |
15:37 | | gnolam_ [quassel@Nightstar-t2vo1j.tbcn.telia.com] has quit [Connection closed] |
16:13 | <&ToxicFrog> | Hmm. |
16:13 | <&ToxicFrog> | Does python run __exit__ blocks on exception throw inside 'with'? |
16:13 | <&ToxicFrog> | I would expect it to, but it doesn't seem to be. |
16:19 | <&ToxicFrog> | Oh wait, no, it does, I was holding it wrong |
17:20 | | gizmore [kvirc@Nightstar-t1gldn.dip0.t-ipconnect.de] has quit [[NS] Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] |
17:26 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
17:50 | | catadroid` [catadroid@Nightstar-3179b5.dab.02.net] has quit [[NS] Quit: Bye] |
17:51 | | macdjord|slep is now known as macdjord|fude |
18:52 | | JustLurk [justbob@ServerAdministrator.Nightstar.Net] has joined #code |
18:52 | | JustBob [justbob@Nightstar.Customer.Dissatisfaction.Administrator] has quit [NickServ (RECOVER command used by JustLurk)] |
18:52 | | JustLurk is now known as JustBob |
18:52 | | mode/#code [+o JustBob] by ChanServ |
18:52 | | catadroid [catadroid@Nightstar-3179b5.dab.02.net] has joined #code |
18:52 | | catadroid [catadroid@Nightstar-3179b5.dab.02.net] has quit [The TLS connection was non-properly terminated.] |
19:47 | | Kindamoody|afk is now known as Kindamoody |
20:11 | | macdjord|fude is now known as macdjord |
21:35 | | gnolam [quassel@Nightstar-t2vo1j.tbcn.telia.com] has joined #code |
21:35 | | mode/#code [+o gnolam] by ChanServ |
21:38 | | Derakon[AFK] is now known as Derakon |
21:45 | | macdjord [macdjord@Nightstar-tol.t6i.225.24.IP] has quit [Ping timeout: 121 seconds] |
22:13 | | macdjord [macdjord@Nightstar-tol.t6i.225.24.IP] has joined #code |
22:13 | | mode/#code [+o macdjord] by ChanServ |
22:14 | | macdjord [macdjord@Nightstar-tol.t6i.225.24.IP] has quit [[NS] Quit: Made with real spiders!] |
22:22 | | macdjord [macdjord@Nightstar-tol.t6i.225.24.IP] has joined #code |
22:22 | | mode/#code [+o macdjord] by ChanServ |
22:30 | | gnolam [quassel@Nightstar-t2vo1j.tbcn.telia.com] has quit [[NS] Quit: Z?] |
22:59 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: Leaving] |
23:09 | | Kindamoody is now known as Kindamoody[zZz] |
23:42 | | catadroid [catadroid@Nightstar-7ib3rv.dab.02.net] has joined #code |
--- Log closed Mon Oct 03 00:00:56 2016 |