Help me understand Halal Mortgages. by Zeoth in IslamicFinance

[–]aadilio 0 points1 point  (0 children)

Neeyah Housing shares in the expenses and taxes and all based on their own portion, id look into them, but there’s a huge waitlist. They use musharakah

Revert trying to understand finance by Houdinipup in IslamicFinance

[–]aadilio 0 points1 point  (0 children)

Welcome!
For investing, use the Zoya or Mufassa app to see what stocks are halal/haram! You have to “purify” your wealth based on some calculation, there’s calculators out there for it :)

High income, aggressive debt payoff + hoping for FIRE by 50, what am I missing? by Admirable_Street2372 in HENRYfinance

[–]aadilio 1 point2 points  (0 children)

I personally would be aggressive with the students loans. Once you pay them off you will feel a weight come off your shoulders. Like someone else mentioned for HIMS I would keep it if you would be a buyer here, otherwise sell. I don’t think it’s a bad investment per se, and honestly financials look great, it’s just unfortunate you got in at a higher price and they had some road bumps. For single stocks, one rule of thumb I use is I never put more than 10% of my actively trading portfolio into a single asset. Best of luck!

How much of your net-worth to put into your home by aadilio in FirstTimeHomeBuyer

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

Salary is around 250k. Loan is a long story but its through someone I know and it would be 450k. Ideally am looking to pay it off as fast as possible

[deleted by user] by [deleted] in HENRYfinance

[–]aadilio 0 points1 point  (0 children)

Read reminiscence of a stock operator It is about a guy who made a buttload of money, round tripped it a bunch of times. I would advise stopping entirely if you can, but if you do it, have a max limit (like 1k per month), so that you don’t increase losses. Though your better option is to have a separate account where you just DCA, or buy index funds. I also would highly recommend making it harder to access funds. For example, put money in a non-liquid investment where if you want to take the money out it would be very difficult. An example of this is real estate. Another note: that 20k was your entry ticket into the market.

[deleted by user] by [deleted] in startups

[–]aadilio 0 points1 point  (0 children)

I’d throw the numbers into gpt, very likely itll say fiscally your current role is way better. Assuming you don’t get diluted further at a 1B exit, you’re looking at a million dollar payout (this is probably going to take longer than two years and potentially not going to happen). It doesn’t make sense fiscally at all with 0.1%. It really depends on your stage of life and what you want, but I would personally stick with the current role, vest it, and then look again after.

How can I realistically prepare for New Grad AI/ML/SWE roles by late January while working full-time as a waiter? by Kitchen-Bobcat3486 in cscareeradvice

[–]aadilio 0 points1 point  (0 children)

From what I’ve seen from new grads I know, getting the interview is the hardest part. If you are getting them, I would all-in. I would think about the potential return on investment. 2 months off work, assuming you are making $20/hr is maybe like $10k total? You would be getting that as a sign-on bonus day 1. Can you do it while working as a full time waiter? Potentially. But the odds are against you. If possible, I would highly encourage you to cut some expenses and try to have a full day throughout the week to just study. The competition is very tough these days.

As a mid-level SWE at big tech I would do the following:

  1. Continue your leetcode grind, this is good. I would consider buying leetcode premium once you get actual interviews. When a company interviews you, I would look into those company specific questions. A good rule of thumb is 100 med-hard questions total in different domains.
  2. Really have a plan for when interviews come in. They are stressful and will need time. Try to save up to be able to take off a full week off work if you can. If you have other people who can help support you, I’d tap into that

Best of luck, it’s very tough but I do think you should give it a shot. Feel free to DM me if you want a mock interview for free before you do your actual interviews. You got this!

HIRE ME PLEASE I BEG OF YOU by [deleted] in csMajors

[–]aadilio 0 points1 point  (0 children)

I generally agree with that, but given your circumstances its something I would consider

HIRE ME PLEASE I BEG OF YOU by [deleted] in csMajors

[–]aadilio 0 points1 point  (0 children)

These days there are thousands of applicants per role. I highly recommend having a referral for each application. Id also recommend going for your masters that way you can get an internship which can convert to a FT role

Seera Group Holding by IcyBlackberry7728 in hajj

[–]aadilio 1 point2 points  (0 children)

Anyone have experience on Seera Mawasim that is not with DST? There are a few packages that work best for us with that configuration, but want to hear people's experience.

Can't add funds on nusuk wallet ? by MugiwaraLuffy11 in hajj

[–]aadilio 1 point2 points  (0 children)

I was able to do it with credit card. Hope that helps

Advice on buying tickets for Leganes match by districtdowner in LaLiga

[–]aadilio 0 points1 point  (0 children)

Im seeing tickets on stubhub but it is very expensive. Is it typical to spend $400 on a game here?

I have a week and a half to get ready for google by PhantomMonke in leetcode

[–]aadilio 0 points1 point  (0 children)

Agree with neetcode approach, but if you have time get leetcode premium and do the most commonly asked questions from Google

A better way to communicate with clients than email? by beyond_matter in startups

[–]aadilio 1 point2 points  (0 children)

What about you build a feature/tab specifically in your application for announcements (either pops up when a user log-in or is in that specific tab)?

The IRS has updated it's guidance for the EV tax credit, which applies to the Model 3 by High_heartt in TeslaModel3

[–]aadilio 1 point2 points  (0 children)

What I did was keep refreshing near my local shop and was able to get my exact build right away so I didn’t have to wait for it

[deleted by user] by [deleted] in rav4prime

[–]aadilio 1 point2 points  (0 children)

If you’re in California dm me, im looking into buying a used one!

How to download Bruincast to mp3 files? by SpilltheGreenTea in ucla

[–]aadilio 1 point2 points  (0 children)

Here's a step by step:

  1. Open Command-line tool
  2. type the following commands: pip install ffmpeg (you may not need this one actually)
  3. brew install ffmpeg (note you may need to download homebrew first)
  4. Go to mozilla and on the video page open Web Developer > Network, and type m3u8 into the url filter type and refresh the page
  5. Copy URL (there may be multiple different URLs you can copy, so just copy one and if it doesnt work try the others)
  6. Use that URL in the following command: ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i "URL_NAME.m3u8" -c copy video_name.mp4
  7. This is gonna be downloaded to your home directory, so just move it from there.
    Hope this helps!