--- Log opened Wed Apr 02 00:00:09 2008 |
--- Day changed Wed Apr 02 2008 |
00:00 | < Shoukanjuu> | Hrm. |
00:00 | < Shoukanjuu> | This is slightly confusing. :/ |
00:01 | < Shoukanjuu> | And something tells me that it would be so much ea sier if I was using the software that isn't for mac. v_V |
00:01 | <@McMartin> | Which program? |
00:03 | < Shoukanjuu> | I'm trying to use netfirms to host my sites |
00:05 | < Shoukanjuu> | But it doesn't want to quick upload folders v_V |
00:05 | < Shoukanjuu> | Not that I don't understand that |
00:07 | < Shoukanjuu> | Must be because I'm not doign it right |
00:07 | < Shoukanjuu> | I have html files up, now I need to get the folders that contain the stuff for said html files :/ |
00:12 | < Shoukanjuu> | I wnto to upload directories! Is that so much to ask ;.; |
00:12 | < Shoukanjuu> | want* |
00:13 | < Shoukanjuu> | So I'll create the directory and upload files one by one v_V |
00:15 | < Shoukanjuu> | Because I'm not completely sure as to what to do for the host to upload, since it's definitely not as easy as it should be XD |
00:19 | <@gnolam> | No regular SFTP/SCP access? |
00:19 | < Shoukanjuu> | They probably do, but I'm too lazy |
00:20 | < Shoukanjuu> | Couldnt' find it iwith a halfassed look, so I'm doing it the straightforward way XD |
00:20 | < Shoukanjuu> | Note: It works, too |
00:22 | < Shoukanjuu> | And since all my html files are set to grab their required stuff from folders in the same directory as they are, it works, too :D |
00:23 | < Shoukanjuu> | directories set up, now for the files :3 |
01:01 | | ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Operation timed out] |
01:02 | | ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code |
01:02 | | mode/#code [+o ToxicFrog] by ChanServ |
01:26 | | gnolam [lenin@Nightstar-10613.8.5.253.static.se.wasadata.net] has quit [Quit: Z?] |
01:40 | | Vornicus-Latens is now known as Vornicus |
01:41 | | Vornicus is now known as NSGuest-5814 |
01:41 | | NSGuest-5814 is now known as Vornicus |
01:43 | | Doctor_Nick [~nick@Nightstar-23600.hsd1.fl.comcast.net] has joined #code |
01:44 | < Doctor_Nick> | Does anyone know of a disk geometry analyzer for linux that would let me check what tracks/sectors/cylinders a file is residing in on the disk? |
01:55 | | Doctor_Nick [~nick@Nightstar-23600.hsd1.fl.comcast.net] has quit [Quit: Konversation terminated!] |
01:55 | | Drnick [~notdrnick@68.35.203.ns-3367] has joined #code |
02:27 | | * Vornicus does battle with repulsion. |
02:35 | <@McMartin> | ? |
02:36 | < Vornicus> | I'm using repulsion to create a sane starmap without any hang conditions, with decent speed. |
02:36 | < Drnick> | any ideas about the disk thing? |
02:38 | | * Vornicus randomly writes a function that returns a function, for use in the sort thing. |
02:41 | < Vornicus> | ...holy shit, that worked. |
02:41 | < Drnick> | hi-fives |
02:44 | <@McMartin> | Drnick: I suspect one of the ancillary applications alongside fsck will do it |
02:44 | < Vornicus> | star_connections = dict((s, sorted(stars, key=curry_distance(s))) for s in stars) |
02:44 | <@McMartin> | But it'll be different for every file system type |
02:51 | | * Vornicus idly mentions that he loves Python. |
03:26 | < Vornicus> | Also, idly, I did not know Haskell Curry was dead. |
03:27 | | * Vornicus is idle a lot this evening apparently. :P |
03:49 | < Vornicus> | ...okay, where did I put my damn vector2d class? I shouldn't have to rewrite this shit. |
--- Log closed Wed Apr 02 03:49:51 2008 |
--- Log opened Wed Apr 02 03:49:55 2008 |
03:49 | | TheWatcher[afk] [~chris@Nightstar-29731.dsl.in-addr.zen.co.uk] has joined #code |
03:49 | | Irssi: #code: Total of 22 nicks [14 ops, 0 halfops, 0 voices, 8 normal] |
03:50 | < Shoukanjuu> | Yes, I think you did |
03:50 | | Irssi: Join to #code was synced in 44 secs |
03:50 | < Shoukanjuu> | But a fter working all day(after waking up at 4), I trhink I'm done for the night XD |
03:59 | < Vornicus> | geh |
03:59 | < Vornicus> | All right |
04:00 | < Vornicus> | ...okay, there's the Ruby one, there's the C++ one... |
04:01 | < Vornicus> | I know I wrote this in Python. |
04:01 | < Vornicus> | there's the 3d one in Python... |
04:31 | | GeekSoldier|bed is now known as GeekSoldier |
04:35 | | GeekSoldier is now known as GeekSoldier|work |
05:00 | < Vornicus> | ...man. these iterations are long. There should be a better way to do this. |
05:16 | < Vornicus> | ...also, the repulsion seems to take a lot more generations than I expected. |
05:20 | <@C_tiger> | my brain hurts so I'm going to rely on you guys. |
05:21 | < Vornicus> | 3000 generations. Gotta be a better way to do this. |
05:23 | < Vornicus> | okay. |
05:23 | | * Vornicus puts a tax on all people who stand in water. |
05:24 | <@C_tiger> | Ok, I'm trying to write a function that reports status of a binary object and compares it to a "schedule". I have the following functions: checkStatus (which returns true for on and false for off) and isScheduled (which takes in a time and says whether it should be on (true) or off(false)) |
05:24 | <@C_tiger> | This gives 4 status outputs... easy. |
05:25 | <@C_tiger> | The problem is I can't figure out the logic to say "if the status hasn't changed but the schedule state flips, be "fuzzy", if you're within 5 minutes, don't report" |
05:27 | <@C_tiger> | (Essentially, the function is called every minute, it does the status check and schedule check then reports if the state changes) |
05:27 | < Vornicus> | 4000. Something's wrong, I think. |
05:32 | | * Vornicus examines, discovers he's attracting instead of repelling. |
05:50 | <@C_tiger> | Nevermind what I did before... I had it right, it was breaking elsewhere in code. |
05:50 | < Vornicus> | aha |
05:51 | | * Vornicus gets a minor speed improvement by removing a pass. Can't figure out how to make it faster though |
05:53 | < Vornicus> | ...woo, math range error! I did /something/ wrong. |
05:54 | < Vornicus> | or, rather, overflow. So awesome. |
05:55 | < Vornicus> | ...bingo! |
05:56 | | * Vornicus switches the signs, having discovered that he was doing it right the first time /anyway/, manages to get it to hit bottom in 16 generations. |
05:58 | | * Vornicus has a sneaking suspicion that it will be clustery though. |
05:59 | < Vornicus> | eheheh. Yes, clustery. |
06:00 | < Vornicus> | very, very clustery. |
06:01 | < Vornicus> | (specifically, I got 17 clusters of 5-15 stars each, 10-20 parsecs apart) |
06:03 | < Vornicus> | ---waaaaiiiit, I have it now. |
06:03 | < Vornicus> | ...no, I don't. |
06:04 | < Vornicus> | because that suffers from the same problems as the last time, with the damn untenable states. |
06:33 | < Vornicus> | ...well, okay, what if I added them one at a time from outside, and then did the pushing? |
06:37 | < Vornicus> | ...that has interesting performance issues, too, but on the other hand you're not starting from scratch each time, so each added star is shorter. |
06:45 | | * Vornicus turns down gravity, gets something much better, but it takes longer. |
06:51 | < Vornicus> | 250-350 generations, but it's really quite nice. |
06:55 | | * Vornicus futzes, tries to figure out how to get the available edges. |
06:58 | < Vornicus> | Looking at it more it still looks like there are isolated or nearly-isolated clusters. |
06:59 | | AnnoDomini [AnnoDomini@83.21.52.ns-3405] has joined #Code |
06:59 | | mode/#code [+o AnnoDomini] by ChanServ |
09:30 | | Chalcedon [~Chalcy@Nightstar-1642.ue.woosh.co.nz] has quit [Quit: Leaving] |
11:28 | | gnolam [lenin@Nightstar-10613.8.5.253.static.se.wasadata.net] has joined #Code |
11:28 | | mode/#code [+o gnolam] by ChanServ |
11:41 | | GeekSoldier_ [~Rob@91.18.125.ns-12408] has joined #code |
11:41 | | GeekSoldier|work [~Rob@91.18.125.ns-12408] has quit [Ping Timeout] |
13:20 | | AnnoDomini [AnnoDomini@83.21.52.ns-3405] has quit [Ping Timeout] |
13:21 | | AnnoDomini [AnnoDomini@83.21.53.ns-25771] has joined #Code |
13:21 | | mode/#code [+o AnnoDomini] by ChanServ |
14:58 | | Shoukanjuu [~Shoukanju@71.48.224.ns-3853] has quit [Connection reset by peer] |
14:59 | | Shoukanjuu [~Shoukanju@71.48.224.ns-3853] has joined #code |
17:47 | | Jeff [JPL@Nightstar-23748.dsl.sndg02.pacbell.net] has joined #code |
17:48 | | JeffL [JPL@Nightstar-23748.dsl.sndg02.pacbell.net] has quit [Ping Timeout] |
17:50 | | GeekSoldier_ is now known as GeekSoldier |
17:59 | | Pi [~sysop@ServicesAdmin.Nightstar.Net] has quit [Ping Timeout] |
18:00 | | AnnoDomini is now known as Pete |
18:34 | | GeekSoldier [~Rob@91.18.125.ns-12408] has quit [Ping Timeout] |
18:36 | | GeekSoldier [~Rob@91.18.102.ns-4119] has joined #code |
18:36 | | mode/#code [+o GeekSoldier] by ChanServ |
18:39 | | Shoukanjuu [~Shoukanju@71.48.224.ns-3853] has quit [Ping Timeout] |
19:01 | | Drnick [~notdrnick@68.35.203.ns-3367] has quit [Quit: ] |
19:57 | | Pi-2 [~sysop@76.104.167.ns-11816] has joined #code |
20:26 | | GeekSoldier is now known as GeekSoldier|bed |
21:39 | | VerfluchterCop [~name@Nightstar-7136.i5387B1B4.versanet.de] has joined #code |
21:39 | | VerfluchterCop [~name@Nightstar-7136.i5387B1B4.versanet.de] has quit [Client exited] |
21:46 | | Reiver [~reaverta@Admin.Nightstar.Net] has quit [Ping Timeout] |
21:46 | | DiceBot [~Reiver@Nightstar-23505.xdsl.xnet.co.nz] has quit [Ping Timeout] |
23:56 | <@MyCatVerbs> | Vornicus: stop for a minute and run it with profiling support turned on. |
23:57 | < Vornicus> | I really want to get it to work properly first. |
23:59 | <@MyCatVerbs> | Oh, right. I thought you had it working and were trying to get the CPU burn down. |
--- Log closed Thu Apr 03 00:00:00 2008 |