RE: https://oldbytes.space/@drscriptt/116260102298036280
The fact that this is an SVG tickles my newfound interest in #XML.
😈
RE: https://oldbytes.space/@drscriptt/116260102298036280
The fact that this is an SVG tickles my newfound interest in #XML.
😈
CVE Alert: CVE-2006-10002 - TODDR - XML::Parser - https://www.redpacketsecurity.com/cve-alert-cve-2006-10002-toddr-xml-parser/
#OSINT #ThreatIntel #CyberSecurity #cve-2006-10002 #toddr #xml-parser
What's a good #format to serialize simple structured #data in an efficient way?
I'm thinking about some binary #XML encoding. Also, #ASN.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?
#Matroska's EBML? Only I'd have to hack the schema in.
🚀 ImagePickerAndroid
Simple & powerful image/video picker for your apps 📱
✔️ Multi-image (up to 9)
✔️ Camera & video support
✔️ Base64 + resizing
✔️ XML & Compose ready
🔗 https://github.com/NicosNicolaou16/ImagePickerAndroid
⭐ Star & contribute!
Angefangen hat alles 1980. Seit 1990 selbstständig
Schnittstellen
#RS_232
#RS_422
#RS_485
#Ethernet
#WLAN
#Bluetooth
Protokolle
#Seriell
#LocalTalk
#EtherTalk
#TCP_IP
#UDP_IP
#CAN
#Modbus
#MIDI
#MQTT
Sprachen
#BASICA
#GW_Basic
#Pascal
#Delphi
#Modula_2
Formate
#File
#XML
#NMEA
#SMTP
#Syslog
Anwendungen
#TurboPascal
#Delphi
#Quark_XPress
#FileMaker
#Sketchup
Systeme
#PC_DOS
#MS_DOS
#Windows
#Macintosh
#macOS
Hardware
#IBM_PC
#IBM_AT
#Apple_SE30
#Apple_Macintosh_II_ci
#Apple_iMac
Blog alert!
This time, a way to handle arrays that only have one element in KQL. A follow-up to the previous blog on XML and JSON.
#MicrosoftFabric
#ADX
#Kusto
#KQL
#JSON
#XML
#DataEngineer
http://sqlreitse.com/2026/03/17/microsoft-realtime-intelligence-the-array-that-wasnt/
XML Typst. An experiment in typsetting from XML with Typst. #XML #MarkupMonday #HTML #DocBook #XProc
I’ve seen #XML based formats used in multiple domains for display markup. And I always wondered: why not just use #HTML? In many of these cases HTML would work as well as the custom solution. You can restrict allowed HTML if you don’t want to bring in a full browser!
The only exception I can think of was that game company test assignment with their custom XML format resembling HTML 3.2 table markup, but with significant domain-specific conveniences, e.g. grid-like boxes that are usually achieved through #CSS (grid, flexbox, masonry) on Web Platform.
Still, re-inventing HTML is almost always a bad idea. Because this re-invention is a custom unfamiliar language that needs continuous maintenance and learning.