#cli: extract structure from a blob of #json data

cat very-large-file.jsonl | jq -r 'paths(scalars) | map(tostring) | join(".")' | perl -ne 's/[.][0-9]+(?=[.]|$)/.[]/g; print' | python -c $'import sys\na=set()\nfor l in iter(sys.stdin.readline, ""):\n if l in a: continue\n sys.stdout.write(l)\n a.add(l)' > schema-like.txt

Capitalism is turning the world into a hijacked JSON document!?

In my latest post I explore how market captialism, like a computer network, is an open system whose users, resources, protocols, and infrastructure can be "hacked."

https://misaligned.markets/capitalism-as-a-stack/

#capitalism #json #econ #law #cybersecurity

Capitalism runs like a computer (and it's being hacked)

Like computer networks, market capitalism rewards actors that exploit gaps created by system and user behavior.

Misaligned Markets

Пишем потоковый коррелятор событий безопасности на Golang

Разбираемся в принципе работы Logreact — самописного коррелятора событий безопасности на языке Golang

https://habr.com/ru/articles/937640/

#Коррелятор #Golang #json #иб #сервисы

Пишем потоковый коррелятор событий безопасности на Golang

Спустя более полугода разработки коррелятора, появилась идея отправить в свободное плавание данный проект в связи с большими временными затратами. В данной статье постараюсь заинтересовать читателя...

Хабр

Graphical #JSON expression design and editing with JSONCrack

https://jsoncrack.com/

online and #vscode

Dispositio, une bibliothèque Shell POSIX pour afficher des tables de données - LinuxFr.org

L’actualité du logiciel libre et des sujets voisins (DIY, Open Hardware, Open Data, les Communs, etc.), sur un site francophone contributif géré par une équipe bénévole par et pour des libristes enthousiastes

Had a nice battle with JSON today.
I didn't win, but I'm still standing.

Imma knock its ass out tomorrow.

#JSON
#SQL

🟪 Dynamic SmartArt in SharePoint Lists

Watch Chris Kent’s demo on converting PowerPoint SmartArt into SVG visuals for SharePoint lists using Inkscape and the jsonify tool. It lets you embed theme-aware, data-driven diagrams directly in Microsoft Lists. 🚀

💡 Convert SmartArt → SVG to embed visuals in lists
🔍 Inkscape + jsonify enable themed, data-driven formatting
⚖️ Visuals stay dynamic—update based on column values

▶︎https://www.hubsite365.com/en-ww/pro-office-365/?id=def60eb3-de78-f011-b4cc-6045bdf57e1e&topic=19a8950a-d285-ec11-8d21-00224883006a&theater=true

#SharePoint #MicrosoftLists #JSON #PowerPlatform

From this week's Linux Update newsletter: Marcin Gąstół examines Nushell, a modern shell designed for working with structured data, built in Rust, and inspired by Unix's pipeline philosophy
https://www.linux-magazine.com/index.php/Issues/2025/296/Nushell?utm_source=mlm
#Nushell #shell #scripting #Nu #Rust #pipeline #data #developers #sysadmin #JSON #YAML #CSV
terrific.tools — terrific tools for terrific people | Awesome Indie

terrific tools offers over 250+ browser-based tools for all kinds of online activities, ranging from transforming audio files to downloading YouTube thumbnail images. All tools are and will forever remain free of charge. Compatible with any modern-day browser.

Awesome Indie
Let the Logs Speak: Building an Audit Trail with Quarkus and JSON Logging
Track every user action in your Java APIs with structured logs, OIDC identity, and zero external tools.
https://myfear.substack.com/p/quarkus-audit-trail-json-logging-tutorial
#Java #Logging #Compliance #JSON #Quarkus