HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pantuza

no profile record

Submissions

VTEX scales to 150M metrics using Amazon Managed Service for Prometheus

aws.amazon.com
1 points·by pantuza·2 ปีที่แล้ว·0 comments

AI-Powered Flamegraph Interpreter in Grafana Pyroscope

pyroscope.io
1 points·by pantuza·3 ปีที่แล้ว·0 comments

ARM Don't Make Computer Chips [video]

youtube.com
1 points·by pantuza·3 ปีที่แล้ว·0 comments

KubeConEU2023 Ingesting 6.5 TB of Telemetry Data Daily Through Open Telemetry

youtube.com
1 points·by pantuza·3 ปีที่แล้ว·1 comments

Inclusive Naming: language recommendation lists by tiers

inclusivenaming.org
1 points·by pantuza·3 ปีที่แล้ว·0 comments

Incident Metrics in SRE – Critically Evaluating MTTR and Friends [pdf]

static.googleusercontent.com
1 points·by pantuza·4 ปีที่แล้ว·1 comments

Scale to 1B Metrics and Beyond

grafana.com
2 points·by pantuza·4 ปีที่แล้ว·0 comments

[untitled]

1 points·by pantuza·4 ปีที่แล้ว·0 comments

Using Protobuf FieldMask to reduce RPC response body size

netflixtechblog.com
2 points·by pantuza·4 ปีที่แล้ว·0 comments

Surviving Flashes of High-Write Traffic Using Scriptable Load Balancers

shopify.engineering
2 points·by pantuza·4 ปีที่แล้ว·0 comments

What does getaddrinfo do internally

jameshfisher.com
2 points·by pantuza·4 ปีที่แล้ว·0 comments

Netflix Scales Its API with GraphQL Federation

youtube.com
4 points·by pantuza·4 ปีที่แล้ว·0 comments

CDN up and running: how modern CDNs works

github.com
3 points·by pantuza·4 ปีที่แล้ว·0 comments

How to Quantify Scalability: The Universal Scalability Law

perfdynamics.com
1 points·by pantuza·4 ปีที่แล้ว·0 comments

C++20: Reaching for the Aims of C++

youtube.com
3 points·by pantuza·4 ปีที่แล้ว·0 comments

Translating lava lamps pictures into encryption keys

cloudflare.com
3 points·by pantuza·5 ปีที่แล้ว·1 comments

Upgrading Executable on the Fly

nginx.org
208 points·by pantuza·5 ปีที่แล้ว·71 comments

Principles of load-shedding mechanisms in large-scale services at Google

youtube.com
1 points·by pantuza·5 ปีที่แล้ว·0 comments

Know Thy Complexities: Big O Cheat Sheet Website

bigocheatsheet.com
9 points·by pantuza·5 ปีที่แล้ว·0 comments

Zealots of Programming

hackernoon.com
2 points·by pantuza·5 ปีที่แล้ว·0 comments

comments

pantuza
·3 ปีที่แล้ว·discuss
Presentation slides: https://speakerdeck.com/pantuza/kubecon-europe-2023-ingestin...
pantuza
·4 ปีที่แล้ว·discuss
I found this report really on a modern path. It might be interesting for deriving useful Incident Metrics for companies.
pantuza
·5 ปีที่แล้ว·discuss
Loved that part: "Because the lava lamp wall is in the busy lobby of the Cloudflare headquarters, this happens all the time. People come and go in the lobby, walking by or stopping to talk in front of the lamps. Such obstructions become part of the randomness that the camera captures, so people partially blocking the camera's view of the lava lamps actually helps generate entropy."
pantuza
·5 ปีที่แล้ว·discuss
We pronounce 'r' in Portuguese as 'h' in english words. For example: the word 'mice' in Portuguese is 'rato' which we pronounce as if it was 'hato'. Similar to 'hat', 'hate' or 'hit'.

But never as the english word 'rat'. For us it sounds like 'rrrrrrrat', because the 'r' is too long in the pronunciation.

Summarizing: Portuguese don't use long 'r' phonemes when the word starts with 'r'. We usually pronounce as if the word starts with 'h' in english.

The long 'r' is used when 'r' or 'rr' appears in the middle of the words.
pantuza
·5 ปีที่แล้ว·discuss
I think a good start is to have a VPN. Only within the VPN developers are able/allowed to communicate with the INTERNAL parts of your cloud for things like test, staging environment, databases and so on.

I don't know about Azure, but I know other clouds have services to integrate your VPN with their environment allowing you to directly transit between them.

Hope that it brings some kind of insight to your research ;]
pantuza
·5 ปีที่แล้ว·discuss
I will post an example here but I am just waiting npm install to finish in order to test if the code works. Get back soon..
pantuza
·5 ปีที่แล้ว·discuss
You will be able to simply run `docker compose up`. It also reduces the number of package/tools dependencies on your project setup.