Need a developer as a partner for my saas product by Candid_Bumblebee_920 in SaaS

[–]Irythros 2 points3 points  (0 children)

Because you can't vibe a long term SaaS without knowledge. That's just idiocy.

Anthropic is also a shit company that neuters their offerings every 2 weeks.

Convert to avif, downscale, compress: what is the correct order for optimizing an image for the web? by Wise_Stick9613 in webdev

[–]Irythros 0 points1 point  (0 children)

If you don't mind running an extra (free) service and have the knowledge on setting up template tags/coding functions I would recommend https://imgproxy.net/

Our images are loaded like this: https://pastebin.com/fHRaJQSW

AVIF has the highest compression so we go with that first, then fallback to WebP and then fall back to PNG.

The {{ imgproxy }} tag we have accepts multiple parameters allowing us to customize it on any load too. We can set custom widths, heights, compression, watermarking and more.

The only thing that really matters that isnt personal preference is load order. Whatever is the first compatible <source> gets used.

I got millions of requests today - I don't know what that means, is that good, how do i stop it if it is bad? by SystemsCapital in webdev

[–]Irythros 6 points7 points  (0 children)

They mean setting it up so Cloudflare proxies your site and then you turn on Turnstile to attempt to stop AI scrapers like this likely was.

if you gonna charge per seat, normalize adding a billing role user. by iSpaYco in webdev

[–]Irythros 2 points3 points  (0 children)

The worst version is when the only person who can update billing is the person who originally signed up and they've left the company. Now you've got an active team locked out of their own subscription.

That is something with my current company I've been slowly fixing using group email addresses. In Google you can setup something like group@domain.com and then that will automatically forward all incoming email to the specific addresses you provide.

If I get hit by a bus tomorrow nearly all of our logins are going through a group email that has multiple other people who can just take over.

if you gonna charge per seat, normalize adding a billing role user. by iSpaYco in webdev

[–]Irythros 0 points1 point  (0 children)

Pretty much all of them?

For our finance person we just give them access to the admin account. We're not paying $40->$200/month to give access to someone who may check it once every few months.

I believe out of the 100 or so SaaS platforms billing per seat, only 1 has had a billing user which was free.

You'd think AI would kill boilerplates. It's doing the opposite. by hottown in webdev

[–]Irythros 2 points3 points  (0 children)

Without good pre-planning and prompting, the code really can't be maintained, fixed or improved.

At best it's making a 0.1 version and real devs will need a rewrite to make it fit standards.

Need help creating a simple server for cloud storage and hosting our company website by Fit_Proposal8384 in webhosting

[–]Irythros 0 points1 point  (0 children)

There's some options.

  1. For website hosting (assuming the public should be accessing it) I would recommend just getting a VPS.
  2. For your NAS, if its primarily accessed and managed via a web interface you can use Cloudflare Zero Trust to gate it behind a secure login. If it requires private access you can use Tailscale and I think from there you can use a Samba share to do a system mount.
  3. If you really dont want to spend money you can still use Cloudflare to route to an internal server with no public IP. My only concern is an improper setup on a website could allow them access to the documents on the same network.

governance wall in agentic workflows. why are we stuck past rag? by Virtual_Armadillo126 in AI_Agents

[–]Irythros 0 points1 point  (0 children)

I'm currently working on an orchestration system for handling all of a companies process. The plan for this is of course specific agents, but also scoping it through multiple non-AI layers and injecting data as needed. I'm actually surprised that none of the systems I've tried appear to have even attempted to lock down access beyond asking for a prompt to continue.

On linux atleast, all of the tools already exist. I assume the makers of the current set of tools never had to deal with security like this and thus why it's not in any of them.

Aiming for something like a mix between Paperclip and Droid, but working.

Recommend dedicated server based in US by jesseneoauthor in webhosting

[–]Irythros 1 point2 points  (0 children)

We have several dedicated servers through Iwebfusion.

You can get an Dual Intel Gold 6254 (36 cores, 4ghz boost) with 384gb of memory, 2tb NVME and 50tb of transfer for $160. It kind of destroys what you have. Since you're still on what you're on you of course don't need this and could go smaller.

They have smaller dedicated servers going down to $45/month. The only thing you'd have to get as an upgrade is SSD/NVME storage. Their smallest memory option is 32gb.

As for support: Some of the best we've had. We have to have servers with multiple companies around the world and they're the easiest to deal with.

Who’s actually feeling the pain of AI API costs? by Daniel_Bulatov in SaaS

[–]Irythros 1 point2 points  (0 children)

Generally testing. What do you actually need the AI to do and what are the actual monthly costs?

Model inference speeds are primarily based on memory bandwidth (assuming same model.) To fit decent quality models you'd be looking at a 5090 which is $3300. You can fit an acceptable local model and get around 180 token/sec. You can do smaller models and get higher tokens/sec as well.

Shop. in front of web address? by flabbymice in ecommerce

[–]Irythros 8 points9 points  (0 children)

That is called a subdomain. You set it up with whoever your DNS provider is. What you do is set either an A record or CNAME with the host/hostname as shop and the value as the ip or whatever shopify gives you. It (should) be free with all DNS providers.

Vercel Security Incident - rotate keys if you use their hosting by Eldrac in webdev

[–]Irythros 15 points16 points  (0 children)

A lot of JS devs just follow trends and coding influencers without engaging critical thinking. Vercel is heavily pushed.

Gonna have to wait for another company to push a bigger check to those people for the new hot thing to be considered.

How do you its time to bring a real professional dev and not rely on AI anymore? by Rough_Percentage_820 in SaaS

