youdounderstand's comments

youdounderstand | 9 years ago | on: I returned my 2016 MacBook Pro with Touch Bar

> All anyone wanted was a retina macbook air. That's it. Everyone was perfectly happy and just wanted a nicer screen.

The non-touch bar 13" model is exactly that. It weighs the same as an Air and has a smaller footprint, with the same 15W processor for good battery life. Problem is they jacked up the price because Apple.

youdounderstand | 9 years ago | on: Assessing Russian Activities and Intentions in Recent US Elections [pdf]

Dear lord, either Hacker News has a surprisingly large Trump-supporting crowd or it's part of the Russian social media campaign.

Keep sowing that uncertainty and doubt on a report that is backed by classified information. Do you want them to reveal the names and locations of all our spies and detail our sigint methods? The end of the report says what "High Confidence" means.

youdounderstand | 9 years ago | on: When noexcept?

Good luck when your program is dynamically linked to a library built with a different version of STL.

youdounderstand | 9 years ago | on: When noexcept?

There are real use cases where you need granular control, like implementing WinRT components on Windows. Basically, anytime you need to have a barrier between error code-based and exception-based code, or at ABI boundaries.

youdounderstand | 9 years ago | on: Introducing Custom Elements

Do custom elements allow re-templating?

It's pretty powerful to be able to separate the visual presentation of a control (i.e., markup) from the logic. Every determinate progress bar has 0..1 progress and current progress properties, but the visual representation needs to be able to vary widely in order for these elements to be truly reusable. And it would be nice to be able to change the template (including adding/removing DOM elements to it) without having to define a subclass in JS.

page 1