code logs -> 2012 -> Sun, 26 Feb 2012< code.20120225.log - code.20120227.log >
--- Log opened Sun Feb 26 00:00:13 2012
00:02 Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has joined #code
00:02 mode/#code [+ao Derakon Derakon] by ChanServ
00:08 Jasever is now known as AnnoDomini
00:11 Vash [Vash@Nightstar-cdeba41f.wlfrct.sbcglobal.net] has quit [[NS] Quit: I lovecraft Vorn!]
00:16 AnnoDomini [annodomini@A08927.B4421D.B81A91.464BAB] has quit [[NS] Quit: leaving]
00:20 Attilla_ [Obsolete@Nightstar-db712228.as43234.net] has joined #code
00:21 Attilla [Obsolete@Nightstar-db712228.as43234.net] has quit [NickServ (GHOST command used by Attilla_)]
00:21 Attilla_ is now known as Attilla
00:24
< Tarinaky>
Eri: I think there's a theory that gravity affects higher dimensions (and that's why it's so weak) but given nobody is sure what the higher dimensions -are- it's a bit difficult to test.
00:25
< Stalker>
You're a higher dimension?
00:25
<~Vornicus>
Well, we do have some sense that if higher dimensions exist, they're curled up - it's very clear that it's 3 dimensional on normal scales
00:26
< Tarinaky>
It makes it a bit difficult to discuss what forces might exist in these dimensions in anything over than fuzzy terms.
00:46 Thalasleep is now known as Thalass
00:50 Attilla_ [Obsolete@Nightstar-db712228.as43234.net] has joined #code
00:53 Attilla [Obsolete@Nightstar-db712228.as43234.net] has quit [Ping timeout: 121 seconds]
00:53
< Tarinaky>
https://github.com/Tarinaky/CS12420_GroupProject/tree/master/src/UI << Reality check: How livid should I be about how little he's committed?
00:54
< Stalker>
5
00:54 Attilla_ is now known as Attilla
00:55
< Tarinaky>
Here's the complete patch https://github.com/Tarinaky/CS12420_GroupProject/commit/d8ae9571790535befe242d8d c8075a78ff1ddb25
00:55
< Tarinaky>
And, indeed, the only patch >.>
01:04 Thalass [thalass@Nightstar-07b2245e.bigpond.net.au] has quit [Ping timeout: 121 seconds]
01:04 RichyB [MyCatVerbs@Nightstar-86656b6c.cable.virginmedia.com] has quit [Ping timeout: 121 seconds]
01:04 Thalass [thalass@Nightstar-07b2245e.bigpond.net.au] has joined #code
01:09 Attilla [Obsolete@Nightstar-db712228.as43234.net] has quit [Client closed the connection]
01:10 Attilla [Obsolete@Nightstar-db712228.as43234.net] has joined #code
01:12 You're now known as TheWatcher[t-2]
01:13 You're now known as TheWatcher[zZzZ]
01:35 * Vornicus pokelizes. Hate doing this part.
01:45 Attilla [Obsolete@Nightstar-db712228.as43234.net] has quit [Ping timeout: 121 seconds]
01:48 Attilla [Obsolete@Nightstar-99bd1250.as43234.net] has joined #code
02:11 Kindamoody[zZz] is now known as Kindamoody
02:33 himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Ping timeout: 121 seconds]
02:33 * Vornicus tries to figure out the DOM-ish way to clear out all the children of a node.
02:34
<@rstamer>
DOM is slow, use innerHTML
02:35 eckse [eckse@Nightstar-7e7c04f4.dsl.sentex.ca] has quit [[NS] Quit: #KiMo's [":?"]]
02:36 eckse [eckse@Nightstar-7e7c04f4.dsl.sentex.ca] has joined #code
02:36 mode/#code [+o eckse] by ChanServ
02:41
<~Vornicus>
Yeah, there doesn't appear to be a way to say "delete all the nodes" in one command, which is kind of odd.
02:45
<@Alek>
_o/ DELETE ALL THE NODES!
02:46 himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code
02:46 mode/#code [+o himi] by ChanServ
02:46
<~Vornicus>
That is getting kind of tiring.
02:46
<@Alek>
sorry. >_>
02:52
<~Vornicus>
There. I now have an html/js thing that gets the prime factorization of a number and shows its work.
03:08 * Vornicus tries to remember his funkyhorror ftp login
03:10
<~Vornicus>
there we are. http://www.funkyhorror.net/vornicus/factorization.html
03:15 Thalass is now known as Thalass|AFK
03:16
< gnolam>
Tarinaky: there are worse things than non-contributors.
03:16
< gnolam>
There are negative contributors.
03:16
<&McMartin>
OK, cpu temp is more like 40 C again.
03:16
< gnolam>
People whose code only create more work.
03:58
< Stalker>
Is Adobe Acrobat a different product than Adobe Reader?
04:11
< Thalass|AFK>
last time i checked, acrobat was the full-
04:12
< Thalass|AFK>
-featured program for creating pdf files, and reader was the general public's version for looking at them.
04:13 celticminstrel [celticminst@Nightstar-5d22ab1d.cable.rogers.com] has joined #code
04:14
< Stalker>
Oh.
04:14
< Stalker>
Just that this newish version is less functional than what I used to have, thought it was strange.
04:20 himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Ping timeout: 121 seconds]
04:27
<~Vornicus>
...why on earth is it not generating beyond 25
04:27
<&Derakon>
What, your prime number generator?
04:31
<~Vornicus>
Yeah
04:32
<~Vornicus>
Found it. Man I'm a dumbass.
04:32
<~Vornicus>
a[ai] += 1 is not the same as ai += 1
04:32
<&Derakon>
No, it isn't.
04:33 himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code
04:33 mode/#code [+o himi] by ChanServ
04:35
<~Vornicus>
Okay, fixed.
04:43 Attilla [Obsolete@Nightstar-99bd1250.as43234.net] has quit [Ping timeout: 121 seconds]
05:11 Vornicus [vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds]
05:12 himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Ping timeout: 121 seconds]
05:14 Vornicus [vorn@ServerAdministrator.Nightstar.Net] has joined #code
05:14 mode/#code [+qo Vornicus Vornicus] by ChanServ
05:19 Vash [Vash@Nightstar-cdeba41f.wlfrct.sbcglobal.net] has joined #code
05:19 mode/#code [+o Vash] by ChanServ
05:20
<&McMartin>
http://www.smbc-comics.com/index.php?db=comics&id=2491#comic
05:25 himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code
05:25 mode/#code [+o himi] by ChanServ
05:46 Kindamoody is now known as Kindamoody|DVD
05:59 himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Ping timeout: 121 seconds]
06:05 Stalker [Z@2C3C9C.B2A300.F245DE.859909] has quit [Ping timeout: 121 seconds]
06:09 Vash [Vash@Nightstar-cdeba41f.wlfrct.sbcglobal.net] has quit [[NS] Quit: I lovecraft Vorn!]
06:12 himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code
06:12 mode/#code [+o himi] by ChanServ
06:15 eckse [eckse@Nightstar-7e7c04f4.dsl.sentex.ca] has quit [Client closed the connection]
06:25 Derakon is now known as Derakon[AFK]
06:40 himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Ping timeout: 121 seconds]
06:53 himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code
06:53 mode/#code [+o himi] by ChanServ
07:00 Syloqs-AFH [Syloq@NetworkAdministrator.Nightstar.Net] has quit [[NS] Quit: ]
07:08 Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has joined #code
07:22 himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Ping timeout: 121 seconds]
07:35 himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code
07:35 mode/#code [+o himi] by ChanServ
08:10 Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
08:31 celticminstrel [celticminst@Nightstar-5d22ab1d.cable.rogers.com] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
09:23 Eri [Eri@Nightstar-3e5deec3.gv.shawcable.net] has quit [Ping timeout: 121 seconds]
09:43 You're now known as TheWatcher
09:46 Thalass|AFK [thalass@Nightstar-07b2245e.bigpond.net.au] has quit [Ping timeout: 121 seconds]
10:01 Aeron is now known as EvilDarkLord
10:40 Kindamoody|DVD is now known as Kindamoody
11:17 cpux [cpux@Nightstar-c5874a39.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
11:19 cpux [cpux@Nightstar-c5874a39.dyn.optonline.net] has joined #code
12:03 Reiver [orthianz@3CF3A5.E1CD01.C6689C.33956A] has quit [Ping timeout: 121 seconds]
12:13 Reiver [orthianz@3CF3A5.E1CD01.C6689C.33956A] has joined #code
12:31 himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Ping timeout: 121 seconds]
12:44 himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code
12:44 mode/#code [+o himi] by ChanServ
13:31 himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Ping timeout: 121 seconds]
13:44 himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code
13:44 mode/#code [+o himi] by ChanServ
13:56 Kindamoody is now known as Kindamoody|afk
14:09 celticminstrel [celticminst@Nightstar-5d22ab1d.cable.rogers.com] has joined #code
14:20 Attilla [Obsolete@Nightstar-99bd1250.as43234.net] has joined #code
14:36 Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has joined #code
15:07 Syloqs_AFH [Syloq@NetworkAdministrator.Nightstar.Net] has joined #code
15:07 mode/#code [+o Syloqs_AFH] by ChanServ
15:08 Syloqs_AFH is now known as Syloqs-AFH
15:52 cpux [cpux@Nightstar-c5874a39.dyn.optonline.net] has quit [Client closed the connection]
15:58 himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Ping timeout: 121 seconds]
16:11 himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code
16:11 mode/#code [+o himi] by ChanServ
16:16 himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Ping timeout: 121 seconds]
16:29 himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code
16:29 mode/#code [+o himi] by ChanServ
16:56 himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Ping timeout: 121 seconds]
17:03
< Tarinaky>
Nyrrgh. Trying to figure out how to make a bash script run all the tests in several packages in a project >.<
17:09 himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code
17:09 mode/#code [+o himi] by ChanServ
17:12 Vash [Vash@Nightstar-cdeba41f.wlfrct.sbcglobal.net] has joined #code
17:12 mode/#code [+o Vash] by ChanServ
17:21
< Tarinaky>
https://github.com/Tarinaky/CS12420_GroupProject/blob/34af839f731f4ed02559f8b5b7 232b30cff56bdf/src/run_tests.sh
17:21
< Tarinaky>
If I attempt to run a test from src, calling model.DesignTest for example it works.
17:22
< Tarinaky>
But my script currently doesn't and I'm not sure why.
17:22
< Tarinaky>
My tests all work fine from Eclipse.
17:22
< Tarinaky>
It's just Eclipse doesn't work on my laptop.
17:34 eckse [eckse@Nightstar-e2727250.dsl.sentex.ca] has joined #code
17:34 mode/#code [+o eckse] by ChanServ
17:53 Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
17:59 himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Ping timeout: 121 seconds]
18:02 cpux [cpux@Nightstar-c5874a39.dyn.optonline.net] has joined #code
18:12 himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code
18:12 mode/#code [+o himi] by ChanServ
18:37 Attilla [Obsolete@Nightstar-99bd1250.as43234.net] has quit [[NS] Quit: ]
18:50 Attilla [Obsolete@Nightstar-99bd1250.as43234.net] has joined #code
19:01
< gnolam>
IPPON!
19:02
< gnolam>
Or rather, Qapla'!
19:04
< gnolam>
Got the quaternion camera working.
19:04
<@jerith>
\o/
19:05
< gnolam>
Next up: SLERP
19:28
< Tarinaky>
Derp, what's the power operator in python?
19:28
< Tarinaky>
**?
19:32
<~Vornicus>
**
19:45
< Tarinaky>
And //, in python 2 always returns a real right?
19:46
< Tarinaky>
At least, if I'm dividing two integers.
19:52
< Tarinaky>
Apparently not >.<
19:53 Derakon[AFK] is now known as Derakon
19:53
<&Derakon>
/ always does integer division.
19:53
<&Derakon>
Er, //
19:53
<&Derakon>
For example, 1.0 // 2 == 0
19:54
< Tarinaky>
I have two integers (held in variables, so I can't just stick a .0 on the end)
19:54
<&Derakon>
float(foo)
19:54
< Tarinaky>
Ahah
19:54
< Tarinaky>
Cheers.
19:55
< Tarinaky>
Awesome. Now I have a different bug to fix
19:56
< Tarinaky>
I don't suppose you get Perlin noise?
19:56
< Tarinaky>
I was trying to see if I understood it by implementing it (badly)
19:58
<&Derakon>
I've never had cause to investigate it.
19:58
< Tarinaky>
I'm not sure if I have a stupid error in my code, or my head.
20:02 celticminstrel [celticminst@Nightstar-5d22ab1d.cable.rogers.com] has quit [Client closed the connection]
20:02
< Tarinaky>
Pfft, http://pastebin.com/jJufy7NH Can you see anything obv.?
20:02 celticminstrel [celticminst@Nightstar-5d22ab1d.cable.rogers.com] has joined #code
20:04
< Tarinaky>
Wait.
20:04
< Tarinaky>
I se something
20:06
< Tarinaky>
I think I'm struggling to understand what the crossfade should be doing
20:10
< Tarinaky>
Ahah!
20:15 Eri [Eri@Nightstar-3e5deec3.gv.shawcable.net] has joined #code
20:15
< Tarinaky>
http://imgur.com/sRdfT My attempts at Perlin noise have been met with modern architecture
20:15 * Tarinaky shakes his fist
20:31
<@jerith>
http://www.neatorama.com/2011/05/10/starbuck-and-starbuck-in-starbucks/
20:31 Kindamoody|afk is now known as Kindamoody
20:33 Rhamphoryncus [rhamph@Nightstar-5697f7e2.abhsia.telus.net] has quit [Client exited]
20:46 Kindamoody is now known as Kindamoody[zZz]
21:11
< gnolam>
jerith: heh
21:12
<@jerith>
Um. That isn't what I meant to paste, actually.
21:13
<@jerith>
http://www.youtube.com/watch?v=JEpsKnWZrJ8
21:13
<@jerith>
That is.
21:15
< Tarinaky>
Huray!
21:15
< Tarinaky>
Fixed it!
21:31
< Tarinaky>
http://imgur.com/ugmb3
22:00
< Tarinaky>
http://imgur.com/w9jLm << Fixed a bug, made things look more impressive. ^^
22:26 Stalker [Z@2C3C9C.B2A300.F245DE.859909] has joined #code
22:27 * gnolam stabs people who use the phrase "barrel roll" to describe an aileron roll.
22:33
<~Vornicus>
Tarinaky: so that looks awesome
22:44
< Stalker>
gnolam: You have my blessings.
22:45
< Tarinaky>
ty.
22:45 himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Ping timeout: 121 seconds]
22:46
< Tarinaky>
It's for a 7 minute personal development portfolio presentation that I don't even get marked on xD
22:47
< Tarinaky>
But at least now I'm fairly certain I understand Perlin Noise and have a couple of images to add to my presentation.
22:47
< Tarinaky>
Next stop! L-Systems. >.>
22:59 himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code
22:59 mode/#code [+o himi] by ChanServ
23:22 eckse_ [eckse@Nightstar-cdf1e7a8.dsl.sentex.ca] has joined #code
23:26 eckse [eckse@Nightstar-e2727250.dsl.sentex.ca] has quit [Ping timeout: 121 seconds]
23:28
<~Vornicus>
woot
--- Log closed Mon Feb 27 00:00:40 2012
code logs -> 2012 -> Sun, 26 Feb 2012< code.20120225.log - code.20120227.log >

[ Latest log file ]