Erster Einblick: Neue Emojis im Unicode 17.0 Update ab Herbst 2025
Am 17. Juli, dem internationalen Tag der Emojis, stellt das Unicode-Konsortium traditionell neue Zeichen vor. In diesem Jahr gab die Organisation bekannt, welche Symbole Du ab H
https://www.apfeltalk.de/magazin/news/erster-einblick-neue-emojis-im-unicode-17-0-update-ab-herbst-2025/
#News #Tellerrand #DigitaleKommunikation #EmojiEinfhrung #EmojiUpdate #Emojis #SoftwareStandards #Symbolsprache #TechnischeUpdates #Unicode170
Erster Einblick: Neue Emojis im Unicode 17.0 Update ab Herbst 2025

Das Unicode-Konsortium hat die neuen Emojis für den Herbst 2025 vorgestellt. Bis diese auf den Geräten landen dauert es aber noch.

Apfeltalk Magazin
Re-basing webfinger-rs on fluent-uri-rs

My webfinger-rs project implements the WebFinger RFC 7033 which is defined in terms of the Uniform Resource Identifier (URI): Generic Syn...

underlap
Process algebra and JSONPath descendant segment semantics

One question the JSONPath Working Group had to wrestle with in specifying RFC 9535 was how much non-determinism to allow in the semantics...

underlap

Non-deterministic behaviour in a specification can be a headache for testing. This updated post explores the non-determinism in the JSONPath RFC 9535, describes how the Compliance Test Suite is being upgraded to deal with non-determinism, and shows how non-deterministic tests can be generated automatically. There's also an "explosive" challenge for Haskell programmers.

https://underlap.org/testing-non-determinism

#Haskell #SoftwareTesting #SoftwareStandards #PerformanceOptimisation

Testing non-deterministic behaviour

Non-deterministic behaviour in a specification can be a headache for testing. This post explores the non-determinism in the JSONPath RFC ...

underlap

The IETF have kindly cross-posted a minor variation of my post to their blog: https://www.ietf.org/blog/jsonpath-rfc/

#IETF #RFC9535 #JSONPath #SoftwareStandards

JSONPath: from blog post to RFC in 17 years

IETF

The JSONPath RFC 9535 has been published.

https://www.rfc-editor.org/rfc/rfc9535.html

That was 17 years since the original JSONPath blog post and a little over three years since a number of us started collaborating on an internet draft.

Read the full story from my perspective here: https://underlap.org/jsonpath-from-blog-post-to-rfc-in-17-years

#SoftwareStandards #IETF #JSONPath #RFC9535

RFC 9535: JSONPath: Query Expressions for JSON

JSONPath defines a string syntax for selecting and extracting JSON (RFC 8259) values from within a given JSON value.