--- Log opened Sat Dec 13 00:00:13 2014 |
00:11 | | Thalass [thalass@Nightstar-9ai58o.bigpond.net.au] has quit [Ping timeout: 121 seconds] |
00:14 | | Vornicus [vorn@ServerAdministrator.Nightstar.Net] has joined #code |
00:14 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
01:31 | <&Derakon> | Hee. One of our outside contributors accidentally broke the build. |
01:31 | <&Derakon> | He's now gotten three independent notifications of this, from me, my coworker, and my boss. |
01:31 | <&Derakon> | Poor guy. |
02:34 | | Thalass [thalass@Nightstar-9ai58o.bigpond.net.au] has joined #code |
02:39 | <@Alek> | Azash: huh! now I'm wondering about a comparison between memristor and crossbar. |
02:44 | | Vornicus [vorn@ServerAdministrator.Nightstar.Net] has quit [[NS] Quit: Leaving] |
02:51 | | iospace is now known as io\sick |
03:16 | < Thalass> | memristor woo |
03:16 | | Thalass is now known as Thalass|KSP |
04:57 | | Thalass|KSP is now known as Thalass |
04:58 | | mode/#code [+o Thalass] by ChanServ |
06:08 | | Kindamoody[zZz] is now known as Kindamoody |
06:09 | | Checkmate [Z@Nightstar-g2q2tu.customer.tdc.net] has quit [Ping timeout: 121 seconds] |
06:17 | | celticminstrel [celticminst@Nightstar-jeiu0g.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
06:31 | | Derakon is now known as Derakon[AFK] |
09:25 | | Kindamoody is now known as Kindamoody|afk |
10:42 | <@froztbyte> | https://twitter.com/vihartvihart/status/542082116545036288 && http://ncase.me/polygons/ |
11:01 | <@ErikMesoy> | I am mildly annoyed by the inability to set varying preferences by type of shape (let alone individual shape, though I can see how that would be a PITA to set up). For the repeated invocations about "diversity" it's ironic that everyone in the simulation thinks exactly the same about threshholds. :p |
11:21 | <@ErikMesoy> | Hilarious how screwed up the granularity issues make it when I try to apply it to Norway. |
11:22 | <@ErikMesoy> | Using non-boundary threshholds for movement a) the segregation percentage never falls under 60%, b) the majority color runs after the tokens, the tokens get surrounded and run away somewhere emptier, repeat. |
11:48 | | Kindamoody|afk [Kindamoody@Nightstar-180u8i.tbcn.telia.com] has quit [Operation timed out] |
11:55 | | Kindamoody|afk [Kindamoody@Nightstar-180u8i.tbcn.telia.com] has joined #code |
11:55 | | mode/#code [+o Kindamoody|afk] by ChanServ |
12:15 | | Orthia [orthianz@Nightstar-j7t.tff.224.119.IP] has quit [Ping timeout: 121 seconds] |
12:19 | | Orthia [orthianz@Nightstar-up5.tc0.184.203.IP] has joined #code |
12:19 | | mode/#code [+o Orthia] by ChanServ |
12:37 | | gnolam [lenin@Nightstar-fk7ia4.cust.bredbandsbolaget.se] has quit [[NS] Quit: Das Reboot] |
12:40 | | gnolam [lenin@Nightstar-fk7ia4.cust.bredbandsbolaget.se] has joined #code |
12:40 | | mode/#code [+o gnolam] by ChanServ |
12:48 | | Syka [the@Nightstar-c409v3.vividwireless.net.au] has quit [Ping timeout: 121 seconds] |
12:48 | | Syka [the@Nightstar-c409v3.vividwireless.net.au] has joined #code |
13:02 | | Checkmate [Z@Nightstar-484uip.cust.comxnet.dk] has joined #code |
13:03 | | mode/#code [+o Checkmate] by ChanServ |
14:32 | | Muse [Muse@Nightstar-f5q.dle.180.73.IP] has joined #code |
14:39 | | * ToxicFrog waves |
14:40 | <@froztbyte> | \o |
14:42 | < Muse> | \o/ |
14:43 | | * McMartin wins You Have To Win The Game. |
15:31 | | celticminstrel [celticminst@Nightstar-jeiu0g.dsl.bell.ca] has joined #code |
15:31 | | mode/#code [+o celticminstrel] by ChanServ |
16:03 | | Orthia [orthianz@Nightstar-up5.tc0.184.203.IP] has quit [Ping timeout: 121 seconds] |
16:08 | | Orthia [orthianz@Nightstar-0e131n.callplus.net.nz] has joined #code |
16:08 | | mode/#code [+o Orthia] by ChanServ |
16:24 | | VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has quit [[NS] Quit: Program Shutting down] |
16:56 | | VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has joined #code |
17:40 | | Derakon[AFK] is now known as Derakon |
17:45 | | gizmore|2 [kvirc@Nightstar-9odp1h.pools.vodafone-ip.de] has joined #code |
17:47 | | gizmore [kvirc@Nightstar-6iuknp.pools.vodafone-ip.de] has quit [Ping timeout: 121 seconds] |
18:49 | <@celticminstrel> | For some reason, bit fields always confuse me. |
19:03 | <@celticminstrel> | Okay, to test b is not set in x, it seems b &~ x works. |
19:03 | <@celticminstrel> | Yay. |
19:06 | <&ToxicFrog> | Yep. b & x is nonzero if any b is set in x; ~x inverts x, so b & ~x is nonzero if no b is set in x. |
19:07 | <@celticminstrel> | Maybe I'm weird, but I like binding the two operators together, so that "&~" counts as a single operator. >_> |
19:07 | | * celticminstrel seems to recall that Go actually does this officially. |
19:16 | | grindhold [quassel@Nightstar-uufabm.zebra.fastwebserver.de] has quit [[NS] Quit: No Ping reply in 180 seconds.] |
19:17 | | grindhold [quassel@Nightstar-uufabm.zebra.fastwebserver.de] has joined #code |
19:25 | <@gnolam> | Then that will probably come back to bite you at some point. |
19:26 | <@celticminstrel> | Why? |
19:27 | <@gnolam> | Different precedences. |
19:27 | <@gnolam> | General chaining. |
19:41 | <@celticminstrel> | Chaining? |
19:42 | | * celticminstrel doesn't think either of those could be an issue unless you have multiple bitwise operators chained together. |
19:44 | | iCelmin [celticminst@Nightstar-g93gvt.wireless.telus.com] has joined #code |
19:50 | | iCelmin [celticminst@Nightstar-g93gvt.wireless.telus.com] has quit [Connection reset by peer] |
19:51 | | iCelmin [celticminst@Nightstar-g93gvt.wireless.telus.com] has joined #code |
19:51 | | mode/#code [+o iCelmin] by ChanServ |
19:52 | | Kindamoody|afk is now known as Kindamoody |
19:55 | | iCelmin [celticminst@Nightstar-g93gvt.wireless.telus.com] has quit [[NS] Quit: Blink and the minstrel is gone!] |
19:58 | | iCelmin [celticminst@Nightstar-g93gvt.wireless.telus.com] has joined #code |
19:58 | | mode/#code [+o iCelmin] by ChanServ |
20:08 | | iCelmin [celticminst@Nightstar-g93gvt.wireless.telus.com] has quit [Connection closed] |
20:37 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
20:41 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
20:41 | | mode/#code [+o himi] by ChanServ |
20:42 | | Kindamoody is now known as Kindamoody[zZz] |
21:05 | | Checkmate [Z@Nightstar-484uip.cust.comxnet.dk] has quit [Ping timeout: 121 seconds] |
21:23 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
21:24 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
21:24 | | mode/#code [+o himi] by ChanServ |
22:15 | | Checkmate [Z@Nightstar-g2q2tu.customer.tdc.net] has joined #code |
22:15 | | mode/#code [+o Checkmate] by ChanServ |
22:51 | | gizmore|2 [kvirc@Nightstar-9odp1h.pools.vodafone-ip.de] has quit [[NS] Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/] |
22:52 | | gizmore [kvirc@Nightstar-9odp1h.pools.vodafone-ip.de] has joined #code |
23:01 | | Muse [Muse@Nightstar-f5q.dle.180.73.IP] has quit [Ping timeout: 121 seconds] |
--- Log closed Sun Dec 14 00:00:28 2014 |