Viewing profile — FabricPaul
FabricPaul
HN member- Joined
- Mon, Sep 26, 2011, 3:57 PM UTC
- HN karma
- 140
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About FabricPaul
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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...
-
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…
-
comment
Comment #3777961
it's awesome. Investors are going crazy
-
comment
Comment #3777959
got it - thanks for the clarification :)
-
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…
-
comment
Comment #3777720
p.s. Fabric Engine 2.0 has a flux capacitor
-
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…
-
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 …
-
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…
-
comment
Comment #3777502
p.s. I meant to say - yes, it is misleading. We are most definitely not an automagical interpreter :)
-
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…
-
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 …
-
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.
-
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…
-
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
-
comment
Comment #3777263
we dynamically compile on target (using LLVM), and the developer doesn't have to manage things like pointers.
-
comment
Comment #3777247
Yes, this is correct - it's targeted at people who are comfortable using dynamic languages like JS/Python
-
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…
- story
- story
-
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…