code logs -> 2007 -> Mon, 21 May 2007< code.20070520.log - code.20070522.log >
--- Log opened Mon May 21 00:00:37 2007
00:24 Derakon[gaming] is now known as Derakon
00:29 Reiver is now known as ReivClass
00:53
<@Derakon>
So...not only can I get my player sprite wedged into a block such that the player gets stuck; doing so also gets the *program* wedged such that I must kill -9 it.
00:56
<@Mahal>
Oh dear.
00:56
<@Vornicus>
sweet!
00:58
<@Derakon>
Oh, duh.
00:58
<@Derakon>
Hey, engine! I want to back out of this polygon along the vector <0, 0>. How far do I have to go?
01:04
<@Vornicus>
Heh
01:04
<@ToxicFrog>
Pfft
01:04
<@ToxicFrog>
<Program> Hang on, let me think about this for a moment
01:05 gnolamute [lenin@Nightstar-13557.8.5.253.se.wasadata.net] has quit [Quit: Z?]
01:06 * ToxicFrog ;.; at La-Mulana
01:06
<@ToxicFrog>
I think I'm going to need to write a program to solve this puzzle.
01:06
<@Derakon>
Heh.
01:07
<@ToxicFrog>
For some reason I can't twist my brain into the right shape for it.
01:07
<@Derakon>
Shouldn't the YouTube videos show you what to do?
01:07
<@ToxicFrog>
Wtfspoilers.
01:07
<@ToxicFrog>
No thanks.
01:07
<@Derakon>
Fair enough.
01:07
<@ToxicFrog>
And I know what I need to do, it's the precise sequence of actions.
01:07
<@Derakon>
Ahh.
01:07
<@ToxicFrog>
Basically, I have three widgets, each one of which can be in one of three states.
01:08
<@ToxicFrog>
Frobbing a widget changes all three widgets based on their current symbols and which one you frobbed (the one you frobbed follows one pattern, the one to the left another, and the one to the right a third)
01:08
<@ToxicFrog>
I have all the patterns figured out.
01:09
<@ToxicFrog>
I need to get all three widgets into a certain state.
01:19
<@ToxicFrog>
Aughdjshsdkjfhgsdjfhsdf
01:22
<@Vornicus>
poor TF.
01:22
<@Vornicus>
Why do you play this game? You know what the reward will be.
01:41
<@ToxicFrog>
No, I don't.
01:41
<@ToxicFrog>
That was the uber-secret easter egg dungeon.
01:41
<@ToxicFrog>
Which I have no intention of actually playing.
01:41
<@Derakon>
Heh.
01:49
<@ToxicFrog>
Ahahahaha!@
01:49
<@ToxicFrog>
Helmet got!
01:49
<@ToxicFrog>
(I decided to take a break from the widget puzzle)
01:58
<@Derakon>
Interesting. Megabyte has three rows of teeth.
01:58
<@ToxicFrog>
...oh, that's just not right!
01:58
<@ToxicFrog>
The warp point for the water temple is underwater!
01:59
<@Derakon>
...and?
01:59
<@ToxicFrog>
Water, to your character, is equivalent to a horribly corrosive acid.
01:59
<@Derakon>
...ooookay.
01:59
<@ToxicFrog>
On the plus side, he can jump off it ninja-style.
02:00
<@ToxicFrog>
(you can get an item that lets you swim without taking obscene amounts of damage, but I don't have it yet)
--- Log opened Mon May 21 07:08:28 2007
07:08 TheWatcher [~chris@Nightstar-29731.dsl.in-addr.zen.co.uk] has joined #code
07:08 Irssi: #code: Total of 14 nicks [9 ops, 0 halfops, 1 voices, 4 normal]
07:08 mode/#code [+o TheWatcher] by ChanServ
07:08 Irssi: Join to #code was synced in 31 secs
07:22 Derakon is now known as Derakon[AFK]
07:54 * Reiver considers.
07:54
< Reiver>
If I can get a working PSP for $150, ish... I might just do so.
08:14 You're now known as TheWatcher[afk]
08:53 KBot [~karma.bot@Nightstar-29058.neoplus.adsl.tpnet.pl] has joined #Code
08:54 AnnoDomini [~farkoff@Nightstar-29657.neoplus.adsl.tpnet.pl] has quit [Ping Timeout]
08:54 KarmaBot [~karma.bot@Nightstar-29657.neoplus.adsl.tpnet.pl] has quit [Ping Timeout]
08:54 KBot is now known as KarmaBot
08:59 AnnoDomini [~farkoff@Nightstar-29058.neoplus.adsl.tpnet.pl] has joined #Code
08:59 mode/#code [+o AnnoDomini] by ChanServ
09:09 Vornicus is now known as Vornicus-Latens
09:18 Pi [~sysop@Nightstar-6875.hsd1.wa.comcast.net] has quit [Ping Timeout]
10:18 You're now known as TheWatcher[wr0k]
11:16 Pi [~sysop@Nightstar-6875.hsd1.wa.comcast.net] has joined #code
11:16 mode/#code [+o Pi] by ChanServ
11:38 gnolam [lenin@Nightstar-13557.8.5.253.se.wasadata.net] has joined #Code
11:38 mode/#code [+o gnolam] by ChanServ
11:38 GeekSoldier_ [~Rob@Nightstar-4946.pools.arcor-ip.net] has joined #code
11:40 GS|Sleep [~Rob@Nightstar-4528.pools.arcor-ip.net] has quit [Ping Timeout]
12:35
<@TheWatcher[wr0k]>
Shellscripty persons. If I do something like foo=`somecmd`; success=$? am I safe assuming that success will contain what I expect?
14:36 Reiver is now known as ReivZzz
15:08 GeekSoldier_ is now known as GeekSoldier
15:19 Thaqui [~Thaqui@Nightstar-25913.jetstream.xtra.co.nz] has left #code [Leaving]
15:36
<@ToxicFrog>
TheWatcher[wr0k]: in bash, yes.
15:36
<@ToxicFrog>
No idea on other shells.
15:36
<@TheWatcher[wr0k]>
Fairynuff.
15:36
<@TheWatcher[wr0k]>
Ta.
15:43 You're now known as TheWatcher[afk]
16:00 gnolam [lenin@Nightstar-13557.8.5.253.se.wasadata.net] has quit [Ping Timeout]
16:31 AnnoDomini is now known as AbuDhabi
18:35 AbuDhabi is now known as AnnoDomini
18:58 Vornicus-Latens is now known as Vornicus
18:58 AnnoDomini [~farkoff@Nightstar-29058.neoplus.adsl.tpnet.pl] has quit [Quit: The purpose of writing is to inflate weak ideas, obscure poor reasoning, and inhibit clarity.]
19:00 gnolam [lenin@Nightstar-13557.8.5.253.se.wasadata.net] has joined #Code
19:00 mode/#code [+o gnolam] by ChanServ
19:01 AnnoDomini [~farkoff@Nightstar-29058.neoplus.adsl.tpnet.pl] has joined #Code
19:01 mode/#code [+o AnnoDomini] by ChanServ
19:07 You're now known as TheWatcher
19:59 KarmaBot [~karma.bot@Nightstar-29058.neoplus.adsl.tpnet.pl] has quit [Connection reset by peer]
20:01 KarmaBot [~karma.bot@Nightstar-29058.neoplus.adsl.tpnet.pl] has joined #Code
20:01 mode/#code [+v KarmaBot] by ChanServ
20:16 GeekSoldier is now known as GeekSoldier|Sleep
20:40 Serah [~Z@87.72.36.ns-26407] has quit [Ping Timeout]
22:48 Takyoji [~Takyoji@Nightstar-25812.dhcp.roch.mn.charter.com] has joined #code
23:07
< Takyoji>
How would I be able to make an equation to form data like this? http://www.deltalabs.net/othercrap/graph.gif
23:07
< Takyoji>
I mean, for the result to turn out like that
23:08
<@Vornicus>
Well, let's see.
23:08
< Takyoji>
It's basically for animative purposes
23:08
<@Vornicus>
You can use the circle x^2 + y^2 = r^2
23:09
< Takyoji>
But how would I be able to use that in a 'while' statement?
23:09
<@Vornicus>
plenty of ways.
23:09
< Takyoji>
Such as: WHILE (y < b) { (the function }
23:10
<@Vornicus>
you can use the regular: y = sqrt(r^2 - x^2)
23:11
< Takyoji>
On way I thought of increasing the value by an exponent, and slowly decreasing the rate..
23:11
<@Vornicus>
or the parametric: y = sin(t), x = cos(t)
23:11
< Takyoji>
where r equals?
23:11
<@Vornicus>
the radius of the circle?
23:11
< Takyoji>
oh
23:11
< Takyoji>
But this may be a value in which is oval-ish
23:12
< Takyoji>
For example, a = 0, b = 100, and s = 5
23:12
< Takyoji>
to the graph
23:12
<@Vornicus>
not a problem, multiple x or y by the appropriate ratios
23:12
< Takyoji>
To put this in perspective: x is time, and y is opacity of an element I'm changing
23:14
< Takyoji>
How would the ratio be calculated from the graph's variables?
23:14
< Takyoji>
I'm sorry, I'm in 9th grade math in Minnesota, so I'm not VERY well educated...
23:22 TakyojiClone [~Takyoji@Nightstar-25812.dhcp.roch.mn.charter.com] has joined #code
23:22 Takyoji [~Takyoji@Nightstar-25812.dhcp.roch.mn.charter.com] has quit [Killed (NickServ (GHOST command used by TakyojiClone))]
23:22 TakyojiClone is now known as Takyoji
23:26
< Takyoji>
Stupid question: What 'appropriate ratios'?
23:27 You're now known as TheWatcher[T-2]
23:29
< Takyoji>
Do you mean 's' to 'b'?
23:30 You're now known as TheWatcher[zZzz]
23:35
< Takyoji>
I just need to solve for 'y' using 'x'
23:37
< Takyoji>
Then when, 'x' = 's'; 'y' needs to equal 'b'
23:38
< Takyoji>
I just don't know how to manipulate the equation y = sqrt(r^2 - x^2) to my needs
23:56
<@gnolam>
Off the top of my head?
23:56
<@gnolam>
(b-a)*sqrt(s^2-(x-s)^2)+a
23:56
<@gnolam>
(Contents of sqrt left unsimplified as an exercise to the reader)
23:57
<@gnolam>
Err.
23:57
<@gnolam>
(b-a)*sqrt(s^2-(x-s)^2)/b+a
23:57
<@gnolam>
Still hung over. ^-^
23:59
<@gnolam>
And it's probably horribly overcomplicated anyway. But should work.
23:59
< Takyoji>
one sec
--- Log closed Tue May 22 00:00:26 2007
code logs -> 2007 -> Mon, 21 May 2007< code.20070520.log - code.20070522.log >