Live data from Hacker News

Viewing profile — FabricPaul

FabricPaul

HN member
Joined
Mon, Sep 26, 2011, 3:57 PM UTC
HN karma
140
Public activity
49 items

About FabricPaul

No profile information was provided.

Recent public activity

  1. comment
    Comment #3781293

    As promised: Security was an important part of the design of Fabric. What security means depends on whether Fabric is running standalone from the command-line or as a browser plugi…

  2. comment
    Comment #3778407

    we wrote this piece last year - it's focused more on why JS isn't enough, but there's some useful info about KL in there. http://fabricengine.com/2011/10/couldnt-you-just-use-javas…

  3. comment
    Comment #3778404

    I've asked one of my colleagues to write a longer response to this (we may post it on the developer blog), but I'll give you a short answer in the meantime. We don't do sand-boxing…

  4. comment
    Comment #3778358

    OpenCL/CUDA are GPGPU programming languages - that's something we're getting to soon :) We previously exposed OpenCL as an extension, but took it out because it's a nightmare to su…

  5. comment
    Comment #3778141

    we did a lot of documentation work for launch - the overview is a good place to start: http://documentation.fabric-engine.com/latest/FabricEngine-O...

  6. comment
    Comment #3777980

    as per my other comment: "please correct me if I'm wrong, but I don't see anything about Cython handling multi-threading and I don't see anything about dynamic compilation on targe…

  7. comment
    Comment #3777961

    it's awesome. Investors are going crazy

  8. comment
    Comment #3777959

    got it - thanks for the clarification :)

  9. comment
    Comment #3777958

    You're right - it should be publicly visible. We're working on it - it will be updated and public in the next week. We'll be offering subscription pricing - so initially it will be…

  10. comment
    Comment #3777720

    p.s. Fabric Engine 2.0 has a flux capacitor

  11. comment
    Comment #3777702

    lol :) Read this older HN thread - http://news.ycombinator.com/item?id=3227905 - a few people took our code and tried to make it faster in C/C++ and Java. We made our benchmark cod…

  12. comment
    Comment #3777603

    Using pointers adds a certain amount of complexity, and they also introduce the possibility of security problems. This was particularly important for the work we were doing on the …

  13. comment
    Comment #3777546

    Replying to comment below (can't see a reply button) - please correct me if I'm wrong, but I don't see anything about Cython handling multi-threading and I don't see anything about…

  14. comment
    Comment #3777502

    p.s. I meant to say - yes, it is misleading. We are most definitely not an automagical interpreter :)

  15. comment
    Comment #3777497

    The 'new' part relates to using LLVM to do the compilation on target - this actually makes a big difference in workflow, and is also much more familiar to people used to developing…

  16. comment
    Comment #3777324

    agreed - I was pulled up on this here last year when we published our benchmarks :) The other thing to remember is the low-level language we use sets a lower bar to entry than say …

  17. comment
    Comment #3777301

    we offer commercial licensing that allows devs to bypass the AGPL requirements. I'll update the site info soon to show the subscription pricing options.

  18. comment
    Comment #3777293

    not really - Fabric is integrated with dynamic languages, we 're not interpreting JS or Python (we work with both languages). Fabric is basically a high-performance threading engin…

  19. comment
    Comment #3777270

    for reference, we posted our beta benchmark stuff here and people had a good look at us: http://news.ycombinator.com/item?id=3227905

  20. comment
    Comment #3777263

    we dynamically compile on target (using LLVM), and the developer doesn't have to manage things like pointers.

  21. comment
    Comment #3777247

    Yes, this is correct - it's targeted at people who are comfortable using dynamic languages like JS/Python

  22. comment
    Comment #3576222

    Hi all - you might remember the Fabric benchmarks we did with node.js last year. We've now integrated Fabric with Python as well, so I thought I'd share the news. An important chan…

  23. story
  24. story
  25. story
    A response to the 'Node is a cancer' problem (Fabric Engine)

    We implemented asynchronous compute for node.js, and are now ready to start alpha. "As Dzuiba points out in his blog entry, pure JavaScript using Node.js does not take any advantag…