SpaceGremlin (mac alternative to WinDirStat) has a similar thing, where some features only work in the independent "SpaceGremlinPro" version downloaded from their site. However, they do some cool stuff with licensing - you can point it to the app store paid/installed version, and it detects the license and unlocks. If you're worried about people not trusting payment to you, might be worth seeing if you could implemen…
There is something amusing about the fact that WinDirStat, as far as I know, was based on KDirStat (now QDirStat), yet this doesn't even get mentioned on their Wikipedia page, and by and large a lot of people don't even know QDirStat exists. One time someone even asked me if they knew of a good alternative for Linux; good news!
Apple rejected my dictation app for using the accessibility API
161–170 of 200 posts
Re: Apple rejected my dictation app for using the accessibility API
#162Earlier quoted context omitted.
Yes but miffing to open Privacy & Security & see dozens of apps pretending to need “accessibility” features. Apple has a dozen+ categories there but many poweruser apps I want specifically need accessibility. Is there an opinionated reason not to break out capabilities?
> Is there an opinionated reason not to break out capabilities? If you have a disability and need tools to use your computer the last thing you want to do is have those things not only off by default but complicated and involved to turn on.
Re: Apple rejected my dictation app for using the accessibility API
#163Earlier quoted context omitted.
There is something amusing about the fact that WinDirStat, as far as I know, was based on KDirStat (now QDirStat), yet this doesn't even get mentioned on their Wikipedia page, and by and large a lot of people don't even know QDirStat exists. One time someone even asked me if they knew of a good alternative for Linux; good news!
To my knowledge, SequoiaView[0] predates even KDirStat - it just didn't have the tree view paired with it. [0] https://sequoiaview.win.tue.nl/
Re: Apple rejected my dictation app for using the accessibility API
#164I wrote about this here [1], and even called out some of the most common disabilities that clearly benefit from it.
They also don’t allow microphone access from keyboard extensions in iOS, which prevented me from shipping an iPhone target (that I really wanted for myself tbh).
It’s a shame and I can only assume they’re trying to protect their built-in dictation, which historically has been laughably bad.
Re: Apple rejected my dictation app for using the accessibility API
#165Earlier quoted context omitted.
> This is what happens when you run an OS controlled by some random big corporation You get a channel for installing apps, where someone vetoes random apps that want to have access to control your whole computer and potentially steal sensitive data? > Install some GNU/Linux distro and you can do whatever you want. And any random app can get total control and steal your data, unless you know how to enable restrictions…
It's not true that any app can get total control of your system. If you install them via flatpak, the apps are sandboxed. Also, unless you log in as root, the apps can't do much. Wonder why the most important systems in the world and big tech's servers run GNU/Linux? There's a reason I dont wanna start a war over this btw, even though it may not seem :)
On a personal computer, they "can't do much" to the things you can trivially re-create by reinstalling anyway. Apps, system files, etc.
They can however do everything to your own files, steal your documents, bank account data, and more.
That a progran run as you without root "can't do much" made sense for multi-user Unix services, not for a personal computer and your own files.
>Wonder why the most important systems in the world and big tech's servers run GNU/Linux? There's a reason
Yes, and it's not because "unless you log in as root, the apps can't do much" on your personal laptop.
Re: Apple rejected my dictation app for using the accessibility API
#166Re: Apple rejected my dictation app for using the accessibility API
#167I actually had the almost same situation by building an offline voice dictation app for macOS and iOS, and in macOS I was confronted with the exact same situation. However, I would like to point out that Apple isn't totally wrong here because the accessibility API unfortunately is way too broadly scoped, and because of that you literally get access to everything on the computer like you you can screenshot listen and…
> However, I would like to point out that Apple isn't totally wrong here because the accessibility API unfortunately is way too broadly scoped, and because of that you literally get access to everything on the computer like you you can screenshot listen and and move the cursor... This is completely ridiculous and the proper engineering solution would actually be to phase out the accessibility API and replace it with…
Are we sure about this? At least on windows, NVDA works fine with chrome and any electron apps.
Re: Apple rejected my dictation app for using the accessibility API
#168I actually had the almost same situation by building an offline voice dictation app for macOS and iOS, and in macOS I was confronted with the exact same situation. However, I would like to point out that Apple isn't totally wrong here because the accessibility API unfortunately is way too broadly scoped, and because of that you literally get access to everything on the computer like you you can screenshot listen and…
Isn’t that just deliberate on their part? As in, they genuinely don’t want developers to use these APIs and just allow them for accessibility use cases.
You'd lose all window managers, things like alfred and textexpander, screenshot tools, computer use agents, etc.
Re: Apple rejected my dictation app for using the accessibility API
#169Re: Apple rejected my dictation app for using the accessibility API
#170Doesn't Wispr Flow do this though? How did they get past these limitations?