Live data from Hacker News

Viewing profile — youdounderstand

youdounderstand

HN member
Joined
Sun, Nov 06, 2016, 5:11 PM UTC
HN karma
69
Public activity
34 items

About youdounderstand

No profile information was provided.

Recent public activity

  1. comment
    Comment #13467554

    Net neutrality requires regulation. Otherwise everyone will follow what T-Mobile is doing.

  2. comment
    Comment #13420282

    Unemployment is only part of it. What about wages?

  3. comment
    Comment #13366469

    > 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 sam…

  4. comment
    Comment #13340848

    Only if the track record you're referring to is one that you cherry-picked based on your agenda.

  5. comment
    Comment #13340801

    You're being intellectually dishonest. You have no way of knowing about correct reports that the intelligence community provides the military on a constant basis.

  6. comment
    Comment #13340738

    "the government" is made up of a shit ton of people. I don't think there's some grand conspiracy involving the intelligence agencies, the Obama administration, and even Republican …

  7. comment
    Comment #13340727

    Right, the other 90% of the world saw how ridiculous the election was with all its focus on email scandals and fake news, then can read Trump's Tweets and see how even further disc…

  8. comment
    Comment #13340709

    Are you suggesting that if one assessment is inaccurate then we can never trust them again? It's undoubtedly not even the same sources or investigators as this report.

  9. comment
    Comment #13340614

    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 …

  10. comment
    Comment #13185879

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

  11. comment
    Comment #13185872

    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 …

  12. comment
    Comment #13169911

    To be fair, SurfaceBook has a 15W TDP dual core CPU.

  13. comment
    Comment #13046759

    I'm talking about the UWP/XAML/DirectComposition world, which admittedly is not game-related.

  14. comment
    Comment #13046566

    Thanks. I assumed iOS was like Windows. Although Windows also has scroller controls that you create on the UI thread but delegate the actual event handling to the compositor.

  15. comment
    Comment #13046511

    You're never going to get smooth scrolling if you need to hit the UI thread for every touch event. The platform UI frameworks use background threads for scrolling, directly in the …

  16. comment
    Comment #13009813

    Undoubtedly due to blocking the UI thread on I/O.

  17. comment
    Comment #13002999

    That just means your parents wealth will dictate your future even more.

  18. comment
    Comment #13000995

    What about lab-cultured cheese?

  19. comment
    Comment #12993931

    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 b…

  20. comment
    Comment #12992408

    When you're the president of the United States, you need to speak precisely and choose words carefully. The stakes are a lot higher than when you're "talking to someone you respect…

  21. comment
    Comment #12979540

    A little shady that they added an entire browser to the existing content blocker "app".

  22. comment
    Comment #12971370

    I'm a "pro" user that does development. I do all my work via Microsoft Remote Desktop so I care most about portability, battery life, screen size, and keyboard/trackpad usability a…

  23. comment
    Comment #12970741

    Both UWP and Xamarin Forms have all of that.

  24. comment
    Comment #12970276

    They also use Tizen for their TV's and appliances.

  25. comment
    Comment #12969888

    Looks like it uses Xamarin Forms for UI, which uses XAML and is WPF-like: https://developer.tizen.org/development/preview/getting-star... Seems like that might be the only option: …