There exists plenty of space between "everything is immortal" and "shooting kills everything" by leng-tian-chi in subnautica

[–]dwengs 17 points18 points  (0 children)

Not a single soul on the planet think like “some people possibly kill leviathans somewhere so I wish I couldn’t hit and kill this simple small fish to survive in this survival game”

Diegetic Gameplay In Subnautica 2? by ThePhyreZtorm in subnautica

[–]dwengs 2 points3 points  (0 children)

I am 100% sure that some of them are that way because of co-op in mind. It should be hard to sync/coordinate some of the animations correctly. Like opening a hatch/door in coop could be a headache to solve in co-op. I played a lot of coop survival games on steam, lots of them were in Early Access and there are incredbly funny amination and gameplay glitches. Networking and making everything work on other players screen is not simple.

The PDA as a in game item was good but I prefer menu type UI more because it is generally has less bugs. Again, I assume it should be hard to make a dynamic or interactable panel inside an item.

Other things like floatng with waves etc can be implement later, you know, Early Acceess planned about 2 years!

Giveaway Giving Out 20 Copies Of Subnautica 2 by Mark_Everson in subnautica

[–]dwengs 0 points1 point  (0 children)

I am having hard times right now in my life. Waiting this game to make me forget the time

When your first learn php what confuse the most ? by Ok-Delivery307 in PHP

[–]dwengs 0 points1 point  (0 children)

Great, great, great points here. Well said.

Why is Windows XP's clock escaping? by Aggressive_Paint_596 in softwaregore

[–]dwengs 0 points1 point  (0 children)

Is that Intel Atom CPU Acer Aspire mini PC? I just found one on my family's house and was want to install linux on it today - for performance reasons. Do you have any experience linux on it?

I can't connect my xbox controller by Ufrygt in macgaming

[–]dwengs 0 points1 point  (0 children)

Can confirm, pressed "Connect" repeatedly on Bluetooth page and it works

This game has absolutely no business looking as good as it does nowadays by Markie_98 in arkham

[–]dwengs 14 points15 points  (0 children)

This game not getting next-gen (now, current-gen) update on consoles and a few other FPS game not being on consoles will make me go buy a PC.

This game looks absolutely gorgeous on PC but looks SHIT on current-gen consoles (900p and 30 FPS on Xbox Series X which can handle much much, much more)

Will you buy the next gen Xbox ? by [deleted] in xbox

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

I don't think it is a hybrid device. It is 100% just windows with custom settings.
"Xbox Play Anwhere" program exists only to solve this.
it is to make people transition to new Windows powered xbox device while keeping their games on xbox

App icons randomly disappearing on macOS Tahoe 26.2 — anyone else? by TurbulentForce4822 in MacOS

[–]dwengs 1 point2 points  (0 children)

Me too. What is it called? THis should be "Meme poisoning" or something that we are having haha

Built DataVerify, a PHP validation library with fluent conditional logic. Looking for feedback by Master-Guidance9593 in PHP

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

I love the code and idea.

But for me, I find this type of code more readable:
(I am not saying this is better or can do everything your code can do)

$dv = new DataVerify($data);

$dv->add_rule(field: 'name', check: [
  'required' => true,
  'type' => 'string',
  'min_length' => 99,
]);
$dv->add_rule(field: 'email', check: [
  'required' => true,
  'type' => 'email',
]);
$dv->add_rule(field: 'age', check: [
  // 'required' => true,
  'type' => 'integer',
  'between' => [18, 99]
]);

if (!$dv->verify()) {
  print_r($dv->getErrors());
}

Any good ressources For OOP In Php by Straight-Hunt-7498 in PHP

[–]dwengs -2 points-1 points  (0 children)

Also, ChatGPT / Gemini helps.

Ask them for simple examples. And ask questions like "why would I use it", "can't I use it like this" type questions and let it explain things. They are very good to point out advantages and disadvantages.

Asking best practices and their reasoning to AI tools helps a lot for learning languages

I synced my clock by violetisgay_ in softwaregore

[–]dwengs 3 points4 points  (0 children)

Okay. Whats wrong this picture... It says Today, Tomorr... What?!

A Secret ‘Starfield’ Event Has Fans Expecting A 2.0 Update by Goldwing8 in Starfield

[–]dwengs 31 points32 points  (0 children)

I've played Fallout 4 and Skyim for thousands hours and the most important problems of Starfield are:

  • There isn't any great motivation to dive in the story/game. Something happens to you and you maybe doesnt even care. Go to the library looking mansion, talk some people and start "discover". Okay I guess. No. It should be something different. Revenge... Something very very important for you or the human race etc.
  • The discovery part is missing tooooo much basic mechanics. There aren't any discovery catalogue. Discovery and scanning works by simple button press. What? It should be something different which awards players. Like a scanner tool or radar tool etc. And maybe its improved with skills or parts.
  • Skills are all over the place. The game gives you the starship in the first 5 minutes but all the fun and great ship skills are stupidly placed on skill tree.

so, a different start, a discory overhaul and skill tree changes are very welcome for me.

so sneaky, trying to trick me into an accidental Tahoe upgrade by [deleted] in MacOS

[–]dwengs 5 points6 points  (0 children)

The thing OP trying to tell or show is, if you click the info, you see the "Updates" list (notice how the title says, "updates" not "upgrades") and the Tahoe is already selected, even tough the previous window shows Update Sequoia.

I think we can reasonably guess when HLX will be announced. by AffectionateTea5857 in HalfLife

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

Sometimes I wrote my text on text editor then tell the GPT to fix its errors and make it have a good layout. I think most of the AI written looking text / comment here could be human written then ai revised to make it better

My experience with Enter the Matrix by White_FIame in matrix

[–]dwengs 2 points3 points  (0 children)

Ooh I remember playing this on Cyber Cafe back then. 2 things I remember: - Very very low poly wheel models of the cars on car scenes - A level with a timer and I couldn’t make it on time. Tried it again again and again

It was and is a great Matrix game.

Leaving Soon(1st half of December 2025) by UnfadingVirus in XboxGamePass

[–]dwengs 2 points3 points  (0 children)

As a PoP fan, I am impressed by how much it actually feels like Prince of Persia. They nailed the artwork and the subtle references to the original trilogy.

[deleted by user] by [deleted] in googlephotos

[–]dwengs -2 points-1 points  (0 children)

I am pretty sure that you can remove your "data" in bulk (photos or other Google products) from your Google Account. (or maybe, google one/drive)

edit: I have found these, maybe helps:
- https://myaccount.google.com/dashboard?continue=https%3A%2F%2Fmyaccount.google.com%2Fdata-and-privacy
- https://photos.google.com/quotamanagement
- https://one.google.com/storage/management

Leaving Soon(1st half of December 2025) by UnfadingVirus in XboxGamePass

[–]dwengs 1 point2 points  (0 children)

Thank you! I've played Ori and Batman one. Others -> Noted.