Angehefteter Tweet
clovis
2.1K posts

clovis
@clovistb
Chasing Kubernetes wisdom • DevOps Engineer • laC addict • Building platforms
Texas Beigetreten Mart 2011
1.3K Folgt1.7K Follower

been in vietnam for 9 days now, last day today and i kept it just to relax, do nothing, no plans and i realised something slightly uncomfortable
i don't really know how to sit idle anymore
first 2-3 days felt amazing, new place, new food, no pressure, mind slows down a bit by day 5-6 you actually feel reset, like your brain cleaned some cache
but after that, it starts getting weird
you open your phone not because you want to relax, but because you're itching to do something, solve something, build something like your default state is no longer rest, its engage
and then you realise maybe it's not burnout, maybe its just how you've wired yourself over time
too much vacation doesn't feel like freedom anymore, it starts feeling like drift
for me at least, 5-6 days seems like that sweet spot where you disconnect just enough to reset but not so much that you lose momentum
anything beyond that and you're not relaxing, you're just waiting to get back to doing something meaningful again

English

Since morning yesterday. 22hrs here
Oluwatobi Bamidele 😍❤️@callmetobiloba
Light has not blinked here in 24 hrs...this country is a mess
English

@clovistb Well Route 53 will create multiple DNS records for same domain...one per AWS region. On every query it will select the lowest latency from users location.
I could go into more detail but I'm not a paid X user so my character limit hits quick. Good question though. 😉
English

@CPUFXRnDMV Deal 🤝
I’ll bring the beers if you bring lower latency for Brazil
English

@clovistb Us network guys will do the plumbing but you DBs guys need to bring us a few beers and ask nicely how to fix it. 🤣🤭
English

@clovistb #Latency
The application server might be sitting right in 🇩🇪 with a fast latency through-put or responses of 80ms and 520ms in 🇧🇷 due to the above aforementioned…likewise, #Traffic #Distances
🇩🇪 > 🇧🇷 = Traffic Distances Covered
I want to learn Snr.
English

@clovistb Latency..
Your backend is hosted in server very far from users in Brazil..
To fix it, spin up an instance of your backend close to users in Brazil..?
English

Geographic latency and the physical limitations of long-distance data transmission.
- Use a CDN with edge caching using Cloudflare, for example.
- Deploy a regional backend and run your app in AWS sa-east-1.
- Use a global load balancer to route users to the nearest healthy backend automatically.
- Place database read replicas in the region so the Brazil backend doesn't need to reach back to Germany for data.
English

@clovistb That's easily network latency caused by routing and distance.
Implement CDN caching (CloudFront or Cloudflare) and use DNS routing...aka Route 53.
You should see much improved responses.
English








