's Avatar

@tiborbodecs.bsky.social

Swift developer // SSWG member // Founder @ Binary Birds // swiftonserver.com // theswiftdev.com

48 Followers  |  102 Following  |  54 Posts  |  Joined: 15.12.2024  |  1.6802

Latest posts by tiborbodecs.bsky.social on Bluesky

This is going to be an amazing book, stay tuned for more details. 😊

10.08.2025 19:43 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Commands Toucan CLI commands for static site generation, hosting, and deployment

We invite you to try the new logging system in Toucan β€”available from the main branch. πŸ—οΈ

We are seeking feedback and suggestions to help us improve error handling in our generator. ‡️
toucansites.com/docs/getting...

08.08.2025 16:25 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Honestly, I never realized that the β€œif let” syntax is actually pattern matching behind the scenes...

...until @kittibodecs showed me this snippet. ‡️

07.08.2025 19:14 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

For me it’s concurrency; more precisely the actor system + sendable stuff & isolation. πŸ”€

That’s just way too complex at first sight. πŸ˜…

06.08.2025 18:06 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

What are the pros and cons of learning from a programming book compared to using LLMs in 2025? πŸ€”πŸ“–πŸ€–πŸ§ 

Comment below… ⬇️

06.08.2025 16:40 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - valkey-io/valkey-swift: Valkey client written in Swift Valkey client written in Swift. Contribute to valkey-io/valkey-swift development by creating an account on GitHub.

Very excited to see the first cut of github.com/valkey-io/va..., which supports really lovely structured concurrency integration for accessing the client, pipelining commands, mixing that with transactions, and more! #swiftlang #valkey

04.08.2025 20:56 β€” πŸ‘ 14    πŸ” 7    πŸ’¬ 0    πŸ“Œ 0
Post image

A refresher about Swift & memory management:
- theswiftdev.com/memory-layou...
- theswiftdev.com/unsafe-memor...

Chapter 14 is going to be all about ownership, including unsafe memory management and even more...

05.08.2025 19:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Are you using LLMs to learn something new? πŸ€”

Tell us how you’re doing it. πŸ’¬

04.08.2025 19:50 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Hello, World!πŸ‘‹ A thread 🧡

03.08.2025 20:29 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0

@kittibodecs.bsky.social

03.08.2025 08:48 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Kitti BΓΆdecs (@kittibodecs) / X Kitti BΓΆdecs (@kittibodecs) / X

✨ Meet the project:

A beginner-friendly Swift book β€” co-written with x.com/kittibodecs , a former UX engineer who learned to code and wanted a better way to start. πŸ“–

Follow her for daily updates… πŸ””

02.08.2025 18:08 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

🚨 Something’s coming. If you’ve ever wanted to teach someone Swift but didn’t know where to start… stay tuned. πŸ‘€

01.08.2025 17:10 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Release 0.4.0 Β· BinaryBirds/file-manager-kit What's Changed FileManagerKit fixes by @tib in #5 Explicit attributes parameter by @tib in #6 New Contributors @tib made their first contribution in #5 Full Changelog: 0.3.0...0.4.0

github.com/BinaryBirds/...

30.07.2025 11:15 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

AI might take over the world someday, but right now, we can’t even figure out the photo orientation when taking pictures with our so-called "smart" phones. πŸ”„

30.07.2025 08:35 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Newest Questions Stack Overflow | The World’s Largest Online Community for Developers

Now that we have LLMs I just realized that I don't even remember what was the last time i visited stackoverflow.com πŸ€”

28.07.2025 14:39 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Swift 26 syntax will be just like this. πŸ˜… #justkidding

21.07.2025 19:03 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Swift and C++ interoperability in practice Swift’s new C++ interoperability is a game-changer, letting you tap into mature C++ libraries from Swift’s safe, expressive syntax. In this post, I’ll guide you through the language-pair preview intro...

Swift and C++ interoperability in practice

The article explains how to use Swift's C++ interoperability (introduced in Swift 5.9) to call C++ code from Swift.

arturgruchala.com/swift-and-c-...

21.07.2025 07:12 β€” πŸ‘ 4    πŸ” 2    πŸ’¬ 1    πŸ“Œ 0
How to enable Spatial Audio on AirPods Ma… - Apple Community

TIL: discussions.apple.com/thread/25488...

20.07.2025 18:11 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Content Management Learn how to manage content with Toucan using markdown, front matter, and custom properties.

We have just updated our content management guides. ‡️

toucansites.com/docs/content...

18.07.2025 20:15 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
We believe in Swift - Binary Birds Swift application development and consulting. Secure, efficient, scalable solutions.

Super excited to welcome Binary Birds as our next sponsor! They provide full-stack Swift expertise so check them out if you're in need of development and consultancy! binarybirds.com

07.07.2025 15:02 β€” πŸ‘ 5    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0

In case you missed it, Toucan is available as a Docker image. 🧑🐳‡️

hub.docker.com/r/toucansite...

14.07.2025 13:39 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

We’ve made several updates to the documentation for the Toucan website. ✨

If you’re planning to join the beta, now is a great timeβ€”soon, we will move into the Release Candidate phase. πŸ’Ž

You can find the updated documentation here. ‡️https://toucansites.com/docs/

11.07.2025 14:21 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I will definitely share my experience. πŸ˜‰

06.07.2025 19:02 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

The good news: the results are very promising. The overall LLM responses on the specific topic improved a lot, even with a very small dataset. I am super hyped to build an end-to-end solution using SwiftLang. 🀩

06.07.2025 18:25 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

The hard parts: Using Python in general β€” too many things can go wrong, from tools and versions to hardware compatibility issues. Splitting the original PDF file took much longer than expected. And of course, the lack of computing power. Β―\_(ツ)_/Β―

06.07.2025 18:23 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Here are some interesting details: it took me just 2 hours to run the fine-tuning and training script on a MacBook Air M4. I used MPS to run everything on the GPU.

06.07.2025 18:18 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Weekend project: fine-tuned a Llama 3.2-1B model using a custom dataset, and it works extremely well. πŸ—οΈ

Next up: I plan to create an end-to-end example using some Swift and C++ libraries. Anyone interested in this? πŸ€”

06.07.2025 18:16 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0
Preview
1.0.0-beta.6 release by GErP83 Β· Pull Request #131 Β· toucansites/toucan fix init command Toucan init command is not working in beta.5Β #130 fix watch command add unzip command to docker image creation

We discovered some minor issues in Toucan 1.0.0-beta.5, so we quickly fixed them and included the hotfixes in the upcoming beta.6 release. βœ…

You can now report issues directly on GitHub. 🐞
+1: Updated documentation will be available soon. πŸ“•

github.com/toucansites/...

03.07.2025 16:25 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
toucansites/toucan Toucan is a static site generator written in Swift. - toucansites/toucan

We’ve just enabled issues for the Toucan repository.

github.com/toucansites/...

02.07.2025 19:50 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Super excited to welcome AWS as a sponsor to this year's conference! One of the biggest Cloud providers and plenty of ways to run Swift in the cloud!

30.06.2025 18:00 β€” πŸ‘ 13    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0

@tiborbodecs is following 20 prominent accounts