Fave this one if you want me to follow you from here, maybe if I see dev stuff I can help.
(Mostly I just do Swift and Python)
Currently implementing the naïve CPU search algorithm (again) as a baseline for "correct".
Currently implementing the naïve CPU search algorithm (again) as a baseline for "correct".
Now it's down to 3 seconds, from 3.5 minutes.
ᕙ(⇀‸↼‶)ᕗ
Friendship ended with CPU. GPU is now my best friend.
Now it's down to 3 seconds, from 3.5 minutes.
ᕙ(⇀‸↼‶)ᕗ
Friendship ended with CPU. GPU is now my best friend.
Friendship ended with CPU. GPU is now my best friend.
(This is not for image recognition, just want something to use to develop hyperplanes for a locality sensitive hash idea I have.)
(This is not for image recognition, just want something to use to develop hyperplanes for a locality sensitive hash idea I have.)
return if someCondition {
case_when_true()
} else {
case_when_false()
}
Which seems clearer than the traditional ternary format.
return if someCondition {
case_when_true()
} else {
case_when_false()
}
Which seems clearer than the traditional ternary format.
Been thinking about the screenshots / Live Photos / etc stuff and realized that I can make a more dynamic experience where the user can turn those on and off without needing a full parse / index.
The way that it works now is that I parse through local library, which is all thumbnails.
Been thinking about the screenshots / Live Photos / etc stuff and realized that I can make a more dynamic experience where the user can turn those on and off without needing a full parse / index.
The way that it works now is that I parse through local library, which is all thumbnails.
"Capture of 'someVar' with non-sendable type 'SomeClass<String, Int>' in a '@Sendable' closure"
means.
(Well, more specifically, figure out how to get it to stop warning me about this.)
"Capture of 'someVar' with non-sendable type 'SomeClass<String, Int>' in a '@Sendable' closure"
means.
(Well, more specifically, figure out how to get it to stop warning me about this.)
Fave this one if you want me to follow you from here, maybe if I see dev stuff I can help.
(Mostly I just do Swift and Python)
Fave this one if you want me to follow you from here, maybe if I see dev stuff I can help.
(Mostly I just do Swift and Python)