Live data from Hacker News

Viewing profile — RyanSquared

RyanSquared

HN member
Joined
Mon, May 29, 2017, 9:46 PM UTC
HN karma
25
Public activity
9 items

About RyanSquared

No profile information was provided.

Recent public activity

  1. comment
    Comment #48581520

    Time and date are... tolerable. There's SOURCE_DATE_EPOCH which should always be set to whack it into submission when used. ASLR of the _compiler being invoked_ resulting in a diff…

  2. comment
    Comment #47708742

    crev is on the StageX team's radar, and is rather close to ideal, but falls short in some aspects I don't recall at this point.

  3. comment
    Comment #47708684

    Once we have better support for multiarch in stagex, since StageX is distributed as OCI images, you could just replace your existing Dockerfile bases with stagex.

  4. story
  5. comment
  6. comment
    Comment #14441823

    > I would rather provide conclusive proof, like some side to side comparison of features to illustrate how idiomatic MoonScript is supposedly friendlier than Lua. In the reference …

  7. comment
    Comment #14441720

    I find it's used a lot in places you wouldn't expect. I found it used in a car radio, the modem used in my house, and a few other places. It's lightweight if you want to use it on …

  8. comment
    Comment #14441675

    This is basically Lua, excluding type annotations. Lua's form of OOP is very strange in that methods aren't bound to a parent context, but instead take the object as a value. For e…

  9. comment
    Comment #14441643

    That is correct. It's also done dynamically so you don't have any external dependencies required when transpiling to Lua code. EDIT: I am not saying this is better - it could certa…