Viewing profile — djedr
djedr
HN member- Joined
- Mon, Jan 02, 2017, 6:25 PM UTC
- HN karma
- 191
- Public activity
- 148 items
- HN profile
- View on Hacker News ↗
About djedr
Recent public activity
-
comment
Comment #39907039
Location: Poland Remote: yes Willing to relocate: no Technologies: JavaScript, TypeScript, HTML, CSS, Scala, open to learning something new, e.g. about AI, ML, LLMs Résumé/CV: http…
-
comment
Comment #39907037
SEEKING WORK Location: Poland Remote: yes Willing to relocate: no Technologies: JavaScript, TypeScript, HTML, CSS, Scala, open to learning something new, e.g. about AI, ML, LLMs Ré…
-
comment
Comment #39566046
SEEKING WORK Location: Łódź, Poland Remote: yes Willing to relocate: no Technologies: open to learning, most comfortable with JavaScript, TypeScript, HTML, CSS, maybe Scala; detail…
-
comment
Comment #39566030
Location: Łódź, Poland Remote: yes Willing to relocate: no Technologies: open to learning, most comfortable with JavaScript, TypeScript, HTML, CSS, maybe Scala; details in resume R…
-
comment
Comment #39236120
SEEKING WORK Location: Łódź, Poland Remote: yes Willing to relocate: rather not Technologies: open to learning, most comfortable with JavaScript & relateds; details in resume Résum…
-
comment
Comment #39235897
Location: Łódź, Poland Remote: yes Willing to relocate: rather not Technologies: open to learning, most comfortable with JavaScript & relateds; details in resume Résumé/CV: https:/…
-
comment
Comment #38524665
For any lurkers out there, I just created/published the next, even more extreme iteration of this called λDNA: https://xtao.org/blog/ldna.html Enjoy.
-
comment
Comment #38492607
Made this last year, inspired by @jart's SectorLambda[0] implementation of @tromp's Binary Lambda Calculus[1]. Since then I had an idea of how to translate the language into a 5-in…
- story
-
comment
Comment #37946117
> offering more evidence for the theory that life on Earth was seeded from outer space. This hypothesis seems to be getting more and more traction. There is an excellent recent vid…
-
comment
Comment #37864311
fitzJSON: a JSON-compatible format optimized for configuration. https://github.com/xtao-org/fitzjson
-
comment
Comment #37208117
Another revelation: lambda calculus can be reduced down to 4 primitive operations[0]. I had this revelation after a pilgrimage into the land of Binary Lambda Calculus[1], a binary …
- story
-
comment
Comment #36598228
Thanks! :)
-
comment
Comment #36593325
https://djedr.github.io/writing.html and https://xtao.org/blog.html Mostly technical writing about programming [languages] and my projects. Most popular posts: * Introducing Jevko:…
-
comment
Comment #36593250
I suppose a bit of both. I was more directly inspired by Lisps, but I do prefer the original M-expressions and the syntactic choices that REBOL and Red make. I think placing the op…
-
comment
Comment #36592770
This is one thing I designed Jevko[0][1] for. If you have an idea for a format or a language and would like to quickly start hacking on the layer above the syntax, Jevko is an opti…
-
comment
Comment #35676647
What if we could have minimal redundancy and still be capable of error detection? Check this[0] out: [ id [0003] type [donut] name [Old Fashioned] ppu [0.55] batters [ batter [ [ i…
-
comment
Comment #35675811
As long as we are on topic of JSON alternatives suitable for configuration, I've been tinkering with various minimal syntaxes and formats for a long time, most notably Jevko[0]. On…
-
comment
Comment #35470411
> With XML, the complexity is the baseline, and it only goes up from there. With JSON, the complexity is just an option, the baseline is pretty simple. Very well put. And we could …
-
comment
Comment #35141177
I replied in Markdown here: https://gist.github.com/djedr/4ae1373faa7d43f359a2a245132341...
-
comment
Comment #35127668
Hey, just want to say that BLC is a remarkable artifact -- to me it's an art piece in computational minimalism. I actually got so obsessed with it last year that I worked out a var…
-
comment
Comment #34564340
The article mentions SICP aka the wizard book. In it, there are a lot of metaphors pertaining to magic and spirits, which IMO makes the book much better than if they weren't there.…
- story
-
comment
Comment #33460726
Yes, in Elm or Lisp this would be problematic. In this syntax though it isn't. Anything between brackets like this: [foo bar baz] that does not contain any nested brackets is a sim…