Viewing profile — scottyelich
scottyelich
HN member- Joined
- Fri, Jan 24, 2014, 7:25 PM UTC
- HN karma
- 10
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About scottyelich
No profile information was provided.
Recent public activity
-
comment
Comment #25042895
https://www.lexaloffle.com/bbs/?tid=28402
-
comment
Comment #24611072
Now all we need is a networking layer and we'll be all set. evil grin
-
comment
Comment #21932614
Unlikely to survive an Alice 101 challenge.
-
comment
Comment #20659212
Doing what? The parent is gone. Just so you know, I'll also try not to do "this" … whatever "this" might be.
-
comment
Comment #18395977
Bingo.
-
comment
Comment #18140485
native video player has... issues.
-
comment
Comment #17730253
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, refe…
-
comment
Comment #17730227
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 differen…
-
comment
Comment #17671419
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 f…
-
comment
Comment #17538100
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…
-
comment
Comment #17335779
3D0DEAD anyone?
-
comment
Comment #17125976
http://www.thewebsiteisdown.com/
-
comment
Comment #17078863
http://www.oxide.org/unix/
-
comment
Comment #17066716
9,984,535
-
comment
Comment #17062006
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 th…
-
comment
Comment #17061927
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 …
- comment
-
comment
Comment #15911593
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 ar…
-
comment
Comment #15908819
... 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.…
-
comment
Comment #15486355
Thank you.
-
comment
Comment #15486345
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
- comment
- comment
-
comment
Comment #15468854
I'm looking for a bare metal boot OS that has internet capabilities -- lisp or forth based (ONLY). Any pointers would be greatly appreciated.
-
comment
Comment #15468841
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…