I’m combining a recipe book with shopping lists and “what’s in the pantry” management to keep track of what’s on hand
Will also have a community sharing feature and a “cooking mode”
#iosdev #swiftlang
I’m combining a recipe book with shopping lists and “what’s in the pantry” management to keep track of what’s on hand
Will also have a community sharing feature and a “cooking mode”
#iosdev #swiftlang
I intend to open source it, but I want to make a video about it as well + create a server using Vapor.
#Swiftlang
I intend to open source it, but I want to make a video about it as well + create a server using Vapor.
#Swiftlang
You'll learn about serverless Swift backend with Andrea and how to create your server deployment pipeline in Swift with Moritz
6pm London, 7pm Berlin - it's live, we'll chat and take your questions.
youtube.com/live/-iY...
#Swiftlang
You'll learn about serverless Swift backend with Andrea and how to create your server deployment pipeline in Swift with Moritz
6pm London, 7pm Berlin - it's live, we'll chat and take your questions.
youtube.com/live/-iY...
#Swiftlang
More details soon, follow forums for updates. @karenchu.online is cooking up something special! 👀
forums.swift.org/t/save-the-d...
More details soon, follow forums for updates. @karenchu.online is cooking up something special! 👀
forums.swift.org/t/save-the-d...
(Using #emacs with #eglot btw)
(Using #emacs with #eglot btw)
#swiftlang #photography
#swiftlang #photography
container run -it -c 4 -m 8g \
-v "$(pwd):/src" -w src/ \
swift:6.2 sh -c "swift build"
(runs a Swift 6.2 image, gives it 4CPU and 8GB, mounts your PWD as "src", and builds)
container run -it -c 4 -m 8g \
-v "$(pwd):/src" -w src/ \
swift:6.2 sh -c "swift build"
(runs a Swift 6.2 image, gives it 4CPU and 8GB, mounts your PWD as "src", and builds)
Can we get ATProtoKit to 200 before the end of the week? 🙏
#Swiftlang #ATProto #atdev
Can we get ATProtoKit to 200 before the end of the week? 🙏
#Swiftlang #ATProto #atdev
#iOSdev #Xcode #SwiftLang #SwiftUI
#iOSDev #SwiftLang #SwiftUI
#iOSDev #SwiftLang #SwiftUI
What's grown since—thanks to an incredible community of contributors—has been extraordinary. Here's to the next ten years. 🧡
What's grown since—thanks to an incredible community of contributors—has been extraordinary. Here's to the next ten years. 🧡
Is there any performance difference between
func fooFunc(foo: FooType) -> FooType {
newFoo = foo
// change something in newFoo
return newFoo
}
and
func fooFunc(foo: inout FooType) {
// change something in foo
}
I’d think not given that inout is copy-in copy-out, but […]
Is there any performance difference between
func fooFunc(foo: FooType) -> FooType {
newFoo = foo
// change something in newFoo
return newFoo
}
and
func fooFunc(foo: inout FooType) {
// change something in foo
}
I’d think not given that inout is copy-in copy-out, but […]
```
func x() {
static let y = 42 // Static properties may only be declared on a type
}
```
I just want a no-overhead cache in there. While this works, but only in non-generic contexts:
```
func x() {
enum Z {
static let y = 42 // Static […]
```
func x() {
static let y = 42 // Static properties may only be declared on a type
}
```
I just want a no-overhead cache in there. While this works, but only in non-generic contexts:
```
func x() {
enum Z {
static let y = 42 // Static […]
If you’re at Vegas, join at MGM Grand at noon.
#swiftlang
If you’re at Vegas, join at MGM Grand at noon.
#swiftlang
github.com/swiftlang/sw...
github.com/swiftlang/sw...
#technology #developer #swiftlang #coding #artificialintelligence
#technology #developer #swiftlang #coding #artificialintelligence
#Swift #swiftlang
#Swift #swiftlang
#iOSDev #SwiftLang #SwiftUI
#iOSDev #SwiftLang #SwiftUI