It's an Open Source project, if you want you can host it yourself. https://github.com/aminmarashi/gpt-api-companion/tree/main/c... I'll add a Github badge to build some trust.
Edit: you can read more in this page https://chat.lit.codes/privacy-and-security
It already mentions the GitHub repo, so I'm not adding the badge.
while true; do
if ifconfig awdl0 |grep -q "<UP"; then
(set -x; ifconfig awdl0 down)
fi
sleep 1
done
That just checks the awld0 interface every second and turns it off if it's on. Apple really doesn't offer any other way to disable awdl?Note that setting AirDrop to "No One" doesn't fully disable awdl. It's used for other things like screen sharing, AirPlay, bonjour device/service discovery, etc. Though perhaps disabling AirPlay is enough to stop the WiFi issues. You can sniff awdl traffic with `sudo tcpdump -i awdl0`
Here's an example of SOF solution: https://apple.stackexchange.com/a/413735
But if you search around the internet you will see different solutions proposed for it, none worked for me except for this script.
This popping up on HN gives me hope that next versions give you at least a tool to disable Wifi direct.
It is unlikely that chatbots or large language models like GPT-3 could replace the job of a software developer. While they may be able to assist with certain tasks, such as providing suggestions or generating code based on user input, they are not capable of the complex problem-solving and critical thinking required for software development. Additionally, chatbots and language models do not have the ability to learn and adapt to new situations like a human software developer can. Therefore, it is unlikely that chatbots or GPT-3 could replace the role of a software developer.
---
P.S. It may be stealing part of my job, but it's the part that I don't enjoy doing anyway.
Lots of overestimated excitement about how AI will change the world right now, which is to say, AI ain't going to change the world in the next few years.
But in the long term, AI will underpin everything.
I wonder if, in the future, it will not really be possible to know what is going on in the Internet at a deep technical level - that it will be self managed AI all the way down.