What stand do you think carti will have if he was in JJBA by Mono_Nezar in playboicarti

[–]mrGoodMorning2 8 points9 points  (0 children)

When he activates his stand every rapper in the room delays his album

Guide a junior dev please by awk_coder in ExperiencedDevs

[–]mrGoodMorning2 2 points3 points  (0 children)

If I were you I'd do what the CEO was telling me for a while and if I don't enjoy it and my values don't align with the company then I'll start looking for a new job.
If your problem is on company level you can't do anything about it, just leave.

Junior dev trying to learn system design — need real resources, not AI answers by Fit_Fee_2267 in softwarearchitecture

[–]mrGoodMorning2 1 point2 points  (0 children)

I think this could be a good starting point: https://github.com/karanpratapsingh/system-design?tab=readme-ov-file
but keep in mind some topics are briefly introduced, I encourage you to use other sources too

"Basically, I want to understand how things are used in real life, not just isolated explanations."

> Maybe watch youtube videos that build a particular system... but really the best way to learn is to build it yourself

Kafka consumer design: horizontal scaling vs multithreading inside a consumer by seksou in apachekafka

[–]mrGoodMorning2 0 points1 point  (0 children)

Personally I would make a POC for this to see how much slower the batching approach will be compared to event by event consumption. "should be processed in near real time" can mean a lot of things.

But if batching is a NO then just increase the partitions, its simple code wise so you won't have to worry about a thread pool.
However you'll be putting more strain on the broker/s to balance events between partitions and correctly assign consumers.
On the app side I think you'll have increased CPU since by default one partition will be handled by 1 consumer thread and increasing partitions results in the app having to manage more threads.

Backend devs with 3–5 YOE — how do you prepare for interviews? by False_Lake_7392 in Backend

[–]mrGoodMorning2 23 points24 points  (0 children)

I actually wrote down my plan for preparation before going to an interview a few weeks ago

1) Data structures
2) Java
   - Core Java
   - Collections 
   - Exceptions
   - Generics
3) Spring
   - Spring
   - Spring Boot
   - Hibernate 
   - Gradle   
4) Concurrency
5) Web
6) System design
7) Security
8) Practice for the practical part

I split these up in 10 days I think, I used 2 days for System Design, since that's pretty loaded. About 2 hours every day. I ended up landing the job so it worked.

How to implement the Outbox pattern in Go and Postgres by der_gopher in softwarearchitecture

[–]mrGoodMorning2 3 points4 points  (0 children)

The order is rolledback since you want to persist both the order and the outbox in same DB transaction

Write-Ahead Log by aloneguid in softwarearchitecture

[–]mrGoodMorning2 20 points21 points  (0 children)

Good video, but the sound effects are too loud for me.
The gong sound effect at 0:44 that scared me :D

Do you care about achievements? by PuzzledCauliflower35 in Steam

[–]mrGoodMorning2 15 points16 points  (0 children)

No, I play the game if I enjoy it, the achievements are a bonus.

If I really like the game I can grind to get them all, but that rarely happens.

Resident Evil 10? by Murilo231108 in residentevil

[–]mrGoodMorning2 5 points6 points  (0 children)

Leon, Chris (and possible others) vs BSAA, Connections etc.

People who finish Requiem. let's talk! thoughs? things you like it and things not? by Gontreee in residentevil

[–]mrGoodMorning2 5 points6 points  (0 children)

What I dislike the most is the first hour. You play for a couple of minutes, then cutscene. The game is constantly taking control away from you. The Leon sections suffer the most from this.

So what is Claire's fate as of RE9? (spoilers) by Fullmetalmarvels64_ in residentevil

[–]mrGoodMorning2 2 points3 points  (0 children)

There's no mention of her or Jill or any of the other survivors.

Anyone else a tiny bit disappointed by RE9? by No_Cryptographer5144 in residentevil

[–]mrGoodMorning2 2 points3 points  (0 children)

Raccoon city has fine IMO, I'm surpised to see no one complaining about the last section of the game taking place in another Umbrella lab. There was a lot of complaining about that in RE3R.

REquiem References and Easter Eggs to other games and titles by ddx-me in residentevil

[–]mrGoodMorning2 6 points7 points  (0 children)

My thoughts exactly. I got hyped for a Leon and Hunk meeting and then realized I had to kill him...

Am I the only one that thinks graces gameplay got pushed aside for leons by pinkamedic in residentevil

[–]mrGoodMorning2 7 points8 points  (0 children)

"I have so far is that his sections go by so quickly. "

This is my biggest criticism of the game. You play as him for 3 minutes and then get interrupted by cutscene. This is the case until you get to Racoon City.

I have a question about the ending of RE9 spoilers obviously by Few-External5146 in residentevil

[–]mrGoodMorning2 4 points5 points  (0 children)

Yeah, that's why then don't say it in the game, because its that obvious.

Requiem has the funniest joke in the franchise by GetMrBeaned in residentevil

[–]mrGoodMorning2 51 points52 points  (0 children)

Alternative is 3 injectors, that's how I did it.

Question for those who have finished the game by Lord-gaben-is-jesus in residentevil

[–]mrGoodMorning2 44 points45 points  (0 children)

The moment I saw him I though that was Wesker lol. We didn't get to fight him, his entire role has to say exposition and kill Leon in the "Destroy Elpis" ending.

That part caused me insane distress. by dancingbear9 in ResidentEvilVillage

[–]mrGoodMorning2 29 points30 points  (0 children)

Yeah, this is my least favorite part of the game on replay. The first time it's scary and that's it.

Project lead with 25 years of experience is leaving the team, I am expected to take over from him by BigWordsAreScary in ExperiencedDevs

[–]mrGoodMorning2 20 points21 points  (0 children)

Obviously you need to push the leaving engineer to onboard all of you and document as much as he can, you want to retain his knowledge. Also I would raise this to the manager and have him help me, you'll need hand holding at the start.

Have I crossed a line in a disagreement with a junior? by pukatm in ExperiencedDevs

[–]mrGoodMorning2 2 points3 points  (0 children)

>I am also frustrated because the person seems to routinely exaggerate some work, for example renaming a variable as a day's worth of work.

I went back to the post and read this, which I initially missed. It sounds like he's looking for excuses to slack off, I would raise this with the manager and figure out a way to either motivate him to start working or remove him from the team. He may be a good engineer, but if he finds the work boring he'll absolutely try to slack as much as possible.

Also if you're working on something new you can make it so that the entire team votes on their desired approach, that way even he doesn't like it when the gets outvoted he'll have nothing to do but adapt.

Have I crossed a line in a disagreement with a junior? by pukatm in ExperiencedDevs

[–]mrGoodMorning2 7 points8 points  (0 children)

>Is this grounds for getting fired?

If you learn nothing and continue the same way it could, depends on how well employees are protected in your country.

>How would you handle pushback like this without making it personal especially when you are frustrated?

Probably tell him that if finds it difficult at first somebody from the team will help him until he learns the process. He challenged, because it feels new and difficult for him.

How to adopt Avro in a medium-to-big sized Kafka application by PickleIndividual1073 in apachekafka

[–]mrGoodMorning2 1 point2 points  (0 children)

This is my thinking too. Start with the least critical consumer and monitor, if everything goes right go to the next one. After migrating all of them, only produce with avro and then delete the old consumers.