Earlier quoted context omitted.
So, usually I associate super-shady things with hiding the fact that they're super-shady. I'm thankful, but also genuinely curious, why they put this explicitly in their TOS. It just kind of seems to be like the kind of person/org who would implement this shady stuff in the first place, would also actively hide that they're doing it. Is there a legal reason that protects NightOwl by explicitly putting it in the TOS?…
Probably compelled by Apple, or removal from store.
Uninstall the NightOwl app
131–140 of 236 posts
Re: Uninstall the NightOwl app
#132Earlier quoted context omitted.
Couldn't this happen to paid apps just as easily?
Seems like a developer that is getting literally nothing for his app or plugin is more likely to sell it than a developer that's getting some income from it. At the least, the buyer would need to match the current value that the app provides its author.
A developer who didn't charge anything from the beginning has more likely other motives releasing his software than making money.
But if you already make a little money you may easily fall for a lot of money.
Re: Uninstall the NightOwl app
#133If anyone is looking for an alternative, I have been using my script below for two years without any issue. --edit-- I do not know how to format code here. --edit-- Another attempt to format code here. # Step 1 Save script below to your local drive. For example, `/Users/xxxx/Documents/Scripts/DarkMode/darkModeWatcher.sh` #!/bin/zsh # ref: https://unix.stackexchange.com/a/526097 # start time is 18:33 -> 18 * 60 * 60 +…
block by putting two spaces at the beginning of every line. Here's an example. Each line was indented two spaces:Looks like it worked. It looks like it's rendering with a mono font.#include int main() { printf( "Bonjour, totes le monde!\n" ); return( 0 ); }
Re: Uninstall the NightOwl app
#134Re: Uninstall the NightOwl app
#135> It also tries to open a UPnP port forward on your router, but fails on mine because the key names are jumbled: This should fail on any router as you should have UPnP disabled.
Let me tell you about family members that have a mac because "they don't want the hassle of a windows laptop". They also don't want the hassle of not having uPnP, that setting is going to be turned on whether you know better or not.
They are not wrong. E.g. It amazes me how much pain and suffering Microsoft expects users to endure just to use a printer. It is not lost on my stepmother that her Windows machine has endless problems setting up and printing to her Brother laser printer, but her iPhone just sees it without having to be told.
Re: Uninstall the NightOwl app
#136> sudo zsh -c "rm /Users/*/Library/LaunchAgents/NightOwlUpdater.plist" Why do you need to call out to zsh for this command instead of just running it in the current shell?
Because the expansion of the wildcard needs to happen with the privileges granted by sudo. If you just ran "sudo rm ..." the expansion would be done by the current shell, which doesn't have the required privileges.
Re: Uninstall the NightOwl app
#137Earlier quoted context omitted.
Stop being a jerk and play nice. Say what you mean without attacking people.
I don't think I was attacking people, but will defer. In less inflammatory prose, let me say: There is a problem on the net that is exacerbated by funding models which seek to use free services to do "bad" things. The Ad-Driven model has problems that the needs of the end user are often not considered paramount, but instead the needs of the advertiser are. After all, they're the ones paying the bills. Print newspaper…
That is the difference between ethical and unethical operators
Re: Uninstall the NightOwl app
#138Re: Uninstall the NightOwl app
#139Re: Uninstall the NightOwl app
#140Earlier quoted context omitted.
Do you deny the need for UPnP entirely? This is a confusing statement.
What do you actually need it for? I’ve had it disabled for ages, have no port forwards defined and have never had any issues.