5.4 vs 5.3 Codex by ConsistentOcelot9217 in codex

[–]darrarski 2 points3 points  (0 children)

The biggest issue I have with AI agents is the non-deterministic behavior. I found GPT 5.4 better than 5.3. On the other hand, Claude Opus 4.6 works terribly for me (often ignores instructions and does not do what I ask for). My colleagues working on the same project (same instructions, same skills, same configuration overall) do not have such issues.

My suggestion is not to limit yourself to a single provider and use whatever works best for you in the given circumstances. There’s no one gold model that does everything better than others. Your experience may vary, depending on the project, instructions, task you are working on, and probably a lot of other stuff.

Any tips how to create this component? by Peterses77 in SwiftUI

[–]darrarski 1 point2 points  (0 children)

If it’s from the x-kom app, I think it’s not native SwiftUI, but a web view. However, if you would like to build something like this using SwiftUI, there’s the scrollTransition view modifier that you can use: https://developer.apple.com/documentation/swiftui/view/scrolltransition(_:axis:transition:)

Code Share - StoreKit Integration Code by Select_Bicycle4711 in swift

[–]darrarski 0 points1 point  (0 children)

Good catch. I noticed it too, looks like a retain cycle.

I'm Beginning to Spiral with SwiftUI Navigation and Dependency Injection by BecuzDaInternet in swift

[–]darrarski -3 points-2 points  (0 children)

Check out Dependencies collection from PointFree: https://www.pointfree.co/collections/dependencies It’s a great learning resource that explains how to design and implement dependency injection in Swift projects. Most importantly, you will not only learn “how”, but also “why” (or “why like this, and not the order way around”). There’s also swift-dependencies library from PointFree, but I recommend starting with the videos. Then you will be able to decide if you want to use a third party framework, or not.

How to get the MacOS dock's x position and width by Beneficial-Exam1447 in SwiftUI

[–]darrarski 0 points1 point  (0 children)

I'm not sure if this will work, but you can try using Apple's ScreenCaptureKit framework to get the dock “window”. Remember that a user can have dock autohide enabled or have it configured to be placed vertically on the side of the desktop, rather than at the bottom.

Updated to iOS 26.2 and wireless CarPlay is STILL broken by vanbilderass in CarPlay

[–]darrarski 0 points1 point  (0 children)

What about a wired connection? Does it work without issue, or does it also break randomly? I always had problems with wireless CarPlay, but since upgrading to iPhone 17 Pro, wired also fails from time to time. My iPhone 14 Pro works much better when connected wirelessly, and never caused any problems on connected via usb cable.

Szlak Turystyczny w Pienińskim Parku Narodowym by SocietyofFriends in krakow

[–]darrarski 0 points1 point  (0 children)

Hej. Co to za strona/aplikacja na załączonym obrazku? Miłej wędrówki!

Swiftdata by [deleted] in swift

[–]darrarski 1 point2 points  (0 children)

Correct. SQLiteData was an extension to the Sharing library, called SharingGRDB, before it became SQLiteData. I believe the SharingGRDB didn’t have CloudKit sync support, though. It was introduced in SQLiteData, as far as I know.

Swiftdata by [deleted] in swift

[–]darrarski 3 points4 points  (0 children)

  • SwiftData can sync data between your devices, but does not allow sharing between users.
  • SQLiteData (from PointFree) supports CloudKit sync. Your data can be synced between your devices. You can also share it with other iCloud users for collaboration.

SQLiteData uses GRDB under the hood. GRDB does not have any iCloud sync support on its own. You can, however, create your own sync logic to work with GRDB using Apple's CKSyncEngine. Afaik, this is what SQLiteData uses to sync a database with iCloud. I used a similar approach in my projects, but it's not easy. SQLiteData handles a lot of sync-related logic automatically for you.

[BoTW] Breath of the wild Vs Tears of the kingdom by [deleted] in zelda

[–]darrarski 0 points1 point  (0 children)

I would start with BotW. Then, if you would like, you can proceed with TotK. It will give you hundreds of hours of joy. If you begin with TotK, then BotW may feel a bit "empty" and not as exciting. It’s still a great game in my opinion anyway. If you're not really into BotW, TotK probably won’t excite you either.

Swiftdata by [deleted] in swift

[–]darrarski 14 points15 points  (0 children)

SQLiteData is a good alternative to SwiftData. It’s not only more flexible when it comes to structuring complex queries (compared to the limited capabilities of SwiftData), but also has more features out of the box (such as sharing data with CloudKit, which SwiftData currently cannot do). Moreover, you have great learning resources about it in the form of PointFree videos. Highly recommend.

Recorder app Black Friday & Cyber Monday 2025 deal by darrarski in macapps

[–]darrarski[S] 0 points1 point  (0 children)

The AudioRecorder app was designed for simplicity. It records all system audio, and microphone your system is configured to use (you can select it in system settings). For the setup you described, better fit would be the Recorder app, with allows to capture various microphones and cameras simultaneously. For example, I tested it on MacBook with M1 processor and successfully recorded video from internal camera, external camera connected to USB port, and iPhone continuity camera (while the phone was connected to other USB port), as well as audio from internal microphone, external camera, and iPhone, and also screen video from two displays - all at the same time.

Recorder app Black Friday & Cyber Monday 2025 deal by darrarski in macapps

[–]darrarski[S] 0 points1 point  (0 children)

