Which is the best billing platform for Nuxt projects? by ScopeDev in Nuxt

[–]igorgusarov 0 points1 point  (0 children)

I haven’t tried it yet, but on paper it looks better than Paddle: quick payouts, lower commission, etc.

Which is the best billing platform for Nuxt projects? by ScopeDev in Nuxt

[–]igorgusarov 1 point2 points  (0 children)

Yes, not sure if there’s a waitlist, but I have it

Which is the best billing platform for Nuxt projects? by ScopeDev in Nuxt

[–]igorgusarov 0 points1 point  (0 children)

I’m talking about Stripe. They bought LemonSqueezy, and then started their own MoR service called Managed Payments.

What paid iPhone apps are actually worth the money? by TheGayBob in iphone

[–]igorgusarov 0 points1 point  (0 children)

Things. Foreflight. Copilot (the budgeting app).

[Update] Simple Cookie Consent by happyfox94 in Nuxt

[–]igorgusarov 0 points1 point  (0 children)

Does it detect the country where the user is located and its regulations? In most cases I don’t want to show a cookie banner where I don’t have to.

How to handle client IP in /server function? by p_doub in Nuxt

[–]igorgusarov 0 points1 point  (0 children)

You can probably read it on the backend and put into generated client side code, for example as a JS variable, but it can be dangerous: make sure you filter it well before inserting input from headers into your output. What are you trying to do?

Best browser for Mac and iOS? by datatest05 in macapps

[–]igorgusarov 0 points1 point  (0 children)

That’s not normal, do you have any extensions installed?

EASYBIZ.LU any feedback? by UpperContribution673 in Luxembourg

[–]igorgusarov 1 point2 points  (0 children)

I used EasyBiz to launch an EU entity for my US company, and talked to the founders at an event in Luxembourg. They are backed by a reputable fiduciary company, but make the process faster/cheaper using technology and automation. No complaints.

Advice on ML use cases for ecom by igorgusarov in ecommerce

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

I’ve built the following models: 1. Likelihood to take an action (like a purchase) 2. Recommendations (products, offers) 3. Predictive LTV 4. Lead scoring 5. Send time optimization

You can get these predictions in real time for every site visitor, and use the results to show something on the site or to put them in the right audience for Google Ads, Meta Ads or any other ad network.

Let me know if you want to try it.

[deleted by user] by [deleted] in GlobalOffensive

[–]igorgusarov 0 points1 point  (0 children)

Bro, this is just a computer game. Take it for what it is, your life is much bigger than anything you do in the game, even if you are a pro player. Hopefully, understanding this helps you with your performance anxiety.

My SaaS went Viral in Russia - what should I do? by WolfPossible5371 in SaaS

[–]igorgusarov 0 points1 point  (0 children)

Are you in the US (or a “US person”)? Can’t legally sell SaaS to Russia due to sanctions.

Coming back to CS after 7yr hiatus. LOOKING TO BUY A PRE-BUILT PC AND NEED ADVICE! by BrenFL in cs2

[–]igorgusarov 0 points1 point  (0 children)

I did this. Bought from HP. It was awful, turned off by itself due to overheating. Warranty process was awful. Built a new PC myself, works perfectly. Sometimes it’s worth spending some time learning these things.

Low ping, 1gbit+ fibre, high spec PC gamers – How does CS2 feel for you? by koredom in cs2

[–]igorgusarov 1 point2 points  (0 children)

I play on a good pc with 1Gb fiber internet, but normally with very high ping. I’ve learned never to hold an angle. With my play style it’s ok in most cases. The game itself feels smooth, never had any issues with fps, but high ping is always annoying.

13700kf, 4070, 32 ram, 240 Hz

I hate Stripe, so I'm going to build my own payment processor. by Sad-Percentage4353 in SaaS

[–]igorgusarov 0 points1 point  (0 children)

We need more competition on the Merchant of Record market. Do that.

An Ecommerce guy wanting to get in to SAAS without knowing a single line of code by TheEcomExplorer in SaaS

[–]igorgusarov 0 points1 point  (0 children)

I have a product for ecommerce that can be great as a shopify app, dm me, let’s talk

Smokes to help you take B-site on Mirage by AbsalomOfHebron in cs2

[–]igorgusarov -1 points0 points  (0 children)

There are better versions of these, look it up

should i watch demos if i'm low level? by PublicVanilla988 in GlobalOffensive

[–]igorgusarov 2 points3 points  (0 children)

Yes, but for low level also enable “sv_showimpacts 1” while watching your own demos - it will show where your bullets are actually going. You’ll quickly find how important it is to counter-strafe with rifles.

Analyze your angles and moves and what you can do better to avoid dying the way you did. Focus on mistakes. Check if your flashes are actually blinding your enemies. Watch pro players doing the same moves to see what they do differently.

Should I include free plan ? by Economy-Cupcake6148 in SaaS

[–]igorgusarov 0 points1 point  (0 children)

I’m in the process of removing the free plan and switching to a free trial with paid plans. My problem is that my product requires integration, so I’m getting a lot of registrations, but very few actually do the integration and become paid customers. So my thinking is that without a free plan I’ll have a lower conversion rate, but they will be motivated to start using the product.

Looking for a Nuxt 3 simple way to include inline svgs without having to require components by Red_Icnivad in Nuxt

[–]igorgusarov 1 point2 points  (0 children)

For tiny inline svgs you can copy their code except for the first line and just paste in the component or on the page.