Live data from Hacker News

Viewing profile — AaronO

AaronO

HN member
Joined
Tue, Oct 30, 2012, 4:54 PM UTC
HN karma
857
Public activity
122 items

About AaronO

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
  6. comment
    Comment #31313675

    Aaron from Deno here. I'm glad to see this come to light and very much looking forward to developing and strengthening foundational Web APIs underpinning modern JS runtimes such as…

  7. comment
    Comment #31263681

    I don't think it's unfair to say that 1 man-hour equates to many machine-hours (in terms of dollar cost). Then in terms of per-core performance, modern JavaScript runtimes are near…

  8. comment
    Comment #31087048

    We're building a highly multi-tenant "isolate cloud" (think VMs => containers => isolates, as compute primitives). The isolate hypervisor at the core of our cloud platform is built…

  9. comment
    Comment #31084746

    Aaron from Deno here, happy to answer any questions you may have !

  10. comment
    Comment #30936797

    It was mainly intended to be a "cute" example of the latter. Technically if you were doing this in Node, you would need at least a package.json and would have to configure your TS/…

  11. comment
    Comment #30936080

    I agree we could have elaborated on auth, API endpoints or parametric routes (maybe a follow up !). But this example does showcase a few things you don't typically get with a singl…

  12. comment
    Comment #30935684

    What other kinds of examples would you like to see ? The goal was to showcase simple yet intuitive JSX + tailwind at edge, we didn't elaborate on more advanced use-cases like authe…

  13. comment
    Comment #30935609

    Aaron from Deno here. Of course it's producing HTML as an output, but the point is that you can use JSX and familiar technologies like tailwind to dynamically generate that HTML at…

  14. comment
    Comment #30076128

    On many of our internal benchmarks, Deno's std/http server outperforms Node's http (so express/koa too). There's still some room for improvement on our end and we would like to put…

  15. comment
    Comment #29539065

    Aaron@Deno here, we've been exploring something with the Tauri team but don't have a concrete release on the roadmap since we're focusing on other priorities. I believe an Electron…

  16. comment
    Comment #28870773

    Whilst not classical de/serialization I wrote serde_v8 ( https://github.com/denoland/serde_v8 ), an expressive and ~maximally efficient bijection between v8 & rust. It has powered …

  17. comment
    Comment #11218196

    Hi Aaron from GitBook here. Exactly. I use git a lot, I'm familiar with git's internals and have written a lot of git related code (our git server and all our git related infrastru…

  18. story
  19. story
  20. story
  21. comment
    Comment #10166016

    By TeX support I meant that we fully support TeX equations. The website mentions TeX but means LaTeX, I'll get that fixed, sorry for the confusion. Our TeX support allows you basic…

  22. comment
    Comment #10165996

    All books are stored as git repositories so you get branching, history, etc ... out of the box. We have great GitHub integration because it's the main Git host out there, we store …

  23. comment
    Comment #10165707

    You also might want to take a look at GitBook ( https://www.gitbook.com/ ). It supports both Markdown and AsciiDoc and is used by authors to write books, documentation, research-pa…

  24. comment
    Comment #10106485

    You can already download the MOBI from the book's GitBook page: https://www.gitbook.com/book/0xax/linux-insides/details :)

  25. comment