--- Log opened Sat Aug 08 00:00:44 2015 |
00:03 | | Meatyhandbag [sebastianfe@Nightstar-5ul.ukq.53.184.IP] has joined #code |
00:08 | | Thalass [thalass@Nightstar-m49.o7s.158.104.IP] has quit [Ping timeout: 121 seconds] |
00:36 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
00:36 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
00:36 | | Meatyhandbag [sebastianfe@Nightstar-5ul.ukq.53.184.IP] has quit [Ping timeout: 121 seconds] |
00:41 | | Thalass [thalass@Nightstar-m49.o7s.158.104.IP] has joined #code |
00:41 | | mode/#code [+o Thalass] by ChanServ |
00:51 | | starkruzr [jtd@Nightstar-qbtq3s.fios.verizon.net] has quit [Ping timeout: 121 seconds] |
00:54 | | starkruzr [jtd@Nightstar-qbtq3s.fios.verizon.net] has joined #code |
01:46 | | ion [Owner@Nightstar-h5r554.vs.shawcable.net] has joined #code |
02:02 | | ion [Owner@Nightstar-h5r554.vs.shawcable.net] has quit [Ping timeout: 121 seconds] |
02:24 | | Kindamoody[zZz] [Kindamoody@Nightstar-lrch35.cust.tele2.se] has quit [Client exited] |
02:27 | | Kindamoody|autojoin [Kindamoody@Nightstar-lrch35.cust.tele2.se] has joined #code |
02:27 | | mode/#code [+o Kindamoody|autojoin] by ChanServ |
03:03 | | KiMo|autorejoin [Kindamoody@Nightstar-pkrfpi.mobileonline.telia.com] has joined #code |
03:03 | | mode/#code [+o KiMo|autorejoin] by ChanServ |
03:06 | | Kindamoody|autojoin [Kindamoody@Nightstar-lrch35.cust.tele2.se] has quit [Ping timeout: 121 seconds] |
03:39 | | AverageJoe [evil1@Nightstar-kgslhh.sub-70-210-229.myvzw.com] has joined #code |
03:48 | | AverageJoe [evil1@Nightstar-kgslhh.sub-70-210-229.myvzw.com] has quit [Ping timeout: 121 seconds] |
04:23 | <~Vornicus> | I remember there being a website with game mechanics on it. Ones I remember are turn-based "action" games where things you could do included swinging on grappling hooks, and a chess/archon-ish game where certain tiles flip you onto an upside-down board. He often did pgc stuff, and represented pgc results with cards |
04:27 | <~Vornicus> | but I can't seem to find it |
04:36 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: ] |
04:38 | | catadroid [catalyst@Nightstar-pcp6ei.dab.02.net] has joined #code |
05:20 | | Thalass [thalass@Nightstar-m49.o7s.158.104.IP] has quit [Ping timeout: 121 seconds] |
05:31 | | ion [Owner@Nightstar-gle1tl.vs.shawcable.net] has joined #code |
05:40 | | Checkmate [Z@Nightstar-pdi1tp.customer.tdc.net] has quit [Ping timeout: 121 seconds] |
05:51 | | VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has quit [Connection reset by peer] |
06:17 | | catadroid` [catalyst@Nightstar-gvtais.dab.02.net] has joined #code |
06:21 | | catadroid [catalyst@Nightstar-pcp6ei.dab.02.net] has quit [Ping timeout: 121 seconds] |
06:26 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection reset by peer] |
06:29 | | ion [Owner@Nightstar-gle1tl.vs.shawcable.net] has quit [Ping timeout: 121 seconds] |
06:42 | < [R]> | Info4Vorn: squidi.net |
06:52 | | celticminstrel [celticminst@Nightstar-47dckm.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
06:52 | | grindhold [quassel@Nightstar-0ona3l.cyan.servdiscount-customer.com] has quit [[NS] Quit: No Ping reply in 180 seconds.] |
06:53 | | grindhold [quassel@Nightstar-0ona3l.cyan.servdiscount-customer.com] has joined #code |
07:11 | | Xires is now known as ^Xires |
07:39 | | Alek [Alek@Nightstar-03ja8q.il.comcast.net] has quit [Ping timeout: 121 seconds] |
07:44 | | KiMo|autorejoin is now known as Kindamoody |
07:56 | | ion [Owner@Nightstar-h5r554.vs.shawcable.net] has joined #code |
08:02 | < abudhabi> | I keep getting tripped up by Java's number handling. |
08:03 | < abudhabi> | Math.pow(whatever,1/3) actually means Math.pow(whatever,0), because those are integers and divide in integer fashion. |
08:07 | < abudhabi> | Now my satellite orbits look correct. |
08:08 | < abudhabi> | Oh, well. At least I've found two other bugs while looking for this one. |
08:16 | <&McMartin> | Huh, what do you normally work in if you associate that with Java? |
08:26 | <&McMartin> | (The only languages I can think of offhand that don't do that are Perl and JavaScript, where everything's a double, and the Lisps and Haskell, which have preposterous models of the various subsets of the complex plane) |
08:37 | < abudhabi> | I normally work in Java. :V |
08:38 | < abudhabi> | But JS and Perl are close second and third. |
08:38 | <&McMartin> | Welp :) |
08:39 | | * abudhabi is a Java web dev. |
08:39 | | * McMartin nods |
08:39 | | * McMartin these days is a C++ mobile dev. |
08:41 | < abudhabi> | Well, I'm sort of mobile too, but the current project is Phonegap, so it's not like it's not primarily JS. |
08:45 | | * McMartin nods |
08:45 | <&McMartin> | This is the first project where I've been using C++11 as a base (thanks, Xcode and Android-gcc, for being pretty up-to-date) so it's been pretty exciting |
08:45 | <&McMartin> | Today was templates/genrics that take a variable number of classes as their argument! |
08:46 | < abudhabi> | You work Saturdays? |
08:47 | <&McMartin> | Well |
08:48 | <&McMartin> | Today as in "since the last time I slept" |
08:48 | <&McMartin> | Which for me was Friday |
08:48 | < abudhabi> | I see. |
08:50 | <&McMartin> | It's only been Saturday here for 50 minutes. :) |
08:56 | < ion> | [08/08:00:47:57] &McMartin:ļæ½ Today as in "since the last time I slept" |
08:57 | < ion> | this is hte only measure of "today" that I know |
08:57 | < abudhabi> | I'm surrounded by dorfs. |
08:57 | < ion> | incidentally, we seem to share a time-zone |
09:02 | <&McMartin> | I'm in Silicon Valley |
09:04 | < ion> | I'm a little jealous |
09:04 | < ion> | but Vancouver has provided me a good life, so can't complain :) |
09:05 | <&McMartin> | Your cost of living is also vastly more reasonable :) |
09:06 | < ion> | Given how well-off I am for existing below the poverty line, I'm not inclined to disagree too much there |
09:06 | < ion> | Last I heard though we were one of the most expensive cities to live in within Canada |
09:12 | < ion> | What is the cost of living there actually like? |
09:17 | <&McMartin> | IIRC the formal poverty line is something like $25K/yr, and the middle-to-high end is completely ludicrous (one hears of places in San Francisco charging $8K/month for rent for a downtown smallish apartment and getting it) |
09:17 | | * McMartin is... between those extremes. |
09:19 | < ion> | .-. |
09:19 | < ion> | I couldn't afford the cardboard box beside a dumpster in a city like that :\ |
09:23 | < abudhabi> | Poverty line is something like 3/4ths of McMartin's figure where I live. |
09:26 | < abudhabi> | Hm. Maybe more, actually. |
09:34 | < ion> | I'm not actually sure what the official figures around here are for the poverty line |
09:34 | < ion> | but I know I'm barely scraping by |
09:39 | < abudhabi> | Definition I've seen used is half median income. |
09:46 | < ion> | By that measure, it'd be about $15K/year around here I think |
09:46 | < ion> | http://www.statcan.gc.ca/tables-tableaux/sum-som/l01/cst01/labor51g-eng.htm Going from this anyhow |
09:46 | | Xon [Xon@Nightstar-j72.ku7.252.119.IP] has quit [NickServ (RECOVER command used by Xon2)] |
09:46 | | Xon [Xon@Nightstar-j72.ku7.252.119.IP] has joined #code |
10:02 | | Kindamoody is now known as Kindamoody|out |
11:53 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
11:53 | | catadroid` [catalyst@Nightstar-gvtais.dab.02.net] has quit [A TLS packet with unexpected length was received.] |
11:54 | | catadroid [catalyst@Nightstar-ne00p0.dab.02.net] has joined #code |
12:12 | | VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has joined #code |
12:34 | | catadroid [catalyst@Nightstar-ne00p0.dab.02.net] has quit [Ping timeout: 121 seconds] |
13:36 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
14:03 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [[NS] Quit: Iām not a psychopath. Iām a high-functioning sociopath. Do your research.] |
--- Log closed Sat Aug 08 14:51:17 2015 |
--- Log opened Sat Aug 08 14:52:28 2015 |
14:52 | | TheWatcher [chris@Nightstar-ksqup0.co.uk] has joined #code |
14:52 | | Irssi: #code: Total of 33 nicks [18 ops, 0 halfops, 0 voices, 15 normal] |
14:52 | | mode/#code [+o TheWatcher] by ChanServ |
14:52 | | Tamber [tamber@furryhelix.co.uk] has joined #code |
14:53 | | mode/#code [+o Tamber] by ChanServ |
14:53 | | Irssi: Join to #code was synced in 38 secs |
14:56 | | PinkFreud [WhyNot@NetworkAdministrator.Nightstar.Net] has joined #code |
14:56 | | mode/#code [+o PinkFreud] by ChanServ |
15:02 | | Alek [Alek@Nightstar-03ja8q.il.comcast.net] has joined #code |
15:02 | | mode/#code [+o Alek] by ChanServ |
15:40 | | Checkmate [Z@Nightstar-r9lk5l.cust.comxnet.dk] has joined #code |
15:41 | | mode/#code [+o Checkmate] by ChanServ |
15:42 | | celticminstrel [celticminst@Nightstar-47dckm.dsl.bell.ca] has joined #code |
15:42 | | mode/#code [+o celticminstrel] by ChanServ |
16:35 | | Meatyhandbag [sebastianfe@Nightstar-5ul.ukq.53.184.IP] has joined #code |
16:56 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
16:56 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
17:06 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [Ping timeout: 121 seconds] |
17:19 | < [R]> | Vornicus: <[R]> Info4Vorn: squidi.net |
17:23 | <~Vornicus> | woot |
17:25 | <~Vornicus> | thank you, kind letter |
17:33 | | Meatyhandbag [sebastianfe@Nightstar-5ul.ukq.53.184.IP] has quit [Ping timeout: 121 seconds] |
17:35 | < [R]> | np |
18:04 | | Meatyhandbag [sebastianfe@Nightstar-5ul.ukq.53.184.IP] has joined #code |
18:10 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
19:09 | | ^Xires is now known as Xires |
19:24 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection reset by peer] |
19:34 | | Kindamoody|out [Kindamoody@Nightstar-pkrfpi.mobileonline.telia.com] has quit [Connection closed] |
19:40 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [[NS] Quit: Iām not a psychopath. Iām a high-functioning sociopath. Do your research.] |
19:41 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
19:41 | | kourbou is now known as kourbou|foodz |
20:00 | | Kindamoody|autojoin [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has joined #code |
20:00 | | mode/#code [+o Kindamoody|autojoin] by ChanServ |
20:21 | | kourbou|foodz [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [[NS] Quit: Iām not a psychopath. Iām a high-functioning sociopath. Do your research.] |
20:36 | | Meatyhandbag [sebastianfe@Nightstar-5ul.ukq.53.184.IP] has quit [Ping timeout: 121 seconds] |
21:08 | | Checkmate [Z@Nightstar-r9lk5l.cust.comxnet.dk] has quit [Ping timeout: 121 seconds] |
21:43 | | * ToxicFrog rolls his own OO in 20 lines |
21:46 | <&McMartin> | Hee |
21:46 | <&McMartin> | Which language this time~ |
21:55 | <&ToxicFrog> | Lua |
21:55 | <&ToxicFrog> | This is the third lua project I've needed some sort of OOness for and it gets more minimalist every time |
21:57 | <&McMartin> | It's kind of hilarious how frequently in my C++ project I have to stop myself and wonder if I should use classes instead of std::function |
22:16 | | Thalass [thalass@Nightstar-m49.o7s.158.104.IP] has joined #code |
22:16 | | mode/#code [+o Thalass] by ChanServ |
22:39 | | Checkmate [Z@Nightstar-pdi1tp.customer.tdc.net] has joined #code |
22:39 | | mode/#code [+o Checkmate] by ChanServ |
23:18 | | ion [Owner@Nightstar-h5r554.vs.shawcable.net] has quit [Ping timeout: 121 seconds] |
23:21 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
23:21 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
23:23 | | Meatyhandbag [sebastianfe@Nightstar-5ul.ukq.53.184.IP] has joined #code |
23:44 | | Meatyhandbag [sebastianfe@Nightstar-5ul.ukq.53.184.IP] has quit [Ping timeout: 121 seconds] |
--- Log closed Sun Aug 09 00:00:00 2015 |