--- Log opened Fri Nov 04 00:00:29 2011 |
--- Day changed Fri Nov 04 2011 |
00:00 | < McMartin> | Within the class, you mean |
00:00 | < SchoolPhox> | Herr. |
00:00 | < SchoolPhox> | Yeah |
00:00 | < McMartin> | Since this is + and not +=, you do need to construct a new FixedVector to return. |
00:00 | < McMartin> | That can't be a ref |
00:01 | < SchoolPhox> | Yeah. I think I've got that all figured |
00:01 | < SchoolPhox> | The reason I'm getting for the const return type is to prevent (a + b) = c from compiling |
00:02 | < SchoolPhox> | Which would do....... that'd be a runtime error if it worked? |
00:02 | < McMartin> | Mm. That still shouldn't compile, because (a + b) isn't an lvalue. |
00:02 | < McMartin> | What *could* work is if you have, say, += return a FixedVector&, which is in fact *this... |
00:02 | < McMartin> | ... and then did chaining. |
00:03 | < McMartin> | ... that's more a ++x, thing, though. |
00:09 | | You're now known as TheWatcher[T-2] |
00:15 | | You're now known as TheWatcher[zZzZ] |
00:37 | | SchoolPhox [ccae3c50@Nightstar-36f67fd0.mibbit.com] has quit [[NS] Quit: http://www.mibbit.com ajax IRC Client] |
00:49 | | VVash is now known as VVornicus |
00:53 | | gnolam is now known as gnosleep |
01:07 | | gnosleep is now known as gnolam |
01:21 | | Attilla [Obsolete@Nightstar-f29f718d.cable.virginmedia.com] has quit [Ping timeout: 121 seconds] |
01:38 | | gnolam is now known as gnosleep |
01:38 | | Kindamoody[zZz] is now known as Kindamoody |
01:52 | | Phox [Phox@Nightstar-3e5deec3.gv.shawcable.net] has joined #code |
02:04 | | Stalker [Z@2C3C9C.B2A300.F245DE.859909] has quit [Client closed the connection] |
02:04 | | Red_Queen [Z@2C3C9C.B2A300.F245DE.859909] has joined #code |
--- Log closed Fri Nov 04 02:47:58 2011 |
--- Log opened Fri Nov 04 02:53:52 2011 |
02:53 | | TheWatcher[zZzZ] [chris@Nightstar-3762b576.co.uk] has joined #code |
02:53 | | Irssi: #code: Total of 27 nicks [0 ops, 0 halfops, 0 voices, 27 normal] |
02:54 | | Irssi: Join to #code was synced in 48 secs |
03:51 | | Rhamphoryncus [rhamph@Nightstar-14eb6405.abhsia.telus.net] has quit [Client exited] |
03:58 | | Phox is now known as PHOX |
04:04 | | cpux [cpux@Nightstar-c5874a39.dyn.optonline.net] has quit [[NS] Quit: Well, most things get better when I kick them!] |
04:07 | | cpux [cpux@Nightstar-c5874a39.dyn.optonline.net] has joined #code |
04:53 | | Kindamoody is now known as Kindamoody|out |
05:09 | | Vornicus [vorn@ServerAdministrator.Nightstar.Net] has joined #code |
05:09 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
05:09 | | VVornicus [vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
05:13 | | cpux [cpux@Nightstar-c5874a39.dyn.optonline.net] has quit [Ping timeout: 121 seconds] |
05:21 | | Vornicus is now known as VVornicus |
05:44 | | ErikMesoy|sleep is now known as ErikMesoy |
05:52 | | Derakon is now known as Derakon[AFK] |
06:10 | | Janus [NSwebIRC@Nightstar-0c4439a6.res.rr.com] has joined #code |
06:11 | | * Janus is either really dumb. |
06:14 | < Janus> | ... I can't think of another reason. I have a small question! If that's okay! if I want to take the "a = b - c" and turn it into the "c = b - a" or something like that. Does that have a name? |
06:20 | | Red_Queen [Z@2C3C9C.B2A300.F245DE.859909] has quit [[NS] Quit: Into the hole again, we hurried along our way, into a once-glorious garden now seeped in dark decay.] |
06:21 | < Janus> | I had to work out that example on paper to make sure it was right. Given the chance to reroll, I'd have my LOGIC stat be a positive number for a change... |
06:25 | < Lingerance> | Ugh, I know I've heard the term for that, it might actually be multiple terms though. |
06:26 | < Lingerance> | Closest I could find is "cancelling" |
06:29 | < Janus> | I think cancelling is when you get rid of a variable though, because it has no affect on the outcome or some such |
06:29 | < Lingerance> | Yeah |
06:30 | < Lingerance> | But you can use cancelling + simplifying to mimic swapping: a = b - c // a + c = b - c + c // a + c = b // a + c - a = b - a // c = b -a |
06:31 | < Janus> | ... |
06:31 | | * Janus does that the hell now |
06:32 | < Lingerance> | what*? |
06:32 | < Janus> | I think ... it's working. Holy cow |
06:32 | < Janus> | Thanks! |
06:33 | < Lingerance> | ? |
06:35 | < Janus> | I'm not sure if that's what it's called, but it does what I was lookin' for. Was trying to reverse "i = x * 2 * hw + y * hw;" so I could find 'x' when I knew what 'i' was |
06:40 | | RichardBarrell [richard@Nightstar-7b099143.pltn13.pacbell.net] has joined #code |
07:26 | | Serah [Z@Nightstar-3602cf5a.cust.comxnet.dk] has joined #code |
07:26 | | Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has joined #code |
07:26 | | Serah [Z@Nightstar-3602cf5a.cust.comxnet.dk] has quit [Connection reset by peer] |
07:34 | | Janus [NSwebIRC@Nightstar-0c4439a6.res.rr.com] has quit [[NS] Quit: zzz] |
08:00 | | RichardBarrell [richard@Nightstar-7b099143.pltn13.pacbell.net] has quit [Connection closed] |
08:57 | | Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has quit [Ping timeout: 121 seconds] |
09:04 | | Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has quit [[NS] Quit: This computer has gone to sleep] |
09:04 | | Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has joined #code |
09:09 | | Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has quit [Client closed the connection] |
09:12 | | You're now known as TheWatcher |
09:54 | | Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has joined #code |
10:04 | | AnnoDomini [annodomini@FFB3F3.4C5BE8.2014E2.DC0864] has joined #code |
10:07 | | Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has quit [Ping timeout: 121 seconds] |
10:19 | | Attilla [Obsolete@Nightstar-f29f718d.cable.virginmedia.com] has joined #code |
10:33 | | PHOX [Phox@Nightstar-3e5deec3.gv.shawcable.net] has quit [[NS] Quit: ] |
11:18 | | gnosleep is now known as gnolam |
11:19 | | * TheWatcher has been asked to look through $retiring_coworker's course to see "what can be salvaged from it", eyes "Lecture notes and practicals for section 5: CGI and perl", really, really doesn't want to click that link ;.; |
11:30 | | Kindamoody|out is now known as Kindamoody |
11:33 | | * gnolam offers condolences. |
11:38 | < TheWatcher> | You don't know the half of it, you didn't see his "Lecture notes and practicals for Section 4: Perl Scripting Language" *shudder* |
11:57 | < TheWatcher> | Ohgod, it's worse than I thought |
11:58 | | * TheWatcher goes to find a handy wall to apply to his forehead, repeatedly. |
11:59 | | Attilla [Obsolete@Nightstar-f29f718d.cable.virginmedia.com] has quit [Ping timeout: 121 seconds] |
12:52 | | Attilla [Obsolete@Nightstar-f29f718d.cable.virginmedia.com] has joined #code |
13:31 | | AnnoDomini [annodomini@FFB3F3.4C5BE8.2014E2.DC0864] has quit [[NS] Quit: Away.] |
14:24 | | Kindamoody is now known as Kindamoody|out |
14:26 | <~VVornicus> You're solving the equation there, janus |
14:26 | <~VVornicus> and janus isn't here |
14:35 | <~VVornicus> And doing so for anything but the most trivial problems is something that you need specialized and often very expensive software to do. |
15:42 | | Kindamoody|out is now known as Kindamoody |
15:46 | | Rhamphoryncus [rhamph@Nightstar-14eb6405.abhsia.telus.net] has joined #code |
16:04 | | Derakon[AFK] is now known as Derakon |
16:25 | | VVornicus [vorn@ServerAdministrator.Nightstar.Net] has quit [Client closed the connection] |
16:43 | | Vornicus [vorn@ServerAdministrator.Nightstar.Net] has joined #code |
16:43 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
18:01 | | Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has joined #code |
18:13 | | Kindamoody is now known as Kindamoody[zZz] |
18:34 | | Attilla_ [Obsolete@Nightstar-f29f718d.cable.virginmedia.com] has joined #code |
18:37 | | Attilla [Obsolete@Nightstar-f29f718d.cable.virginmedia.com] has quit [Ping timeout: 121 seconds] |
18:37 | | Attilla_ [Obsolete@Nightstar-f29f718d.cable.virginmedia.com] has quit [[NS] Quit: ] |
20:28 | | ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has quit [Operation timed out] |
20:36 | | ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has joined #code |
20:40 | < ToxicFrog> | ...old phone wants a USB cable to export contacts, WTF. |
20:40 | | * ToxicFrog writes the vcard file by hand |
21:02 | | Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has quit [Ping timeout: 121 seconds] |
21:12 | | * ToxicFrog glares at Android |
21:12 | < ToxicFrog> | If anything goes wrong with signing into gmail, it decides that it must have the wrong password and asks me to re-enter it. |
21:13 | < McMartin> | ... that's weird |
21:13 | < ToxicFrog> | A process that takes five minutes and a computer. |
21:14 | < ToxicFrog> | No, fuck you, give me a "retry" button >.< |
21:15 | | * McMartin gets a Toast that says "cannot reach gmail, try again later" |
21:15 | < McMartin> | Or is this a case of "your password is a page of text from a math book, including the formulas, in Unicode" kind of thing? |
21:16 | < Tamber> | "It's secure! Half the password crackers give up in despair after ten minutes; the other half break down and cry." |
21:17 | < ToxicFrog> | Yeah, that. I have programs to enter it for me, it doesn't need to readable or typable. |
21:18 | < ToxicFrog> | I get a little "signin to gmail failed, your account information is incorrect or has changed, please re-enter your password" |
21:27 | < sshine> | yeah, typing in your passwords on an Android keyboard teaches a thing or two about modesty. |
21:53 | | Stalker [Z@2C3C9C.B2A300.F245DE.859909] has joined #code |
22:25 | | ErikMesoy is now known as ErikMesoy|sleep |
22:40 | < ToxicFrog> | What? |
23:03 | | cpux [cpux@Nightstar-c5874a39.dyn.optonline.net] has joined #code |
--- Log closed Sat Nov 05 00:00:47 2011 |