home.social

#jevko — Public Fediverse posts

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

fetched live
  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. I had an idea to combine #Jevko and #ActivityPub and turned it into a grant proposal:

    jevko.org/activitypub.html

    What do you think, #Fediverse people?

  3. 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

  4. Meditating on the Wizard Book and language design

    xtao.org/blog/wizardlang.html

    At the beginning of 2023 I came up with an idea of hand-translating code from the Wizard Book into a semi-imaginary programming language based on Jevko.

    #Meditating #Wizard #Book #WizardBook #language #design #idea #translating #code #programming #language #Jevko #SICP #exercise

  5. 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

  6. 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!

  7. 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!

  8. 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 ♻️ 🗑️ .

  9. Here is a little something a #Jevko supporter made. A little late, but still. 😄

  10. Was able to bring up #Jevko in a conversation today 🥳

  11. 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?

  12. You know what Jevko is exceptionally good for? Manual editing.

    There is no redundant characters to look at or type. Just square brackets to build hierarchy.

    Square brackets are the best, because unlike other types of brackets, you don't have to hold shift to enter them on a typical keyboard.

    They are also relatively rare in text, which minimizes the need for escaping.

    #jevko #minimal #syntax

  13. 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

  14. bjevko: a new binary variant of Jevko optimized for simple parsing is 19 lines of python code:

    github.com/jevko/bjevko/blob/m

    spec draft here:

    github.com/jevko/bjevko/blob/m

    also outlined there is an ultra-compact variant, possibly typed;

    #jevko #minimal #syntax #binary

  15. Daily #jevko-as-code snippet.

    Translated from SICP, page 7.

  16. A belated official announcement:

    If the gods of software allow, #Jevko will be at #FOSDEM on Sunday, and maybe a bit of Saturday to trade stickers and see what's happening in the FOSS world.

    Exciting!

  17. Hoping that the new #Jevko stickers will be delivered in time for #FOSDEM.

  18. @bagder I'll trade you #Jevko stickers for #curl stickers, how's that? Guarantee you these are extremely rare items! ;D

  19. The recent article by Ruud van Asseldonk "The yaml document from hell"[0] that was linked by Tim Bray here on Mastodon[1] gave me an idea for an article:

    What would happen if we translated the pieces of YAML in that article into Jevko and compared the result?

    I started drafting it here: github.com/jevko/writing/blob/

    What do you think?

    [0] ruudvanasseldonk.com/2023/01/1
    [1] hachyderm.io/@timbray/10968443

    #jevko #minimal #syntax #article #yaml #comparison

  20. Jevko comes from the place of radically minimalist thinking, where maximum simplicity is the goal.

    One way to move towards that goal is identifying inessential complexity and removing it.

    Achieving maximum simplicity at the level of fundamental building blocks shall lead to similarly simpler designs: the simplicity propagates.

    Less inessential complexity opens up space, potential energy in the system, to be utilized when needed.

    When not needed, just chill.

    #jevko #minimalism #chill