Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sleepinseattle
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
sleepinseattle
6y ago
Racial inequity is socially unacceptable. That’s the whole damn point.
2.
▲
by
sleepinseattle
6y ago
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 points in 140 characters.
3.
▲
by
sleepinseattle
6y ago
That’s a glib interpretation. And you’re pushing the same anti- affirmative action viewpoint that has maintained racial inequities.
4.
▲
by
sleepinseattle
6y ago
Maybe more people would start businesses if they had UBI as a safety net.
5.
▲
by
sleepinseattle
6y ago
No. Ads should be related to the content, not personalized to the person viewing the content.
6.
▲
by
sleepinseattle
6y ago
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.
▲
by
sleepinseattle
6y ago
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. How can you not feel very upset when contemplating the rac
8.
▲
by
sleepinseattle
6y ago
If your question is “where do you draw the line”, the answer is always somewhere.
9.
▲
by
sleepinseattle
6y ago
Over-engineering vs ebooks
10.
▲
by
sleepinseattle
6y ago
Reading mode does that, and you can have it auto-enable in Safari if you want.
11.
▲
by
sleepinseattle
6y ago
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 computed properties.
12.
▲
by
sleepinseattle
6y ago
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 updates are faster because the WinUI data binding system uses cod
13.
▲
by
sleepinseattle
6y ago
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.
▲
by
sleepinseattle
6y ago
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 in the Minesweeper example) might be calling into a separate
15.
▲
Productivity Tips for the Anxious
(linkedin.com)
5 points
by
sleepinseattle
6y ago
|
0 comments
16.
▲
by
sleepinseattle
6y ago
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 window. Not convinced that tagging is better
17.
▲
by
sleepinseattle
7y ago
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 all have their own design language and ergonomics. As long as
18.
▲
by
sleepinseattle
7y ago
=== checks
19.
▲
by
sleepinseattle
7y ago
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 some controller/ViewModel/whatever object t
20.
▲
by
sleepinseattle
7y ago
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 state affects multiple views. That’s the whole point of the var
21.
▲
by
sleepinseattle
7y ago
AirPods Pro do—“transparency” mode—but you can’t control the amount of mixing.
22.
▲
by
sleepinseattle
7y ago
Measure power consumption and framerate (especially for scrolling scenarios) rather than CPU usage before making any performance claims for mobile.
23.
▲
by
sleepinseattle
7y ago
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.
▲
by
sleepinseattle
7y ago
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.
▲
by
sleepinseattle
7y ago
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 but come on, statistics are at play here; it’s definitely goi
26.
▲
by
sleepinseattle
7y ago
> The fact that windows can't be "snapped" like on Windows is so frustrating. They can actually: press and hold the green button, then drag the window to the side.
27.
▲
by
sleepinseattle
7y ago
You can use UWP controls in Win32 apps now, and still distribute via the Store. Look up XAML Islands. It’s how the new Windows Terminal works. I’d recommend pursuing that route if you’re frustrated by UWP app limitations or performance. Ful
28.
▲
by
sleepinseattle
8y ago
> Sway is absolutely incredible, it puts macOS, built by Apple's army of engineers and dump trucks of money to shame in its simplicity, stability, and efficiency. They have different design goals. A tiling window manager is not a g
29.
▲
by
sleepinseattle
8y ago
I got a cellular Apple Watch and leave my iPhone at home. Productivity at work went through the roof, and meetings aren’t as painful anymore because I have no choice but to pay attention and participate. It does all the smart phone essentia
30.
▲
by
sleepinseattle
8y ago
I believe that started off as an accessibility feature back in the AIM days.
More ›