Live data from Hacker News

HolyJit: A New Hope

blog.mozilla.org

121–130 of 219 posts

Re: HolyJit: A New Hope

#121

Earlier quoted context omitted.

That's all well and good, but you need to raise that with your IT department if it is an inconvenience rather than complaining to us. It seems odd that github would be blocked especially given HN isn't unless your company has some sort of pathological fear of accidental IP dilution, so perhaps it is a mistake that will be quickly corrected once pointed out?

my coworker's previous employer blocked all code-sharing and question-and-answer sites for programmers because of a pathological fear of accidental IP dilution. it's a real thing.

That it is, although what they end up doing is making people work on their work machine as well as their cellphone. Source: me, working for a defense contractor with the same insane rules, but no "hand in your phone" rules on entry.

Re: HolyJit: A New Hope

#123
post #78
post #54

Earlier quoted context omitted.

Last I heard Terry Davis got kicked out of his parent's house and is now living out of his car. Something about an upcoming court case he's involved in as well. He has a small following on Reddit and users post updates of his whereabouts from time to time. He still sporadically streams live video to the TempleOS site. Last broadcast was from an internet cafe.

Does Terry still post here? I just went to my settings to turn on dead posts.

I saw a couple of dead comments from him here on HN earlier today or yesterday evening actually. First time in a long while I'd come across his comment so that was kind of random.

Edit: The comments were posted 6 hours ago, check his user page https://news.ycombinator.com/threads?id=TempleOS

Re: HolyJit: A New Hope

#124
post #98
post #92

Earlier quoted context omitted.

in a lot of places (if you are not a developer) everything non-work related is blocked. It's stupid, but i've seen this often with friends.

> everything non-work related is blocked. It's stupid Why is it stupid?

I once had to fight with IT to unblock MSDN, and we were a Microsoft dev shop. Glad I do not work their anymore.

Re: HolyJit: A New Hope

#125
post #108

Earlier quoted context omitted.

I hope they are paying you very well.

Government site. They aren't paying James well. Added: if you think I'm joking or being unfair, just look at the compensation tables for just about any government outfit. They top out around a salary that is considered average for software folks in some places.

I know that that is typical, but there are exceptions, and if you work for the right agency you can be paid well, so I don't want to make any assumptions.

If he's not paid well then I hope he realizes that by merely being aware of HN and GitHub puts him in the top 10% of developers and he can do a lot better than working at a place that restricts his ability to educate himself.

Re: HolyJit: A New Hope

#126
For those wondering, it's a specializer, applied to an interpreter, to specialize the interpreter into a jit.

This is a pretty well explored technique, it's rarely done these days because historically, people could not get good enough performance.

(I am not trying to knock them, just put it in context)

For more context on how you'd do something like this, read this:

https://en.wikipedia.org/wiki/Partial_evaluation#Futamura_pr... and http://blog.sigfpe.com/2009/05/three-projections-of-doctor-f...

Re: HolyJit: A New Hope

#128

For those wondering, it's a specializer, applied to an interpreter, to specialize the interpreter into a jit. This is a pretty well explored technique, it's rarely done these days because historically, people could not get good enough performance. (I am not trying to knock them, just put it in context) For more context on how you'd do something like this, read this: https://en.wikipedia.org/wiki/Partial_evaluation#Fu…

Isn't this what pypy does? pypy does the specialization at runtime, maybe this does it at (interpreter) compile time?

Re: HolyJit: A New Hope

#129
post #98

Earlier quoted context omitted.

> everything non-work related is blocked. It's stupid Why is it stupid?

I once had to fight with IT to unblock MSDN, and we were a Microsoft dev shop. Glad I do not work their anymore.

That sounds bad enough. Whitelisting sites on demand should be a simple matter.

Re: HolyJit: A New Hope

#130
post #58

Earlier quoted context omitted.

It could also be a play on the phrase "Holy shit!"

Both the reference to the GraalVM and a pun are intentional.

Maybe make its slogan: "HolyJit, it's fast!" -- with the double meaning and all.
Post reply on HN