yngccc's comments

yngccc | 9 years ago | on: Nvidia GeForce GTX 1080 Ti

It will be 4 pixels of different colors though, making it easier to distinguish the shape of the object.

yngccc | 9 years ago | on: Nvidia GeForce GTX 1080 Ti

For 3D the biggest improvement is you have more pixels to render objects at long distance, which is huge for games with large camera viewing distance. For example, you can spot enemy much easier in Battlefield.

yngccc | 12 years ago | on: C++17: I See a Monad in Your Future

The article discusses a proposal to add new functionally to part of the standard library, which just happen to mimic a monadic interface. I fail to see how it even affect the language.

yngccc | 12 years ago | on: SimCity Offline Is Coming

Is it just me but simcity was the best game I played in 2013, maybe I am just new to the genre, but it was like playing video game for the first time.

yngccc | 12 years ago | on: Hadi Esmaeilzadeh on Dark Silicon

"Under more conservative (realistic) assumptions, multicore scaling provides a total performance gain of 3.7× (14% per year) over ten years."

so in 10 years haskell maybe as fast a C/C++ program without parallelism, not exactly my definition of future proof.

yngccc | 12 years ago | on: Deep C and C++ (2011)

they are unfashionable not because they are written in C/C++. Programming at the end of the day is just not that hard, what is hard is domain knowledge, you can write a compiler in any language.

yngccc | 12 years ago | on: The Importance of Whimsy in Learning to Program

use C++ to teach programming should be considered a crime. You simply don't give people who just got their driver license a truck to drive, not only will it suck out all the fun but also likely get the person killed in the process.

yngccc | 12 years ago | on: Edward C++Hands

that is little verbose, you can save a whole 7 characters.

  reverse(begin(str), end(str));

yngccc | 12 years ago | on: Diablo 3 to permanently remove its auction houses in March 2014

I unsubscribed myself from all Blizzard game After the D3 fiasco. Blizzard is no longer the same company it once was. There are so many issues but I think it ultimately boil down to treating their customers as drug addicts rather than intelligent human beings. The worst offenders being dumb down game mechanics to cater to the lowest common denominator, WoW daily quests, always online DRM and of course the D3 AH.

yngccc | 12 years ago | on: Python Tools for Visual Studio

VS 2013 now comes with way more editing options than Xcode. It always drive me nut that I couldn't make IDE automatically insert space around function parameters, because it is not a popular style.
page 1