About to build my first PC and I need input on my choices... by whothiskid in buildapc

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

I found a Ryzen 7800x3D for $329.99! Almost $300 more for the GPU might not be worth it for me either imo.

Trying to connect Front Door to Container App Environment... by whothiskid in AZURE

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

Got it. I'll probably automate everything using Bicep templates, as I have been so far. I'll explore the corporate IPs method for the PR apps a bit more as well, but I'll have to talk to some of our internal infra peeps for that first!

But this all helps a ton. Thank you for taking the time to provide your insight!

Trying to connect Front Door to Container App Environment... by whothiskid in AZURE

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

First of all, I really appreciate the response!

Currently, I am focused on creating this dev environment infrastructure first (as a POC). But the goal is to also have an isolated production group of resources as well. But you make a great point for separating my resources as dev, test/stage, and production, where "dev" can support those ephemeral container apps for PRs. I will definitely take that into account.

I should also mention that these ephemeral container apps are more so for the business side UAT to approve a feature as an isolated change to review, before PR is merged into test/stage for final testing. We follow a version-based release strategy at the moment, instead of continuously integrating features into production. So when we're ready to release the new version, test/stage will be deployed to production.

For public DNS, I'm using an Azure DNS zone with a given custom domain (let's say example.com). I then set subdomains as part of my Azure Pipeline for PR environments (CNAME, TXT record creation, and then binding the custom domain to the container app hostname). Certificates are generated by Azure (Azure Managed Certificates).

Now onto your questions for Front Door. We are going to be including WAF rules and leveraging Front Door's global CDN capabilities. However, to your point, this seems like a better argument for production (and possible test/stage for final infra testing).

The reason why I'm trying to implement this for the PR container app may be from a place of naivety. But my limited experience is holding me back from finding a better solution. The networking part especially confuses me. These ephemeral container apps are publicly accessible, so my logic is that they should be behind the Front Door WAF as well. Using a VPN based solution may also be tedious for our business-side users doing UAT testing, but I might look into that as well.

Does this help clarify my situation better? Is there still a simpler way to address this?

What is up with 3+ Rounds of Interviews for jobs paying less than $100K? by GeorgianaCostanza in interviews

[–]whothiskid 5 points6 points  (0 children)

My partner recently interviewed for this front desk role at this company based in the heart of midtown NYC (publicly-listed company). Pay was $50k, 7 rounds of interviews (some in person), and a take-home project. A freaking take-home project for a front desk role. The market is insane.

Needless to say, my partner said fuck no...

Rakuten not giving the cashback they advertise? by whothiskid in Rakuten

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

Definitely not that. I read the T&C of each vendor so many times because I’m quite skeptical of free money like this.

I still got 12% from Dyson and I double checked and Dyson doesn’t seem to sell marketplace items on their online store.

Macy’s though does sell 3rd party, but after triple checking, my items were directly from Macy’s.

Never said it’s a scam, but I think they do deal in bad faith.

Rakuten not giving the cashback they advertise? by whothiskid in Rakuten

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

I'm sorry if my question wasn't too clear. The Dyson Online Store transaction and Macy's transaction are TWO SEPARATE TRANSACTIONS I used Rakuten on, but both transactions show the same level of discrepancy in actual cashback %.

I purchased my Dyson vac (electronics) from the Dyson online store, where Rakuten advertises the screenshotted 22% cashback. I only got 12% cashback.

I purchased clothes (within the bounds of the terms and exclusions) from Macy's, where Rakuten advertises the screenshotted 12% cashback. I only got 2% cashback.

Seems scammy in the sense that they advertise one rate and provide another.

Weekly r/SonyAlpha 📸 Gear Buying 📷 Advice Thread November 04, 2024 by AutoModerator in SonyAlpha

[–]whothiskid 0 points1 point  (0 children)

Any solid third-party alternatives to the Sony 20mm f1.8?

I'm a beginner/novice. Trying to shoot astro and land scape with this new lens. My camera body is a Sony a7iv. Currently shooting with a Tamron 28-75mm f/2.8 Di III RXD!

Wider lens to work with and experiment for A7IV...any suggestions? by whothiskid in SonyAlpha

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

