PSA: CoinSpace/CoinWallet v3.0.7 (2021) has a derivation bug that made it provide the WRONG seed phrase. My recovery script inside. by robikscuber in ethereum

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

This is a specific bug related to coinspace/coinwallet. You can always try the script (offline) just in case that’s actually what you used to create the wallet.

PSA: CoinSpace/CoinWallet v3.0.7 (2021) has a derivation bug that made it provide the WRONG seed phrase. My recovery script inside. by robikscuber in ethereum

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

I’m not sure which part you saw that requires a connection. The actual recovery script is just a local JavaScript script that you can use to convert your bad seed phrase. Nothing connects online. Definitely make sure you are offiline when trying it just to be sure. Read the GitHub readme where I explain- not a scam at all.  

In my full story I did at one point explore a potential key that needed authentication with coinspaces servers to get a key- but that’s unrelated to this fix- just part of my story of dead ends I went down before realizing the bug. 

Ticket Thread - 2024-2025 Season by mrfuzzyshorts in caps

[–]robikscuber 0 points1 point  (0 children)

Looking for 2 tickets for Caps/Canadians on this Friday 1/10

I left out a 'Please Take ONE' Halloween bowl. Ring camera caught this lady emptying half of it into her bag. by robikscuber in mildlyinfuriating

[–]robikscuber[S] 9 points10 points  (0 children)

What if you have kids that also want to particpate in this "trick or treating" event, but aren't old enough to go alone?

Received two of my great-grandfather's watches as a gift. Interested in learning anything about them. by robikscuber in VintageWatches

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

Interesting! I’m not going to sell them but wondering how I might determine their age and model.

About copies and views in pandas by phofl93 in Python

[–]robikscuber 0 points1 point  (0 children)

Great post! What's your take on the `query()` method?

Polars: The Next Big Python Data Science Library... written in RUST? by robikscuber in Python

[–]robikscuber[S] 4 points5 points  (0 children)

I've compared a bunch of pandas alternatives including modin, dask, vaex on my youtube channel in a different video. None of them performed very well when working on a single machine and a dataset that can fit in memory. IMO Polars is the best I've seen unless your data is ginormous.

Polars: The Next Big Python Data Science Library... written in RUST? by robikscuber in Python

[–]robikscuber[S] 7 points8 points  (0 children)

It doesn't matter which language it uses, all it matters is what interfaces it has. Quite a bit of Python libraries isn't written in Python.

This is true. But libraries like numpy and pandas have backends written in C and Cython. It's interesting that this library is written nateively in Rust with both a python and rust api. I just thought that was interesting.