code logs -> 2010 -> Mon, 08 Mar 2010< code.20100307.log - code.20100309.log >
--- Log opened Mon Mar 08 00:00:21 2010
00:16 AbuDhabi [annodomini@Nightstar-61c2abde.adsl.tpnet.pl] has quit [[NS] Quit: Ubik makes breakfast a feast, puts zing into your thing!]
00:20 You're now known as TheWatcher[T-2]
00:22 You're now known as TheWatcher[zZzZ]
02:34 gnolam [lenin@Nightstar-38637aa0.priv.bahnhof.se] has quit [[NS] Quit: Z?]
04:05 Kazriko [kaz@Nightstar-e09690fa.client.bresnan.net] has quit [Ping timeout: 121 seconds]
04:08 Kazriko [kaz@Nightstar-e09690fa.client.bresnan.net] has joined #code
04:08 mode/#code [+o Kazriko] by Reiver
05:18 celticminstrel [celticminstre@Nightstar-f8b608eb.cable.rogers.com] has quit [[NS] Quit: *hums* Can't stay now!]
05:40 Serah [Z@26ECB6.A4B64C.298B52.D80DA0] has quit [Ping timeout: 121 seconds]
05:54 Vornicus is now known as Vornicus-Latens
06:21 Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has quit [Ping timeout: 121 seconds]
06:24 Derakon is now known as Derakon[AFK]
06:35 Rhamphoryncus [rhamph@Nightstar-8931f88f.abhsia.telus.net] has joined #code
07:21 pvc [omega@Nightstar-cf22507d.co.comcast.net] has joined #code
07:32 Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has joined #code
08:06
< Rhamphoryncus>
Reason #17 to use UTF-8 everywhere: files with multiple encodings
08:10 AnnoDomini [annodomini@Nightstar-61c2abde.adsl.tpnet.pl] has joined #code
08:11 mode/#code [+o AnnoDomini] by Reiver
08:14
< Rhamphoryncus>
awesome. SHIFT-JIS is an ascii superset except for \ and ~. Good thing those never get used in sourcecode
08:17
< Rhamphoryncus>
Fortunately that's why C invented ??/ and ??-
08:38
< Rhamphoryncus>
One function, 1400 lines..
09:34 You're now known as TheWatcher
09:54 Orthia [orthianz@Nightstar-eea9d69e.xnet.co.nz] has quit [Client closed the connection]
10:00 Orthia [orthianz@Nightstar-eea9d69e.xnet.co.nz] has joined #code
10:06 Orthia [orthianz@Nightstar-eea9d69e.xnet.co.nz] has quit [Client closed the connection]
10:12 Orthia [orthianz@Nightstar-eea9d69e.xnet.co.nz] has joined #code
10:18 Orthia [orthianz@Nightstar-eea9d69e.xnet.co.nz] has quit [Connection reset by peer]
10:25 Orthia [orthianz@Nightstar-eea9d69e.xnet.co.nz] has joined #code
10:29 Orthia [orthianz@Nightstar-eea9d69e.xnet.co.nz] has quit [Client closed the connection]
10:31 Orthia [orthianz@Nightstar-eea9d69e.xnet.co.nz] has joined #code
10:32 Orthia [orthianz@Nightstar-eea9d69e.xnet.co.nz] has quit [Client closed the connection]
10:34 Orthia [orthianz@Nightstar-342ccf2d.xnet.co.nz] has joined #code
11:04 gnolam [lenin@Nightstar-38637aa0.priv.bahnhof.se] has joined #code
11:52 Tarinaky [Tarinaky@Nightstar-61eaadf7.adsl.virginmedia.net] has joined #code
12:29 * Bobsentme doesn't even know what to say to Rhamphoryncus
12:30
< Rhamphoryncus>
:)
12:30
< Bobsentme>
I mean...sorry just doesn't cut it. Do they make hall mark cards for issues like that? "Sorry someone screwed up the code!"
12:30
< Bobsentme>
So, whatcha working on?
12:32
< Rhamphoryncus>
I was trying to decipher some game mechanics for The Mana World's server
12:32
< Rhamphoryncus>
After a few hours I pieced the mechanics together, only to find they showed a 50x difference between two items I'm comparing, when empirically it's only a 10% difference
12:33
< Bobsentme>
oi.
12:33
< Bobsentme>
That must have been a PITA tofigure out
12:34
< Rhamphoryncus>
Yup
12:35
< Rhamphoryncus>
Thing is, the server is bodged from another game. They're making a new server, but it's not done yet
12:35
< Rhamphoryncus>
Of course 99% of comments are in japanese
12:36
<@TheWatcher>
.. ow
12:36
< Rhamphoryncus>
Names are in english, sorta. Not very descriptive
12:36
< Rhamphoryncus>
Lots of things use defines for constants, but not everything
12:37
< Rhamphoryncus>
At least one point hardcoded 16 as a threshold somewhere, while the other half of it used 0x9, 0x10, 0x11...
12:37
< Rhamphoryncus>
err wait, I think it was 0xf, 0x10, 0x11
12:38
< Rhamphoryncus>
*checks* nope. It 0x0 through 0x10 are copied from another source. 0x11 through 0x16 (heh) are the hardcoded ones
12:39
<@TheWatcher>
...
12:41
< Rhamphoryncus>
Note, the 16 in decimal is a threshold, NOT a limit. It's the switchover to another kind of handling. That's what those hardcoded values are for. And it's a <= 16 test, so it's not an off-by-one
12:41
< Rhamphoryncus>
The code is correct, just hideous
12:48 Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has quit [Connection closed]
13:09
< Tarinaky>
So the Dragon book was finally recalled.
13:10
< Tarinaky>
Had to walk up to the library to return it and then check out a different edition of it :/
13:29
< Rhamphoryncus>
awww
13:33
< Tarinaky>
Annoying but there you go. Glad my Uni had got some more copies in.
14:28 Serah [Z@3A600C.A966FF.5BF32D.8E7ABA] has joined #code
14:45 Rhamphoryncus [rhamph@Nightstar-8931f88f.abhsia.telus.net] has quit [Client exited]
15:40 Attilla [Attilla@FBC920.642D35.8E1B10.5E8CBE] has joined #code
15:40 mode/#code [+o Attilla] by Reiver
15:56 Serah [Z@3A600C.A966FF.5BF32D.8E7ABA] has quit [Ping timeout: 121 seconds]
15:57 Tarinaky [Tarinaky@Nightstar-61eaadf7.adsl.virginmedia.net] has quit [Operation timed out]
16:13 Orthia [orthianz@Nightstar-342ccf2d.xnet.co.nz] has quit [Connection reset by peer]
16:13 Tarinaky [Tarinaky@Nightstar-5492f778.adsl.virginmedia.net] has joined #code
16:28 Orthia [orthianz@Nightstar-342ccf2d.xnet.co.nz] has joined #code
16:29 Orthia [orthianz@Nightstar-342ccf2d.xnet.co.nz] has quit [Client closed the connection]
16:37 Orthia [orthianz@Nightstar-342ccf2d.xnet.co.nz] has joined #code
16:42 ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has quit [Client closed the connection]
16:43 ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has joined #code
16:43 mode/#code [+o ToxicFrog] by Reiver
16:46 Orthia [orthianz@Nightstar-342ccf2d.xnet.co.nz] has quit [Client closed the connection]
17:24 Kazriko [kaz@Nightstar-e09690fa.client.bresnan.net] has quit [Ping timeout: 121 seconds]
17:25 Kazriko [kaz@Nightstar-e09690fa.client.bresnan.net] has joined #code
17:25 mode/#code [+o Kazriko] by Reiver
17:30 Tarinaky [Tarinaky@Nightstar-5492f778.adsl.virginmedia.net] has quit [Ping timeout: 121 seconds]
17:44 Tarinaky [Tarinaky@Nightstar-d7a95e87.adsl.virginmedia.net] has joined #code
17:45 Serah [Z@26ECB6.A4B64C.298B52.D80DA0] has joined #code
19:16 Netsplit *.net <-> *.split quits: Namegduf, gnolam, @Attilla, Tarinaky, Zed__, McMartin, jerith, Taki^, PinkFreud, @Vornicus-Latens
19:16 jerith [jerith@Nightstar-bf52129d.slipgate.za.net] has joined #code
19:16 mode/#code [+o jerith] by Reiver
19:16 mode/#code [+o Vornicus-Latens] by Reiver
19:16 Netsplit over, joins: Taki^, gnolam, Tarinaky, Zed__, Vornicus-Latens
19:17 mode/#code [+o Attilla] by Reiver
19:17 Netsplit over, joins: Attilla
19:17 Netsplit over, joins: Namegduf
19:21 McMartin [mcmartin@Nightstar-6397d65b.pltn13.sbcglobal.net] has joined #code
19:21 mode/#code [+o McMartin] by Reiver
19:21 PinkFreud [WhyNot@NetworkAdministrator.Nightstar.Net] has joined #code
21:05 PinkFreud is now known as PinkParadox
21:13 celticminstrel [celticminstre@Nightstar-f8b608eb.cable.rogers.com] has joined #code
21:25 Vornicus-Latens is now known as Vornicus
21:29 Serah [Z@26ECB6.A4B64C.298B52.D80DA0] has quit [Ping timeout: 121 seconds]
21:56 PinkParadox is now known as PinkFreud
22:02 Serah [Z@3A600C.A966FF.5BF32D.8E7ABA] has joined #code
22:20 Derakon [Derakon@Nightstar-1ffd02e6.ucsf.edu] has joined #code
22:20 mode/#code [+o Derakon] by Reiver
22:20
<@Derakon>
Guten tag.
22:20 * McMartin hunts wumpuses while his code compiles.
22:20
<@Derakon>
Quick question, folks: anyone know of any utilities for performing diagnostics on a computer's clock/CPU?
22:20
<@Derakon>
Or is the assumption that if your computer's clock is irregular then you're pretty well fucked anyway?
22:21
<@McMartin>
Most hardware has dynamic CPU scaling, so that assumption would be Bad
22:21
<@Derakon>
(We have a computer that's intended to regulate timing of various hardware components; it's sending the same signal to multiple components at the same wrong time)
22:21
<@McMartin>
My first guess is something like x86memtest would do this too
22:21
<@McMartin>
Even though it's usually a RAM tester
22:21
<@Derakon>
(I suspect that the problem is a timer on the card that is sending the signals, but it could be the main computer's CPU too)
22:22
<@Derakon>
s/timer/clock/
22:23
<@Derakon>
I can give memtest a shot.
22:23
<@AnnoDomini>
McMartin: Extinctionist? :P
22:24
<@McMartin>
No, the actual original one from the old Creative Computing source
22:30
< Bobsentme>
Silly question: Are you sure it's not a bad cmos battery?
22:32
<@Vornicus>
...oh, that'd be a good one. CMOS battery death can cause 57 varieties of silly. Easy to fix, too.
22:34
< Bobsentme>
Brother of mine was taking a test for his certification for appliance repair. The only appliance he failed to fix had a bad mainboard / battery that kept throwing errors stating everything but that piece was bad.
22:34
<@Derakon>
Oh, dangit, this computer's DVD drive appears to have failed. >.<
22:35
<@Derakon>
Bobsentme: AFAICT the computer appears to be fine aside from throwing spurious timings when we try to use it to run an experiment.
22:35
<@Derakon>
Well, and aside from its DVD drive having failed. ?.?
22:38
<@Derakon>
Push the eject button, light on the drive comes on...10-15 seconds later light goes off, without ever opening the bay.
22:38 AnnoDomini [annodomini@Nightstar-61c2abde.adsl.tpnet.pl] has quit [[NS] Quit: WILD MAGIC AND EARTHPOWER.]
22:39
<@Derakon>
Open it manually, put a disc in, close it manually, light on the drive blinks, disc is never recognized by the computer (and I don't hear it spin up).
22:45
< Bobsentme>
My last computer's DVD drive had the same issue. When it did read a disk, it actually locked up the computer, whether booting off a ubuntu cd or trying to read one in windows.
22:45
< Bobsentme>
ie: Yeah, it's hosed.
22:53
<@Derakon>
Fortunately we don't actually need the DVD drive in general use.
22:54
<@Derakon>
Heck, most of the time we don't even have KVM attached to it.
23:02 Orthia [orthianz@Nightstar-aa72f2c9.xnet.co.nz] has joined #code
--- Log closed Tue Mar 09 00:00:22 2010
code logs -> 2010 -> Mon, 08 Mar 2010< code.20100307.log - code.20100309.log >