Gemini CLI da Google ganha ‘superpoderes’ com o lançamento de extensões https://tugatech.com.pt/t72590-gemini-cli-da-google-ganha-superpoderes-com-o-lancamento-de-extensoes

Gemini CLI da Google ganha ‘superpoderes’ com o lançamento de extensões https://tugatech.com.pt/t72590-gemini-cli-da-google-ganha-superpoderes-com-o-lancamento-de-extensoes
ClamAV 1.5 já chegou com mais segurança e novas ferramentas para administradores https://tugatech.com.pt/t72525-clamav-1-5-ja-chegou-com-mais-seguranca-e-novas-ferramentas-para-administradores
#Development #Pitfalls
JSON is not JSON across languages · ”Always test your edge cases before they test you.” https://ilo.im/167bza
_____
#Programming #Coding #Specification #JSON #JavaScript #Python #WebDev #Frontend #Backend #DevOps
CLI tool to convert OpenBSD Packet Filter config files to JSON and vice versa
Backbase is hiring Full Stack Engineer
#java #javascript #typescript #hibernate #rest #playwright #css #docker #json #kubernetes #sql
Kraków, Poland
Full-time
Backbase
Job details https://jobsfordevelopers.com/jobs/full-stack-engineer-at-backbase-com-aug-22-2025-67aa32?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
#Development #Launches
Minimal Progressive Web App · The minimal PWA install kit for Android/iOS https://ilo.im/167bit
_____
#WebApp #PWA #Android #iOS #WebDev #Frontend #HTML #JavaScript #JSON
Why #GIMP #AppImage #crashes on #Linux then trying to export / #save files to #tmpfs? A #bug ?
/tmp/.mount_GIMP-3ChpMMA/usr/lib/x86_64-linux-gnu/gimp/3.0/plug-ins/script-fu/script-fu: fatal error: GIMP crashed
(script-fu:34154): LibGimp-WARNING **: 13:15:26.695: script-fu: gimp_flush(): error: Broken pipe
fish: Job 1, 'GIMP-3.0.4-x86_64.AppImage --ve…' terminated by signal SIGSEGV (Address boundary error)
After some testing, and getting crazy about it, I debugged moar. It seems that the problem is a .json file in the tmpfs dir, it seems to crash GIMP. There’s clearly something very wrong.
Just for fun I created this file: gimp-denial-of-service-attack.json
Feel free to use that to troll colleagues. Place it is some directory they’re likely going to use with GIMP, just for lulz. - Don’t ask me, why it crashes GIMP. #json #gimp #crash
Fascinating, sometimes json-files get broke, e.g if more but one process writes them or a process crashes during writing or something…
I found a way to fix this, jq seems to have a sane error correction so I do something like
cat original.json | jq . > tempfile
mv original.json original.json.broke
mv tempfile original.json
and it's just fixed. Sure some data will be lost or whatever, but I have mechanisms to find wrong data, but this is easy to fix syntax errors.
#Development #Approaches
UI components as data · Defining components independent of platforms https://ilo.im/16746q
_____
#YAML #JSON #Figma #AI #DesignSystem #Design #UiDesign #WebDesign #WebDev #Frontend
I have a #Python string that contains a JSON serialized dict. It might be relatively large and I'm only interested in the value of a single top level key.
Is there an existing solution - a kind of streaming SAX parser for #JSON - that could handle such a scenario?
I would like to have proper JSON parsing to be sure that the data is valid. But I don't want to build the full dict in memory and just pick one single value.
Any recommendations? @faassen perhaps?
Edit: xq
has an option --xml-force-list <node>
that can be used to force the tool to recognize the given nodes as a list. This fixes things for me. Thanks for all the help.
Any good recommendations for a Linux CLI tool to query XML documents? Until now I've used xq
, but I ran into an edge case that's relevant to me.xq
uses jq
under the hood and transforms the XML to JSON for that.
However, if you've got something like
<list>
<entry>
...
</entry>
</list>
xq
doesn't know that list
should be a list, making the jq
query fail if there's only one entry.
A curse on all those who generate JSON data with subfielded keys.
...I'm looking at you Dell PERC, with all your "Drive /c0/e32/s9 - Detailed Information" nonsense. - I KNOW what the device attachment is (I GAVE you that on the command line), what I want is CONSISTENT key names I can use JQ to filter on (This key should be "Drive Detailed Information" - or something even LESS of a mouthful).
Sj.h: A tiny little JSON parsing library in ~150 lines of C99
#HackerNews #Sj.h #JSON #C99 #Library #Parsing #HackerNews #OpenSource
En cette journée de célébration du patrimoine, félicitations au wikimédien Ayack qui a migré les données des monuments historiques vers le nouveau système d'affichage des graphiques ! Pour faire de même :
- Données https://commons.wikimedia.org/wiki/Data:France/Monuments_historiques.tab
- Graphique https://commons.wikimedia.org/wiki/Data:France/Monuments_historiques.Bar.chart
- Transclusion https://fr.wikipedia.org/wiki/Monument_historique_(France)#Statistiques
Tabiew — зручний інструмент для перегляду таблиць прямо в терміналі. Підтримує роботу в стилі Vim і дозволяє робити #SQL-запити до даних.
Основні можливості:Підтримка #CSV, #Parquet, #Arrow, #Excel, #JSON та інших форматів
Вбудований SQL-двигун для фільтрації та аналізу даних в терміналі
Vim-подібні хоткеї
Неявний пошук і мульти-табличні операції
Вбудовані теми оформлення
Сумісний з macOS та Linux, встановлюється через пакетний менеджер або Cargo.
When I run #JHOVE with text output I’m getting significantly more ‘Well-formed, but not valid’ #pdf files than when I run it with #json output. Has anyone else seen this? I’m running it on 175K files. #digipres #digitalpreservation
KSON: A to the humans maintaining computer configurations
KSON combines the strengths of YAML and JSON. With KSON you can write files that are easy to read, edit, and debug—without worrying about invisible whitespace errors or missing commas.