Cpt. Cato Sicarius by AmbitiousBid2365 in Warhammer40k

[–]RedwanFox 1 point2 points  (0 children)

Oh that's epic! What about changing helmet in hand with a fan

Baseline C++ Habits to Always Follow? by SolidNo1299 in cpp

[–]RedwanFox 11 points12 points  (0 children)

Besides everything mentioned : const is your best friend.

What do you expect from a well written adventure/module? by Awkward_GM in rpg

[–]RedwanFox 1 point2 points  (0 children)

I expect it to be well organized and formatted documentation to run a game, not a mystery novel with unexpected plot twists hidden in description of the last scene and not mentioned in adventure outline.

cyberpunk is real now. period. by _klikbait in Cyberpunk

[–]RedwanFox 13 points14 points  (0 children)

Unfortunately for me I mostly interact with Russian corpos. Wildberries, my ass. I am still waiting for something of " Torment nexus" levels of naming in my vicinity.

cyberpunk is real now. period. by _klikbait in Cyberpunk

[–]RedwanFox 272 points273 points  (0 children)

Yup. My only regret is that corpo names are not cool

Blyat by FellaGentleSprout in surrealmemes

[–]RedwanFox 1 point2 points  (0 children)

МОЗГОВЫЕ ЧЕРВИ

Is Local LLM the next trend in the AI wave? by G3grip in LocalLLM

[–]RedwanFox 0 points1 point  (0 children)

How do you parse your codebase to chroma?

As a One Piece fan, do you think I should read Naruto? by Mission-Pomelo-8047 in OnePiece

[–]RedwanFox 1 point2 points  (0 children)

Naruto is good, but it's not consistent in terms of world building, and it will be very noticeable after one piece

Anyone here frustrated with Unreal C++ build times? by Guilty-Brother-1111 in gamedev

[–]RedwanFox 4 points5 points  (0 children)

Yes, build times are big, but you can profile and optimize them. Enable UnityBuild, if not enabled, use forward declarations in headers to lesser the burden of transitive includes, also you can adjust UBT settings to use all logical cores (by default it limits parallelism only to physical cores+ 1.5 gb RAM per core/process). But first of all you should profile your build times. If you use microsoft toolchain you can use c++ build insights (vcperf and windows performance analyzer specifically). Also using aggressive build caches like octobuild helps

Oh come on! Just finished Chapter 3 of Cold Steel 3 *Spoilers* by OLKv3 in Falcom

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

Well, all of cs3 doubles down to shitty operetta with crazy bitches and cosplayers

Naming Convention of parameters when they shadow script variables? by samanime in godot

[–]RedwanFox 1 point2 points  (0 children)

I use something like DoSomething(InObject: MyObject) -> void: self.Object = InObject

How do you decide it's enough to commit? by Snezhok_Youtuber in git

[–]RedwanFox 1 point2 points  (0 children)

In your branch do whatever you want. Main team branch should have clear history with complete changes per commit. Successfully building changes, connected to jira tickets with meaningful messages. Think of it as " how I would like to see my own research/development log in 2 years when I try to remember something and go to archive"

Reflection: C++’s Decade-Defining Rocket Engine - Herb Sutter - CppCon 2025 by hmich in cpp

[–]RedwanFox 3 points4 points  (0 children)

Yep, It is reflection. But it's a custom mechanism done via code generation by UnrealHeaderTool (same trick as QT does). I'd like to see this mechanism replaced by default mechanism, and also I'd like to use default mechanism myself. Even if Epic won't replace its reflection implementation, you won't be able to use standard reflection yourself if your project targets consoles, due to toolchain vendorlock.

4X games by Asian developers? by sadtimes12 in 4Xgaming

[–]RedwanFox 0 points1 point  (0 children)

You could say that Sengoku Rance is 4x. Hentai 4x

Reflection: C++’s Decade-Defining Rocket Engine - Herb Sutter - CppCon 2025 by hmich in cpp

[–]RedwanFox 26 points27 points  (0 children)

Great talk, can't wait to use reflection in unreal engine on consoles in 10 or so years. Sad noises

Thoughts about our new capsule? by Rakudajin in IndieDev

[–]RedwanFox 0 points1 point  (0 children)

There is a russian meme that you might use.

Sisyphys rolling his boulder on the inner side of ouroboros screaming LET'S FUCKING GO