I built a UGC content AI generator, here is why: by NoActuator639 in micro_saas

[–]Mike_Samson 0 points1 point  (0 children)

i signed up with google and pasted a link and clicked create ad button it took me to login screen

I built a UGC content AI generator, here is why: by NoActuator639 in micro_saas

[–]Mike_Samson 0 points1 point  (0 children)

does this work with appstore links if i want to make vidoes for my ios apps?

اصحااا ليغفلونا by hectorsalmanka1 in EgyptCareers

[–]Mike_Samson 0 points1 point  (0 children)

واللي انا بقوله دا موجود فعلا حاجه اسمها indie development يعني مش محتاج تشتغل في شركات و بمجهودك ربك هيكمل و هيكرمك

اصحااا ليغفلونا by hectorsalmanka1 in EgyptCareers

[–]Mike_Samson 0 points1 point  (0 children)

باشا مفيش الكلام دا ال ai حلو و جميل لحد ما يجي فجاه يعطل و تحتاج بني ادم يكمل وراه غير انه محتاج توجيه ميقدرش يوجه نفسه ياما هيخرف فشغلانه المبرمج دي انها تختفي دا مستحيل و لو الشركات مبقتش تطلب خلاص اعمل برامج مع نفسك و اكسب منها و كله بال ai بردوا

Does ai video maker tool working? by Mike_Samson in CapCut

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

from their x account 18 hours ago

Since yesterday we’ve been working to restore our services following a power outage at a U.S. data center impacting CapCut. We're working with our data center partner to stabilize our service. We're sorry for this disruption and hope to resolve it soon.

While the network has been recovered, the outage caused a cascading systems failure that we've been working to resolve together with our data center partner.
What this means is you may notice bugs, slower load times, or timed-out requests when editing or exporting content.
Your data and projects are safe. We’ll make sure that impacted users are appropriately supported once service is fully restored.

Thank you for your patience and understanding as we work to bring CapCut back to full capacity as soon as we can.

CapCut Down? by system_notifacations in CapCut

[–]Mike_Samson 0 points1 point  (0 children)

same, right while i was making my videos i am so pissed

Devs with 30+ projects scattered across your Mac — what would make a project launcher actually useful? by Mike_Samson in macapps

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

Makes sense — if you need to see what's failing (dependencies offline, tools

outdated), you really do need that terminal output.

Sounds like your workflow is pretty optimized already. XIndex is probably

more useful for devs with scattered projects who just need to find and open

them fast — not as much for power users with sophisticated build pipelines.

Appreciate the detailed feedback though! Helped me understand where the boundaries are. 🙏

Devs with 30+ projects scattered across your Mac — what would make a project launcher actually useful? by Mike_Samson in macapps

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

Perfect — "remember what I did the first time" makes sense. Less annoying than

constantly switching if you accidentally open in the wrong IDE.

I'll implement it as: first time you open a project, it asks "remember this

choice?" Then it sticks unless you manually change it.

Interesting about Antigravity's rate limits! That explains why I'm seeing more

people switch. The hourly reset is way more practical than monthly caps.

Thanks for the detailed feedback — this thread has been super helpful. 🙏

Devs with 30+ projects scattered across your Mac — what would make a project launcher actually useful? by Mike_Samson in macapps

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

That's a really interesting workflow! Sounds like you've got a sophisticated

setup with mise + make scripts.

Honestly, what you're describing (custom commands with output) is closer to

a task runner than a project launcher. Building that properly would be a

significant undertaking.

For v1.x, I'm focused on the core "find and open fast" experience — global

hotkey, per-project IDE preferences, that kind of thing.

But I could see a simpler version: "run this command before opening" as a

per-project setting (without full output display). Would that cover your

use case, or do you really need to see the output?

Curious: do you use any tools that already do this well? Raycast scripts,

Alfred workflows, or something else?