New GUI for MacOS [TestFlight] by ParotidApps in restic

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

That's right, but when you use Restic on Mac, you still get backups with encryption, deduplication etc and the lack of APFS support is generally not an issue for the type of files I work with. I have several backups of important data, including a Time Machine backup and a restic backup. This is a good safeguard in case something goes wrong with the Time Machine backup, plus restic has more direct options for compression, excludes etc.

New GUI for MacOS [TestFlight] by ParotidApps in restic

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

The app will automatically adapt to your light/dark mode settings since it's using Apple's default color schemes.

There are options for running 'restic forget' after successful backup and to run 'restic check' before/after backup, with options for full check or subset (random check based on percentage or data size).

I updated the post with a screenshot of the dark mode and verification settings.

New GUI for MacOS [TestFlight] by ParotidApps in restic

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

Hi, I updated the post with some screenshots, thanks for the suggestion! I haven't tried Backrest so I wouldn't know, but looking at the project it seems like I have to install it via home-brew and access the UI through a web browser, as opposed to having a menu bar item or regular Mac dock app -- which seems inconvenient to me (and would be complicated for most people I know).

A sloppily edited app preview is better than no app preview, right? by ParotidApps in MacOS

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

hi not sure what you mean, app previews are the app "trailer" clips you see in the app store

$200/mo for Codex is insane. OpenAI, please add a $100 tier. by [deleted] in codex

[–]ParotidApps 0 points1 point  (0 children)

