@radamar@karpathy G zip compression algorithm id assume, but how many tokens a second is it actually creating stories at? Dope it can run solely on cpu tho
@ABgoneCODING == checks whether the two operands reference the same object. While the 2 objects could have the same content, they are different instances so expression is false GYAT
@caddy_pleb Wdym - smtp and http run on top of tcp, contrary to running on top of udp. As far as Bip300 I think it makes sense for transactions, especially being able to be scalable.
@Ykhandelwal0921@CodingNinjasOff@drinkslaycoffee What about:
vector<vector<int>> numberPattern(int n) {
int num = 1;
vector<vector<int>> res;
for (int i = 0; i < n; i++) {
vector<int> col(n, -1);
for (int j = n - i - 1; j < n; j++) {
col[j] = num;
num = (num > 9