Viewing profile — grashalm
grashalm
HN member- Joined
- Tue, Jul 19, 2016, 4:12 PM UTC
- HN karma
- 477
- Public activity
- 99 items
- HN profile
- View on Hacker News ↗
About grashalm
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #48722462
It's two jits in total.
-
comment
Comment #45626761
This is the internet at its best.
-
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.
-
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…
-
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.
-
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.
- story
- story
-
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…
-
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.
-
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…
-
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…
-
comment
Comment #39240975
Shameless self plug: Giving an introduction in this video: https://youtu.be/pksRrON5XfU?si=CmutoA5Fcwa287Yl
- comment
-
comment
Comment #39239965
Damn you autocomplete! This happens all the time :D
-
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…
-
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…
-
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…
-
comment
Comment #39229920
I don't understand what reasonable alternative there could be. Develop your own YouTube?
- story
-
comment
Comment #37584212
With the new GFTC license, we hope G1 is much more accessible now.
-
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…