Tootfinder

Opt-in global Mastodon full text search. Join the index!

@radioeinsmusicbot@mastodonapp.uk
2025-08-13 20:04:06

🇺🇦 Auf radioeins läuft...
Swift, Taylor:
🎵 The man
#NowPlaying #Swift #Taylor
guyscheiman.bandcamp.com/track

@sean@scoat.es
2025-08-13 18:01:44

I like #Swift quite a lot, but few things over here make me doubt my life choices as much as having to use a function with a `NS` prefix and pass pointers around, just to fix a rounding error.

@khalidabuhakmeh@mastodon.social
2025-06-04 19:50:47

Anyone out here building web applications with #swift and #vapor?

@wandklex@mastodon.art
2025-07-15 16:25:35

Eine Schwalbe, so sagt man, macht noch keinen Sommer - doch es nun mal nur noch die eine da. ☺
Handgemaltes #wandklex Original, zu finden auf #birds #watercolor #swallow #swift # art #artShop #artforsale #creativeToots #mastoArt #fediart

@sean@scoat.es
2025-07-22 18:16:56

I was recently asked “Why did you choose #Swift for Studioworks?”
There are reasons that I intend to write about; strong-but-approachable types is a key reason. I was just catching up on a talk from @… where he said the following:
“[Swift Concurrency] is taking in…

@sean@scoat.es
2025-05-29 16:09:40

Server-Side #Swift folks (who use Hummingbird, especially):
We (w/ @… ) rolled HummingbirdMacroRouting 0.2 last night.
This is an alternate way to declare controllers and routes in Hummingbird, via macros, and it's what we're using for Studioworks.
Pretty happy…

@sean@scoat.es
2025-05-19 20:12:18

Whoever made reserved keywords escapable in #Swift: I owe you a drink of your choice if we're ever at the same table.
```swift
// …
case hu = "Hungary"
case `is` = "Iceland"
case `in` = "India"
case id = "Indonesia"
// …
```
This would have been a complete disaster of an API otherwise.

@sean@scoat.es
2025-05-28 15:20:21

Unlocking my own understanding of and ability to build #Swift macros feels like a superpower.
…something something great responsibility, though.
Synthesizing boilerplate and statically-verifiable elements like custom function calls based on macro input… is magic—the good kind.
`@GET("/logs/{userId}/{timing}")`
↘️

Screen recording of my IDE completing `ApiController.$Routing.logs.resolvedPath` based on the above declaration.