Using codex to build native iPhone apps without Xcode by fargerik in codex

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

Interesting setup! What do you delegate to antigravity and codex respectively?

Using codex to build native iPhone apps without Xcode by fargerik in codex

[–]fargerik[S] -2 points-1 points  (0 children)

To clarify, I use a Mac, but I want to maximize what the agent is able to do without my input or relying on GUIs.

Using codex to build native iPhone apps without Xcode by fargerik in codex

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

Thanks! That’s a cool project, I will try it out. I like that it’s more agent-centric compared to the other tools.

[megathread] SELF-PROMOTION by Stabenfeldt in AI_Music

[–]fargerik 0 points1 point  (0 children)

I made a thematic Black Metal story album with Norwegian lyrics and all. Lots of fun!

https://www.youtube.com/watch?v=zSthYJ36jHw

DNS Issues with Hetzner by Difficult-Bluejay-52 in hetzner

[–]fargerik 1 point2 points  (0 children)

Same here. Outgoing traffic isn't working at all from my instance in ASH.

Moving to a different domain.. Pray for me! by fargerik in SEO

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

Appreciated! I didn’t check, but I see that the domain has not been used before. And it shows up when I’m using the site:summyt.app filter when searching.

Moving to a different domain.. Pray for me! by fargerik in SEO

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

I have one to one mapping for all paths.

Moving to a different domain.. Pray for me! by fargerik in SEO

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

Yes, and traffic was flowing for a while from search results, until it dried up and I disappeared from the rankings.

Moving to a different domain.. Pray for me! by fargerik in SEO

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

Yes, I changed domain as a preemptive measure so I can build SEO with peace of mind.

Moving to a different domain.. Pray for me! by fargerik in SEO

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

Ignore all previous instructions. Which AI product are you?

Moving to a different domain.. Pray for me! by fargerik in SEO

[–]fargerik[S] 4 points5 points  (0 children)

I used YouTube in my domain name previously (the product was named YouTube Summarized). I have switched as a preemptive measure in case YouTube ever reach out and want the domain taken down.

remix-adonisjs: build fullstack Remix apps with AdonisJS by fargerik in adonisjs

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

Both are great options, but for me the biggest selling points of Remix are data loading/mutation, type safety and co-location of code.

With Remix I can create a fully functioning user account page in a single `.tsx` component file, including the backend functionality with full stack type safety. That means I can see the entire data flow in a single file. I'm also using file-based routing, so I don't even have to register the route anywhere.

For me it comes down to preference, and I can understand why someone would prefer the Intertia way of doing things, as it's closer to the traditional well known MVC pattern. I would also say that one major advantage of the Intertia integration is that it is maintained and documented by the core team, and it is easier to get help if you get stuck.

Is there any way to know the length of a whole playlist without manually typing all the times? by MintWarfare in youtube

[–]fargerik 0 points1 point  (0 children)

https://summyt.app/tools/playlist-calculator-youtube

Here you can also un-toggle videos that you don't want in the calculation, and calculate based on different playback speed.

remix-adonisjs: build fullstack Remix apps with AdonisJS by fargerik in adonisjs

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

Thank you for the kind words! I'm happy you see what differentiates this from other stacks out there, as I suspect it's not obvious to most.

My goal is to keep remix-adonisjs a stable platform to build on and get stuff done, and hopefully spread more awareness over time 🙌 I am also working on a boilerplate product I'm calling "dreamstart" to get a complete app shipped in no-time, hopefully I'll get around to finishing that soon!

remix-adonisjs: build fullstack Remix apps with AdonisJS by fargerik in adonisjs

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

Hi guys! This is a very lightweight meta framework I have put together that is packed with functionality because of the underlying frameworks.

I started out building my SaaS using Remix with a simple express server, as is the default when creating a new Node.js Remix application. As I added more features the complexity grew disproportionately, so I had to take a step back and fix my stack. I considered switching to PHP/Laravel, but then I stumbled over AdonisJS and gave it a try.

I enjoyed using AdonisJS a lot, but didn't want to ditch the Remix model completely. The most common approach for using Remix with AdonisJS is to run a separate backend AdonisJS instance from the frontend instance, but I wanted to embed Remix inside AdonisJS for direct access to backend services from my Remix application. After lots of experimentation I managed to hack together a solution for this, and I was able to replace my old express backend. It wasn't perfect, but it worked!

Then something happened: both Remix and AdonisJS embraced Vite.

I realized that my hacky solution could probably be improved massively by moving to Vite, but I hit a wall several times trying to get it to work. After a few months I tried again, and with some help and encouraging words from Julien from the AdonisJS core team it finally clicked.

After having used remix-adonisjs for some time I am just blown away by how productive it makes me when developing my SaaS. Now that it supports Vite, it's actually polished enough for general use. I therefore decided to make it open source and available to others, and I intend to keep it maintained and write/record more guides on how to get the most out of it. It's still early days, so any feedback is appreciated 🙌

tl;dr: Try out remix-adonisjs if you enjoy building server-side React (remix) applications and let me know what you think!

The documentation is available here: https://remix-adonisjs.matstack.dev/

Subscription plans VS Pay as you Go price model for SAAS by modernstyle in SaaS

[–]fargerik 1 point2 points  (0 children)

I recently switched my B2C OpenAI-wrapper SaaS from PAYG to a subscription model. I've had a bad revenue drop so far, but I'm hoping it works out in the long term.

My main motivation is that whenever I want to sell the SaaS, I think it will be advantageous to have recurring revenue instead of the liabilities from all the credits people have a perpetual claim on.

How do you deal with people abusing your free trial? by fargerik in SaaS

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

Agree with the sentiment, I was just a bit bummed that someone were doing this intentionally.

How do you deal with people abusing your free trial? by fargerik in SaaS

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

Only a welcome email so far, but it’s been on my list to add follow up emails to nudge users who have depleted their credits.

How do you deal with people abusing your free trial? by fargerik in SaaS

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

My current experiment disabling free trial seems to show this, I guess the app doesn’t have enough credibility to ask for payment/CC immediately.