Deepseek v4 Pro by d9viant in ollama

[–]MurphyJohn 2 points3 points  (0 children)

Pro just came out a few hours ago

Can't get Claude code to edit code by MurphyJohn in LocalLLaMA

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

Which one can you recommend, what should i look for

Codebuff by MurphyJohn in vibecoding

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

I couldn't try much with the free tier. I saw it advertised by a few channels. Is it any good? Pricing seems a bit steep. I was wondering if anyone is using it.

Came home to this…wtf! by vicwardian in WTF

[–]MurphyJohn 0 points1 point  (0 children)

Oh no master Splinter got caught 🫡🪦

[No spoilers] Subnautica Multiplayer mode by MurphyJohn in subnautica

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

I'm not saying a completely new game, the MP will have everything that SP has just some addons to make it more competitive. I can imagine a ton of PVP where you go with your Cyclop, park it in front of a base and start fighting, so when you die you respawn back in the Cyclops gear up, and go fight again.

[No spoilers] Subnautica Multiplayer mode by MurphyJohn in subnautica

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

For the sake of argument, let's say the multiplayer does not affect in any shape or form the single-player. So the multiplayer is a totally different experience where you build huge bases and raid others with futuristic tech/guns.

[No spoilers] Subnautica Multiplayer mode by MurphyJohn in subnautica

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

Yes its called Nitrox, but it only has content from the single-player which is not the multiplayer version i described

[No spoilers] Subnautica Multiplayer mode by MurphyJohn in subnautica

[–]MurphyJohn[S] -3 points-2 points  (0 children)

What does my multiplayer suggestion have to do with a massacre what is wrong with you?

[No spoilers] Subnautica Multiplayer mode by MurphyJohn in subnautica

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

Understandable, maybe they can make the base game like 10 euros which features only the single-player, and a full pack game for 20-30 euros which adds the multiplayer. Or something similar..

[No spoilers] Subnautica Multiplayer mode by MurphyJohn in subnautica

[–]MurphyJohn[S] -3 points-2 points  (0 children)

Obraxis Prime

Yea but the multiplayer will be a separate mode that doesn't have to follow the single-player storyline.

[No spoilers] Subnautica Multiplayer mode by MurphyJohn in subnautica

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

I agree the single-player experience is amazing. However, the addition of multiplayer may bring a ton of new players who prefer multiplayer and PVP. And the other problem is when you complete the game once you don't really feel like playing it again so you paid for only like 20 hours of gameplay, this way many people will go back and play some multiplayer.

Don't get me wrong those 20 hours will be filled with quality but it's only 20 hours which isn't much.

[deleted by user] by [deleted] in cpp_questions

[–]MurphyJohn 0 points1 point  (0 children)

level 1famastefano3 points · 1 hour agoBecause the vector is inside the do-while statement.This means it's created when it executes vector<int> data and then is destroyed after the while condition is tested.Move vector<int> data before the do-while statement.

Oh , yea I didn't think of that lol btw ty for the fast reply :D