home.social

#serialization — Public Fediverse posts

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

  1. Anyone have experience with creating serial numbers/UUIDs/similar unique identifiers? I'm working to half design, half reverse engineer such a system and I'd love to get insight from those with more experience on what best practices there are.

    Its for a specific use case and setting, but I'd be curious to hear a variety of applications as well to help broaden the perspective

    #askfedi #serialization #uuid #question

  2. Anyone have experience with creating serial numbers/UUIDs/similar unique identifiers? I'm working to half design, half reverse engineer such a system and I'd love to get insight from those with more experience on what best practices there are.

    Its for a specific use case and setting, but I'd be curious to hear a variety of applications as well to help broaden the perspective

    #askfedi #serialization #uuid #question

  3. Anyone have experience with creating serial numbers/UUIDs/similar unique identifiers? I'm working to half design, half reverse engineer such a system and I'd love to get insight from those with more experience on what best practices there are.

    Its for a specific use case and setting, but I'd be curious to hear a variety of applications as well to help broaden the perspective

    #askfedi #serialization #uuid #question

  4. Anyone have experience with creating serial numbers/UUIDs/similar unique identifiers? I'm working to half design, half reverse engineer such a system and I'd love to get insight from those with more experience on what best practices there are.

    Its for a specific use case and setting, but I'd be curious to hear a variety of applications as well to help broaden the perspective

    #askfedi #serialization #uuid #question

  5. Anyone have experience with creating serial numbers/UUIDs/similar unique identifiers? I'm working to half design, half reverse engineer such a system and I'd love to get insight from those with more experience on what best practices there are.

    Its for a specific use case and setting, but I'd be curious to hear a variety of applications as well to help broaden the perspective

    #askfedi #serialization #uuid #question

  6. People keep reinventing serialisation, generally badly. A year ago I proposed my own as a joke:

    wiesmann.codiferes.net/wordpre

    What I find fascinating, is that I keep seing proposals which are probably worse…

    #serisalisation #json #cbor #serialization

  7. What's a good to serialize simple structured in an efficient way?

    I'm thinking about some binary encoding. Also, .1 because it natively uses integers, not just strings. Is the packed representation (PER) widely supported?

    The data will be a bunch of interleaved time series streams, so variable field lengths could be a big win.

    Is there a format for stuff like that?

    's EBML? Only I'd have to hack the schema in.

  8. Кастомная сериализация с помощью kotlinx.serialization

    Привет, Хабр! Меня зовут Антон Николаев, я senior android-разработчик в Okko, работаю в команде «Молодость» — занимаюсь мультипрофилем и всем, что связано с детским контентом. Сегодня расскажу о JSON Schema и как мы используем эту спецификацию на проекте, а также о библиотеке kotlinx.serialization и том, как она упростила нам работу со схемами. Статья будет полезна разработчикам, которые интересуются библиотекой kotlinx.serialization и хотят глубже узнать её устройство. В ней обсудим: Что такое JSON Schema

    habr.com/ru/companies/okko/art

    #android #serialization #kotlin #okko

  9. 🤦‍♂️ Someone thought it was a good idea to mix Rust's crusty rigor with Python's whimsical magic, using #Serde as the glue. Because nothing screams 'user-friendly' like making #Rust dance to Python's tune through a #serialization library! 🎻✨
    ohadravid.github.io/posts/2025 #Python #programming #userfriendly #HackerNews #ngated

  10. I've just tagged a new release of Crell/Serde, version 1.2.

    This release includes support for Unix timestamps, makes TypeFields more flexible and customizable, and fixes an issue with handling null values. Note that the latter fix has a very small BC break that only impacts a select number of custom Importers, so odds are you won't notice.

    Get it while it's hot!

    github.com/Crell/Serde

    #Serde #Serialization #PHP #Programming