mark4 changed the topic of #forth to: Forth Programming | do drop >in | logged by clog at http://bit.ly/91toWN backup at http://forthworks.com/forth/irc-logs/ | If you have two (or more) stacks and speak RPN then you're welcome here! | https://github.com/mark4th
Kumool has quit [Quit: EXIT]
boru` has joined #forth
boru has quit [Disconnected by services]
boru` is now known as boru
sts-q has quit [Ping timeout: 240 seconds]
rtdos has quit [Ping timeout: 258 seconds]
proteanthread has quit [Ping timeout: 258 seconds]
sts-q has joined #forth
gravicappa has joined #forth
mtsd has joined #forth
gravicappa has quit [Ping timeout: 260 seconds]
gravicappa has joined #forth
andrei-n has joined #forth
proteus-guy has quit [Ping timeout: 265 seconds]
proteus-guy has joined #forth
Zarutian_HTC has quit [Ping timeout: 263 seconds]
Zarutian_HTC has joined #forth
siraben has quit [*.net *.split]
ecraven has quit [*.net *.split]
jn__ has quit [*.net *.split]
crc has quit [*.net *.split]
crest has quit [*.net *.split]
siraben has joined #forth
ecraven has joined #forth
crc has joined #forth
crest has joined #forth
jn__ has joined #forth
jimt[m] has quit [Ping timeout: 246 seconds]
jevinskie[m] has quit [Ping timeout: 245 seconds]
siraben has quit [Ping timeout: 260 seconds]
jimt[m] has joined #forth
jevinskie[m] has joined #forth
siraben has joined #forth
mtsd has left #forth ["Leaving"]
andrei-n has quit [Quit: Leaving]
rtdos has joined #forth
proteanthread has joined #forth
Zarutian_HTC has quit [Read error: Connection reset by peer]
Zarutian_HTC has joined #forth
pointfree has joined #forth
gravicappa has quit [Ping timeout: 246 seconds]
Zarutian_HTC has quit [Ping timeout: 260 seconds]
Zarutian_HTC has joined #forth
dys has quit [Remote host closed the connection]
Zarutian_HTC1 has joined #forth
Zarutian_HTC has quit [Read error: Connection reset by peer]
Zarutian_HTC1 has quit [Ping timeout: 265 seconds]
<KipIngram> Morning all.
pointfree has quit [Quit: Connection closed for inactivity]
ecraven has left #forth ["Bye"]
Zarutian_HTC has joined #forth
gravicappa has joined #forth
spoofer has quit [Quit: leaving]
spoofer has joined #forth
proteus-guy has quit [Ping timeout: 260 seconds]
proteus-guy has joined #forth
<cmtptr> hi
spoofer has left #forth [#forth]
<KipIngram> Afternoon folks. The Forth is running on the new Linux platform.
<KipIngram> That was as straightforward as I was hoping it would be.
<KipIngram> The one mystery was that apparently I was moving one byte too many when I did the move for the error recovery snapshotting. One of those moves is the entire region, and I guess I was exceeding by 1. I reduced that by one byte and it works fine, and I confirmed that I can peek and poke the very last byte I expect to be in that region, but if I go even one byte higher I get an illegal memory access segfault.
<KipIngram> Hmmmm. For some reason I'm incrementing TOS in my <cmove code.
<KipIngram> Now sure why I would have done that...
<KipIngram> Oh, I bet I know why, and it's a BAD THING. That increment needs to be outside the <CMOVE call in one particular place.
<KipIngram> Interestingly, MacOS apparently didn't care that I went one byte out of bounds.
<mark4> i now have a semi working ray casting 3d engine using my uCurses text user interface. in a 100 x 30 text console im drawing a 200 x 120 bitmap because each char is a 2 x 4 array of dots :)
<mark4> so it LOOKS like a graphics mode yay lol
<mark4> it has a tendency to crash when you walk into walls and the color shading is not aligned with the wall corners for some reason
<cmtptr> i should do something productive today but after the past few weeks at work i think i'd rather shoot terrorists in rainbow six and toss stuffed mice down the hall for the cat to chase
<mark4> heh
<mark4> sounds like a good plan :)
<mark4> how about shooting terrorsts IRL and giving the casts real mice to play with :)
<mark4> cats
<KipIngram> So you're building text up out of those smaller "characters"?
<mark4> / 00 ⠁⠂⠃⠄⠅⠆⠇ 40 ⡀⡁⡂⡃⡄⡅⡆⡇ 08 ⠈⠉⠊⠋⠌⠍⠎⠏ 48 ⡈⡉⡊⡋⡌⡍⡎⡏
<mark4> / 10 ⠐⠑⠒⠓⠔⠕⠖⠗ 50 ⡐⡑⡒⡓⡔⡕⡖⡗ 18 ⠘⠙⠚⠛⠜⠝⠞⠟ 58 ⡘⡙⡚⡛⡜⡝⡞⡟
<mark4> / 20 ⠠⠡⠢⠣⠤⠥⠦⠧ 60 ⡠⡡⡢⡣⡤⡥⡦⡧ 28 ⠨⠩⠪⠫⠬⠭⠮⠯ 68 ⡨⡩⡪⡫⡬⡭⡮⡯
<mark4> / 30 ⠰⠱⠲⠳⠴⠵⠶⠷ 70 ⡰⡱⡲⡳⡴⡵⡶⡷ 38 ⠸⠹⠺⠻⠼⠽⠾⠿ 78 ⡸⡹⡺⡻⡼⡽⡾⡿
<mark4> / 80 ⢀⢁⢂⢃⢄⢅⢆⢇ C0 ⣀⣁⣂⣃⣄⣅⣆⣇ 88 ⢈⢉⢊⢋⢌⢍⢎⢏ C8 ⣈⣉⣊⣋⣌⣍⣎⣏
<mark4> / 90 ⢐⢑⢒⢓⢔⢕⢖⢗ D0 ⣐⣑⣒⣓⣔⣕⣖⣗ 98 ⢘⢙⢚⢛⢜⢝⢞⢟ D8 ⣘⣙⣚⣛⣜⣝⣞⣟
<mark4> / A0 ⢠⢡⢢⢣⢤⢥⢦⢧ E0 ⣠⣡⣢⣣⣤⣥⣦⣧ A8 ⢨⢩⢪⢫⢬⢭⢮⢯ E8 ⣨⣩⣪⣫⣬⣭⣮⣯
<mark4> / B0 ⢰⢱⢲⢳⢴⢵⢶⢷ F0 ⣰⣱⣲⣳⣴⣵⣶⣷ B8 ⢸⢹⢺⢻⢼⢽⢾⢿ F8 ⣸⣹⣺⣻⣼⣽⣾⣿
<mark4> THOSE characters to be exact :)
<mark4> the utf codepoints for those start at 0x2800
<KipIngram> Very interesting.
<mark4> the number to the left of the glyps is the low order byte of their codepoint for eachg block of 8 glyphs
<mark4> im galling this the braile engine :)
<KipIngram> Nice. I've not mustered the desire to wade into Unicode.
<KipIngram> Because I suspect there's a TON of work involved.
<mark4> coloring is on a char by char basis tho, not dot by dot
<mark4> not really
<mark4> but it is a very confusing subject
* KipIngram nods
<KipIngram> I guess I'm glad to hear it's not as bad as I thought it might be.
<KipIngram> I may change my mind someday.
<KipIngram> Ugh. There was something I was about to look up online, and I stopped to chit chat a minute and now I can't remember what it was. :-|
<KipIngram> I guess if it's important it will come back.
<mark4> ya dont worry about it for now
gravicappa has quit [Ping timeout: 265 seconds]
<mark4> if you decide later to fold it in its not a major pita, you dont have to totally rewrite everything else
<KipIngram> Oh, that's kind of neat.
<KipIngram> The rear-most building, that we can't see a corner on, doesn't seem "rotated" like the similarly colored parts of other buildings.
<KipIngram> I think that front corner and one side in shade does a lot to how we perceive the more forward ones.
<mark4> you can download and run it yourself now
<mark4> its all pushed to github :)
<KipIngram> :-)
<KipIngram> AH! Right out of nowhere I remembered what I was going to look up this morning.
<KipIngram> Ding...
<mark4> lol
proteanthread has quit [Read error: Connection reset by peer]
rtdos has quit [Read error: Connection reset by peer]
rtdos has joined #forth
proteanthread has joined #forth
Kumool has joined #forth
proteus-guy has quit [Ping timeout: 246 seconds]
proteus-guy has joined #forth