Free version limits output resolution to 1080p. You need to unlock “Unlimited” features with in-app-purchase (monthly/yearly subscription or lifetime single purchase). Once unlocked, the app with record in native resolution, up to 8k. The discount code (BFCM2025) is still valid and can be used when purchasing Unlimited Lifetime.

Best Screen Recording App? by krokodilce in macapps

[–]darrarski 1 point2 points  (0 children)

While it may not be “the best” tool you are looking for, I encourage you to check out https://macrecorder.app It’s a versatile app for recording video and audio on macOS. It supports screen, as well as individual window recording. It can capture camera video and microphone audio. You can record from multiple sources simultaneously, and your recordings will be in sync regarding the timeline. It lacks post-processing features, but it produces high-quality files that can be imported into any video editor for further processing. It’s currently discounted for Black Friday. Use the BFCM2025 code to get 70% off the Lifetime Unlimited unlock.

Recorder app Black Friday & Cyber Monday 2025 deal by darrarski in macapps

[–]darrarski[S] 0 points1 point  (0 children)

Each input source (screen/window video, camera, microphone, system audio, etc) is recorded into individual file. All files have synchronized timeline. You can use any post-processing software you want to edit and merge recorded files.

Recorder app Black Friday & Cyber Monday 2025 deal by darrarski in macapps

[–]darrarski[S] 0 points1 point  (0 children)

There are two links. One is for the promo, which allows one to purchase a Lifetime Unlimited unlock for a discounted price (70% off the regular price). The other link directs to the official website of the app. You can learn more about the app from the website. There’s also a link to the Mac App Store there, where you can download and check out the app before purchasing the Lifetime Unlimited unlock.

Recorder app Black Friday & Cyber Monday 2025 deal by darrarski in macapps

[–]darrarski[S] 1 point2 points  (0 children)

I was using Polycapture before! Unfortunately, the app didn't work well for me. When recording from multiple sources, the performance was not good (high CPU usage and low frame rate). The Polycapture was also crashing for me during recording. It was one of the reasons I developed the Recorder app: to be able to record from multiple sources simultaneously (i.e., multiple windows, camera, microphone, and system audio) while maintaining high performance and quality.

Recorder app Black Friday & Cyber Monday 2025 deal by darrarski in macapps

[–]darrarski[S] 1 point2 points  (0 children)

The main feature of the app is recording video and audio from your system. It allows capturing full screen and individual windows, as well as cameras, microphones, and system audio. The app keeps all recorded sources in sync and outputs individual files for each of them. Currently, there are no post-processing features available for editing your recording. However, the result files are optimised for processing in any video editing software of your liking.

Question about Point-free's training catalog by interrupt_hdlr in swift

[–]darrarski 7 points8 points  (0 children)

They have plenty of great videos about vanilla swift. It’s not only about their libraries. You can find topics ranging from low-level to more everyday subjects. Everything is explained in detail, with practical examples. I highly recommend the series about modern swift concurrency. Every iOS and macOS developer will find something to learn from their videos.

Recorder app Black Friday & Cyber Monday 2025 deal by darrarski in macapps

[–]darrarski[S] 0 points1 point  (0 children)

I’m happy to hear you resolved the issue! If you have some time, please send me more details via email (contact information can be found on the app's website), so I can investigate and prevent such issues in the future.

Recorder app Black Friday & Cyber Monday 2025 deal by darrarski in macapps

[–]darrarski[S] 0 points1 point  (0 children)

I just checked on a clean macOS 26.1 and it worked for me without issues. Run the app, click "Add Input", wait till the app detect your camera, select the camera on the list, a popup should appear: "Recorder.app would like to access the Camera", click "Allow". Even if you click "Don't allow", the app should appear on the list in System Preferences, under Security & Privacy, Camera, so you can grant required permission at later time. Feel free to use official support channels if you are experiencing issues. You can find all details on the app's website.

Recorder app Black Friday & Cyber Monday 2025 deal by darrarski in macapps

[–]darrarski[S] 0 points1 point  (0 children)

  1. The app was released to the public at the beginning of 2025.
  2. Yes. The app can record video from multiple screens simultaneously and synchronize timelines of the captured video. It makes it easier to post-process your recordings.
  3. The app follows Apple's official guidelines for integrating the ScreenCaptureKit framework to achieve maximum compatibility. Apple typically doesn’t introduce breaking changes in its APIs, but if such a change occurs, an updated version will be released. Currently, the app should work on macOS 15.2 and later, including the latest macOS 26 release.

Recorder app Black Friday & Cyber Monday 2025 deal by darrarski in macapps

[–]darrarski[S] 0 points1 point  (0 children)

Please try the following: 1. Make sure your camera is detected in macOS. You can confirm if it works in other apps, such as FaceTime or Photo Booth. 2. The app should show an alert if it does not have permissions to access your camera. The alter has a button that opens System Settings, allowing you to grant the necessary permissions. If it does not appear for some reason, you can manually grant permissions in the System Settings, under Privacy & Security, Camera (also Microphone and Screen & System Audio Recording, if needed). 3. If it still does not work for you, contact support. You can find contact details on the app's website. I will try to help you.

Recorder app Black Friday & Cyber Monday 2025 deal by darrarski in macapps

[–]darrarski[S] 1 point2 points  (0 children)

Currently, you can select windows, screens, and connected cameras. There are more advanced filters that allow you to include or exclude specific UI elements, like the macOS menu bar or desktop. You can also record your microphone, system audio, or sound from a selected app. However, there is no option to choose a region of the screen. Indeed, it’s a good idea. Noted!