Live data from Hacker News

Viewing profile — timcameronryan

timcameronryan

HN member
Joined
Sun, Jun 20, 2010, 4:18 AM UTC
HN karma
191
Public activity
33 items

About timcameronryan

Some sort of wonderful mechanical man.

I binge on programming.

Recent public activity

  1. comment
    Comment #19296035

    A high-priority housing program is how you implement a human right for shelter. This isn't some paperclip maximalization requirement you adhere to the social contract, and under th…

  2. comment
    Comment #19293095

    There's no shortage of builders. You can just compensate those workers with taxes. If you think taxes are also a form of slavery, that's a different discussion.

  3. story
  4. comment
    Comment #10348905

    Perhaps it's usage by time? i.e. Pandora left on in the background.

  5. comment
    Comment #10320183

    I recall a lot of renewed energy a year ago into improving OpenSSL, including funding and support. Has that panned out as I would have hoped? LibreSSL improvements are highly visib…

  6. comment
    Comment #10266756

    I can't wait for a JSX crate on Cargo.

  7. comment
    Comment #10266750

    I was impressed too. I think the key is that it injects all of the HTML at once. Compare that to e.g. the Backbone.js implementation which uses progressive enhancement: http://todo…

  8. comment
    Comment #10266736

    I'd love to refactor this to not need RC's for DOM nodes. I'm new to Rust, but I expect there's a ton of room for refactoring.

  9. comment
    Comment #10266725

    This uses a deeply hacked Rust stack. Take a look at this: https://github.com/tcr/rust-webplatform/blob/master/setup.sh It's also using a version of Rust that's pre-1.0.0. Progress…

  10. comment
    Comment #10266715

    It is nasty code! I started refactoring before I hit some struct-alignment bugs (fixed on later Rust versions): https://github.com/tcr/rust-todomvc/blob/tcr-wip/src/main.rs The par…

  11. comment
    Comment #5801817

    The Octocat used here and in the API control panel[1] reminds me of robot anime (Gundam Wing, etc.) or perhaps Speed Racer. I don't think it's meant to be warrior-like, but futuris…

  12. comment
    Comment #5586258

    Programming for the Atari was one of my favorite coding challenges. I think the web offered a lot of similarities in the past decade (trying to make an unsuitable platform perform …

  13. comment
    Comment #5573177

    Forked and made to support OS X: https://github.com/tcr/_why-spool-osx

  14. story
  15. comment
    Comment #5003790

    Makes me excited for a forthcoming Emscripten => Brainfuck compiler.

  16. story
  17. story
  18. comment
    Comment #4554434

    I experimented with a CoffeeScript-like Lisp in JavaScript once. It's pretty opinionated, but provides interesting syntax possibilities (infix notation, non-significant parentheses…

  19. story
  20. story
  21. comment
    Comment #3872107

    For specific audiences, using Gists as data storage is really useful. I did the same for my "reverse StackOverflow": http://askedtheinter.net/ Users own all their data, they can re…

  22. comment
    Comment #3160193

    Hey all, I'm posting this to HN to see if there's any interest in a full-fledged JavaScript port to Lua. Colony right now is a proof-of-concept, but there might be a real use case …

  23. story
  24. story
  25. comment
    Comment #2647852

    This is reworked from my other project, IERange ( https://github.com/timcameronryan/IERange ). Rather than include a full duplication of DOM Ranges for old IE browsers, this API no…