00:00:00 --- log: started forth/02.07.07 00:16:14 --- nick: skylan_ -> skylan 06:26:59 --- join: rob_ert_ (~robert@h137n2fls31o965.telia.com) joined #forth 06:28:54 --- quit: rob_ert_ (Client Quit) 08:02:23 --- join: Etaoin (~david@ljk32.sat.net) joined #forth 10:29:40 --- join: kc5tja (~kc5tja@stampede.org) joined #forth 11:52:47 --- join: NoamTuring (trilluser@ip3-83.vancbccqac02.dialup.ca.telus.com) joined #forth 11:54:05 --- part: NoamTuring left #forth 12:10:32 --- nick: kc5tja -> kc-food 13:00:39 --- quit: skylan (Connection reset by peer) 13:02:50 --- join: skylan (sjh@Riverview3.tbaytel.net) joined #forth 14:27:10 --- join: dsmith (dsmith@oh-strongsvillecadent1-1c-245.clvhoh.adelphia.net) joined #forth 15:03:30 --- nick: kc-food -> kc5tja 15:38:04 --- quit: dsmith (Remote closed the connection) 17:32:43 --- quit: skylan (Read error: 104 (Connection reset by peer)) 17:32:48 --- join: skylan (sjh@Sprint270.tbaytel.net) joined #forth 18:04:19 --- join: CrowKiller (Vapo_Rulez@cnq5-233.cablevision.qc.ca) joined #forth 18:09:59 --- quit: kc5tja ("THX QSO ES 73 DE KC5TJA/6 CL ES QRT AR SK") 19:41:58 --- quit: CrowKiller ("User pushed the X - because it's Xtra, baby") 19:44:30 --- part: Etaoin left #forth 22:06:32 --- quit: n_ () 22:32:27 --- join: CrowKiller (Vapo_Rulez@cnq5-233.cablevision.qc.ca) joined #forth 22:34:31 think I got a new concept for the x86 and many other systems, a forth using only two registers (actually three), like a turing machine: EAX, ESP [ESP-4] 22:34:50 the data and return stack are confined into the exact same delimited array 22:35:12 the first macro that comes to mind with that register set is the call 22:35:28 %MACRO Call 1 ;Cyclic call mechanism 22:35:28 mov EAX, [ESP-4] ;The old Top of stack is saved 22:35:28 call %%1 ;The call is made, a ret will occur. 22:35:28 mov [ESP-4],EAX ;(New) TOS is left with W value 22:35:28 %ENDMACRO 22:36:34 this is the ONE ring, (periodic, cyclic mechanism) that will find people, bring them together, but that will bind them in the light, the light of empowrement ;p 22:37:13 this little macro is the base point of my research now and I sense great power, much like when you touch the Ring ;ppp 22:38:03 this is the triangle of programmation, the very first circle of power 22:38:16 hahah like in the Eternal darkness game ;p 22:38:42 but the runes are static, they doesnt change 22:39:34 a very subtle sens of completeness flirt with my brain when I try to wrote code for this 22:40:21 aha! i know what the forth word means!! he truly means an evolved call 22:40:35 *it truly means 22:40:48 a fifth generation call mechanism ;p 22:41:48 making the volatile W value out of the datastack may give speed 22:42:00 i dont know if the TOS==W is better 22:42:39 im bragging about my stuff like it is in reality, ill see ;p 22:43:30 but it fits the goedel theorem that the system cant be defined in the system, you cant save space calling that code, it wont work, you must leave it as a macro, as it is 22:44:13 ill try maybe it copuld work and prove its completeness theorem also lol 22:44:25 *his 22:55:52 seeing the two stack's deepness as the two gloden number G special components, namely 1 and G-1, we can see that one of the stack contains more "information" than the other. in that particular case W==TOS 22:56:21 but if we work with a square 22:56:23 in 2d 22:56:51 we will get a golden rectangle with Gx1 measurments 22:59:17 * The golden number is special because (G*G)=G+1 23:00:51 its related to sacred geometry, read about it its fascinating. it can be "generated by doing (squareroot(5)+1)/2 23:03:50 the golden rectangle introduce a second section, a central one 23:03:57 a third section i meant 23:05:02 its length is simply G-2, since its a length, its always positive (when drawing it its really easy to understand why it is so) 23:06:00 I think thats my W register, and since we work with "packets of bits" and they can be drawn in 2d, then this arch should be valable 23:06:05 anyway! ;p 23:07:46 a one stack forth =))))) hihihihi ;p 23:11:22 I reread myslef and my English is really bad ;p I got to improve myself somehow lol 23:59:59 --- log: ended forth/02.07.07