home.social

#jevko — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #jevko, aggregated by home.social.

  1. Jevko Vision: Total Intercommunication Of All Software Systems

    This describes the vision behind Jevko, as formulated around 2021, and revised afterwards.

    Syntax is so ubiquitous in software that it is taken for granted and often overlooked. Optimizing it is, for many reasons, not a very popular topic.

    jevko.org/vision.html

    #jevko #vision #software #syntax #minimal #optimizing

  2. Jevko for Large Language Models

    xtao.org/blog/jevko4llm.html

    I’ve been learning about LLMs a bit. After watching a recent video about LLM tokenization by Andrej Karpathy a thought appeared in my mind.

    Namely: I think it might be promising to investigate Jevko-based formats as an efficient (cheap in terms of tokens) alternative to JSON/YAML/etc. for interacting with LLMs in a structured way...

    #AI #LLM #Jevko #JSON #YAML #efficient #tokens #tokenization #structured

  3. I think #Jevko / #JDAML is pretty perfect for rapidly exploring stuff like this and I think #Znatchke + #JS can grow to be a viable document format.

    I'd love to #research this stuff further. Now all I need is #funding... Fortunately, that's easy to get, especially in this #niche. You wouldn't believe how many zeroes are on the sum of #money I've gotten over the years of working on this stuff. Hint: it's a single-digit number.

    So anyway, anybody want to buy me a #coffee or something yet? :D

  4. Here is the rest of the demo and the output.

    NB this prototype is implemented with surprisingly little code. I am not even using a #JS #parser here. Just translating the syntax tree to valid JS and calling eval to get a static tree which is then ran thru a #Znatchke to #HTML converter and rendered.

    All possible thanks to the minimal nature of #Jevko -- it just doesn't get in the way. Which is just perfect for #prototyping!

  5. Anyway for now this is it. Hope you have #fun with #Jevko and #JDAML and let me know if you find any #bugs or have any #feedback.

    Happy #2024!

  6. BTW jevko.github.io/ is now a mirror of jevko.org

    In fact right now it contains the #future #refreshed version of jevko.org which hopefully does a better job at describing #Jevko.

    It also features #JDAML and I put a draft specification for Jevko #extensions there:

    jevko.github.io/extensions.htm

    (most importantly for #Markdown-like fenced text)

    This new Jevko website should be live soon after the #2023 calendar goes into the ♻️ 🗑️ .

  7. Working on a #new #jevko #format #codename #JDAML.

    Kinda like #XML, but much more #flexible -- works equally well for #data, #configuration, and #markup.

    What do you think? Is it readable?

  8. this variant implementation is also whitespace-aware and trims text outside of heredocs -- useful for implementing data formats on top of it

    #jevko #minimal #syntax #heredoc