Live data from Hacker News

Viewing profile — grashalm

grashalm

HN member
Joined
Tue, Jul 19, 2016, 4:12 PM UTC
HN karma
477
Public activity
99 items

About grashalm

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #48722462

    It's two jits in total.

  5. comment
    Comment #45626761

    This is the internet at its best.

  6. comment
    Comment #41618633

    That is a great strategy. It gets easier over time though. My tipp is to still join smoking friends, but just don't smoke. Makes you robust against the temptation longer term.

  7. comment
    Comment #40836753

    Any language can be sandboxed on the VM level. It's a property of it's implementation. So you can say that Lua has no sandbox friendly implementation right now. For example, termin…

  8. comment
    Comment #40616403

    Feel free to drop Dr. Futamura an email: https://fi.ftmr.info/ If he says yes to changing his name you have my full support.

  9. comment
    Comment #40612760

    I work on Truffle for more than 10 years and I recently wrote a comment on hackernews using Futurama instead of Futamura. That comment had it wrong twice.

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

    Truffle has no opinion on how you parse the sources. It cares about how you execute them from an intermediate Truffle guided representation produced by the parser. In other words a…

  13. comment
    Comment #39249698

    Very few people have heard of them. That is exactly the reason why I mention them as often as I can. They are a great entry into the world of meta compilers.

  14. comment
    Comment #39249684

    He probably means one of the wonderfully crafted talks by Chris Seaton. Here is one of the many: https://youtu.be/bf5pQVgux3c?si=S8Dm5d_GXYXgJtnY If you go looking for more you wil…

  15. comment
    Comment #39241055

    The truffle compiler extensions in Graal will be part of Galahad. For example the partial evaluator. The truffle framework and all the languages are consumed from a maven repo as a…

  16. comment
    Comment #39240975

    Shameless self plug: Giving an introduction in this video: https://youtu.be/pksRrON5XfU?si=CmutoA5Fcwa287Yl

  17. comment
  18. comment
    Comment #39239965

    Damn you autocomplete! This happens all the time :D

  19. comment
    Comment #39239778

    Pkl was built using the GraalVM Truffle framework. So it supports runtime compilation using Futamura Projections. We have been working with Apple on this for a while, and I am quit…

  20. comment
    Comment #39230472

    Thanks for the link. I didn't know Peertube, yet. I can't see how you can avoid the centralization problem and also have decent monetization for the videos. But I want to certainly…

  21. comment
    Comment #39230389

    Alternative to working with a big silicon valley giant. If you want to integrate/use YouTube you need to deal with whatever that company puts you up with. And as the article states…

  22. comment
    Comment #39229920

    I don't understand what reasonable alternative there could be. Develop your own YouTube?

  23. story
  24. comment
    Comment #37584212

    With the new GFTC license, we hope G1 is much more accessible now.

  25. comment
    Comment #37575466

    We do not do process isolation yet, although we have plans to implement that as well as a fallback strategy. The advantage of the native-image-isolate-based isolation is that it is…