Amin Arria
Amin Arria
So I recently had to reinstall and the generated toolchains by `cargo-bisect-rustc` are not working. It feels has if they are not been found so the stable (my default and...
This adds the rancher app for install. For now it supports installing either generating TLS certs self-signed by rancher (`--ingress-source rancher`) or by using Let's Encrypt (`--ingress-source letsEncrypt` default value)....
Hi I want to use `with_capabilities` to create a new client, but not sure if doing it right. This is what I'm doing: ```rust extern crate tokio; extern crate futures;...
https://github.com/unq-lids-sistemas-distribuidos/curso https://people.kth.se/~johanmon/dse.html
READMEs: - [ ] [Installing](sequential/installing/) - [ ] [Filter numbers](sequential/filter_numbers/) - [ ] [Filter in](sequential/filter_numbers#filter-in) - [ ] [Filter out](sequential/filter_numbers#filter-out) - [ ] [Filter in values](sequential/filter_numbers#filter-in-values) - [ ] [Hello...
In the exercise the result is a list of lists, but it should be a list of tuples.
### Cassandra 1. https://academy.datastax.com/resources/ds101-introduction-cassandra 1. https://academy.datastax.com/resources/ds201-foundations-apache-cassandra 1. https://academy.datastax.com/resources/ds220-data-modeling 1. https://aphyr.com/posts/294-jepsen-cassandra 1. https://lostechies.com/ryansvihla/2014/10/20/domain-modeling-around-deletes-or-using-cassandra-as-a-queue-even-when-you-know-better/ ### Kafka and distributed logs 1. https://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying 1. https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-1-storage-mechanics/ 1. https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-2-data-replication/ 1. https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-3-scaling-message-delivery/ 1. https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-4-trade-offs-and-lessons-learned/ 1. https://kafka.apache.org/documentation/#gettingStarted 1....
I'm sending a WebRTC SDP offer which is a bit over 2k characters, but when copy-pasting it wsta stops receiving any more input and can't finish the payload for the...
Issue #12
https://github.com/lambdaclass/julia_koans/blob/70b9006f638b9e238630825836b835230c5cbf77/solutions/HighOrderFunctionKoans.jl#L15 Currently this hardcodes the solution to x+5, if we change it to have 3 parameters (the 2 needed for f) we can generalize to any f/2