Honza Dvorsky
banner
czechboy0.dev
Honza Dvorsky
@czechboy0.dev
Swift Server Engineer at Apple 🍎🇨🇿🇺🇸 he/him

This is my dev account, see @honzadvorsky.com for my personal alt account. I only speak for myself.

https://github.com/czechboy0

https://honzadvorsky.com

Signal: honzadvorsky.99
Agreed, here's a direct threat of life from someone who already committed that crime multiple times - can we expect a ban? bsky.app/profile/self...
this is a far more explicit death threat from people with the actual means to carry it out
November 14, 2025 at 10:57 PM
Adopting traits in packages that support pre-6.1 toolchains is one case I think makes sense
November 14, 2025 at 12:15 PM
Reposted by Honza Dvorsky
1️⃣ Swift comes to FreeBSD

Swift is now available in preview for FreeBSD 14.3 and later. We want your feedback, bug reports, and contributions to make Swift great on FreeBSD! 🧑‍💻Read the announcement here: forums.swift.org/t/swift-on-f... #FreeBSD
November 6, 2025 at 10:30 PM
One can dream
November 8, 2025 at 9:20 PM
Let's bring back those automatic temperature check gates from airports during covid, but for offices
November 8, 2025 at 8:03 PM
Reposted by Honza Dvorsky
3️⃣ AWS officially adopts Swift Lambda Runtime

Amazon is now officially hosting the Swift AWS Lambda Runtime. This is a game-changer for building fast, efficient, and scalable serverless applications with Swift: now backed by AWS. github.com/awslabs/swif... #AWS
GitHub - awslabs/swift-aws-lambda-runtime: Swift implementation of AWS Lambda Runtime
Swift implementation of AWS Lambda Runtime. Contribute to awslabs/swift-aws-lambda-runtime development by creating an account on GitHub.
github.com
November 6, 2025 at 10:30 PM
November 5, 2025 at 4:03 PM
For parsing URLs, you could validate that all characters are ASCII and then operate on the utf8 view, which should be much simpler.

But for arbitrary String values, my understanding is that `myString[10]` isn't a thing because it looks like an O(1) operation, but would actually be O(n). Unicode 🤷
November 4, 2025 at 8:39 PM