S3 client for teams: offloading admins and self-service https://sudonull.com/s3-client-for-teams-offloading-admins-and-self-service
How a desktop S3 client reduces routine requests to Ceph administrators. Key features: dual-pane interface, transfer queue, bucket settings. Learn how to implement self-service.
Thunderbolt from Mozilla: open AI client for business https://sudonull.com/thunderbolt-from-mozilla-open-ai-client-for-business
Mozilla launched Thunderbolt — open-source AI client for corporate use with data control. Learn how to avoid vendor lock-in.
ClickHouse client and HTTP API: connection and first queries https://sudonull.com/clickhouse-client-and-http-api-connection-and-first-queries
Practical guide to working with clickhouse-client and HTTP API: connection methods, interactive vs batch, JSON/CSV formats, creating the bets table. Examples for a betting platform.
Telega Telegram Client Security: MitM, GPL Violations, Data Leak https://sudonull.com/telega-telegram-client-security-mitm-gpl-violations-data-leak
A deep dive into the 'Telega' Telegram client reveals critical security flaws, GPL v2 license violations, and potential MitM threats due to a Russian state root certificate and disabled security checks. User data is at risk.
Reliable Flutter Client: Solutions Outside Happy Path | Guide https://sudonull.com/reliable-flutter-client-solutions-outside-happy-path-guide
How to Build a Flutter App Resilient to Real Scenarios? Three Proven Solutions for Complex Cases: Token Separation, Full Context Reset, Hybrid HTTP+WebSocket.