--- Log opened Mon Jun 11 00:00:29 2012 |
00:01 | < gnolam> | Has Sun/Oracle learned to use the task scheduler yet? |
00:02 | <&McMartin> | You're going to have to be more specific. |
00:03 | <&McMartin> | If you're asking "do they still use a mixture of userspace and kernelspace threads" I'd hope they stopped but I have no idea. |
--- Log opened Mon Jun 11 11:06:31 2012 |
11:06 | | TheWatch1r [chris@Nightstar-3762b576.co.uk] has joined #code |
11:06 | | Irssi: #code: Total of 25 nicks [7 ops, 0 halfops, 0 voices, 18 normal] |
11:07 | | Irssi: Join to #code was synced in 40 secs |
11:08 | | Attilla [Obsolete@Nightstar-faef4021.as43234.net] has joined #code |
11:25 | | iospacedout is now known as iospace |
12:00 | | Reiver [reiverta@5B433A.3CF6C7.DEBF3C.4B7797] has quit [Client closed the connection] |
12:01 | | Reiver [reiverta@5B433A.3CF6C7.DEBF3C.4B7797] has joined #code |
12:49 | | McMartin [mcmartin@Nightstar-9157582a.pltn13.sbcglobal.net] has joined #code |
12:49 | | mode/#code [+ao McMartin McMartin] by ChanServ |
12:52 | | McMartin_ [mcmartin@Nightstar-fdb482d7.pltn13.sbcglobal.net] has quit [Ping timeout: 121 seconds] |
12:59 | | iospace is now known as io|driving |
13:09 | | McMartin_ [mcmartin@Nightstar-05966f41.pltn13.sbcglobal.net] has joined #code |
13:12 | | McMartin [mcmartin@Nightstar-9157582a.pltn13.sbcglobal.net] has quit [Ping timeout: 121 seconds] |
13:45 | | McMartin [mcmartin@Nightstar-adac7b01.pltn13.sbcglobal.net] has joined #code |
13:45 | | mode/#code [+ao McMartin McMartin] by ChanServ |
13:47 | | You're now known as TheWatcher |
13:47 | | mode/#code [+o TheWatcher] by ChanServ |
13:48 | | McMartin_ [mcmartin@Nightstar-05966f41.pltn13.sbcglobal.net] has quit [Ping timeout: 121 seconds] |
14:05 | | Reiver [reiverta@5B433A.3CF6C7.DEBF3C.4B7797] has quit [Client closed the connection] |
14:29 | | io|driving is now known as iofficespace |
14:41 | | You're now known as TheWatcher[afk] |
16:01 | | RichyB [MyCatVerbs@Nightstar-3b2c2db2.bethere.co.uk] has quit [[NS] Quit: Leaving] |
16:03 | | RichyB [MyCatVerbs@Nightstar-3b2c2db2.bethere.co.uk] has joined #code |
16:04 | | RichyB [MyCatVerbs@Nightstar-3b2c2db2.bethere.co.uk] has quit [Connection closed] |
16:09 | | RichyB [MyCatVerbs@Nightstar-3b2c2db2.bethere.co.uk] has joined #code |
17:12 | | Vash [Vash@Nightstar-241cb5d4.wlfrct.sbcglobal.net] has joined #code |
17:12 | | mode/#code [+o Vash] by ChanServ |
17:52 | <@ToxicFrog> | Oh god, fuck C varargs handling forever |
17:55 | | celticminstrel [celticminst@Nightstar-5d22ab1d.cable.rogers.com] has joined #code |
18:25 | | Noah [nbarr@490720.C448F4.12FDC5.2C3558] has quit [Client closed the connection] |
18:25 | | Noah [nbarr@490720.C448F4.12FDC5.2C3558] has joined #code |
18:42 | | * gnolam read that as "C varyags". |
18:43 | < gnolam> | "We send some of our best warriors down to Constantinople to write code for the Emperor" |
18:44 | < gnolam> | Anyway, what about it? |
18:47 | | jeroid [jerith@687AAB.1BBF0C.937129.97C020] has joined #code |
18:57 | <@ToxicFrog> | Well, apart from the clusterfuck that is va_* in general, there's automatic argument promotion |
19:13 | | Kindamoody|out is now known as Kindamoody |
19:22 | | Kindamoody is now known as Kindamoody[zZz] |
19:40 | | Rhamphoryncus [rhamph@Nightstar-5697f7e2.abhsia.telus.net] has joined #code |
20:02 | | * iofficespace head desks |
20:04 | < iofficespace> | i hate having to do all the damn testing |
20:11 | < Rhamphoryncus> | always nice when you can't understand your own indexing scheme |
20:14 | < jeroid> | io: Automate it? |
20:17 | < Rhamphoryncus> | one assignment.. alters two places on opposite sides of the triangle. However, they're likely adjacent in memory, so... |
20:19 | | jeroid [jerith@687AAB.1BBF0C.937129.97C020] has quit [[NS] Quit: Bye] |
20:21 | < iofficespace> | jerith: sort of not possible |
20:21 | < iofficespace> | if i could i fucking would |
20:31 | < Rhamphoryncus> | Okay, seems to be an issue in my indexing in the shader.. somehow |
20:32 | <&McMartin> | TF: Why are you using all the bad things all at once =( |
20:32 | <&McMartin> | Also, re: the cmd fuckwittery |
20:32 | <&McMartin> | Can you run a .bat that runs the quoted thing |
20:32 | <&McMartin> | Thus saving you a unit of quoting |
20:33 | <&McMartin> | Also, it is decided |
20:33 | <&McMartin> | I need to get Ophis running on Commodore Vision |
20:33 | <@ToxicFrog> | McMartin: this is for my thesis, not Kessler |
20:34 | <&McMartin> | Ah |
20:34 | <&McMartin> | Hm. Wait, Kessler's the daemon program, right? |
20:35 | <@ToxicFrog> | Kessler is actually three things: an interactive save-game editor, a server, and a client. |
20:35 | <&McMartin> | Ah, OK |
20:35 | <&McMartin> | I was thinking "daemons should just be javaw'd in the first place so they don't accidentally fuck it up" |
20:36 | <&McMartin> | Also: I think I know why the registry bullshit is bullshitting, and I'm going to see if I can't test that on a clean windows VM later |
20:36 | <&McMartin> | You really might be able to get away with "have a recent version of Java installed" but I'm not sure how well that would work on XP offhand. |
20:37 | < Tarinaky> | Can someone explain to me how to read a parametric plot? |
20:37 | < Tarinaky> | I'm not sure what I'm looking at here. |
20:38 | | * Rhamphoryncus divides by 44.0 rather than 45.0, fixes problem >.< |
20:38 | <&McMartin> | ??? |
20:39 | < Rhamphoryncus> | wait.. still getting two edges |
20:40 | <@ToxicFrog> | McMartin: well, the server does write status information to stdout, but yeah, it wouldn't be hard to just use the logfile or something. The main issue is the save editor. |
20:40 | <&McMartin> | TF: After saying that I realized that you would have no sensible way of *stopping* the server |
20:41 | <&McMartin> | Also, I should probably produce a tiny repo for the One Widget To Rule Them All |
20:41 | < Rhamphoryncus> | At least I know what part is failing |
20:41 | <&McMartin> | (A drop-in Swing menu that interrogates the system for all available L&Fs, picks the "right" one by default, and lets the user switch it at will) |
20:48 | <@ToxicFrog> | Well, if I were javaw'ing the server I'd assume a tiny swing interface that just has a single "exit" button and an indicator saying either "ok" or "panic" |
21:05 | < Rhamphoryncus> | hrm. So.. either I keep fighting with this funky triangle indexing scheme and keep using textures.. or I switch to a VBO, accept that I have to use 32 bits/entry rather than 16 bits, and have all the funkiness on the CPU (where I can debug it) |
21:05 | | celmin [celticminst@Nightstar-5d22ab1d.cable.rogers.com] has joined #code |
21:08 | | celticminstrel [celticminst@Nightstar-5d22ab1d.cable.rogers.com] has quit [Operation timed out] |
21:08 | | celmin is now known as celticminstrel |
21:40 | <&McMartin> | In other news, meetings with people who seriously know their stuff: awesome |
21:42 | <&jerith> | McMartin: So very yes. |
21:42 | <&jerith> | I /adore/ thos. |
21:42 | <&jerith> | *those |
21:42 | <&McMartin> | I think we just got more done in 15 minutes than we managed in two weeks dealing with others |
21:42 | <&jerith> | In other news, would you like to have a meeting with me? :-P |
21:42 | <&McMartin> | Do we have any shared obstacles |
21:43 | <&jerith> | McMartin: Yes. The Atlantic Pond. |
21:43 | <&McMartin> | Not a problem amenable to those sorts of solutions |
21:45 | <&McMartin> | Also, oh hey, I did update this twice from my local copy |
21:46 | <&McMartin> | http://blorple.svn.sourceforge.net/viewvc/blorple/src/java/net/sf/blorple/gui/Lo okAndFeelMenu.java?revision=47&view=markup |
21:46 | <&McMartin> | I have no idea if this still works >_> |
21:49 | <~Vornicus> | (the other one's a lake) |
22:04 | | iofficespace is now known as io|t-2 |
22:09 | | Reiver [reiverta@5B433A.3CF6C7.DEBF3C.4B7797] has joined #code |
22:09 | | io|t-2 is now known as io|gone |
22:18 | | Reiver [reiverta@5B433A.3CF6C7.DEBF3C.4B7797] has quit [Client closed the connection] |
22:40 | < Noah> | !dmg h16 |
22:41 | < Noah> | Drrruepr |
23:31 | | RichyB [MyCatVerbs@Nightstar-3b2c2db2.bethere.co.uk] has quit [[NS] Quit: Leaving] |
--- Log closed Tue Jun 12 00:00:32 2012 |