You probably can use traits. Disable everything (or whatever you want) unless a specific trait is enabled.
04.11.2025 08:59 β π 2 π 0 π¬ 2 π 0@frizlab.me.bsky.social
π« I do not consent to anything I post being used to train AI.
You probably can use traits. Disable everything (or whatever you want) unless a specific trait is enabled.
04.11.2025 08:59 β π 2 π 0 π¬ 2 π 0Those studies have all been debunked.
It sounds like you did a lot of bad research, all confirming what you wanted to believe. That's propaganda.
Research means you look at both sides of the issue.
Meet Chloe Cole. She's actually an EXPERT and a very nice person. www.youtube.com/@ChoooCole
I certainly donβt
The detransition community is a incredibly large one, hereβs one very well known one
x.com/ChoooCole
where derivedValue depends on value and should not get out of sync, but the computation is long so I want to keep it instead of doing a computed var, and I do not want to manage a cache βproperly.β
23.07.2025 12:41 β π 0 π 0 π¬ 1 π 0@johnsundell.bsky.social Regarding www.swiftbysundell.com/articles/let... I do vars all of the time (including for IDs), with the exception of structs that contain dependent values that I want pre-computed.
For instance, struct {let value: Int; let derivedValue: String; init(value: Int) {β¦}} 1/2
Plot twist: both.
12.07.2025 05:46 β π 1 π 0 π¬ 2 π 0Ahem... π
04.06.2025 18:15 β π 166 π 32 π¬ 6 π 10This is what proper error debugging can look like in #Swift 6:
AppError
ββ ProfileError
ββ DatabaseError
ββ FileError.notFound(path: "/Users/data.db")
Learn how to achieve this full error chain visibility in your apps with a simple protocol!
#Debugging #iOSDev
www.fline.dev/swift-6-type...
it takes away the joy of creating things. getting thing's dirty. the feeling "I made it". I no longer made it. It's made, but I didn't make it
02.05.2025 17:39 β π 23 π 5 π¬ 4 π 0Replying to every single comment that says "ha ha the decentralized network is down"
24.04.2025 23:23 β π 16 π 1 π¬ 3 π 0Women need men the same way men need women.
22.04.2025 14:54 β π 0 π 0 π¬ 0 π 0I have a rant: Infinite timelines does not mean anything is possible.
There is an infinite number of numbers between 0 and 1, and yet, 2 will never be a part of those numbers.
There is an infinite number of rational numbers between 1 and 2, and yet sqrt(2) is not one of them.
Etc.
Swift by Sundell is back! π
swiftbysundell.com/special/swif...
Zelda Williams (the daughter of the great Robin Williams) sure had a lot to say about the βStudio Ghibli styleβ AI images that have been trending recently.
I think those people should read these posts and really think about what theyβre doing.
Severance finale is π€―
22.03.2025 18:48 β π 0 π 0 π¬ 0 π 0Amazing. I did a lib like that a long time ago (or more like your Queue one actually) but it is awkward to use. Maybe Iβll use your lib instead one of these days :-)
21.03.2025 20:07 β π 1 π 0 π¬ 0 π 0Not sure that was it but it looks soooo promising. Thank you very much!
21.03.2025 19:35 β π 1 π 0 π¬ 1 π 0@massicotte.org Hello! I saw a post on the Swift forums where you asked about using an actor with checked continuations to cache images downloads (e.g.) asynchronously. I _thought_ I saw a post on your website where you actually implemented it, but I cannot find it; was I wrong?
21.03.2025 16:02 β π 1 π 0 π¬ 1 π 0@glaurent06.bsky.social βAtheist and pro-science in general.β Personally Iβm Christian and an actual believerβ¦ AND pro-science too π
16.03.2025 20:59 β π 2 π 0 π¬ 2 π 0Wow, thank you very much for the explanation!
22.02.2025 20:17 β π 1 π 0 π¬ 0 π 0I have no idea what any of this means.
22.02.2025 11:35 β π 1 π 0 π¬ 1 π 0image
This is an awesome post about how Things (the todo list that I love) moved their entire backend to #swiftlang and never looked back :-) Talk on that from serverside conference last year: https://www.serversideswift.info
https://www.swift.org/blog/how-swifts-server-support-powers-things-cloud/
A diagram that shows the various components of the Things backend built in Swift, including Vapor, SwiftNIO, AWS, Redis and Kubernetes.
Learn more about how the team behind Things, an award-winning personal task manager, rewrote their backend in Swift with a threefold reduction in compute costs: www.swift.org/blog/how-swi... @vapor.codes
21.02.2025 18:11 β π 87 π 26 π¬ 0 π 6π from the Swift team, now on Bluesky!
21.02.2025 17:46 β π 572 π 111 π¬ 32 π 20One of my favorite apps nowadays is Proposal Monitor - it really helps me stay on top of Swift Evolution proposals. A great example of a single-purpose tool that does its job really well. 10/10, no notes. π #swiftlang
apps.apple.com/app/id644944...
Swift Testing is amazing β¨
04.02.2025 16:33 β π 3 π 0 π¬ 1 π 0I mean, yeah, of course itβs obvious, but why didnβt I think of that before?
git merge -
We open sourced Xcodeβs build system github.com/swiftlang/sw...
01.02.2025 18:59 β π 93 π 33 π¬ 2 π 1Example of logs using clt-logger in a Terminal.
Example of logs using clt-logger in Xcode.
Beautiful logs with swift-log, whether in a Terminal or in Xcode. github.com/xcode-action...
30.01.2025 18:11 β π 4 π 1 π¬ 0 π 0When there are so many supported platforms that you must break up the badge in two or it looks ugly on mobileβ¦
github.com/xcode-action...