Live data from Hacker News

Viewing profile — scottyelich

scottyelich

HN member
Joined
Fri, Jan 24, 2014, 7:25 PM UTC
HN karma
10
Public activity
27 items

About scottyelich

No profile information was provided.

Recent public activity

  1. comment
    Comment #25042895

    https://www.lexaloffle.com/bbs/?tid=28402

  2. comment
    Comment #24611072

    Now all we need is a networking layer and we'll be all set. evil grin

  3. comment
    Comment #21932614

    Unlikely to survive an Alice 101 challenge.

  4. 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.

  5. comment
  6. comment
    Comment #18140485

    native video player has... issues.

  7. 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…

  8. 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…

  9. 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…

  10. 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…

  11. comment
    Comment #17335779

    3D0DEAD anyone?

  12. comment
    Comment #17125976

    http://www.thewebsiteisdown.com/

  13. comment
    Comment #17078863

    http://www.oxide.org/unix/

  14. comment
    Comment #17066716

    9,984,535

  15. 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…

  16. 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 …

  17. comment
  18. 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…

  19. 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.…

  20. comment
    Comment #15486355

    Thank you.

  21. 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

  22. comment
  23. comment
  24. 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.

  25. 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…