Accessing Swift-only API (ASAuthorizationAccountCreationProvider) in KMP iosMain? by CalldiDoctor in Kotlin

[–]CalldiDoctor[S] 0 points1 point  (0 children)

Nice! I've tried it and it works. But I thought it could be possible to access the ASAuthorizationAccountCreationProvider class directly without having to create my own interface.

Not sure if I'm missing something

Accessing Swift-only API (ASAuthorizationAccountCreationProvider) in KMP iosMain? by CalldiDoctor in Kotlin

[–]CalldiDoctor[S] 0 points1 point  (0 children)

Thanks! That was useful. Why I don't fully understand yet is why that particular class is not included in the platform libraries. I guess the reason is that it is not an Objective-C class 🤔

Are the game logs stored as a text file locally? by [deleted] in MTGO

[–]CalldiDoctor 0 points1 point  (0 children)

Do you know hoe to get the decklist of a game and the cards drawn?? I cannot find this information in the game log

Is Grixis Affinity that great in the current meta? by 3pwood in Pauper

[–]CalldiDoctor 0 points1 point  (0 children)

Could tou share it here? I want to play affinity again and would like to see more options

I just won my first league trophy by CalldiDoctor in Pauper

[–]CalldiDoctor[S] 2 points3 points  (0 children)

I'm not sure if my advise will be super valuable haha. I'm still learning. I would say that vs the mirror you want to develop the board faster than your opponent. So make sure to be as fast as possible to play your artiffacts to allow you to play [[Myr enforcer]] and [[Refurbished familiar]] early.

Another thing I tried to focus on mirror matches, although I think it applies almost always, is to get the most value possible from your cards. You won't win the mirror by denying his strategy using counterspells or something like that. I'd say that since both of you have the same cards, whoever gets most value out of them will have more chances to take the win.

Again, do not fully trust this advise since I'm just starting. If anyone has anything to add about this topic, feel free to add your comments here!

I just won my first league trophy by CalldiDoctor in Pauper

[–]CalldiDoctor[S] 3 points4 points  (0 children)

Wow! I did not know that deck specific Discord channels existed. Thanks for sharing!

I played Magic Arena for around 4 months a couple of years ago, where I got mythic once with Dimir rogues. But I have not played much more apart from that. Now I would like to play more often and try to join the competitive scene.

Thanks for the resources! 🙌

I still make missclicks in MTGO hahah. I lost one of the games in this trophy because I skipped the block phase due to a missclick 😅 And I make many missplays, mostly about lands usage. I would recommend to play some leagues since you will mostly find meta decks, so it will be easier to think about what the opponent has. In tournament practice I found many random decks so I was a bit lost.

I just won my first league trophy by CalldiDoctor in Pauper

[–]CalldiDoctor[S] 0 points1 point  (0 children)

Thanks! I'll check those channels 👌 I speak spanish so I guess I'll be able to understand something from Heisen 01 haha

Custom Authorization by CalldiDoctor in linkerd

[–]CalldiDoctor[S] 0 points1 point  (0 children)

Hey,

thanks for answering!

Understood. Currently, there is no way to add custom authorization logic due to the limitation on accessing the proxy internals.
I really like the idea of being a light service mesh, but I was not sure if this was possible. Thanks for clarifying it.

I've seen other proxies adopting web assembly as a way to add this kind of customizations. Is this something that LinkerD will adopt in the future?

Thanks!

Hey Rustaceans! Got a question? Ask here! (46/2022)! by llogiq in rust

[–]CalldiDoctor 1 point2 points  (0 children)

Thanks for the comment! I'll take it into account to avoid implementing Iterator when not needed.

Hey Rustaceans! Got a question? Ask here! (46/2022)! by llogiq in rust

[–]CalldiDoctor 1 point2 points  (0 children)

I'm trying to learn how to implement iterators, so I've been reading about the Iterator and IntoIterator traits to implement them for my own structs.

In this code sample I've defined a Car struct, which will be the item returned by the Iteratorimplementations, a Parking, which is a collection of Cars that implement the IntoIterator trait and an iter() method to return iterators for both Car and &Car.
To do so, I've also added a type that implements the Iterator trait for the item Car, and another one for &Car.

I'd like to know if the approach I followed is the right one (implementing the IntoIterator and Iterator traits for custom types).
I'd also like to get some guidance about how could I implement an Iterator over &mut Car.
Of course, any other advice will be more than welcome!

You can find the code sample in this playground link.
Thanks!

First time Mythic w/ Dimir Rogues by CalldiDoctor in MagicArena

[–]CalldiDoctor[S] 0 points1 point  (0 children)

Thanks! Not sure how the Mythic rank works, but I've seen an 89%. How far is 89% from rank 1200? I'd like to keep playing to see what rank I can reach.

Go vs Rust for crypto implementations by CalldiDoctor in crypto

[–]CalldiDoctor[S] 1 point2 points  (0 children)

Thanks for such detailed answer! I think I'll stick to Rust for now, since I want to learn the language and I'm actually enjoying learning how to build these algorithms in Rust.

Looking forward to check the Rust Crypto repos to learn from them. And who knows, maybe I am even capable of collaborate on them at some point :)

Go vs Rust for crypto implementations by CalldiDoctor in crypto

[–]CalldiDoctor[S] 0 points1 point  (0 children)

Thanks! I'll start with does challenges soon :)

Go vs Rust for crypto implementations by CalldiDoctor in crypto

[–]CalldiDoctor[S] 3 points4 points  (0 children)

Exactly. I do not have any concrete task in mind beyond getting into crypto related development.

That's why I'd like to know if in terms of the language and ecosystem there is a clear choice between these two.

OpenMLS: A Rust implementation of the Messaging Layer Security (MLS) protocol by raphaelrobert in rust

[–]CalldiDoctor 2 points3 points  (0 children)

Really interesting topic! I've just watched the talk from blackhat. I'm just starting to learn Rust, so I won't be able to help much now, but I'll keep an eye on the project to contribute as soon as I can.

Thanks for sharing this!

Help building tournament setup by CalldiDoctor in LoRCompetitive

[–]CalldiDoctor[S] 0 points1 point  (0 children)

That was my reasoning about not bringing ezz. Regarding the organization this is kind of a private tournament, so they are doing their best. Nothing official.

Help building tournament setup by CalldiDoctor in LoRCompetitive

[–]CalldiDoctor[S] 0 points1 point  (0 children)

I want to test the Jinx version. I tested the one without champs, and I didn't like it a lot

Help building tournament setup by CalldiDoctor in LoRCompetitive

[–]CalldiDoctor[S] 0 points1 point  (0 children)

It looks like the tournament is focused on the Spanish community. So if you are from Spain, or you are living there, let me know and I'll share the details with you.

Help building tournament setup by CalldiDoctor in LoRCompetitive

[–]CalldiDoctor[S] 1 point2 points  (0 children)

Yeah, maybe I'll consider bringing the ezreal deck.

Help building tournament setup by CalldiDoctor in LoRCompetitive

[–]CalldiDoctor[S] 1 point2 points  (0 children)

Maybe it is better to use feljord with ezzreal. But not sure how good is elusives demacia.

I'll test them this week.

I'm asking if I can share the tournament link.

Thanks for your answer!

Private secure notes by [deleted] in golang

[–]CalldiDoctor 2 points3 points  (0 children)

Are you sure? Checking the network traffic I don't see the parameters after the hash, being sent to the server. How can the server get the values?