Tootfinder

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

@sean@scoat.es
2025-10-31 01:22:26

Christmas tree topper firmware ported from MicroPython (that was a huge pain to get an old version running last year) to #Embedded #Swift (that was an even bigger pain to get built, this year—but I finally did it).
But pretty nice to have an ESP32 Embedded Swift panel ready to go, before December Panic sets …

Last year’s panel (MicroPython) with this year’s prototype panel (Swift). These are 16x16 LED panels. One of them will go on top of our Christmas tree in a little more than a month.
@frankel@mastodon.top
2025-10-28 08:08:00

Announcing the #Swift SDK for #Android
swift.org/blog/nightly-swift-s

@sean@scoat.es
2025-09-30 00:42:42

Rolled hummingbird-macrorouting v0.3.0 ; version bump due to API changes (for the better).
Apologies if this conflicts with your travel (though I don’t think anyone hard-depends on this except us, anyway). Complain to me in person. (-:
#Swift #Hummingbird

@sean@scoat.es
2025-09-29 18:35:22

If you see me at @… this week, and especially if you've worked on a #Swift package that we use, hit me up for some maple syrup straight from the tree—I’m bringing a few to give to new friends.

A small 100ml bottle marked 2025 with a maple leaf.
@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-09-17 22:33:46

#Swift folks (especially @… ):
With Swift 6.2’s new concurrency checking/rejecting on Actor’s `static var …`, is it safe-enough to do something like this for dependency injection?
```swift
struct Config {
nonisolated(unsafe) private static var _share…

@sean@scoat.es
2025-09-24 15:03:22

We ( @… and I) just released Hummingbird Macrorouting v0.2.3 with a #Swift 6.2 concurrency fix.
Also paves the way for a small API change coming up in v0.3.0.
(Yes, this is only potentially interesting to like 3 of you, max (-; )

@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.