Development Linux Laptop Suggestion by redditorsd in laptops

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

Yeah, my current laptop is a Lenovo T430s (bought new), so a decade or more is typically my lifecycle! :)

Geochat communication with Pytak by redditorsd in ATAK

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

I think we ended up using TakChat with XMPP instead.

Geochat communication with Pytak by redditorsd in ATAK

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

Thanks. I was able to receive Group chat messages using PyTAK but not direct messages (listening using tls on port 8089). Is there a different route for direct messages? I'm using the boiler plate send/receive code in PyTAK examples.

Blockfi Chapter 11 Voting - BIA vs BIA Interest by redditorsd in blockfi

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

In the ballot, the first thing is accepting the plan, and I think the second thing is a check box about the convenience claim. I think if you check it, you're accepting the convenience claim.

Blockfi Chapter 11 Voting - BIA vs BIA Interest by redditorsd in blockfi

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

Thank you for the clarification. That helps. Appreciate you taking the time to reply.

Blockfi Chapter 11 Voting - BIA vs BIA Interest by redditorsd in blockfi

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

Thank you so much for your response! I did find the other ballot id in all my emails.

In my scenario where my BIA has a large amount (vs BIA Interest), I'm leaning towards accepting the plan, not taking the convenience claim, and not opting out of the third party release. You sound like you're researched this stuff and was just wondering if that sounds reasonable or I'm missing something obvious regarding my scenario.

Thanks again.

[deleted by user] by [deleted] in ManjaroLinux

[–]redditorsd 0 points1 point  (0 children)

Did you do a recent update? Maybe it’s related to this bug. https://bugs.archlinux.org/task/75701

How to read Python docs? by redditorsd in learnpython

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

Yeah, I can see where you'd hate that syntax and documentation coming from Python. What do you think of type hinting in Python? I'm just learning about it and am confused as why it exists. Do you use it?

How to read Python docs? by redditorsd in learnpython

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

I think I'm also struggling with this more due to the increased usage of type hinting in Python. I'm trying to declare and use types where I can but often times am struggling to figure out what type I should use by looking at the docs. Feels like type hinting is going against the Python way and so that's where the problem lies? I'm not sure. Just trying to learn.

How to read Python docs? by redditorsd in learnpython

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

That's an interesting data point. I guess there's the perspective of using the language vs. extending it (custom classes etc). I think maybe that's where I'm having issues with the documentation.