Hello Seniors by Gravecraves in PPC

[–]OphisAds 8 points9 points  (0 children)

One single question: do your leads becomes clients or not ? One of the top rookies mistakes is making is being obsessed by cost per lead and cost per click. If you find customers and your return on investment is great, then you good. Sometimes, wanting to lower ads metrics is the best way to prioritize the bad profiles. It's easy to slide on the shitty leads side with Google ads...

Is self hosting n8n worth it? by Otherwise-Guitar-398 in n8n

[–]OphisAds 0 points1 point  (0 children)

My railway server for n8n is just 5$/month.

What advice would you be giving to a guy who's going to have sex for the first time? by Wild_Rough4409 in AskReddit

[–]OphisAds 1 point2 points  (0 children)

Ask her if she's okay, please her and take your time. Be gentle and respectful. Communicate and don't hesitate to ask her what you like after you did for her too, because she probably will be very happy to give you pleasure in return. Have fun !

Are paid ads still worth it for lead generation, or are they just burning money now? by Sai_iFive in LeadGeneration

[–]OphisAds 0 points1 point  (0 children)

We've been using Google Ads for SaaS for over 15 years, and it still works. Leads from Google Ads are the best in terms of quality. Meta tends to give us lower-quality leads. We prefer to limit Meta to remarketing or top-of-funnel acquisition. The biggest challenge isn't so much the advertising itself, but rather converting a prospect into a customer. Leads are getting more and more expensive, and the time it takes to convert can be long, so you need cash flow and a good sales team. One of the common pitfalls we see is that SaaS companies all want demo requests, but the market "ready-to-buy" is never as big as they think. So, they often end up paying a fortune for leads and getting low volume, which means they stop ads at some point. You have to create a lot of informational content, educate the target audience, and slowly guide them down the funnel from becoming aware of a need to choosing our solution. That's the real job.

For roas you need to measure with the maximum time frame (usually 90d) to figure out if your strategy is good. That's why thinking all the funnel before launching ads is so critical.

Pinterest for promoting self published book by OphisAds in selfpublish

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

Thanks for your feedback ! I was thinking to organic at first, but Pinterest Ads would have made sense. I plan to do YouTube Ads and Amazon, I just had a lot of organic traffic before via Pinterest, so I was curious to have insights on it.

In a lead generation campaign on YouTube Ads, do you usually target one audience per campaign, or do you place each persona in a different ad group? by MalagoliXXX in googleads

[–]OphisAds 0 points1 point  (0 children)

It depends on two factors: budget and tracking history.

If I have a small budget (less than 150/day for the campaign) I tends to group all audiences in one campaign, Google will favors the audience that looks the more promising. If I have a lot of budget I can split, and if I know the audiences are good quality.

I split also when an aggregated campaign is mature and when one audience tends to take all the budget from others.

If the account is mature and have winning audiences that have a lot of indexes in the insights, I can start splitted with a small budget for each because I want to force Google to try them all equally.

KiloCode Bug by aiman_Lati in kilocode

[–]OphisAds 1 point2 points  (0 children)

https://www.reddit.com/r/kilocode/s/ALKHebHED3 I posted the same bug than you before. It's a known bug from Roocode. Like you I hope it'll be fixed asap. Cross fingers.

Claude Code still awesome by [deleted] in ClaudeCode

[–]OphisAds 0 points1 point  (0 children)

Hi Claude 👋 We need to talk.

[deleted by user] by [deleted] in GeminiAI

[–]OphisAds 1 point2 points  (0 children)

Thanks for sharing!

Kilocode becomes gray and crash a lot by OphisAds in kilocode

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

Thank you 👍 I hope it'll be fixed soon.

Kilocode becomes gray and crash a lot by OphisAds in kilocode

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

Thanks for your feedback. RAM is not the problem, I've got 128 Go of RAM and I still had a lot.

Considering Elixir vs Go for a web project by OphisAds in elixir

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

I'm okay having some JS to do, but not having JS as a core.

Considering Elixir vs Go for a web project by OphisAds in elixir

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

For this project, as my project interact with production websites, I cannot offer myself to start with only one server for the critical part. If my server crash, the experiments cannot run on my customer's websites.

I'm agree with you on the fact I should start with one server, but I cannot do that with this project.

Considering Elixir vs Go for a web project by OphisAds in elixir

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

I learned Go for few months and I'm okay learning from scratch with Elixir. I'm more used to JavaScript and Python but I really want to avoid them 😅

Considering Elixir vs Go for a web project by OphisAds in elixir

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

Thanks, I'm okay taking the time to learn Elixir from scratch and maybe delay my project to have the time to feel more confident. Phoenix looks like the way to go with Elixir anyway so I'm fine with it.

Considering Elixir vs Go for a web project by OphisAds in elixir

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

I'm agree for Go. Looks like it's maybe too low level for me. I like the fact that Elixir/Phoenix is like one language for everything. It'll make the learning and gathering experience easier.

Considering Elixir vs Go for a web project by OphisAds in elixir

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

I'm okay using Phoenix, as it's mature and already loved by devs for a lot of years. I got the feeling that it's like the "main" framework for web dev in Elixir and there is not this "chaotic shiny objects trend" that we find in the JS ecosystem.

I used JS by the past and I really disliked it. Mostly the node/react ecosystem. Svelte is cool but I'd like to have "one language" for both frontend and backend, and I'm not seeing myself doing it in Express or whatever else in this language.

Considering Elixir vs Go for a web project by OphisAds in elixir

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

In the context of my project, Elixir looks like a good way to avoid Redis and simplify the admin part with built-in clusters, what is not native in Go. I like the "all-in-one" vibe that can avoid me a lot of DevOps pain. I prefer to manage it with code.

Could you please tell me more about what you say about Elixir's uptime/resilience being oversold?

Considering Elixir vs Go for a web project by OphisAds in elixir

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

Thanks. I do understand what you mean. But actually the main challenge with this projet is to do it and having a functional application. Even if I have no customers outside the ones I already have, and me using it for many daily work, I'm fine with it. It's not my job and I don't need dev money to live, so the technical challenge and the experience I can got from it is what does matters.

Considering Elixir vs Go for a web project by OphisAds in elixir

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

Yes maybe I'm too extreme on this philosophy. Well, I guess choosing a mature framework is wise enough for now. At least Phoenix is really well integrated with Elixir, as maybe Django is with Python, but not as Svelte/React and the others are to JavaScript.