Viewing profile — turbolent
turbolent
HN member- Joined
- Wed, Jan 12, 2011, 11:01 AM UTC
- HN karma
- 105
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About turbolent
No profile information was provided.
Recent public activity
-
comment
Comment #45817135
... in browsers. Which at best JIT compile. There are several WASM runtimes that AOT compile and have significantly better performance (e.g. ~5-10% slower). The title is highly mis…
-
comment
Comment #41295884
GCC just got musttail too: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83324#c27
- story
-
comment
Comment #38604819
Very few languages have "Some Language -> C" or "Some Language -> non-common OS / arch combo". The "just" part is a whole new backend, which is a massive amount of work for common …
-
comment
Comment #38604771
Exactly!
-
comment
Comment #38603381
You do not have to deal with the generated C, simply consider it the IR. The main benefit of generating C over LLVM IR is portability: C is supported by far more systems than LLVM …
-
comment
Comment #38603307
Just to clarify: Compared to wasm2c, w2c2 does not (yet) have sandboxing capabilities, so assumes the translated WebAssembly module is trustworthy. The main "goal" of w2c2 so far h…
- story
-
comment
Comment #18751449
If you are looking for a more flexible solution with support for any layout and support for animations, something like iOS' UICollectionView or Android's RecyclerView, have a look …
- story
- story
-
comment
Comment #8757000
Impressive. What are the differences for decoding/load time? Especially on mobile devices this is a big deciding factor.
-
comment
Comment #8216468
The paper ( http://www.cs.cmu.edu/~nlao/publication/2014.kdd.pdf ) mentions the extracted knowledge base is about 38 times larger than DeepDive's, the largest previous comparable s…
-
comment
Comment #8213420
Paper: http://www.cs.cmu.edu/~nlao/publication/2014.kdd.pdf
- story
-
comment
Comment #7592292
There's a really nice explanation at http://galaxy.agh.edu.pl/~vlsi/AI/backp_t_en/backprop.html
-
comment
Comment #6720150
It's object-oriented and especially designed to be extensible. The slides on the pages contain many examples. It's fairly stand-alone and isn't integrated into an IDE. However, it'…
-
comment
Comment #6719533
Looks very similar to OMeta ( http://tinlizzie.org/ometa/ )
- story
- story
-
comment
Comment #3548076
http://www.limbikfreq.com/ http://somafm.com/
-
comment
Comment #3087689
Really liked http://dribbble.com/shots/282948-Raspberry-Pi
-
comment
Comment #2499514
At the beginning I tried implementing various object systems. The first one was indeed multiple inheritance with multimethods, based on C3 linearization ( http://en.wikipedia.org/w…
-
comment
Comment #2497235
I like Dylan ( http://www.opendylan.org/ ) and CL - and I wanted to write both server side and client side web applications in it, so I wrote a compiler for a Lisp that resembles t…
-
comment
Comment #2496741
I've been working on Ralph for a while now: https://github.com/turbolent/ralph It compiles a major subset of Apple's Dylan ( http://lispm.dyndns.org/documentation/prefix-dylan/book…