--- Log opened Sat Mar 01 00:00:06 2014 |
00:00 | | celticminstrel [celticminst@Nightstar-mhtogh.dsl.bell.ca] has joined #code |
00:00 | | mode/#code [+o celticminstrel] by ChanServ |
00:12 | | You're now known as TheWatcher[T-2] |
00:25 | | You're now known as TheWatcher[zZzZ] |
00:45 | | Derakon[AFK] is now known as Derakon |
00:55 | | Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
01:34 | | Derakon [Derakon@Nightstar-5fqf0m.ca.comcast.net] has quit [Client exited] |
03:11 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
03:11 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
03:35 | <~Vornicus> | Correct python for comprehension to create set is simply {k**2 for k in range(11)}; comprehension to create dict is {k: k**2 for k in range(11)} |
03:36 | <~Vornicus> | tuple's the only naughty one: tuple(k**2 for k in range(11)), because just (comprehension) is a genexpr. |
03:36 | <~Vornicus> | So that would give an iterator. |
03:37 | < Shiz> | yep |
03:37 | < Shiz> | but |
03:37 | < Shiz> | you shouldn't create tuples via comprehensions probably |
03:37 | < Shiz> | beats the point of a tuple structure |
03:38 | <~Vornicus> | I use it sometimes when I have to mangle a pair of tuples into one. |
03:44 | <~Vornicus> | llike if you have tuples that represent, idunno, spatial vectors, you can use comprehension to make the tuple: tuple(a+b for a,b in zip(first, second)) |
03:44 | < Shiz> | i guess |
03:44 | <~Vornicus> | Also. {"foo", "bar", "baz"} |
03:45 | <@Alek> | "aar" |
03:47 | <~Vornicus> | And last thing as I finish lookingthrough backlog: nobody mentioned x500? |
03:47 | <~Vornicus> | That's ridiculous. |
03:48 | < Shiz> | x500? |
03:50 | <~Vornicus> | X500 is the thing that preceded LDAP; they're directory interchange protocols, and ludicrously heavy and difficult to work with. |
04:06 | <~Vornicus> | you use them to set up unified login for things. |
04:21 | < Shiz> | oh right |
04:27 | <&McMartin> | Is x500 the implied HDAP that LDAP contrasts with? |
04:28 | <~Vornicus> | Yes. |
04:31 | | Turaiel[Offline] is now known as Turaiel |
04:42 | | VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has quit [[NS] Quit: Program Shutting down] |
04:52 | | Kindamoody[zZz] is now known as Kindamoody |
04:58 | | Derakon [Derakon@Nightstar-5fqf0m.ca.comcast.net] has joined #code |
04:58 | | mode/#code [+ao Derakon Derakon] by ChanServ |
05:17 | | Derakon is now known as Derakon[AFK] |
05:18 | | Turaiel is now known as Turaiel[Offline] |
06:26 | | RichyB [RichyB@Nightstar-c6u.vd5.170.83.IP] has quit [[NS] Quit: Gone.] |
06:30 | | RichyB [RichyB@Nightstar-c6u.vd5.170.83.IP] has joined #code |
06:42 | | Red_Queen [Z@Nightstar-484uip.cust.comxnet.dk] has joined #code |
07:12 | | celticminstrel [celticminst@Nightstar-mhtogh.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
07:13 | | ErikMesoy|sleep is now known as ErikMesoy |
07:40 | | thalass [thalass@Nightstar-g30e6o.bigpond.net.au] has joined #code |
08:05 | | Xon [Xon@Nightstar-j72.ku7.252.119.IP] has quit [[NS] Quit: No Ping reply in 180 seconds.] |
08:05 | | Xon [Xon@Nightstar-j72.ku7.252.119.IP] has joined #code |
08:06 | | Syloq [Syloq@NetworkAdministrator.Nightstar.Net] has quit [[NS] Quit: .] |
08:08 | | Syloq [Syloq@Nightstar-mbk.c3p.254.173.IP] has joined #code |
08:08 | | mode/#code [+o Syloq] by ChanServ |
09:02 | | Kindamoody is now known as Kindamoody|afk |
09:05 | | himi [fow035@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
09:19 | | himi [fow035@Nightstar-v37cpe.internode.on.net] has joined #code |
09:19 | | mode/#code [+o himi] by ChanServ |
09:36 | | Orthia [orthianz@Nightstar-ufscb0.callplus.net.nz] has quit [Ping timeout: 121 seconds] |
09:43 | | Orthia [orthianz@Nightstar-ufscb0.callplus.net.nz] has joined #code |
09:43 | | mode/#code [+o Orthia] by ChanServ |
09:44 | | You're now known as TheWatcher |
10:21 | | Orthia [orthianz@Nightstar-ufscb0.callplus.net.nz] has quit [Ping timeout: 121 seconds] |
10:24 | | Orthia [orthianz@Nightstar-ufscb0.callplus.net.nz] has joined #code |
10:24 | | mode/#code [+o Orthia] by ChanServ |
10:39 | | Orthia is now known as Reivthia |
11:01 | | Tamber [tamber@furryhelix.co.uk] has quit [The TLS connection was non-properly terminated.] |
11:01 | | Tamber [tamber@furryhelix.co.uk] has joined #code |
11:01 | | mode/#code [+o Tamber] by ChanServ |
11:05 | | thalass is now known as Thalass|game |
11:27 | < ErikMesoy> | Hm. Firefox was eating significant amounts of memory. Closing and reopening it did nothing. I decided to try deleting all history older than six months, which might not work but should be good cleanup practice anyway. Now it's frozen. :V Is this normal - is it just taking a long time to throw out a lot of data? |
--- Log closed Sat Mar 01 11:34:59 2014 |
--- Log opened Sat Mar 01 11:35:07 2014 |
11:35 | | TheWatcher [chris@Nightstar-ksqup0.co.uk] has joined #code |
11:35 | | Irssi: #code: Total of 35 nicks [13 ops, 0 halfops, 0 voices, 22 normal] |
11:35 | | mode/#code [+o TheWatcher] by ChanServ |
11:35 | | Reiver [quassel@Nightstar-ksqup0.co.uk] has joined #code |
11:35 | | Irssi: Join to #code was synced in 39 secs |
11:38 | | You're now known as TheWatcher[afk] |
11:41 | < ErikMesoy> | Bleh, still frozen after ten minutes. Killing process. |
11:52 | | Thalass|game is now known as Thalass |
12:18 | | VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has joined #code |
14:14 | | Thalass is now known as Thalasleep |
14:43 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
16:17 | | kiko8501 [kvirc@Nightstar-f0vbvj.50-151.net24.it] has joined #code |
16:17 | < kiko8501> | ciao |
16:17 | < kiko8501> | !list |
16:17 | | kiko8501 was kicked from #code by PinkFreud [There is no warez allowed on this network.] |
16:20 | < Shiz> | ciao |
16:42 | < AnnoDomini> | Hahaha. |
17:22 | < simon_> | I feel tempted to try that command. |
17:22 | < simon_> | I want to make an open source adserver. I'm thinking erlang. |
17:25 | < simon_> | nice. when you do 'pacman -S mysql', it installs mariadb. |
17:29 | | Derakon[AFK] is now known as Derakon |
17:45 | | Kindamoody|afk is now known as Kindamoody |
17:48 | <@Azash> | The user is always wrong |
18:05 | <@Tamber> | Rule 1: The customer always lies. |
19:35 | | Turaiel[Offline] is now known as Turaiel |
19:35 | | Kindamoody [Kindamoody@Nightstar-180u8i.tbcn.telia.com] has quit [Ping timeout: 121 seconds] |
19:37 | | Kindamoody|autojoin [Kindamoody@Nightstar-180u8i.tbcn.telia.com] has joined #code |
19:37 | | mode/#code [+o Kindamoody|autojoin] by ChanServ |
19:37 | | Kindamoody|autojoin is now known as Kindamoody |
19:39 | | gnolam [lenin@Nightstar-kndvr9.cust.bredbandsbolaget.se] has quit [[NS] Quit: Crashy time] |
19:41 | | gnolam [lenin@Nightstar-kndvr9.cust.bredbandsbolaget.se] has joined #code |
19:42 | | mode/#code [+o gnolam] by ChanServ |
20:01 | | You're now known as TheWatcher |
20:09 | | Kindamoody is now known as Kindamoody[zZz] |
20:59 | | Shemhazai [Z@Nightstar-484uip.cust.comxnet.dk] has joined #code |
20:59 | | Red_Queen [Z@Nightstar-484uip.cust.comxnet.dk] has quit [Connection closed] |
21:07 | | Shemhazai is now known as Red_Queen |
21:22 | | Red_Queen [Z@Nightstar-484uip.cust.comxnet.dk] has quit [Ping timeout: 121 seconds] |
22:37 | | celticminstrel [celticminst@Nightstar-mhtogh.dsl.bell.ca] has joined #code |
22:37 | | mode/#code [+o celticminstrel] by ChanServ |
23:01 | | ErikMesoy is now known as ErikMesoy|sleep |
23:11 | | himi [fow035@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
23:14 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
23:14 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
23:24 | | himi [fow035@Nightstar-v37cpe.internode.on.net] has joined #code |
23:24 | | mode/#code [+o himi] by ChanServ |
23:34 | | Turaiel is now known as Turaiel[Offline] |
--- Log closed Sun Mar 02 00:00:21 2014 |