Do not, to quote the OED, “represent as a small thing” the difficulty of something you’re asking someone else to do, when you’re not inside their head and don’t understand what they see and feel. The word “just” is a signal that you’re not taking their problem seriously.
Go-Readability is a Go package that find the main readable content and the metadata from a HTML page. It works by removing clutter like buttons, ads, background images, script, etc.
TL;DR Conditional modifiers on views break the ability of SwiftUI to identify the view when it changes state during a redraw. This results in unexpected behavior including strange animation transitions. Use ternaries instead.
On Windows 10/Server 2016 and above, you can enable nearly 60fps connections between clients using H.264, which considerably improves the user experience.
- Run gpedit.msc
- Go to Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Remote Session Environment
- Enable Prioritize H.264/AVC 444 Graphics mode for Remote Desktop
- Enable Configure H.264/AVC hardware encoding for Remote Desktop
- Run gpupdate /force
- Run regedit
- Create a DWORD(32-bit) key named “DWMFRAMEINTERVAL” under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations with the value 15 (decimal).
The only way I know how to make something good is to ship and iterate. Get something usable, use it, get feedback, revise. The early versions will not be as good as later versions. That’s ok! MVPs are imperfect and incomplete. Iteration is what counts, not the guess at a v1.
— Ryan Barrett