Earlier quoted context omitted.
Are you certain about this? I think I was being conservative. It's easy for us tech nerds in our little gadget bubbles to suppose that everybody is like us. But most people are simple browser users, and Office 365 and Google Docs have all but killed off office software on the desktop for many users.
> Office 365 and Google Docs have all but killed off office software on the desktop for many users. That hasn't been my experience at all. While those tools are definitely used - especially for collaboration - most people on my company's Office 365 subscription are downloading and using the full products for their daily work. This is true in both very large companies and the (non-tech) startup I work at now.
Catalina is checking notarization of unsigned executables
101–110 of 182 posts
Re: Catalina is checking notarization of unsigned executables
#102Earlier quoted context omitted.
Ah I see, looks like we're not running quite the same experiment. I suspect that anything including an app bundle ID is going to see some more interesting traffic.
Don't suspect, test. ;-) I'm running both experiments. I've tested and compared script notarization to app notarization. You're getting apparently unusual results with script notarization. So the natural next step would be to compare against app notarization.
Re: Catalina is checking notarization of unsigned executables
#103Why don't companies come out and tell people what they're doing these days? Telemetry is getting to the point where people such as doctors and lawyers might be violating the law by using a modern computer. And people in the defense industry? Doesn't Apple employ thousands of forns? Who's audited their datasystems and ensured that this stuff stays private? Much easier and better to just stop using it all and move to a…
The other day I tried for the 100th time to move to Linux. I installed a recent build of a maintained, popular distribution (no it doesn't matter which one - I have tried them all), on hardware that is famous for it's Linux support.
Everything worked for a day and a half, then the sound just fucking died. No input or output.
I get millions of people use Linux daily, and are happy with it -- I'm genuinely grateful that's a thing. I would love to also use Linux, but I really don't have the time to diagnose why it broke yet again.
Any suggestions for people stuck on macOS? I guess I could block all Apple domains in my DNS resolver? Other than app updates, I can't think of anything that would stop working. That still sounds less painful than trying to deal with Linux's atrocious UX.
Re: Catalina is checking notarization of unsigned executables
#104Why don't companies come out and tell people what they're doing these days? Telemetry is getting to the point where people such as doctors and lawyers might be violating the law by using a modern computer. And people in the defense industry? Doesn't Apple employ thousands of forns? Who's audited their datasystems and ensured that this stuff stays private? Much easier and better to just stop using it all and move to a…
"Telmetry" has been co-opted by the tin foil hat wearing privacy keyboard warriors. It's akin to the people spending tens of thousands of dollars on disaster prep. The only people who lose are the end-users of software. Who are forced to use crappy software.
Telemetry has a specific use-case. Taking measurements in a place you can't go. What industry employs it for nowadays is much closer to spyware in the sense you can get so much more of it done without it producing a noticeable effect for the user in terms of how much work their computer is actually doing. So what if you spin through a couple rounds of telemetry gathering while the user's process is blocked, am I right? Not like they're using it. /s
Re: Catalina is checking notarization of unsigned executables
#105Why don't companies come out and tell people what they're doing these days? Telemetry is getting to the point where people such as doctors and lawyers might be violating the law by using a modern computer. And people in the defense industry? Doesn't Apple employ thousands of forns? Who's audited their datasystems and ensured that this stuff stays private? Much easier and better to just stop using it all and move to a…
If only moving to Linux were an option for everyone. The other day I tried for the 100th time to move to Linux. I installed a recent build of a maintained, popular distribution (no it doesn't matter which one - I have tried them all), on hardware that is famous for it's Linux support. Everything worked for a day and a half, then the sound just fucking died. No input or output. I get millions of people use Linux daily…
my condolences.
Re: Catalina is checking notarization of unsigned executables
#106Why don't companies come out and tell people what they're doing these days? Telemetry is getting to the point where people such as doctors and lawyers might be violating the law by using a modern computer. And people in the defense industry? Doesn't Apple employ thousands of forns? Who's audited their datasystems and ensured that this stuff stays private? Much easier and better to just stop using it all and move to a…
If only moving to Linux were an option for everyone. The other day I tried for the 100th time to move to Linux. I installed a recent build of a maintained, popular distribution (no it doesn't matter which one - I have tried them all), on hardware that is famous for it's Linux support. Everything worked for a day and a half, then the sound just fucking died. No input or output. I get millions of people use Linux daily…
https://www.vagrantup.com/downloads.html
Spin up a Linux box in macOS and ssh into it directly. It is a true joy if you are comfortable working with text files (programming, admin, focused writing, etc.)
It will default to using VirtualBox as the underlying virtualization. That works a treat and hides all the GUI madness of VirtualBox.
However, if you open up VirtualBox then you can interact with the host you just created with “vagrant up” just fine, including using a graphical environment.
Re: Catalina is checking notarization of unsigned executables
#107Why don't companies come out and tell people what they're doing these days? Telemetry is getting to the point where people such as doctors and lawyers might be violating the law by using a modern computer. And people in the defense industry? Doesn't Apple employ thousands of forns? Who's audited their datasystems and ensured that this stuff stays private? Much easier and better to just stop using it all and move to a…
Re: Catalina is checking notarization of unsigned executables
#108Earlier quoted context omitted.
If only moving to Linux were an option for everyone. The other day I tried for the 100th time to move to Linux. I installed a recent build of a maintained, popular distribution (no it doesn't matter which one - I have tried them all), on hardware that is famous for it's Linux support. Everything worked for a day and a half, then the sound just fucking died. No input or output. I get millions of people use Linux daily…
Vagrant. https://www.vagrantup.com/downloads.html Spin up a Linux box in macOS and ssh into it directly. It is a true joy if you are comfortable working with text files (programming, admin, focused writing, etc.) It will default to using VirtualBox as the underlying virtualization. That works a treat and hides all the GUI madness of VirtualBox. However, if you open up VirtualBox then you can interact with the host yo…
Re: Catalina is checking notarization of unsigned executables
#109Re: Catalina is checking notarization of unsigned executables
#110I can't reproduce the exact test specified in the article: $ echo $'#!/bin/sh\necho Hello' > /tmp/test.sh && chmod a+x /tmp/test.sh $ time /tmp/test.sh && time /tmp/test.sh Hello real 0m0.016s user 0m0.002s sys 0m0.010s Hello real 0m0.006s user 0m0.002s sys 0m0.004s I don't believe the 0.01s difference is long enough, and could easily explained by filesystem caching. The article says: > Some people try to explain awa…
A few ideas: 1. confirm the checks are enabled: spctl --status 2. Make sure your terminal/shell/etc aren't already exempted System Preferences > Security & Privacy > Developer Tools. 3. If you already ran something that could generate a check in the last minute, the connection is still open. Most of the overhead people are recording is negotiation/handshake. If you're fairly close to the server, it seems plausible yo…