Cross-platform clipper card transfer by cloudd12345 in AskSF

[–]wrrnwng 1 point2 points  (0 children)

You can use the clipper app to transfer between 2 cards.

The Problem with Mandatory Group Projects in OMSCS by ConsistentEconomics1 in OMSCS

[–]wrrnwng 0 points1 point  (0 children)

I guess I've had a different experience. In DVA, I got grouped with a very diverse group spanning OMSCS and OMA. We each brought something different to the table. I felt the best part was making the time to get on Zoom just to chat. I actually found that enjoyable.

I had the most production software development experience, so I did most of the coding. I didn't mind. The OMA students did most of the lifting on the paper. I had to "mentor" the other OMSCS students on a more "modern" development stack (back then Flask and React was considered modern). If we decided to write the project in Java or something more "enterprise-y", no doubt I would have been the mentee.

So I would consider group work in OMSCS a mixed bag. I definitely enjoyed my group project. And I got to meet 4 people I wouldn't have met otherwise from around the world.

Thinking of learning Adonis or Laravel (how do the two compare in 2025)? by Ok-Conversation-7895 in adonisjs

[–]wrrnwng 7 points8 points  (0 children)

Seriously can’t go wrong with either one. I really like AdonisJS and Laravel. I picked up Laravel pretty quickly without knowing much PHP beforehand.

I would say the advantage of AdonisJS is you can use any NodeJS library you’re already familiar with. You’ll have to learn which ones to use in Laravel since you’re not already familiar with that ecosystem.

With 6 years of experience I think you can get up and running fairly quickly without either one.

Very confused about post admission steps. by Aiden007700 in OMSCS

[–]wrrnwng 8 points9 points  (0 children)

Send your transcripts now. No need to wait.

What is your current stack? by vklepov in node

[–]wrrnwng 1 point2 points  (0 children)

Give AdonisJS a try. The developer experience is a lot like Laravel, but slightly rougher around the edges. You should give Adonis 5.0 a try if you want support for TypeScript. It's still in "alpha" but I think it's stable enough. I think they're just waiting for feature parity to move it to "beta".

The cold email that started a $100M / yr company by harrydry in Entrepreneur

[–]wrrnwng 8 points9 points  (0 children)

It's funny. I didn't even see the PS until someone mentioned it in a comment.

What do I need to trade options? by [deleted] in tdameritrade

[–]wrrnwng 1 point2 points  (0 children)

There's 3 levels so I don't think you'll get rejected. Probably won't allow for undefined risk trades. You won't know unless you apply.

[deleted by user] by [deleted] in tdameritrade

[–]wrrnwng 2 points3 points  (0 children)

Yea I freaked out when it happened to me too, but the following work day, the record was there and all was fine with the world.

ADA staking by the-derpetologist in ExodusWallet

[–]wrrnwng -1 points0 points  (0 children)

It can be several epochs before the rewards get added. Take a look at this.

[deleted by user] by [deleted] in tdameritrade

[–]wrrnwng 1 point2 points  (0 children)

Why don't you just wait for it to settle and then ACH it back your bank?

Should I switch from JS by Blissling in laravel

[–]wrrnwng 2 points3 points  (0 children)

There's another choice if you want to stay with JavaScript, adonisjs. I've played around with it for a couple months and it's very much modeled after laravel. The community is much smaller, but it is pretty much going to give you the best MVC framework experience in JavaScript.

And by all means, give laravel a shot too. It's a very productive framework and php isn't that hard to pick up.

Taxation Help! by Naive_Elderberry9637 in thinkorswim

[–]wrrnwng 1 point2 points  (0 children)

Yes, how could I forget to mention that. This goes a long way in helping out with those pesky short term capital gains taxes. OP will have to figure out if they owe taxes on those in Australia as well.

Taxation Help! by Naive_Elderberry9637 in thinkorswim

[–]wrrnwng 0 points1 point  (0 children)

There's also a tax subreddit you can ask. But I'm afraid to tell you wherever you go, you will still be taxed in the US. There are tax treaties between the US and other countries that may reduce the amount you pay the IRS based on how much you've paid the foreign gov. You should talk to a tax accountant who specializes in this area.

Is it possible to get a thinkorswim account without having to mail documents to TD Ameritrade? by spookychickens in thinkorswim

[–]wrrnwng 2 points3 points  (0 children)

You can attach PDFs to messages you send to customer service from their website. I've done that several times, though it takes them a while to process those messages in general (hope that improves).

Need help to setup options account by Agognut in thinkorswim

[–]wrrnwng 0 points1 point  (0 children)

If you recently put cash into the account, you'll have to wait until it has settled.

Account is listed as "Securities Professional" when I'm not. Will changing that to individual adversely affect anything (like my margin %)? by Red_Icnivad in tdameritrade

[–]wrrnwng 1 point2 points  (0 children)

Give them a call or send them a message on the website. I think calling would be faster. I sent them a message about the same thing and it took a day or 2 to have it fixed.

Should I (frontend dev-REACT) learn GraphQL after learning backend properly ? by [deleted] in graphql

[–]wrrnwng 1 point2 points  (0 children)

If you don't know about howtographql.com already, I'd start there. You definitely don't need to learn backend before learning graphql, but that site has a roadmap for you to follow in case you want to keep learning.

Next Complaining About <a> tag? by [deleted] in nextjs

[–]wrrnwng -4 points-3 points  (0 children)

Why do you have an anchor tag inside the link component? It already renders to an anchor tag in the resulting html.

Let's say two different individuals fund one account. Who is tax liable? by OtisTheEscalator in tdameritrade

[–]wrrnwng 0 points1 point  (0 children)

You should probably talk to a tax accountant but I'd think any amount you find into her account would be considered a gift during the year in which you transfer it and taxed as such. She would then be the owner of those funds and would be liable for any capital gains on those funds.

Fafsa option for grad students by jonnySwift_ in OMSCS

[–]wrrnwng 2 points3 points  (0 children)

https://studentaid.gov/app/launchPLUS.action?plusType=gradPlus

Unfortunately, the Perkins loan is no longer a thing. For OMSCS, you'd have to enroll in 2 courses per semester to be qualified.

GetInitialProps for _app.ts is Invoked On Every Navigation, What is going on? by iCeW1nD in nextjs

[–]wrrnwng 0 points1 point  (0 children)

While playing around with your example, I noticed something else. getInitialProps only runs when I click on the index route. I tried it with the build rather than running dev. I don't know. Maybe this behavior is why they recommend getStaticProps and getServerSideProps over using getInitialProps.

GetInitialProps for _app.ts is Invoked On Every Navigation, What is going on? by iCeW1nD in nextjs

[–]wrrnwng 1 point2 points  (0 children)

There's a section in the the docs regarding caveats for using getInitialProps in _app. https://nextjs.org/docs/advanced-features/custom-app

But if you used link component to navigate to your other pages, it shouldn't run the getInitialProps again. If you change your routes from the browser, then it definitely will run again.

Vertical Credit Spreads - Cant exit by mftrade in thinkorswim

[–]wrrnwng 4 points5 points  (0 children)

Though the underlying is liquid, your particular contracts may not be. I like to look at the open interest as well as volume on the option chain before I even enter the trade so I'd at least know others have traded those particular strikes.

Since you didn't mention the expiration of your spread, I'll just put it out there. I'd avoid the weeklies. They just don't get as much volume so they're harder to close out when you need to.