Live data from Hacker News

Viewing profile — turbolent

turbolent

HN member
Joined
Wed, Jan 12, 2011, 11:01 AM UTC
HN karma
105
Public activity
28 items

About turbolent

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #41295884

    GCC just got musttail too: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83324#c27

  3. story
  4. 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 …

  5. comment
  6. 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 …

  7. 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…

  8. story
  9. 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 …

  10. story
  11. story
  12. comment
    Comment #8757000

    Impressive. What are the differences for decoding/load time? Especially on mobile devices this is a big deciding factor.

  13. 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…

  14. comment
    Comment #8213420

    Paper: http://www.cs.cmu.edu/~nlao/publication/2014.kdd.pdf

  15. story
  16. comment
    Comment #7592292

    There's a really nice explanation at http://galaxy.agh.edu.pl/~vlsi/AI/backp_t_en/backprop.html

  17. 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'…

  18. comment
    Comment #6719533

    Looks very similar to OMeta ( http://tinlizzie.org/ometa/ )

  19. story
  20. story
  21. comment
    Comment #3548076

    http://www.limbikfreq.com/ http://somafm.com/

  22. comment
    Comment #3087689

    Really liked http://dribbble.com/shots/282948-Raspberry-Pi

  23. 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…

  24. 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…

  25. 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…