Live data from Hacker News

Viewing profile — sleepinseattle

sleepinseattle

HN member
Joined
Mon, Dec 03, 2018, 11:01 PM UTC
HN karma
124
Public activity
34 items

About sleepinseattle

No profile information was provided.

Recent public activity

  1. comment
    Comment #24005459

    Racial inequity is socially unacceptable. That’s the whole damn point.

  2. comment
    Comment #24005384

    I’d suggest most of you read this as a longer form examination of policies like this: https://en.m.wikipedia.org/wiki/How_to_Be_an_Antiracist Rather than trying to make tired point…

  3. comment
    Comment #24005372

    That’s a glib interpretation. And you’re pushing the same anti- affirmative action viewpoint that has maintained racial inequities.

  4. comment
    Comment #23993741

    Maybe more people would start businesses if they had UBI as a safety net.

  5. comment
    Comment #23871707

    No. Ads should be related to the content, not personalized to the person viewing the content.

  6. comment
    Comment #23809001

    That falls apart as soon as the author with the locked paragraph leaves the document open while they’re doing something else, preventing others from editing.

  7. comment
    Comment #23787911

    Look no further than the rampant white collar crime that goes un-prosecuted in the US. No one is being held accountable for PPP corruption. Of course being anti-racist is emotional…

  8. comment
    Comment #23716470

    If your question is “where do you draw the line”, the answer is always somewhere.

  9. comment
    Comment #23491621

    Over-engineering vs ebooks

  10. comment
    Comment #23222484

    Reading mode does that, and you can have it auto-enable in Safari if you want.

  11. comment
    Comment #23092282

    Yes, in WinUI you get build breaks if you have a typo in your property name :) It also adds the ability to bind to functions, which can eliminate a lot of ViewModel boilerplate for…

  12. comment
    Comment #23091623

    The framework layer of WPF is implemented in C#. WinUI is all C++, including the framework and the compositor that makes the DirectX calls. In the framework layer, typical UI updat…

  13. comment
    Comment #23035033

    The minesweeper example from the article is a regular Win32 app. Desktop Win32 apps can call WinRT API’s. https://github.com/robmikh/minesweeper-rs/blob/master/src/ma...

  14. comment
    Comment #23034559

    It’s not that different from things like Protocol Buffers, and for application code it’s mostly a hidden implementation detail. The API you’re calling (like the Composition API’s i…

  15. story
  16. comment
    Comment #22833849

    I appreciate that the UI is fresh. I'm tired of the trend of desktop apps not taking advantage of larger screens and instead just shoe-horning mobile "feed" designs into a floating…

  17. comment
    Comment #22413531

    I’m guessing the magic layout things are intentional because SwiftUI is designed to make it easy to have one app feel native on iPhone, iPad, Apple Watch, Mac and AppleTV, which al…

  18. comment
    Comment #22413495

    === checks

  19. comment
    Comment #22326790

    What is this if not an event? Button(action: { self.isPlaying.toggle() } They just happen to be handling it entirely within their view component instead of making it a function on …

  20. comment
    Comment #22326314

    The article is just demonstrating storing application state directly in views. Which you can do in any UI framework and works fine for small apps, but quickly falls over if the sta…

  21. comment
    Comment #21985594

    AirPods Pro do—“transparency” mode—but you can’t control the amount of mixing.

  22. comment
    Comment #21951899

    Measure power consumption and framerate (especially for scrolling scenarios) rather than CPU usage before making any performance claims for mobile.

  23. comment
    Comment #21596317

    Feature flags are not a panacea for software quality. They actually make your test matrix much larger, as on any given system a different set of flags might be enabled.

  24. comment
    Comment #20466392

    Or just sign up for one service one month and a different one the next month. No one’s forcing you to keep all four subscriptions active.

  25. comment
    Comment #20424561

    Same. I read things like this all the time here and on reddit and shrug every time. Homeless problem in Seattle is certainly worse than the midwestern suburb I transplanted from bu…