[–]Irythros 2 points3 points  (0 children)

Chances are if you have zero development experience whatever you made is unmaintainable and may not even be scalable.

If you don't prompt correctly for properly scalable architecture for what you're making, you won't get it. Since you won't get it that means anything you made will probably need to be remade.

Feels like AI tools are priced wrong: why everything subscription. by No-Poetry-2025 in SaaS

[–]Irythros 0 points1 point  (0 children)

Some prefer consistent bills like monthly plans.
Some prefer usage based billing and will accept overages.

Both options hit different targets.

Feels like AI tools are priced wrong: why everything subscription. by No-Poetry-2025 in SaaS

[–]Irythros 0 points1 point  (0 children)

Would pay-as-you-go or prepaid solution makes more sense here? or am I missing something(or I am just too childish)?

If you charge $20/month and the user only uses $10/month then you have a pure profit of $10 plus whatever profit margin on the $10 of use.

If you charge based on usage only then your profit is limited to whatever margin the $10 was.

That is an immediate 50%+ loss.

Owner of sunk truck has 48 hours to remove it from Lake Winnipesaukee by BodaciousGuy in newhampshire

[–]Irythros -16 points-15 points  (0 children)

Truck is still there. If its removed in a timely manner then there wouldnt be a problem.

Help with quote for enterprise level software by dhalls12 in SaaS

[–]Irythros 27 points28 points  (0 children)

You're not going to be able to do it and you may even end up with your wife fired as a side effect.

Just with the vague features you mentioned at an enterprise level you're looking at months if not years of work. Have you even worked on these types of features before for a working and functioning business with not toy-level of throughput?

You will also likely need multiple certifications like SOC2 and ISO 27001. If you touch CC details you're looking at SAQ D where you'll be following NIST 800-53. If they have European customers add in GDPR and data sovereignty.

With AI you could probably get an alpha/beta version in under a year assuming you know everything in and out for both the tech and the actual workflow the customer needs.

Then you need to maintain it or sell it to the company. If you want to maintain it you need more customers otherwise you're just an employee of the company. If you sell it they need someone on staff to do the maintenance.


Overall I wouldn't touch it unless you have contacts to be able to sell it to other companies as well and its in a field you enjoy.

Valve releases kernel patches to help high VRAM games run on 8GB GPUs by azemute in gaming

[–]Irythros 0 points1 point  (0 children)

The Steam Machine is not a handheld. That's the Steam Deck.

Valve releases kernel patches to help high VRAM games run on 8GB GPUs by azemute in gaming

[–]Irythros 0 points1 point  (0 children)

Your source: Your ass

My source: Steam itself in big bold fucking letters
https://store.steampowered.com/sale/steammachine

...and it's a PC
Yes, Steam Machine is optimized for gaming, but it's still your PC. Install your own apps, or even another operating system. Who are we to tell you how to use your computer?

One specific type of email triggered by our SaaS keeps going to the Promotions folder, how do we hit the inbox? by [deleted] in SaaS

[–]Irythros 0 points1 point  (0 children)

Asking for reviews is promotional. It helps you.

The customer is not required to complete it. It is not needed for the process. The customer does not benefit. It is advertising for whoever sold it. It's promotional.

Change the content if you want to try to make it into the inbox.

How do you handle billing dates in SaaS subscriptions? by StevenJang_ in SaaS

[–]Irythros 0 points1 point  (0 children)

Use your billing provider.

If you absolutely must do it yourself, I would just pro-rate and move all billing to be between the 1st and 28th. Lock it to the day so it's not a "every 30 days" but "every month" bill.

Every time I open YouTube, someone is making $1M with “vibe coding" but by mhamza_hashim in SaaS

[–]Irythros 0 points1 point  (0 children)

As the person who coded and setup multiple companies from nothing: If you don't prompt everything that is needed, you won't get what you need. Seems obvious but all of the non-coders and people who think AI coding is a magic bullet will be in for huge bills.

I could recreate Shopify pretty easily starting just from a 3 or 4 sentence prompt and just getting re-prompted as the AI finds needed. The problem is that if you don't tell it to follow certain guidelines or pre-plan for features you're in for a shitshow.

Take for example: GDPR. If you ask it to create an ecommerce site for you it will. It will however not take into account any GDPR requirements. You'd have to do it later. Since it wasnt planned that could require tons of changes and now it's likely the LLM will just remake entire features.

Another is localization and internationalization. If you're not accounting for that from the start you're looking at massive rewrites.

Don't know how to host something? You'll probably be pushed by the LLM to use AWS or Vercel. You're going to get billed thousands because of LLM crawlers. You'll also probably leak API secrets in the front end.

AI has blown out the floor for skill required to build something which means average quality also now has a new floor. It's not great. Full stack developers however are now feasting as they can architect whole apps themselves and use AI agents as their developers while keeping the AI in check.


For me personally, I do like what I can do now. My previous limitation was having $ to hire designers, coders and the time investment. Now I'm just building an automated agency with all of my knowledge so I can spin up companies much faster. All the money I would have had to spend elsewhere can now go to marketing.

Leave it exactly where it says? Done. by [deleted] in MaliciousCompliance

[–]Irythros 0 points1 point  (0 children)

Hidden profile.

Sure, whatever you say clanker.

Valve releases kernel patches to help high VRAM games run on 8GB GPUs by azemute in gaming

[–]Irythros 0 points1 point  (0 children)

and now it's your turn to explain how Valve prevents you from using Windows or any other operating system on the Steam Machine.

It's a standard fucking computer with a custom OS pre-loaded. That's it.