HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hr0m

no profile record

Submissions

Building the fastest Lua interpreter automatically

sillycross.github.io
571 points·by hr0m·há 4 anos·109 comments

comments

hr0m
·há 2 anos·discuss
Wait, I know the author and will share the link so he can join here.
hr0m
·há 2 anos·discuss
History of everything. But this is more of a fast talking podcast
hr0m
·há 2 anos·discuss
Ha, a proof that by watching YouTube videos you learn something. This was covered by one of my favorite series on YouTube. Here is the particular video: https://www.youtube.com/watch?v=fD-R35DSSZY
hr0m
·há 3 anos·discuss
Offtopic: You could try ulisp[1] for an interactive Arduino development experience. [1]: http://www.ulisp.com/
hr0m
·há 4 anos·discuss
I have nothing to do with web development but the YouTube channel fireship is great. Funny and informative.
hr0m
·há 4 anos·discuss
I am looking for the same thing. A colleague has recommended mailbox.org
hr0m
·há 4 anos·discuss
This looks really nice. I'll try that out. Do you know more similar games? I.e. where the choice of the programming language is done by the player?
hr0m
·há 5 anos·discuss
I love the UI. Functional, simple, makes me look like a hoodie wearing hacker with gloves.
hr0m
·há 5 anos·discuss
I can confirm all of it for Germany as well (except the Italian serpentine road synchronization hack).

I flash lights for oncoming traffics because of danger or police checks.

I flash warning lights (or raise right hand) for thank you. Others do as well (especially buses, when you let them out of the bus stop, since in Germany they don't have the right of passage leaving a bus stop)

I learned that truck drivers (and buses) flash left, when it's not safe to overtake.

There are also some official rules regarding bus flashing at a bus stop (right, warning). But most of drivers ignore that.
hr0m
·há 5 anos·discuss
We use Intel Compiler mainly on supercomputers with Intel CPUs. IT can produce faster code. However it is not great to work with it. It lacks features of the newer standard and it is really slow. Usually we develop with clang or GCC and then we go on the cluster.