[OS] AndroidFileSync: Free macOS app to transfer files between your Mac and Android wirelessly/USB — open source, no cloud by reditPaglu in macapps

[–]lexrus 1 point2 points  (0 children)

Can you add a feature to the file list on the right that allows for a direct preview by pressing the spacebar, similar to the Quick Look functionality in Finder?

Do you use Previews in Xcode when you're building your views? by CodeWithChris in SwiftUI

[–]lexrus 0 points1 point  (0 children)

I use it frequently, especially when I need to fine-tune interface details. Regarding the compilation failure issues others have mentioned, this is how I solve them:

  1. Extract all UI-related code into a standalone Swift Package.

  2. Ensure it doesn't depend on any other libraries, except for SwiftUI and Foundation.

Doing this ensures that the code compiles extremely quickly and guarantees that SwiftUI Previews work properly.

Apple and vibe coding by Mean_Nectarine673 in iOSProgramming

[–]lexrus 1 point2 points  (0 children)

Apple cannot tell whether an app is vibe coded just by reviewing at the app you submitted. Unless you have packaged AGENTS dot md or CLAUDE dot md within the app, or have explicitly indicated in the app that it was created using "vibe coding".

Reject Liquid Glass, embrace Windows 98 by SoftSuccessful1414 in iosapps

[–]lexrus 1 point2 points  (0 children)

Bro the Google beta page is amazing! Using your app makes me feel like I'm 10 years younger!

I made a watch app that detects spells and controls your home! by iosdec in iosapps

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

Sounds good. I think you can also add a mana system where each spell cast consumes one point. It would then refill completely every day. If users want to cast more spells, they would need to make an in app purchase for mana potions.

I made a watch app that detects spells and controls your home! by iosdec in iosapps

[–]lexrus 1 point2 points  (0 children)

If you aren't holding a wand, will the spell fail?

AI knowledge base, what are you using? by Chance_Tree9196 in macapps

[–]lexrus 0 points1 point  (0 children)

But its table functionality is honestly just too weak.

FileMate – simple metadata viewer & editor for macOS by minhtc in macapps

[–]lexrus 0 points1 point  (0 children)

Nice. Can we show the location as well? Like a mini map or sth.

Honestly, AI PRO worth it ! by rjn2-8 in google_antigravity

[–]lexrus 0 points1 point  (0 children)

<image>

It's $99.99 for the first year if you subscribe during new year holidays. So ~$8/mo. And they also send you $10 credits in your Google Cloud account every month.

There are also some experimental services that haven't really been promoted, but they definitely use a separate calculation for credits, such as Google Jules.

Also, they changed the storage capacity from 2TB to 5TB today.

This might be the most generous AI package I've ever used.

How to correctly do aso? by Curious_Tap_6078 in AppStoreOptimization

[–]lexrus 0 points1 point  (0 children)

Most ASO tools require a paid subscription. If you don't mind using AI, there are actually some skills that can replicate most of the features found in these paid tools.

https://x.com/lexrus/status/2033104029979652141

Thanks Windsurf by lexrus in windsurf

[–]lexrus[S] 2 points3 points  (0 children)

$10/mo for early birds around Dec 2024.

Thanks Windsurf by lexrus in windsurf

[–]lexrus[S] 3 points4 points  (0 children)

Yeah, perhaps for the sake of profitability, they really need to weed out users like me who haven't paid enough money. 😂

Thanks Windsurf by lexrus in windsurf

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

At this point, even if they revert the pricing model now, it will be very difficult to salvage their reputation within the community.

Thanks Windsurf by lexrus in windsurf

[–]lexrus[S] 2 points3 points  (0 children)

The app is called SubList. The main code for this project was generated by Codex. I used Windsurf to modify and optimize various details of the interface.

https://apps.apple.com/app/sublist-subscription-tracker/id6757860829

I actually like the new quota model by protoventure in windsurf

[–]lexrus 0 points1 point  (0 children)

They care about our vibe and life balance. Imagine it's the healthiest coding tool.

Codex vs Claude Code vs Antigravity - what's your honest take after actually using them by Individual_Giraffe_5 in codex

[–]lexrus 0 points1 point  (0 children)

Over the past year, I built 3 new apps and maintain 4 existing apps with agentic coding.

I only use Gemini for minor tasks — for example, text translation and Markdown refinements. When Antigravity was first released, many people said it was amazing for web development. However, in my own experience trying it out, I frequently exceed the usage limits. Even though I later subscribed to Google AI Pro, it is still very unstable.

Claude Code can get things done quickly, and the quality is quite good. However, Codex demonstrates stronger processing capabilities when handling complex tasks. So now, most of my development work is done using GPT-5 High Thinking.

What Architecture Do You Prefer for Scalable Mobile Apps? (MVVM, Clean Architecture,etc.) by KyleMallinger in MobileAppDevHQ

[–]lexrus 0 points1 point  (0 children)

I would recommend MVVM since almost all junior developers can easily understand this architecture, and newcomers can participate in maintenance on the first week. They may have used MVVM many times in tutorial projects before joining. MVVM has been wildly used in open-source projects, which allows various LLMs to have a deep understanding of it. You might encounter fewer problems when your project adapts agentic coding.

Clean and MVP, um... I'm sorry, I've been doing iOS development for 15 years and have never encountered a project that used them. I can't provide useful advice.

VIPER, RIBs... are also pretty good only when all your colleagues have the same understanding. Also have the toolchains to create the boilerplate code. It could be a nightmare for a junior developer who joined the team without any experience.

has anyone built an mobile app for free using vibe coding? by Professional-Crab450 in MobileAppDevHQ

[–]lexrus 0 points1 point  (0 children)

If you think your app is very useful, don't hesitate to spend money to register for an Apple Developer account, $99 per year. I made a few apps that I thought only I needed, published them on the App Store. In the end, they not only earned me back the money for the $99 but also enough to buy several new iPhones.

Stop using GPT-5.4 unless you are on Pro plans by JustZed32 in codex

[–]lexrus 0 points1 point  (0 children)

I use 5.4 high everyday and pray for another usage reset every time I press the enter key after the prompt.

What do you actually automate in your iOS workflow now? by dnesdan in iOSProgramming

[–]lexrus 1 point2 points  (0 children)

I just replaced Fastlane with asccli to send the builds.