Occhioverde@feddit.it to Programmer Humor@lemmy.mlEnglish · 2 months agoInsufferablelemmy.mlimagemessage-square64fedilinkarrow-up1712arrow-down12
arrow-up1710arrow-down1imageInsufferablelemmy.mlOcchioverde@feddit.it to Programmer Humor@lemmy.mlEnglish · 2 months agomessage-square64fedilink
minus-squaremorrowind@lemmy.mllinkfedilinkarrow-up4·2 months agoTbh it kinda is, because the browser gives the end user more control, since you have extensions and access to the underlying html. You can get around most stupid UIs with little effort, but on desktop you’re doomed
minus-squareSplashJackson@lemmy.calinkfedilinkarrow-up1·2 months agoOnly if you’re bad with computers
minus-squaremorrowind@lemmy.mllinkfedilinkarrow-up1·2 months agoI don’t see how being good with computers helps
minus-squareSplashJackson@lemmy.calinkfedilinkarrow-up0·2 months agoDesktop apps are easy to navigate, focus on the program via HWND and target whatever control is needed, then either get the data or set the data
minus-squaremorrowind@lemmy.mllinkfedilinkarrow-up1·2 months agoThat’s not the issue here. And that relies entirely on them being implemented well. Just like the web
Tbh it kinda is, because the browser gives the end user more control, since you have extensions and access to the underlying html. You can get around most stupid UIs with little effort, but on desktop you’re doomed
Only if you’re bad with computers
I don’t see how being good with computers helps
Desktop apps are easy to navigate, focus on the program via HWND and target whatever control is needed, then either get the data or set the data
That’s not the issue here. And that relies entirely on them being implemented well.
Just like the web