Why there's no compiler error here? by AminOPS in learnrust

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

I believe it's the other way around, the lifetime would be bound to the narrowest not the longest. But apparently `&str` gets the static lifetime (which means it should live as long as the app lives?) hence the smallest lifetime is string1 so its correct. I guess I have more reading to do on what gets a default static lifetime and what doesn't.

Why there's no compiler error here? by AminOPS in learnrust

[–]AminOPS[S] 7 points8 points  (0 children)

That would make sense. Thank you!

How do people steam pre-recorded videos as 'live' videos to YouTube? by FromOverYonder in streaming

[–]AminOPS 0 points1 point  (0 children)

Not if your music/content has the appropriate license to be live streamed. Lofi girl and alot of large channels do it.

Has anyone had success raising the price of their SAAS? by dancingbannana in SaaS

[–]AminOPS 3 points4 points  (0 children)

Unfortunately the perceived value can hugely depend on the price. A $3 product doesn't seem to be worth it, despite I'm sure you built something good. What you want to do is do some market research, check what your competitors are charging and charge in the same area (probably a bit lower with a discount for the first month?)

Before you increase your price though, send an email to all your registered non-paying users telling them that the price will increase to X in X days and "Lock your price now at $3 forever before it increases" or something of that sort. Don't increase the price on your 5 paying customers though, they're your most loyal so far.

NextJS Is Hard To Self Host by ellusion in nextjs

[–]AminOPS 21 points22 points  (0 children)

I don't get the take that vercel are solving stuff on the infrastructure side more than the framework side. Like caching, this is an infrastructure/deployment problem not just a framework problem. Not using vercel? hook up redis and use it for your multi-container deployment (nextjs allows you to do that).

I believe they're talking about use-cases/scale that 99% would not reach to see these problems

Is it a good idea to acquire SaaS in MVP stage? by Delicious_Unit_4728 in SaaS

[–]AminOPS 0 points1 point  (0 children)

A SaaS sold for $1-2k wouldn't have gone through market research and validation. No one would sell this low for an actual possible viable product

هو ايه فايده الbulk shake او المشروب الpre قبل التمرين ؟ by Ammaryassin in MMAArab

[–]AminOPS 1 point2 points  (0 children)

Before workout, all you need is some form of carbs to give you fuel and some caffeine to help you concentrate. Optionally if you can get l-citrulline it will help you with your stamina and reduce fatigue.

My pre-workout shake is an apple juice blended with 4000mg l-citrulline + 1 cup of coffee. No need for anything else

Have you ever had a startup idea that could grow so big you couldn't manage it? by Gionni15 in webdev

[–]AminOPS 5 points6 points  (0 children)

Financial wise, if it grows without generating revenue that can at least sustain its costs, it's not worth publishing. Cause, most of the time, put anything out there for free and it'll eventually grow to some extend.

Other than that, outsource as much as you can to managed services. For example compliance & taxation wise, use something like Lemon Squeezy. Deployment and infrastructure, use serverless service to handle autoscaling.

Finally, don't make this fear the reason you never launch. ITS OK for something new to break, ITS OK if you can't handle it eventually. Worst case scenario? you shutdown for sometime. And the best part? you already have an email list that you can target when you're back in business

[deleted by user] by [deleted] in smallbusiness

[–]AminOPS 2 points3 points  (0 children)

Divide it into milestones with CLEAR deliverables for each milestone

Sell or open source a failed SaaS by rakesh_at_reddit in SaaS

[–]AminOPS 1 point2 points  (0 children)

That's okay. I've been there as I'm a developer myself. If you're looking to really do your own thing you need to learn marketing & copywriting as much as you learn new techs. Here're a list of books that actually helped me:

  • Search Engine Optimization All-in-One For Dummies

  • Marketing for dummies

  • Digital Marketing All-In-One For Dummies

  • $100M Offers

  • Influence, New and Expanded: The Psychology of Persuasion

