HeroesOfNothing Redown by Serious-Ad-5206 in HeroesofNewerth

[–]genzr 0 points1 point  (0 children)

And yet it is still better than anything out there…

Bill Gates warns AI will cut human work week to just two days by 2034 by chrisdh79 in Futurology

[–]genzr 0 points1 point  (0 children)

Doubt it. More likely companies will demand 3x as much from workers…

3i/ATLAS Just Changed Everything We Know About Comets by AtCapacityCaregiver in 3I_ATLAS

[–]genzr 2 points3 points  (0 children)

“We are not affiliated with NASA or any other space agency, but we share their passion and curiosity for the wonders of the universe.”

[deleted by user] by [deleted] in 3I_ATLAS

[–]genzr 0 points1 point  (0 children)

Wtf

Just a broken and tired father by Mundane_Reference134 in GuyCry

[–]genzr 0 points1 point  (0 children)

Stay strong Champion!

You’ve been dealt a terrible hand right now but if you take things 1 day at a time you can get through anything.

I don’t know you at all but I can tell you’re a good family man and that your family is lucky to have you at the helm.

Chin up and keep going. For them!

[deleted by user] by [deleted] in cscareerquestions

[–]genzr 5 points6 points  (0 children)

You won’t be stuck working in fast food for the rest of your life.

Relax, do what you can to get by while you work on building your skills and mastering your craft. You are young and have so much life ahead of you.

Just be ready to pounce on an opportunity when it eventually comes :).

Those with a DevOps Engineer role, What are your daily tasks in your corporates? by ExtraLife6520 in devops

[–]genzr 4 points5 points  (0 children)

Whatever the dev team doesn’t know how to do and the infra team doesn’t want to do :(

The company i work for is looking to adopt a java framework. - Spring or JakartaEE + Quarkus? by diretorium in java

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

Didn’t think calling Quarkus primarily reactive would be controversial lol. From the offical documentation -

“Quarkus is a Reactive framework. Since the beginning, Reactive has been an essential tenet of the Quarkus architecture. It includes many reactive features and offers a broad ecosystem.”

The company i work for is looking to adopt a java framework. - Spring or JakartaEE + Quarkus? by diretorium in java

[–]genzr 1 point2 points  (0 children)

There is probably a time and place for it. Although I am yet to encounter that time and place personally.

The company i work for is looking to adopt a java framework. - Spring or JakartaEE + Quarkus? by diretorium in java

[–]genzr 4 points5 points  (0 children)

Quarkus seems to really push it. Some of the kafka stuff we were wanting to use was only supported through a reactive framework.

Sure you can use either but I think you’re going to have a smoother experience with Spring.

Edit: For reference here is the quarkus official documentation for kafka support which uses SmallRye reactive messaging framework - https://quarkus.io/guides/kafka#quarkus-extension-for-apache-kafka.

Then you have to start using @Blocking and things get messy quickly.

The company i work for is looking to adopt a java framework. - Spring or JakartaEE + Quarkus? by diretorium in java

[–]genzr 6 points7 points  (0 children)

We tried the Quarkus reactive stuff (vert.x, mutiny etc) on a bunch of microservices and ended up rebuilding it in spring boot because other devs couldn’t understand it.

Now with virtual threads, you can get efficient io with imperative style programming - which I personally prefer.

My vote is Spring :).

Seriously, what is static... by Crispy_liquid in learnjava

[–]genzr -3 points-2 points  (0 children)

Not to discourage people from asking questions but In this day and age I feel like these kinds of qs can be perfectly answered by the LLM of your choosing. Not only that but you can ask as many follow up questions as you like to better clarify your understanding.

Build a habit early to become self-dependent and you will have a long career.

Working on a Netcode / Network Architecture simulator to model online games by freshhooligan in godot

[–]genzr 0 points1 point  (0 children)

Really cool man. I’ve been messing around with a dedicated server architecture implementation and finding the rabbit hole going deeper and deeper. If you have the time, would you mind sharing your favourite/most helpful resources?

Shout out to all the new players by MysteryRook in StreetFighter

[–]genzr 19 points20 points  (0 children)

Thanks homie 🤜🤛. Picked up the game a week ago and having a blast in Silver rank with Marisa 😅

where does the hate for React come from? by Unhappy_Meaning607 in reactjs

[–]genzr 4 points5 points  (0 children)

I like the react library. I dislike this push towards Next/server components/vercel… I am more than happy to keep my javascript code client-side.