Viewing profile — timcameronryan
timcameronryan
HN member- Joined
- Sun, Jun 20, 2010, 4:18 AM UTC
- HN karma
- 191
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About timcameronryan
I binge on programming.
Recent public activity
-
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…
-
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.
- story
-
comment
Comment #10348905
Perhaps it's usage by time? i.e. Pandora left on in the background.
-
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…
-
comment
Comment #10266756
I can't wait for a JSX crate on Cargo.
-
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…
-
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.
-
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…
-
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…
-
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…
-
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 …
-
comment
Comment #5573177
Forked and made to support OS X: https://github.com/tcr/_why-spool-osx
- story
-
comment
Comment #5003790
Makes me excited for a forthcoming Emscripten => Brainfuck compiler.
- story
- story
-
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…
- story
- story
-
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…
-
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 …
- story
- story
-
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…