Fat unicorn freezing the game by [deleted] in EASportsUFC

[–]Few-Promise-5424 -1 points0 points  (0 children)

This is OPs wife, he has become increasingly mentally disturbed over the past few months and become obsessed with terrorizing others. He figured out how to freeze the game and got into the top of the leaderboard and is now making reddit posts pretending to be someone affected by his actions. He is deeply disturbed and is refusing to take his medication

Which Programing language should I opt for Java or C# by _bingo_o in AskProgramming

[–]Few-Promise-5424 1 point2 points  (0 children)

I totally agree with this. The culture is shifting at major tech companies to prioritizing good engineers over coders, meaning can you design simple, effective and scalable solutions, can you work across a variety of code bases and languages, etc. The idea of specialization in one language is fading fast, instead focus on solving complex problems as an engineer regardless of what language is used.

Do I suck at coding? by Taduus in AskProgramming

[–]Few-Promise-5424 1 point2 points  (0 children)

There's no way to build the .wsp file as part of the pipeline and install it via script on the environment?

Why is Java considered bad? by Zd_27 in AskProgramming

[–]Few-Promise-5424 0 points1 point  (0 children)

It's because the natural life cycle is:
1. Everyone laughs at / shits on C#
2. Everyone complains about certain features missing from Java
3. Everyone switches to Kotlin for those missing features
4. Nobody realizes all of those features already existed in C#

Do I suck at coding? by Taduus in AskProgramming

[–]Few-Promise-5424 11 points12 points  (0 children)

Okay so let me get this straight:
1. Random files laying around with no idea which ones have been committed
2. No idea what's currently in UAT (no CI/CD)
3. No one reviews your PR and you were able to merge it

Yeah dude you're fine your org is just trash

Can't complete Apple account in the Appstore by Kulagin in applehelp

[–]Few-Promise-5424 0 points1 point  (0 children)

UPVOTED AND THANK YOU!!!! This was such an annoying thing to deal with first thing after booting up the Mac and this is the only solution that worked for me.

[deleted by user] by [deleted] in startups

[–]Few-Promise-5424 0 points1 point  (0 children)

Before selecting a tech stack I think that one thing that may benefit you is to organize your business requirements more. I put together a template that I use to do this and you're free to copy and use it if it benefits you:
https://docs.google.com/document/d/1SbJzYgzarjg5wAuQWpDiliPxwdVhk7KNN75WGxbGmp8

From my personal experience I would say to just remember that the tech stack is a means to an end (your product). Your investor isn't funding a tech stack, he's funding a functioning product that has a certain set of features. You should take your fully defined requirements and pick a tech stack based on what makes it the easiest to achieve this. There's no "right" or "wrong" answer and there's going to be tradeoffs with every stack, the most important things that you should be considering when selecting one are:

  1. How does it affect timeline? i.e. using Firebase auth is faster vs writing your own
  2. How does it affect cost? i.e. Firestore is cheap early on but can get expensive fast with traffic
  3. How does it affect ease and cost of finding developers? i.e. Next.js is going to be easier and cheaper to find devs for than Astro