https://www.lexaloffle.com/bbs/?tid=28402
Now all we need is a networking layer and we'll be all set. evil grin
Unlikely to survive an Alice 101 challenge.
native video player has... issues.
Hell, I've coded in languages that I didn't even know (didn't really even know what the language was -- I think it was like VB or something) by copying terms from some sample, reference or other part of the code and…
I did an interview problem like this a while back (was about combining CIDR blocks) and I found an answer on the Internet. I coded up a similar solution (I used a slightly different data structure with a slight…
I wanted to play around with LUA so I used pico-8 as an excuse to dabble. I made this after a few days: https://www.lexaloffle.com/bbs/?tid=28402 At launch screen, use arrow keys for level up/down, lives up/down (q to…
On Topic: I own a late '16 MBP 15" w/ touchbar. My machine has been serviced once to replace some issue with a failure of some motherboard component (not touchbar or keyboard). I'm am early adopter (hardware, software,…
3D0DEAD anyone?
http://www.thewebsiteisdown.com/
http://www.oxide.org/unix/
9,984,535
He wasn't like that? Says who? Him? And you believe this? The Internet in the late 80s to the mid 90s was like the wild west -- there were a few bad actors as Mitnick was one of them. Sorry.
Thomas -- These people weren't there and only know what they have read or what has been glamorized. Mitnick had (has?) an evil streak and is in no way some poor little kid who got in over his head. He know what he was…
Don't get me wrong... I love kdb+/q ... I want kOS. I love forth (bare metal forth + tcp? win!). I just don't really do much with them, though, other than play. > Some languages are worth learning to expand your…
... and can you use the 32bit version in commercial use? (Last I checked, no...) The license already changed once (for the worse, IMnsHO), so what's to say that won't happen again. Too risky to touch. No, can't use it…
Thank you.
I ended up changing the "cc" line for darwin to this: cc -o $@ $@.o -lSDL2 -lSDL2_ttf now it compiles (and runs) just fine (for me). YMMV
I'm looking for a bare metal boot OS that has internet capabilities -- lisp or forth based (ONLY). Any pointers would be greatly appreciated.
correct. I figured out where the frameworks wanted to go -- and it even seems to match the path for -I, but that doesn't seem to be enough. -- Yes, I have both frameworks installed. I even did the brew commands just for…
make cc -o obj/Darwin/x86_64/main obj/Darwin/x86_64/main.o -Wl,-framework,SDL2 -Wl,-framework,SDL2_ttf ld: framework not found SDL2 clang: error: linker command failed with exit code 1 (use -v to see invocation) make:…
and for OSX?
https://www.lexaloffle.com/bbs/?tid=28402
Now all we need is a networking layer and we'll be all set. evil grin
Unlikely to survive an Alice 101 challenge.
native video player has... issues.
Hell, I've coded in languages that I didn't even know (didn't really even know what the language was -- I think it was like VB or something) by copying terms from some sample, reference or other part of the code and…
I did an interview problem like this a while back (was about combining CIDR blocks) and I found an answer on the Internet. I coded up a similar solution (I used a slightly different data structure with a slight…
I wanted to play around with LUA so I used pico-8 as an excuse to dabble. I made this after a few days: https://www.lexaloffle.com/bbs/?tid=28402 At launch screen, use arrow keys for level up/down, lives up/down (q to…
On Topic: I own a late '16 MBP 15" w/ touchbar. My machine has been serviced once to replace some issue with a failure of some motherboard component (not touchbar or keyboard). I'm am early adopter (hardware, software,…
3D0DEAD anyone?
http://www.thewebsiteisdown.com/
http://www.oxide.org/unix/
9,984,535
He wasn't like that? Says who? Him? And you believe this? The Internet in the late 80s to the mid 90s was like the wild west -- there were a few bad actors as Mitnick was one of them. Sorry.
Thomas -- These people weren't there and only know what they have read or what has been glamorized. Mitnick had (has?) an evil streak and is in no way some poor little kid who got in over his head. He know what he was…
Don't get me wrong... I love kdb+/q ... I want kOS. I love forth (bare metal forth + tcp? win!). I just don't really do much with them, though, other than play. > Some languages are worth learning to expand your…
... and can you use the 32bit version in commercial use? (Last I checked, no...) The license already changed once (for the worse, IMnsHO), so what's to say that won't happen again. Too risky to touch. No, can't use it…
Thank you.
I ended up changing the "cc" line for darwin to this: cc -o $@ $@.o -lSDL2 -lSDL2_ttf now it compiles (and runs) just fine (for me). YMMV
I'm looking for a bare metal boot OS that has internet capabilities -- lisp or forth based (ONLY). Any pointers would be greatly appreciated.
correct. I figured out where the frameworks wanted to go -- and it even seems to match the path for -I, but that doesn't seem to be enough. -- Yes, I have both frameworks installed. I even did the brew commands just for…
make cc -o obj/Darwin/x86_64/main obj/Darwin/x86_64/main.o -Wl,-framework,SDL2 -Wl,-framework,SDL2_ttf ld: framework not found SDL2 clang: error: linker command failed with exit code 1 (use -v to see invocation) make:…
and for OSX?