systemcluster's comments

systemcluster | 6 years ago | on: John Carmack: I’m going to work on artificial general intelligence

Modern big-budget games incresingly don't use behavior trees and state machines for their AI anymore. This approach has been superseded by technologies like GOAP [1] or HTN [2]. These are computationally very expensive, especially in the constrained computation budget of a real-time game.

While it's true that game AI is often held back by game design decisions, it's not true that technology isn't holding us back in this area as well.

[1] https://www.youtube.com/watch?v=gm7K68663rA (GDC Talk: Goal-Oriented Action Planning: Ten Years of AI Programming)

[2] https://en.wikipedia.org/wiki/Hierarchical_task_network

systemcluster | 6 years ago | on: Germany shuts down illegal data center in former NATO bunker

While MDMA is a stimulant, its effect on the serotonin receptors is considerably more pronounced than the effects on noradrenaline and dopamine also found in most other available stimulants. The increased empathy, positivity and feeling of connectedness resulting from that are much more relevant to the experience described by the GP than mere stimulation.

systemcluster | 6 years ago | on: Problems with the CSS background-image property

`img` tags are (or partially were, with the recent introduction of the object-fit property) significantly harder to properly style and position. Contrary to your argument, achieving certain layouts with `img` tags required significant style hacks, while using `div`s with with a background-image has always been straightforward.

systemcluster | 7 years ago | on: AMD Responds to Intel's 9th Gen Benchmarks

These benchmarks are conducted on the games "ultra" settings, which most of the time forgo any idea of resource efficiency. Games are highly configurable and often give the options to increase framerate a lot at a negligible visual impact, even just lowering the preset to "high" achieves this most of the time.

Also, with variable refresh rate, reaching exactly the maximum refresh rate of the monitor isn't very important.

The comment chain also referred to reaching "more than 60 frames on higher than 1080p resolution", there are luckily more options than 4K.

page 1