Tokens from .env, named requests to chain calls, JSONPath filters, dynamic dates, GraphQL. No copy-paste.
How I do it: www.frankysnotes.com/2026/09/how-...
Tokens from .env, named requests to chain calls, JSONPath filters, dynamic dates, GraphQL. No copy-paste.
How I do it: www.frankysnotes.com/2026/09/how-...
"Cannot evict pod as it would violate the pod's disruption budget."
That is the Eviction API returning 429. The PDB status tells you which of 4 situations you are in:
kubectl get pdb -n payments ledger -o jsonpath='{.status}'
"Cannot evict pod as it would violate the pod's disruption budget."
That is the Eviction API returning 429. The PDB status tells you which of 4 situations you are in:
kubectl get pdb -n payments ledger -o jsonpath='{.status}'
· Huginn v2026.09.22 — Added JSONPath migration guidance
· Zulip 12.3
· Firefly III develop-20260921.1 — Latest fixes translations and features
· Huginn v2026.09.22 — Added JSONPath migration guidance
· Zulip 12.3
· Firefly III develop-20260921.1 — Latest fixes translations and features
Rust 開発者が Zig で JSONPath の実装を試みた感想を簡潔にまとめると、 zig の IDE サポートが乏しく CLI ベースの開発に慣れる価値を再発見し、Flat なファイル構成が習慣と異なる点、手動メモリ管理とアロケータの扱いが大きな違いとして顕著だった、という内容です。Rust に比べて Zig は読みやすさや安全性の面で課題がありつつも、低レベル寄りの設計と高速性には魅力があると評価しています。
Rust 開発者が Zig で JSONPath の実装を試みた感想を簡潔にまとめると、 zig の IDE サポートが乏しく CLI ベースの開発に慣れる価値を再発見し、Flat なファイル構成が習慣と異なる点、手動メモリ管理とアロケータの扱いが大きな違いとして顕著だった、という内容です。Rust に比べて Zig は読みやすさや安全性の面で課題がありつつも、低レベル寄りの設計と高速性には魅力があると評価しています。
kubectl get pod <pod> -o jsonpath='{.metadata.finalizers}'
Non-empty? That's your blocker. Classic source: an operator uninstalled without cleaning up after itself.
kubectl get pod <pod> -o jsonpath='{.metadata.finalizers}'
Non-empty? That's your blocker. Classic source: an operator uninstalled without cleaning up after itself.
Rust로 만든 JSONPath 라이브러리를 Zig로 재구현 하면서, 함수형 변환 중심의 코드가 직접적인 상태 변경과 수동 메모리 관리 중심으로 달라지는 경험을 함 IDE 지원은 제한적 이었지만 build.zig 기반 CLI 작업 흐름은 간결했으며, 프로젝트 전체를 평...
Rust로 만든 JSONPath 라이브러리를 Zig로 재구현 하면서, 함수형 변환 중심의 코드가 직접적인 상태 변경과 수동 메모리 관리 중심으로 달라지는 경험을 함 IDE 지원은 제한적 이었지만 build.zig 기반 CLI 작업 흐름은 간결했으며, 프로젝트 전체를 평...
Rust で長く開発してきた人が、Zig を実際に触って何を感じたのかを書いた記事だ。単なる印象論ではなく、JSONPath という実用的なライブラリを Ru…
#HackerNews #AI #テック
Rust で長く開発してきた人が、Zig を実際に触って何を感じたのかを書いた記事だ。単なる印象論ではなく、JSONPath という実用的なライブラリを Ru…
#HackerNews #AI #テック
CVE ID : CVE-2026-8462
Published : Sept. 16, 2026, 10:14 a.m. | 30 minutes ago
Description : SQL injection in ClickHouse-backed meter definitions in OpenMeter OpenMeter before v1.0.0-beta.228 ...
CVE ID : CVE-2026-8462
Published : Sept. 16, 2026, 10:14 a.m. | 30 minutes ago
Description : SQL injection in ClickHouse-backed meter definitions in OpenMeter OpenMeter before v1.0.0-beta.228 ...
toolhub.snamibo.com/A/t/json-wor...
Part of Colorful Toolhub (~1,450 free browser tools).
toolhub.snamibo.com
toolhub.snamibo.com/A/t/json-wor...
Part of Colorful Toolhub (~1,450 free browser tools).
toolhub.snamibo.com
https://utilsnow.com/tools/json-path-finder
#WebDev #DevTools #FreeTools
https://utilsnow.com/tools/json-path-finder
#WebDev #DevTools #FreeTools
JSONPath implementation for parsing, searching and flattening arrays
🔗 https://github.com/SoftCreatR/JSONPath
JSONPath implementation for parsing, searching and flattening arrays
🔗 https://github.com/SoftCreatR/JSONPath
kubectl get secret db-creds -o jsonpath='{.data.password}' | base64 -d
Enable encryption at rest in etcd, then Sealed Secrets (Git-safe) or External Secrets Operator (syncs from Vault/AWS/GCP).
kubectl get secret db-creds -o jsonpath='{.data.password}' | base64 -d
Enable encryption at rest in etcd, then Sealed Secrets (Git-safe) or External Secrets Operator (syncs from Vault/AWS/GCP).
kubectl get lease <node> -n kube-node-lease -o jsonpath='{.spec.renewTime}'
Kubelets renew it every 10s. renewTime 30s ago on an "Unknown" node = flapping, not dead. Totally different fix.
kubectl get lease <node> -n kube-node-lease -o jsonpath='{.spec.renewTime}'
Kubelets renew it every 10s. renewTime 30s ago on an "Unknown" node = flapping, not dead. Totally different fix.
The response filter box now remembers your recent JSONPath and XPath expressions. Open the dropdown to pick one, pin the ones you reach for constantly so they stay at the top, or clear the list.
The response filter box now remembers your recent JSONPath and XPath expressions. Open the dropdown to pick one, pin the ones you reach for constantly so they stay at the top, or clear the list.