Live data from Hacker News

Viewing profile — libre-man

libre-man

HN member
Joined
Mon, Jan 16, 2017, 1:07 AM UTC
HN karma
10
Public activity
13 items

About libre-man

No profile information was provided.

Recent public activity

  1. comment
    Comment #47314799

    Don't know if others have this issue, but for me I can't scroll on Firefox.

  2. comment
    Comment #45502179

    CodeGrade | Full-Stack Software Engineer | Amsterdam (Hybrid) or Remote (Europe & Asia) | Full-Time | https://codegrade.com We're building the all-in-one platform for coding educat…

  3. comment
    Comment #39837669

    Honestly I agree that structural diffs don't solve a problem for me either. I care about formatting too much to only want to rely on them. I was just replying that if you want to n…

  4. comment
    Comment #39790364

    What you want to determine this is not an AST, you want a Program Dependence Graph (PDG), which does encode this information. Creating them is not close to as simple as creating a …

  5. comment
    Comment #26661926

    CodeGrade | Software Developer | Amsterdam, The Netherlands | Full Time | Onsite CodeGrade is improving coding education, by giving teachers better tools so that they can provide m…

  6. comment
    Comment #26307546

    CodeGrade | Software Developer | Amsterdam, The Netherlands | Full Time | Onsite CodeGrade is improving coding education, by giving teachers better tools so that they can provide m…

  7. story
    GitHub Actions Down

    Is GitHub Actions down for anybody else too? No runs are starting here. There seems some chatter on Twitter but not much. Edit: Their status page is now also showing an outage.

  8. story
  9. comment
    Comment #16921839

    So that the files can be downloaded before the html is parsed if I recall correctly.

  10. comment
    Comment #16623608

    We wouldn't except it if people got killed by selling them poisoned food, at least not where I'm from. Plane crashes are investigated and licenses are suspended and blacklists are …

  11. comment
    Comment #16623486

    Wat a completely terrible thing to say. This isn't about saving a life, this is about not killing somebody. Just because a company like Uber thinks it can make a lot of money doen'…

  12. comment
    Comment #14226209

    Of course you need to drop to some sort of non GC language, or you would need a hardware GC. However look at Iota [0], that can compile LLVM to Common Lisp. So you can run GC and n…

  13. comment
    Comment #14189048

    I tested Common Lisp. SBCL seems to be exponential while Clozure CL is not. However it should be noted that it is non portable to do globbing in Common Lisp, so I expect most users…