Created at 8am, Jan 30
ProactiveTechnology
0
Apple Releases New Stolen Device Protection
89fu24MX3lGGOJtESztEjfHJLxADp5I3INSDbbV6KuI
File Type
MP3
Entry Count
34
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

I recorded a podcast about Apple new feature for Stolen Device protection. Why we need to turn on, how we can do that and how it works. You can find these questions' answer in my podcast. Enjoy

It also reduces the importance of passcodes.
start: 02:11 - end: 02:15
It favors biometric features such as face or fingerprints, which are a lot harder to copy.
If a thief tries to erase or reset an iPhone, the device will require a Face ID or Touch ID scan to confirm that the person is the rightful owner.
The new feature does not let someone use a passcode or any other backup method.
start: 02:34 - end: 02:39
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "89fu24MX3lGGOJtESztEjfHJLxADp5I3INSDbbV6KuI", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "89fu24MX3lGGOJtESztEjfHJLxADp5I3INSDbbV6KuI", "level": 2}'