what data serialization formats do you like? yaml? toml? json?

what data serialization formats do you like?
yaml? toml? json?

  1. 3 weeks ago
    Anonymous

    What the fuck

  2. 3 weeks ago
    Anonymous

    >data serialization
    MsgPack or Protobuf

    yaml, toml, json are not serialization formats.

  3. 3 weeks ago
    Anonymous

    protobuf

  4. 3 weeks ago
    Anonymous

    /misc/ has rotted my brain because my first thought it looked like a merchant..

    • 3 weeks ago
      Anonymous

      you're seeing things that aren't there. stop noticing things.

  5. 3 weeks ago
    Anonymous

    I fell for the Clojure meme, so I use .edn for everything now

    • 3 weeks ago
      Anonymous

      That's a nice color scheme, mind sharing the palette?

      • 3 weeks ago
        Anonymous

        https://github.com/doomemacs/themes/blob/master/themes/doom-outrun-electric-theme.el

  6. 3 weeks ago
    Anonymous

    Unironically, FASTA, the >memetext format.

  7. 3 weeks ago
    Anonymous

    yaml for input/read and json for else

  8. 3 weeks ago
    Anonymous

    .env or ini

  9. 3 weeks ago
    Anonymous

    custom, optimized for the task at hand

  10. 3 weeks ago
    Anonymous

    I like yaml because I can easily pull shit from it with awk

    • 3 weeks ago
      Anonymous

      joke's on you, it was modelled on perl's core data types

      • 3 weeks ago
        Anonymous

        I know

  11. 3 weeks ago
    Anonymous

    I prefer XML sirs, btw Im indian how could you tell?

  12. 3 weeks ago
    Anonymous

    Unironically XML.
    >easy to validate with XSD
    >mature, robust ecosystem of standards around it (XPath, XQuery, XSLT, etc.)
    >supports comments
    >supports literal data (via CDATA) when escaping shit would be inconvenient
    >can represent DAGs or even arbitrary graph structures w/ idrefs -- the other formats (yaml/toml/json) can only represent tree data
    >choice between modeling something as attribute or child nodes
    >namespaces
    >self-describing (DOCTYPEs, charset declarations, schema references, etc.)

  13. 3 weeks ago
    Anonymous

    serialization is for plebs, memcpy and cast from void like a man

  14. 3 weeks ago
    Anonymous

    The only human-readable serialization format I can stand is CSV

  15. 3 weeks ago
    Anonymous

    I fucking hate YAML with all my heart. It's the most disgusting, useless piece of shit ever.

    I normally use JSON.

  16. 3 weeks ago
    Anonymous

    Serializable

  17. 3 weeks ago
    Anonymous

    Raw PHP associative array code

  18. 3 weeks ago
    Anonymous

    Json

  19. 3 weeks ago
    Anonymous

    i dont care, serde is doing the work noob

  20. 3 weeks ago
    Anonymous

    raw structs like every white male should

Your email address will not be published. Required fields are marked *