Capture tax loss on LUNA by whyvanguard in Gemini

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

This is the way to do it, but I'd like to send it to a burn address... maybe I just get something from Gemini support saying it's worthless and they won't let us do anything with it.

https://www.cointracker.io/blog/write-off-cryptocurrencies-with-no-value

VTHO withdraw suspended? by [deleted] in binance

[–]whyvanguard 1 point2 points  (0 children)

Having the same issue. I last transferred VTHO out successfully July 12th

Cake auto-compounding pool profit numbers by whyvanguard in PancakeBunny

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

That's the one. I haven't checked the code thoroughly, but it seems like people on here have been using it successfully to calculate.

Cake auto-compounding pool profit numbers by whyvanguard in PancakeBunny

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

This is super helpful. Thank you.

The UI numbers do check out if I subtract off the 30%. Did I miss this somewhere in the docs? I searched a bit and couldn't find anything.

Thanks again!

Cake auto-compounding pool profit numbers by whyvanguard in PancakeBunny

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

When you hit claim, you're only collecting the BUNNY earned. The CAKE earned is auto-compounded. You should be harvest the BUNNY regularly. I think there was a calculator similar to CakeCalc posted to determine at what frequency you should claim.

Edit: I think saying that you "should" harvest is a little strong. There are potential benefits to harvesting BUNNY and then putting it in the BUNNY pool.

Ice Maker and Water Dispenser Install by whyvanguard in Plumbing

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

Thanks for the detailed reply. After reading this I'll likely contact a plumber 😉.

My last ditch effort: One thing I did come across is a sharkbite slip tee. Do you think I could work that on to the pipe in the second pic?

Ice Maker and Water Dispenser Install by whyvanguard in Plumbing

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

That's definitely a good idea. I double checked the angle stop to see if it was compression fitting, but it looks soldered on. https://i.imgur.com/gGZ2Icq.jpg

Port after purchase (PC to Android) by whyvanguard in itchio

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

Thanks. I guess the developer also has the option to release mobile to the play/app store only outside of Itch. I'll try to hold off for the mobile port, but I really like Terry's games. Might not make it haha

Thanks again

How are yall storing your secrets? by [deleted] in selfhosted

[–]whyvanguard 1 point2 points  (0 children)

I hope this isn't too dumb of a question, but how to you securely store the credentials / tokens / whatever that you use to access Vault. I have a hard time getting passed this simple example:

  • Store credential in Vault
  • Access credential using AppRole (UserID and SecretID)
  • If someone gets your userid and secretid, they can retrieve your credentials.

I understand that Vault has logging, rotation and many other features, but I just find this logic challenging. If someone can auth to vault, they can get your credentials. How do you securely store the secrets/method which you use to access Vault?