Viewing profile — XJ6w9dTdM
XJ6w9dTdM
HN member- Joined
- Thu, Jan 01, 2026, 1:33 AM UTC
- HN karma
- 27
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About XJ6w9dTdM
No profile information was provided.
Recent public activity
-
comment
Comment #48948590
I do something similar, embed large compressed data blocks as Lua string literals in some project, and I've just given up and used lua_string_literal = string.format("%q", compress…
-
comment
Comment #48777454
To push the trail metaphor further, every summer I visit a particular national park. One of my favorite trails there was the main route through the forest, which also served as a s…
-
comment
Comment #47290243
Yeah and using combobulate feels so natural, I just wish it was easier to add support for other languages. In addition to the navigation, and simple edits (e.g. M-k kills node) you…
-
comment
Comment #46843533
I was very surprised to see the results for common lisp. As I scrolled down I just figured that the language was not included until I saw it down there. I would have guessed SBCL t…
-
comment
Comment #46450459
Exactly yes, that's what I was going to comment. You sometimes need to debug at every layers. All abstractions end up leaking in some way. It's often worth it, but it does not save…