Apache Fury (incubating)
Apache Fury (incubating)
Seems a first step is almost done, adding #JSON support to my #poser lib. This could be the foundation for #JWT support in #swad. ๐
Need to do more thorough testing I guess, but at least the two example documents from #rfc8259 work fine ... the test tool does a full #deserialization / #serialization roundtrip (with specific internal representations of the data types supported by JSON).
edit: Look at the "Longitude" value of the second object in the second example ๐ I only noticed myself right now, but of course that's the desired behavior.
๐คฆโโ๏ธ 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! ๐ปโจ
https://ohadravid.github.io/posts/2025-05-serde-reflect/ #Python #programming #userfriendly #HackerNews #ngated
The grumpy serialisation format
Kotlinx.serialization 1.8.1 is here! ๐ This update brings improved Protobuf support, better handling of nullable types, and key bug fixes.
#AndroidDev #Android #Kotlin #Serialization
๐ Release notes
https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.8.1
Msgpack23 โ A modern, header-only C++ library for MessagePack (de)serialization
https://github.com/rwindegger/msgpack23
#HackerNews #Msgpack23 #MessagePack #C++ #Serialization #HeaderOnlyLibrary
Hexi, modern header-only network binary serialisation for C++ hackers
https://github.com/EmberEmu/Hexi
#HackerNews #Hexi #C++ #Serialization #Network #Binary #HackerNews #EmberEmu
A numeric field in a web API request can be changed to a string without breaking existing REST clients
https://www.damirscorner.com/blog/posts/20250228-ApiCompatibleDataTypeChange.html
Aerospike says it has achieved a milestone in NoSQL OLTP performance - SiliconANGLE https://siliconangle.com/2025/02/05/aerospike-says-achieved-milestone-nosql-oltp-performance/ #database #NoSQL #ACID #serialization
The Dark Arts of Self-Writing Code: A Journey from DOS to .NET Sorcery
#metaprogramming #dotnet #CSharp #reflection #MSDOS #programmingJourney #codingHistory #softwareDevelopment #TurboPascal #Cplusplus #automation #scripting #batchFiles #AUTOEXECBAT #DOSCommands #expressionTrees #objectConjuring #performanceOptimization #dependencyInjection #entityFramework #serialization #unitTesting #digitalSorcery #advancedProgrammingConcepts #securityInCoding #softwareFrameworks
The Dark Arts of Self-Writing Code: A Journey from DOS to .NET Sorcery
#metaprogramming #dotnet #CSharp #reflection #MSDOS #programmingJourney #codingHistory #softwareDevelopment #TurboPascal #Cplusplus #automation #scripting #batchFiles #AUTOEXECBAT #DOSCommands #expressionTrees #objectConjuring #performanceOptimization #dependencyInjection #entityFramework #serialization #unitTesting #digitalSorcery #advancedProgrammingConcepts
Kotlin Serialization 1.8.0 has been released!
Announcing JDeck, a small System.Text.Json F# wrapper for manual decoding in those cases where the automatic nature of the built-in serializer from the dotnet base class library is not enough!
#dotnet #fsharp #json #buildinpublic #serialization #decoding
Team ReadWriteWeb attends SXSW 2011 in Austin. We host a BBQ for our sponsors, I meet Sarah and Seamus for the first time, and the RWW management team addresses writer concerns. (part 057 of my Web 2.0 memoir) https://cybercultural.com/p/057-sxsw-2011/ #InternetHistory #Web20 #Serialization
For the F# code of today, let's wrap a websocket connection in an IObservable<T> Personally, I don't like fire and forget async things, but I kind of wanted just to get it out I'll figure out later when I clearly need to change this, and I won't be able ๐
#dotnet #fsharp #bluesky #websockets #serialization #json #async #observables #observable
As we continue to grow ReadWriteWeb over the second half of 2010, I struggle with our inability to hire US writers full-time because itโs a non-US company. This creates unease amongst our bloggers. https://cybercultural.com/p/055-rww-expansion-2010/ (part 055 of my serialized Web 2.0 memoir) #InternetHistory #Serialization
On the first anniversary of launching my serialized book, I reflect on what I've learned โ including the pros and cons of my pivot from Substack newsletter to indie website. https://cybercultural.com/p/online-serialization-thoughts/ #Serialization #InternetHistory #IndieWebsites
Pythonistas, any recommendation of serialization library to convert objects to dicts an vice-versa? I've used Marshmallow for many years, but wondering if there is something else out there that I am missing.
(Not to/from JSON, but dicts)