black lipstick on your flight controls

@vyr@princess.industries
878 Followers
370 Following
23.8K Posts
🏳️‍🌈🏳️‍⚧️ iOS app dev phone toucher, sometimes GTS contributor, steel marshmallow
pronounsshe/her
old mainhttps://demon.social/@vyr
Feditexthttps://mastodon.social/@Feditext
githubhttps://github.com/VyrCossont
codeberghttps://codeberg.org/vyr
blueskyhttps://bsky.app/profile/princess.industries
fail2ban? oh, i'm using fail3ban, but yours is nice too i guess
LLMs are responsible for a lot of sins but let us not forget the harm it has caused the em-dash enthusiast community, of whom i consider myself a fellow

Current experiment that I think I hate, but addresses at least my common situation, which is unit tests writing something and then trying to read it.

public nonisolated func synchronize() async {
await Task{}.value
}

I worry this method implies more than it delivers. It doesn't promise that *all* enqueued Tasks have completed, just the ones created by the current context. Which is meaningful, but might still bite folks if they don't think about it carefully.

@cocoaphony I'm sure you're aware of this, so this is really for my understanding - SE-0472's Task.immediate would fix this, right?

https://github.com/swiftlang/swift-evolution/blob/main/proposals/0472-task-start-synchronously-on-caller-context.md

swift-evolution/proposals/0472-task-start-synchronously-on-caller-context.md at main · swiftlang/swift-evolution

This maintains proposals for changes and user-visible enhancements to the Swift Programming Language. - swiftlang/swift-evolution

GitHub

## Apple's sneaky retention tactic

### It involves the use of an obscure, Californian programming language

My brother's wife collects those creepy faceless Willow Tree figurines. My hobby is now finding them at Goodwill and improving them with a custom paint job. 😲
I don't know if this is confirmation bias or not, but all the code I've worked with that's been early on the LLM adoption hype train seems to be extremely buggy, poorly designed, and horribly organized. I really hate that people are like "yeah good enough" and publishing when it barely works...
Low-key lost it when I noticed the main image on the Wikipedia page for business casual attire is just an edit of the nude figures from the Pioneer plaque
sighs, opens pirate copy of "DSP Audio Applications Cookbook for Chicks Who Didn't Take Complex Analysis"

The value is a logarithm (base e) of the normalized pitch estimate for each frame.

Apple what the fuck do i do with this number. what is it normalized against. what are the damn units.

guess i gotta pull in Beethoven

#iOSDev

pitch | Apple Developer Documentation

The highness or lowness of the tone (fundamental frequency) in each frame of a transcription segment, expressed as a logarithm.

Apple Developer Documentation