code logs -> 2016 -> Sat, 22 Oct 2016< code.20161021.log - code.20161023.log >
--- Log opened Sat Oct 22 00:00:29 2016
00:49
<&McMartin>
Argh
00:49 * McMartin figures out what has been going wrong with this code
00:49
<&McMartin>
I wonder when in my career I will hit the inflection point of having spent more time fighting with garbage collectors than getting manual memory management to work right
00:51 Derakon[AFK] is now known as Derakon
01:21 catadroid [catalyst@Nightstar-7mhk93.dab.02.net] has joined #code
01:55 catadruid [catalyst@Nightstar-ssotbf.dab.02.net] has joined #code
01:59 catadroid [catalyst@Nightstar-7mhk93.dab.02.net] has quit [Ping timeout: 121 seconds]
02:03 Derakon is now known as Derakon[AFK]
02:20 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has quit [Connection closed]
02:21 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has joined #code
02:21 mode/#code [+ao VirusJTG VirusJTG] by ChanServ
02:39 gnolam_ [lenin@Nightstar-t1tbf0.cust.bahnhof.se] has joined #code
02:42 gnolam [lenin@Nightstar-t1tbf0.cust.bahnhof.se] has quit [Ping timeout: 121 seconds]
--- Log opened Sat Oct 22 09:59:02 2016
09:59 TheWatcher [chris@GlobalOperator.Nightstar.Net] has joined #code
09:59 Irssi: #code: Total of 40 nicks [34 ops, 0 halfops, 0 voices, 6 normal]
09:59 mode/#code [+o TheWatcher] by ChanServ
09:59 Irssi: Join to #code was synced in 52 secs
10:24 catadruid is now known as catadroid
10:34 Vornotron [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
11:47 catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code
11:54 gizmore [kvirc@Nightstar-phjdgn.dip0.t-ipconnect.de] has quit [Ping timeout: 121 seconds]
11:55 gizmore [kvirc@Nightstar-7d9h0f.dip0.t-ipconnect.de] has joined #code
12:34 catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: Leaving]
12:59 gnolam_ is now known as gnolam
12:59 mode/#code [+o gnolam] by ChanServ
13:42 catadruid [catalyst@Nightstar-171j1e.dab.02.net] has joined #code
13:42 catadroid [catalyst@Nightstar-171j1e.dab.02.net] has quit [The TLS connection was non-properly terminated.]
13:44 catadruid [catalyst@Nightstar-171j1e.dab.02.net] has quit [The TLS connection was non-properly terminated.]
13:45 catadroid [catalyst@Nightstar-171j1e.dab.02.net] has joined #code
13:51 catadroid [catalyst@Nightstar-171j1e.dab.02.net] has quit [[NS] Quit: Bye]
15:20 celmin|sleep is now known as celticminstrel
15:34
<@ErikMesoy>
"Itās better for the value of code reviews if you donāt have any comments, so as to not give the reviewer any preconceptions about what the code actually does."
15:48 froztbyte [froztbyte@Nightstar-frrora.za.net] has quit [Connection closed]
15:49
<@gnolam>
What.
16:07
<@ErikMesoy>
Bitter cynicism, perhaps?
16:45 catadroid [catalyst@Nightstar-8967oc.dab.02.net] has joined #code
16:47 catadruid [catalyst@Nightstar-8967oc.dab.02.net] has joined #code
16:47 catadroid [catalyst@Nightstar-8967oc.dab.02.net] has quit [The TLS connection was non-properly terminated.]
16:47 catadruid [catalyst@Nightstar-8967oc.dab.02.net] has quit [[NS] Quit: Bye]
16:47 mac [macdjord@Nightstar-tol.t6i.225.24.IP] has joined #code
16:47 mode/#code [+o mac] by ChanServ
16:50 macdjord|slep [macdjord@Nightstar-tol.t6i.225.24.IP] has quit [Ping timeout: 121 seconds]
17:18 catadroid [catalyst@Nightstar-upa3ng.dab.02.net] has joined #code
17:44 Kindamoody|afk is now known as Kindamoody
18:22 catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code
21:20 ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has quit [Server shutdown]
21:20 PinkFreud [WhyNot@NetworkAdministrator.Nightstar.Net] has quit [Server shutdown]
21:21 ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has joined #code
21:25 PinkFreud [WhyNot@NetworkAdministrator.Nightstar.Net] has joined #code
21:25 ServerMode/#code [+o PinkFreud] by *.Nightstar.Net
21:33 gizmore [kvirc@Nightstar-7d9h0f.dip0.t-ipconnect.de] has quit [Operation timed out]
21:33 gizmore [kvirc@Nightstar-ui612o.dip0.t-ipconnect.de] has joined #code
21:38 PinkFreud [WhyNot@NetworkAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds]
21:45 PinkFreud [WhyNot@NetworkAdministrator.Nightstar.Net] has joined #code
21:45 mode/#code [+o PinkFreud] by ChanServ
22:10 Derakon[AFK] is now known as Derakon
22:11 Derakon [chriswei@Nightstar-5mvs4e.ca.comcast.net] has quit [[NS] Quit: Reboot!]
22:41
<&McMartin>
Heh. Looks like that theory about magic addresses in DOSBox checks out
22:42 * McMartin wrote a little program to extract the keyboard IRQ an DOS syscall entry point and ran it on DOSbox and then on Win98.
22:42
<&McMartin>
Win98 reported those as 0560:0028 and 0632:0445
22:42
<&McMartin>
DOSBox, however, reported them as F000:E987 and F000:14A0
22:45
<&McMartin>
I think Win98 is mirroring the BIOS as part of Virtual X86 mode, but I think DOSBox is pretending that DOS is actually burned into its BIOS ROM.
22:55 Kindamoody is now known as Kindamoody[zZz]
23:20 catadruid [catalyst@Nightstar-dimnvh.dab.02.net] has joined #code
23:23 catadroid [catalyst@Nightstar-upa3ng.dab.02.net] has quit [Ping timeout: 121 seconds]
23:26 catadruid [catalyst@Nightstar-dimnvh.dab.02.net] has quit [Ping timeout: 121 seconds]
--- Log closed Sun Oct 23 00:00:03 2016
code logs -> 2016 -> Sat, 22 Oct 2016< code.20161021.log - code.20161023.log >

[ Latest log file ]