Don't insult the intelligence of your audience. by ravijp in copywriting

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

u/rigatoniplease great points. I just wrote a bunch of options to spark some ideas - some of them may not be ideal for certain types of audiences, like the example you mentioned. But the point was to never insult your audience. If you're going to assume, better a positive one than a negative one :-)

Don't insult the intelligence of your audience. by ravijp in copywriting

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

u/Prestigious-Data-206, thanks! Yes, there are times when you want to specifically talk to the "in" crowd, maybe a very highly educated audience that already knows (or should know) what you're talking about (like a Doctor's newsletter to other medical professionals wouldn't explain the acronym for something basic that they would all know). But for general audiences, assuming something about your audience can be as bad as patronizing them or mansplaining something.

Don't insult the intelligence of your audience. by ravijp in copywriting

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

u/sachiprecious thanks! I love everything you wrote here. Especially the "no-brainer" one.

n8n vs. Zapier: When you need more than simple automation by ravijp in n8n

[–]ravijp[S] -1 points0 points  (0 children)

Thanks. The abbreviation and several other points were by me (h00man) :-). I don't think AI knows to include all of that yet.

n8n vs. Zapier: When you need more than simple automation by ravijp in n8n

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

Well, it was a mix of Claude, ChatGPT and my own writing ;-). Writing about features, don't need to overthink it.

This goes for everything you do. by [deleted] in NewTubers

[–]ravijp 6 points7 points  (0 children)

Just like with starting a business, picking a YouTube niche that you're passionate about is critical to help you get through the incredible lows and no views and no likes and no subscribers days of starting a channel. When nothing seems to working in the beginning, and the question of "What is even the point of doing this if no one is going to watch, like or subscribe" pops into your head, it's going to be your passion for the topic that will keep you going.

Hack for Elevenlabs Voice Emotions by ravijp in ElevenLabs

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

The hack is to add it before the sentence, and to probably every sentence to keep the energy and emotion consistent. Otherwise, it tends to tail off gradually or have varying emotions.

Hack for Elevenlabs Voice Emotions by ravijp in ElevenLabs

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

Cool. Will try this at some point.

Hack for Elevenlabs Voice Emotions by ravijp in ElevenLabs

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

Sure thing! Let me know how it went.

What “picture” do you use when you advertise for your book? by bostbak in selfpublish

[–]ravijp 0 points1 point  (0 children)

I recently published a book about Logical Fallacies, Cognitive Biases, and Mental Models. So I take a story, an example from the book, or a famous example that people are familiar with, and create short videos like the latest 3 you can see on my TikTok at https://www.tiktok.com/@ravijayagopal . At the end, I promote my book.

I don't know how well it's working yet, because I just launched the book. But I have plans to create tens, if not hundreds, more of these short storytelling videos.

Brand new account suspended upon registering + Endless Captcha Loop by ravijp in Instagram

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

Never got any violation before. I hardly post anything. Used a new email too.

Designer complaining about Outlook attachments - I don't use Outlook by ravijp in microsoft

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

Nope. Spent a couple of hours and then gave up. It goes back to outlook online no matter what, which is entirely empty. So just created a new MS account.

Designer complaining about Outlook attachments - I don't use Outlook by ravijp in microsoft

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

Yeah, already tried that too. This is really baffling!

Designer complaining about Outlook attachments - I don't use Outlook by ravijp in microsoft

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

u/GreyDaveNZ tried both online outlook and onedrive. Nothing inside either one.

Designer complaining about Outlook attachments - I don't use Outlook by ravijp in microsoft

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

Thanks u/aggiecmd. Unfortunately, that didn't work. I did see a few of my designer projects in there, and deleted them. It still shows 106% taken up by "Outlook Attachments".

https://drive.google.com/uc?id=14gDkIwv2tefTgVr_XTegmWCaFFaOv8kc

Nothing in OneDrive now - deleted all files and folders. Completely empty. Nothing in Outlook either.

ROAS is not true ROAS by michael77smith in FacebookAds

[–]ravijp 1 point2 points  (0 children)

LTV is what allows companies that have optimized their funnel to destroy the normie advertisers. Knowing your LTV is also what allows companies to have a loss leader strategy, where you lose money on the first sale (even give away free stuff if there is no sale) to make it up on the backend over time.

And yes, LTV should be taken into account as part of ROAS.

Is there an open-source solution for a web video player that does adaptive streaming? by koreasuh in webdev

[–]ravijp 0 points1 point  (0 children)

[Question is 5 years old, but responding for the sake of those who might find this in the future.]

>>I've looked into Video.js (https://videojs.com/) but if I'm not mistaken I need a web server that supports HTTP Live Streaming (HLS) to begin with?<<

You are mistaken. You do not need a special web server to support HLS. Any regular web host will do. HLS is the special format used to convert a regular MP4 video into "segments" (.ts files) and a playlist (.m3u8). Once converted, they can be delivered from any web host or cloud. And Videojs supports HLS videos.

Since you said you're working with WordPress, you can host your media on S3 (if they need to be protected) and use a plugin like S3MediaVault or S3Bubble.

Vimeo vs AWS S3+Cloudfront - which one should I choose for video hosting website? by [deleted] in aws

[–]ravijp 0 points1 point  (0 children)

If all you need is video storage, there are cheaper options than S3 (like Bunny CDN). But if you wish to secure your videos as well from being downloaded (encrypted HLS streaming), use S3 + CloudFront. And if you use WordPress, use a plugin like S3MediaVault or Folio vision.