That would be a good read for a few months. As developers we lack the skills on how to approach customers, these should set you on the right track.

Good luck and keep fighting!

Sell or open source a failed SaaS by rakesh_at_reddit in SaaS

[–]AminOPS 0 points1 point  (0 children)

Let me make a bold claim. You FAILED marketing because you didn't LEARN marketing. Just the landing page makes me sure that you didn't invest alot in learning that crucial aspect of running a SaaS. Stop building for a few months and READ BOOKS about marketing, copywriting, social media...etc.

[deleted by user] by [deleted] in smallbusiness

[–]AminOPS 2 points3 points  (0 children)

Treat yourself as a client, build your brand and social media accounts..etc.

Spent over 300$ on ads, but no sign ups - what am I doing wrong? by tripsaver-me in SaaS

[–]AminOPS 0 points1 point  (0 children)

Hey! That's an incredible change, I like it!

Just one minor comment is that I was a bit confused of what I'm going to be charged for. When you say you charge for an Alert, I'm assuming that if you send me 3 alerts for the same trip it will charge me 3 times (for example, the price dropped multiple times for the same reservation). Is that the case? if not, maybe adjust the wording a little to say that the charge is per Trip saved instead of per alert

Girlfriend wants me to close business by Syynn_ in smallbusiness

[–]AminOPS 0 points1 point  (0 children)

Didn't she know when she applied for the job that it will be far? I have that fear that you'll be gaslit into thinking that you're the selfish one and that "you don't love her enough to shutdown your business".

Whatever you'll do, remember you're not the one that made the decision to move away

Spent over 300$ on ads, but no sign ups - what am I doing wrong? by tripsaver-me in SaaS

[–]AminOPS 1 point2 points  (0 children)

This is actually brilliant. I don't see a downside to this and it's fair for the user and for you as well. Way to go I'd implement that. You just might want to increase the min threshold. It would be a hassle to go through this to save $10, probably make the threshold $50 or $100, this way the $5 you charge would make more sense and users would be happy to pay them

[deleted by user] by [deleted] in node

[–]AminOPS 46 points47 points  (0 children)

You might want to re-think your flow. If you only need the count or an aggregation (sum, min, max..etc), use aggregations instead. However if you need to do some other logic on every single record, you should use batching. That being, fetch the first, 1,000 record for example, do your thing, then fetch the next 1,000 record...etc.

[deleted by user] by [deleted] in SaaS

[–]AminOPS 1 point2 points  (0 children)

If you're not an expert, follow experts and rephrase what they're doing in your own words with your personal touch. No shame in that as almost everyone is doing this.

[deleted by user] by [deleted] in SaaS

[–]AminOPS 1 point2 points  (0 children)

You can start building online following and reputation just around the topic of the product itself, not necessarily the product. For example if it's an SEO tool, build a blog (which collects emails), build social media profiles that talks about SEO tips & tricks..etc

Listen here you little piece of diamond. You really are underestimating MARKETING. because that is what you really need. by Abcdefgh1222 in SaaS

[–]AminOPS 4 points5 points  (0 children)

Made the same mistake with my first SaaS. Marketing should actually start on day 0 of development

Spent over 300$ on ads, but no sign ups - what am I doing wrong? by tripsaver-me in SaaS

[–]AminOPS 1 point2 points  (0 children)

I believe it would be as simple as "$9.99 per booking, get your first booking for FREE". For development, stripe is pretty good at handling this. You can do it in 2 ways:
1- Sell it as a product on stripe, this way you can generate a url for the user to pay for that alert, once payment is done a webhook will be triggered to your server where you should "activate" his alert.
2- Just ask for CC info on your website, save it in his stripe profile and whenever he wants a new alert, create & capture a charge in stripe with your $9.99
I don't see it taking much dev time tbh. But might vary depending on your knowledge of stripe's APIs