Join us

ContentUpdates and recent posts about Arti..
Story
@laura_garcia shared a post, 3 weeks, 6 days ago
Software Developer, RELIANOID

RELIANOID aligned with ISO/IEC 15408 (Common Criteria) principles

At RELIANOID, security is not just a feature — it’s a design principle. Our load balancing platform and organizational controls are aligned with ISO/IEC 15408 (Common Criteria), the internationally recognized framework for evaluating IT security in government and critical infrastructure environments..

ISOIEC 15408 common criteria COMPLIANCE RELIANOID
Story
@laura_garcia shared a post, 4 weeks ago
Software Developer, RELIANOID

Chicago Cybersecurity Conference 2026

Chicago, USA | Jan 29, 2026 A must-attend event for CISOs and security leaders tackling today’s cyber threats. Expert insights, executive panels, up to 10 CPEs — and meetRELIANOIDsupporting secure and resilient application delivery. #Cybersecurity #CISO #FutureCon #ChicagoEvents #InfoSec #RELIANO..

chicago_cybersecurity_conference_2026_relianoid
Link
@varbear shared a link, 4 weeks, 2 days ago
FAUN.dev()

Replacing Protobuf with Rust to go 5 times faster

PgDog ditched Protobuf for raw C-to-Rust integration inpg_query.rs. The new setup usesbindgenand recursive FFI wrappers - no serialization, no handoffs. The payoff? Query parsing is 5× faster. Deparsing hit 10×. Evenpgbenchsaw a 25% bump across major ops... read more  

Replacing Protobuf with Rust to go 5 times faster
Link
@varbear shared a link, 4 weeks, 2 days ago
FAUN.dev()

A Social Filesystem

The AT Protocol flips social apps inside out. Instead of locking posts and profiles inside platform silos, it treats them as files -JSON-based records, stored in your own decentralized, app-neutral repo. Everything you do - posts, follows, likes - gets logged as a signed, timestampedrecordin your pe.. read more  

A Social Filesystem
Link
@varbear shared a link, 4 weeks, 2 days ago
FAUN.dev()

ASCII characters are not pixels: a deep dive into ASCII rendering

A fresh take on programmatic ASCII rendering brings inhigh-dimensional shape vectors,supersampling, andcontrast tricksto keep edges crisp and animations clean. Under the hood:k-d tree nearest-neighbor lookups,vector quantization, andGPU-powered samplinghelp push sharp ASCII frames without tanking pe.. read more  

ASCII characters are not pixels: a deep dive into ASCII rendering
Link
@varbear shared a link, 4 weeks, 2 days ago
FAUN.dev()

If you're a Zoomer, this one's for you: Everything Gen Z needs to know about the 2025 tech landscape

AI investment hit $1.5T in 2025. Think dot-com energy: bloated valuations, feverish M&A. Startup acquisitions shot up 13%. Deal volume? Up 115%. Hype’s worn thin. Enterprises are done lighting money on fire with flashy tools. Focus is shifting to agents - LLMs thatdothings, not justsaythings. System.. read more  

If you're a Zoomer, this one's for you: Everything Gen Z needs to know about the 2025 tech landscape
Link
@kaptain shared a link, 4 weeks, 2 days ago
FAUN.dev()

Building Production-Grade Micro services on Azure Kubernetes

A team running microservices onAzure Kubernetes Servicegave their setup a smart overhaul: critical state stayed managed inPostgreSQL, but compute and observability went DIY. The payoff? Major cost cuts. Interrupt-friendly jobs landed onspot instances, and they ditched pricey per-GB logging for a hom.. read more  

Building Production-Grade Micro services on Azure Kubernetes
Link
@kaptain shared a link, 4 weeks, 2 days ago
FAUN.dev()

Dockhand - The Ultimate Self-Hosted Docker Management Tool

Dockhand just dropped, and it's aiming straight at the bloated SaaS stack. It’s a fully self-hosted Docker management tool with zero license walls. Local or remote? Doesn’t matter. It even plays nice behind NAT using outbound WebSocket agents. You get container lifecycle controls, a visual Compose e.. read more  

Dockhand - The Ultimate Self-Hosted Docker Management Tool
Link
@kaptain shared a link, 4 weeks, 2 days ago
FAUN.dev()

What has Docker become?

Docker’s not just about containers anymore. It’s pivoting hard into AI infrastructure - with some teeth. The newModel Runner,GPU offloading, and fresh AI-native integrations with Google Cloud and Vercel show where it’s headed: less dev environment, more AI runtime engine. Under the hood, Docker drop.. read more  

Link
@kaptain shared a link, 4 weeks, 2 days ago
FAUN.dev()

v1.35: Mutable PersistentVolume Node Affinity (alpha)

Kubernetes 1.35 (alpha) cracks openPersistentVolume node affinity. You can now update it on the fly. Before, it was locked down - once set, it stayed set. That got in the way of shifting workloads when disks were upgraded or moved across zones. Now? More flexibility. Less pain... read more  

Arti is an official Tor Project initiative to rewrite the Tor client stack in Rust. Its primary goal is to address long-standing safety, reliability, and maintainability challenges inherent in the legacy C-based Tor implementation. By leveraging Rust’s strong compile-time guarantees for memory safety and concurrency, Arti eliminates entire classes of bugs that have historically affected Tor, including many security vulnerabilities.

Arti is architected as a modular, embeddable library rather than a monolithic application. This makes it easier for developers to integrate Tor networking capabilities directly into other applications, services, and platforms. From its earliest versions, Arti has supported multi-core cryptography, cleaner APIs, and a more maintainable internal design.

While early releases focused on client functionality such as bootstrapping, running as a SOCKS proxy, and routing traffic over the Tor network, the long-term roadmap includes full feature parity with the existing Tor client, support for onion services, anti-censorship mechanisms, and eventually Tor relay functionality. Arti represents the future foundation of the Tor ecosystem, prioritizing long-term security, developer velocity, and adaptability.