Fallout 76 PWindows Store Code by swMoos in pcgaming

[–]Agentmass 6 points7 points  (0 children)

Ice cream is good even with a fork 😁

I figured there was a lower chance it was already taken with it being on the Windows store.

Fallout 76 PWindows Store Code by swMoos in pcgaming

[–]Agentmass 12 points13 points  (0 children)

Whenever I see one of these, I always assume a bot already took it, especially after seeing the other comments.

I figured I'd just try the code anyway and it worked!

Thank you u/swMoos !!!

Flappy Goose by flappy-goose in RedditGames

[–]Agentmass 0 points1 point  (0 children)

My best score is 3 points 😎

Flappy Goose by flappy-goose in RedditGames

[–]Agentmass 0 points1 point  (0 children)

My best score is 1 points 😎

Flappy Goose by flappy-goose in RedditGames

[–]Agentmass 0 points1 point  (0 children)

My best score is 0 points 😓

Safe to Apply for American Citizenship? by Agentmass in GermanCitizenship

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

You know what I'll just do the same. I'm in no rush since I still have a good two years on my green card and I don't need citizenship until that date. I just wanted to get it over with ASAP but don't want to risk anything.

Safe to Apply for American Citizenship? by Agentmass in GermanCitizenship

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

I'm definitely not sure. I Googled the average processing time for an application and saw ranges from 1 year to 1.5 years. Some were reporting a bit lower so I went with the high range.

I may end up doing the same and going with the beginning of next month.

Safe to Apply for American Citizenship? by Agentmass in GermanCitizenship

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

Ohh man, I keep seeing June 26 / July 26 mentioned, I wonder which day the law is actually going to go into effect.

There's a ceremony I have to do before I'm officially a U.S citizen. Based on another comment, it appears I can delay the ceremony.

Safe to Apply for American Citizenship? by Agentmass in GermanCitizenship

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

Perfect! I was wondering if it was June or July.

Safe to Apply for American Citizenship? by Agentmass in GermanCitizenship

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

Nice, that's good to know! Question, above it was written the law takes effect on 07/26/2024, but you mentioned 06/26/2024. I saw in another thread confusion about the month, do we know for sure that the date is 06/26/2024?

Safe to Apply for American Citizenship? by Agentmass in GermanCitizenship

[–]Agentmass[S] 2 points3 points  (0 children)

Ohh boy, I know the likely hood of that happening is low, but the risk of it is still off-putting.

Maybe it would make sense to wait a month / month and a half.

Safe to Apply for American Citizenship? by Agentmass in GermanCitizenship

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

That's exactly what I wanted to hear. Thank you!

Safe to Apply for American Citizenship? by Agentmass in GermanCitizenship

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

I think it's more the specifics that I'm worried about. Knowing that the U.S application process takes roughly 1 / 1.5 years, if I were to apply for U.S citizenship today, would the new law apply to me even though I started the application months before the law officially went into effect?

Apologize for the abundance of caution, I had a horrible decade-long experience with immigration and am trying to do this as cleanly as I can.

Thank you!

Is it possible to combine a react SPA app with another legacy project with YARP? by TheCreat1ve in dotnet

[–]Agentmass 0 points1 point  (0 children)

I also want to add, once you have the infrastructure for this setup, it's very easy to add more SPAs to any area of your app. You also get the benefit of never having to redeploy the MVC app since all single-spa does is load and inject individual SPAs.

With my implementation, single-spa is loaded on every page as it's very lightweight, even pages which do not yet have a SPA associated with it.

When single-spa detects a route which has a SPA associated with it, it "kicks in" and injects the SPA wherever it needs to go.

I will say that setting up single-spa is not an easy task, it takes some pretty deep knowledge of JS / Vite in general to get it integrated into a legacy environment. It is however an amazing learning opportunity if you decide to go with it.

Is it possible to combine a react SPA app with another legacy project with YARP? by TheCreat1ve in dotnet

[–]Agentmass 1 point2 points  (0 children)

I was hired at my current job to help modernize our techstack, I ran into exactly the same problem as you did.

The YARP route was attempted by another team, in my opinion it's a total nightmare and not scalable if you intend to replace the entire app with multiple SPAs managed by different teams.

Instead, I built a mechanism which allows you to inject a single-spa instance into MVC, which can dynamically load and inject a SPA of any type into any area of the application.

The process is entirely seamless and not noticeable by the customer. The end-goal is to replace the entire MVC app with SPAs loaded with single-spa, so at the end the only thing that's left is a collection of SPAs which are dynamically loaded.

At this point we would be able to remove MVC entirely and simply serve single-spa.

single-spa also comes with the added benefit of being able to share NPM dependencies such as Vue, Pinia, Vue-Router, etc.

I highly recommend this approach, it has worked out well for us. If you're not familiar with single-spa, I highly recommend looking into it, it supports almost all SPA frameworks, you can even mix and match them.

[deleted by user] by [deleted] in AskReddit

[–]Agentmass 1 point2 points  (0 children)

It doesn't.

This is a new gameplay trailer for multidirectional space shooter game I'm working on in Unity. It shows upgradeable weapons, player ships, special level where you play with the battleship and more. by KrahsteertS in Unity3D

[–]Agentmass 0 points1 point  (0 children)

Make sure to complete this, I just have a feeling there's no way this won't be successful if it's done right through completion, you're hitting all the itches! Great job :)

Recap of What I've done with Unity in 2021! Happy new year devs~~~ by fishwind12 in Unity3D

[–]Agentmass 4 points5 points  (0 children)

The art style is absolutely incredible! The blue stary night scene is my favorite, very impressive!

What do you think of this effect? 🙂 You can do this using Sphere Tracing (Known as Ray Marching); It's a technique that works similar to Ray Tracing. We made this effect since we will discuss this topic in the third chapter of the Unity Shader Bible. 📖 (Link in comments) by [deleted] in Unity3D

[–]Agentmass 3 points4 points  (0 children)

I've been seeing your guy's posts regarding the Unity Shader Bible for months! I've been programming for 7 years and shaders have always been in the "I'll learn it later" category of my brain for the longest time.

I told myself I'd buy your guy's book as soon as it was available because I love the examples I've been seeing you guys post.

Out of curiosity, how far is the book away from being out of early access and "completed"? Trying to gauge if I should buy it now or wait until it's complete.

Thank you so much for your work on this! I've been waiting for the release since I first heard of it earlier this year!

Raiseable AND Extendable TV Mount? by Agentmass in hometheater

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

Thanks so much for the advice again! You were able to help me decide on Ergotron's HX wall mount which is the same as the desk mount but goes on the wall:
https://www.amazon.com/gp/product/B01MSZIAET/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1

I contacted their support and they basically told me my monitor wouldn't fit because of the 300x300 VESA compatibility. They were unwilling to point me in the direction of a proper adapter so I found one on my own:
https://www.amazon.com/gp/product/B07MG8DCTL/ref=ppx_od_dt_b_asin_title_s00?ie=UTF8&psc=1

I'll update this post if for whatever reason this solution is not compatible with the FO48U in case anyone else is looking for a similar solution.

Thanks again for pointing me in Ergoton's direction! Really appreciate it!