The faster you go, the cooler the wind.
I wanna be a #swift
The faster you go, the cooler the wind.
I wanna be a #swift
New #Swift Concurrency rev. 2 fear unlocked: where will be the code executed? "I think" trust me bro kind of expectations.
the suggested approach: run, try and observe where it is executed because you not going to derive that from the source code
https://forums.swift.org/t/async-functions-from-framework-concurrent-nonisolated-main-actor/80678/2
Today I graduated from the most amazing academy in the world, the Apple Developer Academy @Unina Federico II Thank you to all the people guiding me through this 9 months. You’ll be my family forever
FORZA NAPOLI!
Język programowania Swift firmy Apple dodaje wsparcie dla Androida
#JęzykProgramowania #Swift #Apple #Android #Wsparcie
https://www.perplexity.ai/page/apple-s-swift-programming-lang-99aX8O1USKOzP8Lamqlz0Q
Apple Swift 將支援 Android 開發 挑戰 Google Kotlin 主導地位
Apple 的 Swift 程式語言正式擴展支援 Android 應用開發,透過在 Swift 開源項目內成立專門的 Android 工作小組實現。新措施讓開發者可使用 Swift 透過官方工具和基礎設施為 Android 構建應用程式,挑戰目前由 Kotlin 主導的 Android 開發生態
The post Apple Swift 將支援 Android 開發 挑戰 Google Kotlin 主導地位 appeared first on 香港 unwire.hk 玩生活.樂科技.
#科技新聞 #android #Apple #Swift
https://unwire.hk/2025/06/29/swift-android-support/fun-tech/?utm_source=rss&utm_medium=rss&utm_campaign=swift-android-support
I created a simple web application using the Swift-based web framework Vapor. It was a fun and informative experience.
#swift #webdevelopment #development #technology #vapor #frameworks #SwiftLang
https://blog.alexseifert.com/2025/06/29/experimenting-with-the-swift-web-framework-vapor/
i have never done this consistently whenever i took courses before this, but let's see, i'll give this a shot to keep myself accountable I just finished Days 0, 1 and 2 of the #100DaysOfSwiftUI at https://www.hackingwithswift.com/100/swiftui/ via @twostraws
#swift #swiftui
Thrid lesson of handling dates on computers.
Your day is not "11/8/2025". It's 1.762.560.000.
Announcing the #Swift on #Android Workgroup
https://forums.swift.org/t/announcing-the-android-workgroup/80666
Soon we have #iOS apps written in #Kotlin by Android devs and Android apps written in Swift by iOS devs
Marcin treating us to another fantastic update to Notepad.exe - now also a Python playground
Notepad.exe v1.2 meets
#Python
• Write, edit, and run Python scripts directly in https://notepadexe.com
• Execute your code with a single click
• See results instantly in the integrated output panel
• pip dependencies support
I still love #Swift, but Swift + Python is an even better combo for drafting code.
Is there any good practice for working with Observable and protocols?
I’d like to conform a protocol to Observable (so I could mock it in tests and previews, and pass around only protocol types in most of my code, not concrete types), but Observable macro seems to be geared towards working with concrete types
So what are your best practices and thoughts on Observable vs mocking/testing
This talk from #wwdc25 is a must watch! Shows one how to tackle concurrency in real apps, a lot of interesting clues on how to approach errors and warnings, how to (practically) refactor things to make it work and a list of concepts you may want to look up #Swift https://developer.apple.com/videos/play/wwdc2025/270
Starting with Swift 6.2 and iOS 26, we can use enumerated() in SwiftUI List and ForEach views without wrapping it in an array. I wrote a post with some examples and notes on when we should avoid using the offset as an index or id: https://nilcoalescing.com/blog/UsingEnumeratedWithListAndForEach
#SwiftUI #Swift #iOSDev
Moving away from the constant upgrade cycle & moving closer to the ideals of #PermaComputing #MalleableSoftware
Design and setup a redundant system of old/used, cheap, low-power devices running ia: #Guix, #Linux, #FreeBSD, #macOS, #HaikuOS, #Plan9Front, #X11, #P9, #NFS, all working together
Become an expert on #MicroControllers #ESP32 #STM32 #RP2040 #MIPS #RiscV
DIY sensors which sing like birds to communicate their status
DIY robots "drones"
Move as much as possible of my computing needs to the #Terminal, #Emacs, #Rio #CLI #TUI #P9
Get an #3DPrinter and learn to use it
Design and build my own portable 8dot #braille terminal & try out if 3x3 or 3x4 dots is also workable.
Design and build my own low-power computers, their OS, and tools
Writing more of my own tools #DIY
#SmallTalk #ObjectPascal #Prolog #Scheme #Racket #CommonLisp #Haskell #Rust #Go #ObjectiveC #Swift
Deploy #LoRa #ReticullumNetwork #RNodes #MeshCore #Meshtastic
Start an #InternetResiliencyClub
Add #Tor, #I2P support by #WebProxy
#SolarPowered #SelfHost over #I2P, #OnionService #Blog #Wiki #Repositories #GopherHole #Darcs #Mercurial
#SelfHost my own #EmailServer, which will only accept email from #KnownServers #CommunityEmail #MutualEmailAcceptance
Share files via #BitTorrent over #I2P
DIY #HomeAutomation
DIY #GardeningAutomation
DIY #GreenHouse
Get a house cat, train the cat, use voice and gestures
Start asking money for advice & technology support
Build/program my own opportunistic and strange cryptocurrency miners #BTC, #XMR, #ZEC, etc #Art
#MakeMoreArt #LearnToDraw #Learn3DModeling #LearnGenerativeArt #LearnToComposeAmbientMusic
#ReCreateJottit #ReCreateInstikiWiki
#WriteMore #PublishMore #Letters, #Essays, #Missives, #Reports, #Treatise
…
I wanted to get a sence of what it means to use another UI framework in Swift for Linux and Windows. So I picked Qt6 and... hello world ! Swift's C++ interop is brilliant, the entire wrapper can be a target in the same Swift Package as the app itself!
Edit: repo link: http://github.com/kkostov/QwiftUI