Readit News logoReadit News
zytek commented on Coinbase announces confidential submission of draft registration statement   blog.coinbase.com/coinbas... · Posted by u/sinak
smabie · 5 years ago
If you want to trade, use a derivatives powerhouse like binance. Trading crypto spot is mostly just a waste of time. Until Coinbase and Gemini add futures and swaps, no trading firm or individual is going to trade with them. Full stop.
zytek · 5 years ago
Could you elaborate for those with less financial markets experience? Why trading spot is a waste of time?

Dead Comment

zytek commented on A Theory of Software Architecture   danuker.go.ro/the-grand-u... · Posted by u/nreece
ravenstine · 5 years ago
This reminds me of Brian Will's "Object-orientation is Bad" where he makes the case that most decoupling tends to be more confusing than long-form code that's got sufficient comments.

https://youtu.be/QM1iUe6IofM?t=2235

zytek · 5 years ago
I love his series. Eye opener for beginner coders.
zytek commented on AWS NLBs and the mixed up TCP connections   niels-ole.com/cloud/aws/l... · Posted by u/nielsole
Terretta · 5 years ago
This is good advice. Ideally, never blend your AZs, each should be an independent stack. Use 3+ not 2, keeps you honest about an availability strategy instead of a standby failover strategy. In front of them, use DNS geo IP or even basic round robin (with service availability check) to get to the NLB. Behind the NLB, stay in that AZ!

If you need to call out of the the AZ for other data or API sources, either figure out which AZs that service is using and configure to stay in them, or, make sure to go all the way back out to a well-balanced (for resilience) endpoint.

zytek · 5 years ago
Agree. From 6+ years of experience it seems that we got fouled by the multi-az promise of being able to survive datacenter outage.

You can survive datacenter (AZ) outage IF you have separate stacks per AZ and don't mix traffic. If you have Kafka cluster spread out in 3 AZ don't get surprised if you just LOWERED your availability because any issue in one AZ makes your stack unstable. And issues in single AZ are quite common.

zytek commented on Monitoring your own infrastructure using Grafana, InfluxDB, and CollectD   serhack.me/articles/monit... · Posted by u/serhack_
zytek · 5 years ago
VictoriaMetrics eats other TSDBs for breakfast.

PromQL support (with extensions) and clustered / HA mode. Great storage efficiency. Plays well for monitoring multiple k8s clusters, works great with Grafana, pretty easily deployed on k8s.

No affiliation, just a happy user.

zytek commented on CNCF's Cortex v1.0: scalable, fast Prometheus implementation   grafana.com/blog/2020/04/... · Posted by u/netingle
zytek · 5 years ago
Congrats to Grafana Team!

If you're looking at scaling your Prometheus setup - check out also Victoria Metrics.

Operational simplicity and scalability/robustness are what drive me to it.

I used to to send metrics from multiple Kubernetes clusters with Prometheus - each cluster having Prom with remote_write directive to send metrics to central VictoriaMetrics service.

That way my "edge" prometheus installations are practically "stateless", easily set up using prometheus-operator. You don't even need to add persistent storage to them.

zytek commented on Elon Musk: Tons of C++/C engineers needed   twitter.com/elonmusk/stat... · Posted by u/happy-go-lucky
0xffff2 · 6 years ago
Is there any production software in the world that is written and maintained in a formally verified language? I have only ever seen toy problems and simplified subsystems of real projects verified.

I work on space craft flight software and exactly none of it is formally verified. As far as I know, it's not practical to do so. If we could do it (without ballooning cost and schedule 10x), we would.

zytek · 6 years ago
AWS S3, as far as I know
zytek commented on Tricks to start working despite not feeling like it   deprocrastination.co/blog... · Posted by u/vitabenes
newqer · 6 years ago
When my brain is running idle, my hands autonomously type "Hacker News" in the address bar of my browser.
zytek · 6 years ago
More like cmd+l (address bar), n (autocompletes to news.ycombinator.com), enter.

At least I'm getting efficient at bad habits ;-)

u/zytek

KarmaCake day228August 15, 2013View Original