Viewing profile — libre-man
libre-man
HN member- Joined
- Mon, Jan 16, 2017, 1:07 AM UTC
- HN karma
- 10
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About libre-man
No profile information was provided.
Recent public activity
-
comment
Comment #47314799
Don't know if others have this issue, but for me I can't scroll on Firefox.
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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.
- story
-
comment
Comment #16921839
So that the files can be downloaded before the html is parsed if I recall correctly.
-
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 …
-
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'…
-
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…
-
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…