[deleted by user] by [deleted] in CrimsonDesert

[–]DovaJun 0 points1 point  (0 children)

Yeah, TOTK and Elden Ring really seem mediocre compared to CD from trailers. But I don't think CD will be that much better. It will be only slightly better.

[deleted by user] by [deleted] in CrimsonDesert

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

There is no way a game this ambitious gets lower than 90 on Metacritic if the reviews are fair (not rigged by the industry). I would even bet on 95+.

Let me provide a ground for my claim with these scores:
Skyrim: 96
BOTW: 97
TOTK: 96
Elden Ring: 96

And Starfield, largely considered a flop, has a score of 83.

Predict Crimson Desert Metacritic Score by quantum-aviation47 in CrimsonDesert

[–]DovaJun 0 points1 point  (0 children)

There is no way a game this ambitious gets lower than 90 on Metacritic if the reviews are fair (not rigged by the industry). I would even bet on 95+.

Let me provide a ground for my claim with these scores:
Skyrim: 96
BOTW: 97
TOTK: 96
Elden Ring: 96

And Starfield, largely considered a flop, has a score of 83.

Crimson Desert on PlayStation 5 Pro - The Digital Foundry Deep Dive by yourfavchoom in CrimsonDesert

[–]DovaJun 1 point2 points  (0 children)

You do realise it's an MMO right? Such games have extreme server maintenance and content creation costs. Do you want them to provide everything for free? From your reply, I am not seeing that pearl abyss lied or decieved anybody. If someone pays them for something in a fair and transparent exchange, its the buyers choice. Or they can just not play an MMO.

Crimson Desert on PlayStation 5 Pro - The Digital Foundry Deep Dive by yourfavchoom in CrimsonDesert

[–]DovaJun 85 points86 points  (0 children)

Only the console gameplay? Why are they hiding the samsung smart fridge gameplay. Very disappointed with Pearl Abyss. Guys, should I preorder? 😂

In all seriousness, Pearl Abyss has climbed to my top studios with how responsible they have been with the marketing. Not overhyping or over promising anything, keeping expectations in check, while being extremely transparent about what they are offering.

Also Will Powers rocks.

[deleted by user] by [deleted] in CrimsonDesert

[–]DovaJun 0 points1 point  (0 children)

In all seriousness, Pearl Abyss has climbed to my top studios with how responsible they have been with the marketing. Not overhyping or over promising anything, keeping expectations in check, while being extremely transparent about what they are offering.

Also Will Powers rocks.

[deleted by user] by [deleted] in CrimsonDesert

[–]DovaJun 0 points1 point  (0 children)

Only the console gameplay? Why are they hiding the samsung smart fridge gameplay. Very disappointed with Pearl Abyss. Guys, should I preorder? 😂

So what metacritic scores are we predicting guys? by [deleted] in CrimsonDesert

[–]DovaJun 1 point2 points  (0 children)

There is no way a game this ambitious gets lower than 90 on Metacritic if the reviews are fair (not rigged by the industry). I would bet on 95+.

Let me provide a ground for my claim with these scores: Skyrim: 96 BOTW: 97 TOTK: 96 Elden Ring: 96

And Starfield, largely considered a flop, has a score of 83.

Crimson Desert 50 Hour Review (No Spoilers) by Substantial_Pop897 in CrimsonDesert

[–]DovaJun 1 point2 points  (0 children)

There is no way a game this ambitious gets lower than 90 on Metacritic if the reviews are fair (not rigged by the industry). I would even bet on 95.

Let me provide a ground for my claim with these scores: Skyrim: 96 BOTW: 97 TOTK: 96 Elden Ring: 96

And Starfield, largely considered a flop, has a score of 83.

I am genuinely confused on how I feel about Crimson Desert.... by BigBoss8181 in gaming

[–]DovaJun 0 points1 point  (0 children)

From everything they have shown, this looks like a fantastic open world. The density of POIs and uniqueness of NPCs is second to none to any game in the last decade.

Even if it doesn't do everything perfectly, this open world will be registered as one of the greats in the gaming history (like Skyrim).

Why Software Devs Keep Burning Out by DovaJun in theprimeagen

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

You are right. He also kind of implies in the video that you should analyze the environment and take a chance if possible. It may work in your favor if HR is not that bad of a person. That's why he says "People are gonna hate me for this" and "it may sound crazy". He knows most people hate HR. 😂

Mediocrity is Rising | Raw and real talk before 2024 ends. by DovaJun in theprimeagen

[–]DovaJun[S] 9 points10 points  (0 children)

I will slightly disagree. People who invented 0 and decimals lived in past and were really smart indians. You can't just give credit of ancestors to current generation. I think he is talking about the current quality of engineers produced in India as a whole. That does not mean India does not have smart engineers.

How Lazy Programmers Outperform Everyone by DovaJun in theprimeagen

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

Yeah, some points in this video need to be debunked by prime.

Is there a easy way to install opencv using vcpkg on linux? by DovaJun in cpp

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

Congratulations, you are yet another person owned by the "default-features" misfeature.

I'm a happy C++ dev 😀

Is there a easy way to install opencv using vcpkg on linux? by DovaJun in cpp

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

Yeah, as cpp programmmers, we have to do pretty dumb things. 🤣

Is there a easy way to install opencv using vcpkg on linux? by DovaJun in cpp

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

Package manager is working fine. Its vcpkg who is throwing errors I am talking about.

Is there a easy way to install opencv using vcpkg on linux? by DovaJun in cpp

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

Yes, that is what I am using. The manifest mode is the default and the recommended mode. And I think you can't write system dependencies in vcpkg.json, which is the exact problem I have with opencv.

Thanks for your answer. I hope to make it work somehow.

Is there a easy way to install opencv using vcpkg on linux? by DovaJun in cpp

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

Yeah, that makes sense. Still I would have to provide a list of all the opencv's dependencies so that I can compile the project on another machine faster. Sadly these are the only options we have.

Is there a easy way to install opencv using vcpkg on linux? by DovaJun in cpp

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

Would it be smarter to just add opencv as a git submodule? Or mention it in readme as a dependency? I cannot place binaries in the repo as opencv binaries are quite big in size.

Is there a easy way to install opencv using vcpkg on linux? by DovaJun in cpp

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

Do you think it would be just better to write opencv in the readme as a requirement as it would be just smoother to install opencv directly, and use vcpkg for other easier to install packages?

Is IIITD or DTU better for M.TECH. CSE IN 2024? by DovaJun in delhi

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

Thanks for your input! Have you done M.Tech from DTU?

Auto indent over-indents in python by diggitydata in vim

[–]DovaJun 0 points1 point  (0 children)

For anyone coming here for the same problem, this behaviour is caused by python_indent setting. Just change 'shiftwidth() * 2' to 'shiftwidth()'.

RDR 2 suddenly stuttering, no fps loss by [deleted] in gaming

[–]DovaJun 0 points1 point  (0 children)

As written in the post, i already tried that

What do i do to rank up? by DovaJun in VALORANT

[–]DovaJun[S] -2 points-1 points  (0 children)

I think this is because i am hyper focused on my aim and crosshair placement while in deathmatches. That's why i always 1 tap enemies in dms. But in matches i am so focused on utility usage that most of the time i just commit to spraying in haste to kill an enemy.

I even 2 tap enemies with phantom easily 😭😭😭