Say hello to Apple Intelligence Inspector
Export your Apple Intelligence report from your Apple device and give it a try
🔗 https://t.co/yORoSpx46h
Apple Intelligence != ChatGPT
One common misconception since the launch of Apple Intelligence is that Apple Intelligence uses ChatGPT behind the scenes for everything.
The reality is some requests can be sent to ChatGPT, but only with the user’s approval. Other requests can be handled via Apple’s Private Cloud Compute (PCC).
I wanted to make this easier to understand, so I built - Apple Intelligence Inspector (v0.1.0)
I’ve been an Apple enthusiast for more than a decade, and I thought this would be a simple way to see how Apple Intelligence requests are handled.
The app processes the report entirely in your browser. No backend, no signups.
Ideated by Akash and crafted with Codex :)
#apple #appleintelligence #ai
Back to using @MongoDB after 3 years…
Spun an Atlas cluster and tried some queries and feeling good :)
Always happy to connect with fellow data folks 🤝
#data#technology
Bottom line:
•Python is perfect for I/O tasks, scripts, APIs
•But for performance and threading, step outside the GIL cage 🔓
And maybe… avoid analogies like mine in production docs/interviews 🤡
Python: “I support threads!”
Also Python: Only one at a time, thanks to the GIL (Global Interpreter Lock).
Think of it like a threesome - but only one person’s doing the work at any time.
Java/Kotlin? Everyone’s fully engaged. 🫠🔥
#Python#Java#Concurrency#DevHumor