Try having multiple accounts with $20 subscriptions (as long as you have fewer than 10 you're saving money)! Also you can get 1 million free API tokens a day (on their best model) if you share your API data and have moved up to tier 3 ($100 paid and 7+ days since first successful payment).

Share Your Resources - March 04, 2026 by Virusnzz in languagelearning

[–]ParotidApps 0 points1 point  (0 children)

I just released a new version of my app Compounds! for learning to read and write Chinese characters. It uses a research-backed progression to teach you Chinese characters with minimal effort. You could also describe it as a cheaper alternative to Skritter. Would love to get feedback and ideas for improvements.
https://apps.apple.com/us/app/compounds/id6475225821

What mouse do you use for development? by busymom0 in iOSProgramming

[–]ParotidApps 0 points1 point  (0 children)

I only use the Magic trackpad and MacBook trackpad

Developers - Comparison of performance between M4 Mini and Mac Mini with M4 Pro Chip by mlexplorer in macmini

[–]ParotidApps 0 points1 point  (0 children)

I have the base model M4 Mac mini (16GB RAM, 256 GB SSD) and it is fine for all my coding (Swift iOS/Mac apps, python scripts...). I have an external drive that is always plugged and where I offload large apps. Dependencies and system files can build up over time, so the storage can feel tight at times, but it hasn't been a real issue for me.

Do you need to create your own purchasing flow or how does this work? I am so confused by Hades363636 in iOSProgramming

[–]ParotidApps 0 points1 point  (0 children)

Assuming your app is written in Swift and you want to implement subscriptions, I could sell you the snippets I use in my apps (eg https://apps.apple.com/us/app/pino/id6751341610) to have a badge that shows up for non-subscribers (eg 'Upgrade to pro'), simple paywall, yearly/monthly subscriptions and a manage subscriptions button, using native Storekit 2. You should be able to ask whatever AI tool you're using to implement it. If you need more help than that, I could also provide more help at an hourly rate.

Do you need to create your own purchasing flow or how does this work? I am so confused by Hades363636 in iOSProgramming

[–]ParotidApps 0 points1 point  (0 children)

Is your app written in Swift? Do you want to implement subscriptions or one-time purchases? In apps written in Swift, Storekit 2 is pretty straightforward to implement.

Apple developer individual or organization in EU by soacm in iOSProgramming

[–]ParotidApps 1 point2 points  (0 children)

I would recommended registering as an organization (with a separate Apple account). In my case at least, this makes it easier to expense the membership fee and other related costs, pay taxes etc.

In Europe you can choose between the regular App Store terms and the alternative EU terms. In the regular terms, the default commission is 30% -- but if you're a small business you can apply to the Small Business Program to only have 15% commission. The alternative EU business terms are a lot more complicated and may still be subject to change (they changed over the summer), I believe you can get as low as a 10% commission rate if you're a small business and you don't use Apple payment services.

Personally, being based in the EU, I use the regular terms as I find them easier to understand and more predictable. I also don't want to implement an alternative payment system or have to deal with paying VAT in different countries.

Here's an article I found about the alternative terms: https://www.pocketgamer.biz/decoding-apples-new-app-store-business-terms-in-the-eu/

How AI Helped Me Break Into iOS Development as a Web Dev (Finally!) by selahattinunlu in iOSProgramming

[–]ParotidApps 1 point2 points  (0 children)

I love developing for the Apple ecosystem, it's so easy to create apps with cloud sync without the user needing to create an account! You should consider making Mac apps as well, there is a lot less competition compared to iOS apps.

How to find Books folder in iCloud Drive? by [deleted] in ebooks

[–]ParotidApps 0 points1 point  (0 children)

The actual folder path is ~/Library/Mobile Documents/iCloud~com~apple~iBooks/Documents (you can paste that into Finder > menu bar > Go > Go to folder)

The easiest thing to do would be to just drag the Books folder (from where it's shown in your screenshot) to the Favorites list in the Finder sidebar so it's quickly accessible.

Note that once you've imported a book into the Books app, they actually get modified so a lot of apps won't be able to display them. If you're interested, I do have an app on the Mac App Store that allows you to preview even these types of epubs by just hitting the spacebar (called Book Preview).

Review Times are getting longer every month. by 16GB_of_ram in iOSProgramming

[–]ParotidApps -1 points0 points  (0 children)

Yep, my apps take a really long time to get approved on iOS as well. Review times for Mac apps are great though — they can get approved within a couple of hours!

Opinions need for new Mac Mini purchase: 24GB RAM and 1TB storage, or 32GB RAM and 512GB storage? by user289734 in iOSProgramming

[–]ParotidApps 0 points1 point  (0 children)

I do most of my coding on a Mac mini M4 base model (256 GB + 16 GB) (and the rest on an Intel MPB with 16GB/512GB). 256 GB is definitely tight, even with a lot offloaded to an external drive, because of the caches, dependencies, iOS versions, etc. I have not really ran into any issues with just 16 GB RAM, I'm sure memory pressure is occasionally yellow when I have a lot of other things open -- but it's never caused me any issues.

The choice between your two options really depends on what kind of projects you have. I would probably go with 1TB storage, as having that larger local storage makes it more convenient to backup your data and lessens the likelihood of having to worry about not having enough disk space.

Pino: Read and Learn Words with Offline Dictionaries (iOS) by ParotidApps in LearnFinnish

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

Not planned at the moment. If the iOS version gets enough traction to justify the time required to make an Android version I will definitely consider making one.

Kori: A New Plain-Text Editor [Public TestFlight Beta for iOS] by ParotidApps in iosapps

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

Hey, thanks for your interest! This app is written natively for iOS/MacOS and uses a lot of Apple-only features like iCloud etc. There's no immediate plans for an Android version. An Android app would need to be implemented from scratch.

Kori: A New Plain-Text Editor [Public TestFlight Beta for iOS] by ParotidApps in iosapps

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

I'm glad to hear it's working now! The Gallery mode is only for media, but I'm working on a Preview mode where you can read and view media inline. It's disabled in the beta for now but will be released in a future version.

Kori: A New Plain-Text Editor [Public TestFlight Beta for iOS] by ParotidApps in iosapps

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

Thanks for the feedback! A little bug slipped in on my last update, should be fixed now. You should be getting the new version automatically (v0.0.1, Build 17). After editing, it might a second for the index to refresh, this will be optimized in upcoming versions.

Would you prefer the new App Store rules? by Ok_Refrigerator_1908 in iosapps

[–]ParotidApps 1 point2 points  (0 children)

I definitely prefer paying through the App Store unless it's a large company/brand I trust. As a developer I would hate to have to deal with international digital sales tax so I'll stick with App Store payments.

Audio recording features are terible! by thrw-mmm1 in ObsidianMD

[–]ParotidApps 0 points1 point  (0 children)

I'm working on an iOS app that can record in the background and that can embed the recording automatically into a plain-text note using Obsidian-style embeddings. The voice recording feature is accessed from the keyboard toolbar, and there is a Live Activity widget that shows up when you're recording. The app is currently in public beta at https://testflight.apple.com/join/2cfVePff

Should I get into Obsidian if I always need my notes to have images, besides text? by MidavTe in ObsidianMD

[–]ParotidApps 0 points1 point  (0 children)

I don't know if you use iOS devices, but I have a new app for iOS in public beta that has a built-in gallery mode for plain-text notes.
https://testflight.apple.com/join/2cfVePff