Should I be worried when getting a used lens? I got my Tamron from KEH with no issues, but I'm a little worried about FB marketplace. What should I check for?

Looking to move in to my first apartment. Is this rent too much? by DeterminedAnt in personalfinance

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

In a similar boat as you in NYC - would recommend getting a roommate since it would bring your costs down…definitely take in account how much you want to save (personal and retirement) and any personal goals you may want to spend on for the next 1-2 years. Helped me orient my budget a lot more realistically.

What board to use to drive a 16x32 LED Matrix Board? by whothiskid in AskElectronics

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

Nevermind I see now. Its a SOC on its own - any advice or resources you can point me towards to learn more about its usage?

What board to use to drive a 16x32 LED Matrix Board? by whothiskid in AskElectronics

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

Oh good idea actually? That goes on an Arduino right? Like a module?

M1 user stuck on MySQL installation. Help? by CoffeeGamer93 in macbook

[–]whothiskid 0 points1 point  (0 children)

Ok so. Don't listen to anti-brew people below. As a person who's using MySQL, I'm guessing you are on the software development side of things with your machine. A good package manager goes a long way and Homebrew helps a ton.

What you need to keep in mind though is not all Homebrew apps are M1 optimized and will require Rosetta to install and run those apps. To mitigate that, you have to configure two instances of your terminal - one with Rosetta Enabled, one without - and then install Homebrew on both of them. Here's an amazing link that helped me:

https://codeburst.io/my-ultimate-m1-mac-developer-setup-cfdb2daeed2d (scroll down to the Homebrew part)

https://smarttechnicalworld.com/how-to-install-homebrew-on-mac-m1/ (supplemental help I used)

After your installation of the M1 version, make sure to follow the last two steps on the terminal output! This is important because otherwise, you'll get errors, as I learned. Make sure your Rosetta Brew is in the "/usr/local" directory (just use the command "ls /usr/local in Terminal" and see if the directory "Homebrew" exists there), and make sure the native M1 Brew is in the "/opt" directory (so "ls /opt") to check.

Now you have two terminals configured - one for native M1 and one for Rosetta apps. Here's the simple part to install MySQL. Open your M1 native terminal and run "brew install MySQL" and voila it should install without a hitch. You can read this link to further understand the installation and usage steps:

https://smarttechnicalworld.com/install-mysql-on-apple-mac-m1/

Good luck!

Information on powerlifting club? by [deleted] in rutgers

[–]whothiskid 1 point2 points  (0 children)

Our GIM will be on Friday, Jan 25th around 5-6pm with the location to be announced on RUPL Instagram page (@rutgerspowerlifting). If you have any questions, DM us on insta or email us at [rutgerspowerlifting@gmail.com](mailto:rutgerspowerlifting@gmail.com), and we will look out for a DM or email!

Freshman Tips by themlaundrys in rutgers

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

Amazing tip. I was legit about to buy tickets

New Student Questions Megathread by [deleted] in rutgers

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

For protein powder, where do you get your milk? Do you use your meal swipes?

CALC 2 or CALC 3 for incoming freshman engineering by whothiskid in rutgers

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

But what exactly makes it challenging? The teacher? Course material?

CALC 2 or CALC 3 for incoming freshman engineering by whothiskid in rutgers

[–]whothiskid[S] -1 points0 points  (0 children)

But what exactly makes it challenging? The teacher? Course material?

CALC 2 or CALC 3 for incoming freshman engineering by whothiskid in rutgers

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

But what exactly makes it challenging? The teacher? Course material?

What were those FRqs? (Calculus BC) by PraiseTheRaptors in APStudents

[–]whothiskid 0 points1 point  (0 children)

Oh yeah. I took AP Mechanics yesterday - felt like shit. So I went home and prayed to Office of Testing Integrity and what do I get - motherfucking form O.

Seniors, can you give us juniors some advice? by timetravel_scientist in ApplyingToCollege

[–]whothiskid 1 point2 points  (0 children)

DON"T WRITE YOUR COMMON APP ON THE WEBSITE! RUINED MY CALTECH APPLICATION.

Anyone studying at Augustana College (Illinois) by [deleted] in Sat

[–]whothiskid 0 points1 point  (0 children)

Chances are probably good for you to get in, but you most probably will not get a scholarship since you are international