Live data from Hacker News

Viewing profile — ingy

ingy

HN member
Joined
Mon, Feb 24, 2014, 9:00 PM UTC
HN karma
20
Public activity
8 items

About ingy

No profile information was provided.

Recent public activity

  1. comment
    Comment #48079190

    https://github.com/gloathub/glojure is the actively maintained fork.

  2. comment
    Comment #48079017

    Try out this Wasm browser REPL https://gloathub.org/repl/ Gloat is a Glojure AOT automation tool. I worked with James Hamlin to get Glojure AOT going last summer and have been movi…

  3. comment
    Comment #30062858

    > "YAML documents can't start with a tab while JSON documents can, making JSON not a strict subset of YAML" But YAML can start with tabs. Tabs are allowed as separating whitespace …

  4. comment
    Comment #30062570

    This is completely valid YAML. YAML does not allow tabs in indentation, but the tabs in your example are not indentation according to the YAML spec productions. You can see it clea…

  5. comment
    Comment #30061495

    I'm one of the authors of the YAML specification. https://yaml.org/spec/1.2.2/ To date we honestly have not identified a case where where valid JSON is not valid YAML 1.2. If anyon…

  6. story
  7. comment
    Comment #7385789

    You may want to take a look at https://github.com/ingydotnet/git-subrepo#readme (and join #git-commands on freenode).

  8. comment
    Comment #7293570

    Serendipitously, I've been working on a new Git command called `git-subrepo` for the last 3 months that deals with all these concerns and more. The command became fully usable abou…