
Ioannis Polyzos
@ipolyzos
Followers
387
Following
849
Media
34
Statuses
8K
Principal Architect | Cloud & Distributed Systems Expert ... Tweets are my own...
London, England
Joined March 2009
Patch Python functions at runtime with compile+execโpowerful for agents, risky without guardrails. ๐ ๐ https://t.co/hzcpDhGxX5
#Python #LLM
0
0
0
Rust builds on macOS slowed by XProtect scans. Disable for speed (with trade-offs): 9m42s โ 3m33s! ๐ https://t.co/k2GGHDt2rT
#rustlang #xprotect #macos
nnethercote.github.io
Did you know that macOS has a secret setting that can make Rust builds faster? It can also make Rust tests faster (sometimes massively so). It probably even has similar effects for other compiled...
0
0
0
InfluxDB 3.0: faster engine, SQL queries & cloud-native scale. Next-gen time series DB is here. ๐ https://t.co/gfeh82y5R6
#InfluxDB
influxdata.com
Open source, high-speed time series data engine. Built for high performance at scale. Get the latest product updates.
0
0
1
Rust Elements: concise guides to ownership, lifetimes & concurrency. A great way to level up in Rust. https://t.co/C4fkAfOrQ7
#rustlang
rustcurious.com
A complete map of the Rust type system
0
0
0
Go proposes check/handle for cleaner error handling. Still explicit, but less boilerplate. ๐ https://t.co/aUMXWuiRxa
#golang #error #syntax
go.dev
Go team plans around error handling support
0
0
0
Go 1.22 brings a 10x faster, 2x smaller JSON encoder with json v2. Fewer allocations, better performance, zero magic. ๐ https://t.co/WIcpiLLOa5
#Go #json #performance
antonz.org
Reviewing the key changes in json/v2.
0
0
0
Zeta slashed banking incident response time by 80% with Amazon OpenSearch Service. Real-time observability FTW! ๐ https://t.co/N9dfHj5Z4h
#AWS #OpenSearch #Observability #Fintech
aws.amazon.com
In this post we explain how Zeta built a more unified monitoring solution using Amazon OpenSearch Service that improved performance, reduced manual processes, and increased end-user satisfaction....
0
0
0
๐ Python 3.14โs Tail-Call Interpreter โ Performance Revisited ๐น Real speedup: 1-5% (not 10-15%) ๐น LLVM 19 regression impacted computed gotos ๐น Clang can optimize switch-based interpreters ๐ Read: https://t.co/x65fxSrhge
#Python #Performance #LLVM #Benchmarking
blog.nelhage.com
A deep dive into the performance of Python 3.14's tail-call interpreter: How the performance results were confounded by an LLVM regression, the surprising complexity of compiling interpreter loops,...
0
0
0
SIMD is not magicโitโs engineering. Learn how vectorized code unlocks CPU power beyond clockspeed. ๐ง Start here: https://t.co/KA9PCD1qW7
#SIMD #PerformanceEngineering
0
0
0
C++26 is taking shape! Compiler support for new features is rolling in โ from std::generator to deducing this. ๐ https://t.co/LMmvuJHRJF
#cpp #cplusplus #cpp26
0
0
0
๐ The Dark Side of Distributed Systems ๐น Network failures ๐น Data consistency issues ๐น Clock sync challenges ๐น Scaling complexity ๐ https://t.co/J0b7uc8CVW
#DistributedSystems #Cloud
blog.bytebytego.com
Distributed systems are collections of independent computing resources that work together to present a unified, cohesive service or application to the user.
0
0
0
๐ฆ Writing into Uninitialized Buffers in Rust! ๐น Why use uninitialized memory? ๐น Safe handling with MaybeUninit<T> ๐น Avoid UB, optimize performance ๐ https://t.co/O3VFz3QCXN
#RustLang #Performance #MemorySafety
blog.sunfishcode.online
0
0
1
๐ VTM โ A Next-Gen Terminal Multiplexer with a Built-in UI Framework! ๐น Advanced terminal session management ๐น Built-in UI framework for terminal apps ๐น Cross-platform & highly customizable ๐ Try it: https://t.co/x8hiYiFwAx
#CLI #Terminal #VTM #OpenSource #DevTools
github.com
Text-based desktop environment. Contribute to directvt/vtm development by creating an account on GitHub.
0
0
0
Exciting news from AWS! Amazon EC2 r7g instances are now available in Africa (Cape Town) for faster performance and higher security. #AWS #cloudcomputing #CloudNews
aws.amazon.com
0
1
1
Weโve just published Rรฉmi Foraxโs session โValhalla Nullness Emotionโ from #IntelliJIDEAConf! Learn how Project Valhalla is transforming Java with value classes โ and what it means for the future of null. Watch now on our YouTube channel: https://t.co/sTALFBI3SQ
3
21
101
In this tutorial, you'll learn to create a hybrid K3s and vanilla Kubernetes mesh across local and Azure using WireGuard VPN and Cilium ClusterMesh You'll also configure cross-cluster networking and visualise traffic with GitOps and Hubble โค
medium.com
(Or: How I Learned to Stop Worrying and Love Network Overlays with a Poor Budget)
0
3
9
๐ 3FS โ A Distributed File System for AI & ML Workloads! ๐น Optimized for AI & deep learning ๐น Scalable, high-performance storage ๐น Fault-tolerant & open-source ๐ Try it: https://t.co/pxs4WZ9i16
#AI #MachineLearning #Storage #BigData #3FS
github.com
A high-performance distributed file system designed to address the challenges of AI training and inference workloads. - GitHub - deepseek-ai/3FS: A high-performance distributed file system design...
0
0
0
oryx is a TUI for sniffing network traffic using eBPF on Linux. A good tool for developers, sysadmins, IT and infosec folks for troubleshooting problems.
5
54
285
๐ Compiling C++ with Clangโs API โ A Deep Dive! ๐น Use Clang as a library for custom C++ tooling ๐น Static analysis, refactoring & compilation insights ๐น Integrate Clang into dev tools & IDEs ๐ Read: https://t.co/QtH70gsiy6
#Clang #LLVM #Cplusplus #Compiler #StaticAnalysis
maskray.me
This post describes how to compile a single C++ source file to an object file with the Clang API. Here is the code. It behaves like a simplified clang executable that handles -c and -S.
0
0
1
๐ 4 Ways to Access Azure Key Vault from AKS! ๐น Azure AD Workload Identity ๐น CSI Driver ๐น Pod Identity (Legacy) ๐น Env Variables & SDKs ๐ Learn more: https://t.co/Q7RWS5Ko8j
#Azure #AKS #Kubernetes #CloudSecurity #DevOps
techcommunity.microsoft.com
In this article, we will explore various methods that an application hosted on Azure Kubernetes Service (AKS) can use to retrieve secrets from anย Azure...
0
0
0