reddit.com
Subsites
Posts
too late for NVIDIA and PALANTIR?
I have a few thousand dollars in savings and just started investing this week. I put $1,500 into NVIDIA and $1,500 into Palantir because I want my money to grow quickly and plan to hold them for a year or two to take advantage of their current growth. The remaining …
Advice on strategy/analysis?
Should I be creating chart analysis with trading view (is the paid membership worth it..?) to help with my options trading ? Good and simple strategies to become consistent? Indicators, chart analysis, etc. I have a Roth IRA so I’m into long term investing but wanting to become consistent with …
what should I invest in? Stocks?
Long story short, I am 27 and have made good money operating my business in the real estate space. I currently have 5 Multifamily properties for a total of 14 units. cashflow pays for all my bills & a little extra. I have $100,000 I want to invest but I …
February CPI
How important is this one going to be? And what is the correct play here? I don't see a neutral marking coming since the next FOMC is in March so I'm guessing a straddle here? I'm new so please inform me, I would like to learn more
PLTR covered call?
i I have opened CC for what's it worth at that time but I dint know that PLTR stock has skyrocketed recently. I saw my profile now and amazed. If I wait for the options to expire, I would get 25k as profit ( cc premium + stock appreciation) on …
Sell to close
Right now the only contacts I can exercise are penny stocks, but they are a little too volatile for me at this stage. I was thinking about buying contacts and selling to close when they are in the money. I’ve heard Robinhood(primary account) isn’t the best or doesn’t fulfill the …
Plans to Buy ‘Armored Teslas’ Disappear From US Procurement List
Surprised ? https://www.bloomberg.com/news/articles/2025-02-13/plans-to-buy-armored-teslas-disappear-from-us-procurement-list?embedded-checkout=true
Book for introduction to cryptography
I am looking for a book for beginners, explaining all the concepts for key sharing, block and stream ciphers, vulnerabilities, polygons, where primes come in the picture, etc. Possibly supplemented with examples, as well as real-world ciphers and how they are distinct, what makes them special etc. I read a …
Do all points of secp256k1 have the same order as standard G's one?
``` G_Coordinates = (0x79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798, 0x483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8) ``` and knowing that we are in `x^3 + 7` and knowing that the modulus is ``` p = 0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f ``` than we can calculate the order of point G ``` n = 0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141 ``` but do all valid point coordinates on secp256k1's field have …
If Grovers "roots" the bit strength of hash functions/sym crypto, what does shors do to ECC?
I appreciate modern ECC is essentially only as strong as half the bit strength of the curve group (subgroup) due to Pollard's Rho. Given Grovers essentially roots the bit strength of hash functions and symmetric crypto (256->128), what does it do to ECC? Do we have an intuition as to …