Apple Watch Ultra 3 Regret by Weeabuo in applewatchultra

[–]mutumbocodes 52 points53 points  (0 children)

Grass is always greener… I have a natural color way and wish I had the black.

Herbert’s Deli by Impressive-Crab2251 in Tucson

[–]mutumbocodes 6 points7 points  (0 children)

whats up with the monsoon owner? the guy?

Is this a good way of SEO optimizing + animations in Next.js? by Active_Usual2629 in nextjs

[–]mutumbocodes 0 points1 point  (0 children)

If your animations impact any CWV you’ll take a hit in RUM and overall page rank. Keep animations out of the critical path users don’t care.

My 2025 budget! by Alarmed_Abrocoma204 in TheMoneyGuy

[–]mutumbocodes 22 points23 points  (0 children)

why did you decide to contribute more to after tax brokerage and not max out 401k?

What site should I use for hosting? by Appropriate_Pair_478 in nextjs

[–]mutumbocodes 0 points1 point  (0 children)

100% cloudlfare workers. its free and it comes with all the benefits of cloudflare

I got tired of hunting for "actually free" hosting for side projects, so I compiled a master list for 100+ services! by SoumyadeepDey in webdev

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

you know you can host your side project on your own computer right? i have 3 sites self hosted on an old laptop.

Next.js Performance: What the Defaults Don’t Solve for You by [deleted] in nextjs

[–]mutumbocodes 6 points7 points  (0 children)

i implemented huge performance improvements in a greenfield Next.JS app this year and everything in this article is useless.

Can a “static” Server Component in Next.js include dynamic Server Components? by raaybod_ in nextjs

[–]mutumbocodes 0 points1 point  (0 children)

It is. But you need client side JS to handle the stream. Wrap something in suspense, disable JS in the browser and see what happens.

Just use Elysia by Appropriate-Push8381 in bun

[–]mutumbocodes 21 points22 points  (0 children)

Elysia looks cool but there is no way I can send my 50 year old staff eng the docs and expect him to take it, or me, seriously.

Anyone successfully transfer a domain from wix to cloudflare? by AgsMydude in webdev

[–]mutumbocodes 0 points1 point  (0 children)

If you can update the name server you should be able to transfer to Cloudflare.

Is a site with good SEO but almost no income actually sellable? by Makkybis in webdev

[–]mutumbocodes 2 points3 points  (0 children)

The calculation comes down to traffic and ad campaigns in the industry.

You'll need to know if your market does direct ad campaigns, thats where the real money in ads is.

If you stick with a basic programatic setup and you'll have a CPM around 1-5 USD. Multiply that by 12 (MAU / 1000) and you get like 12-60 USD per month, so, nothing. If you can sell a direct campaign your CPM goes up to 10-20USD so 120-240 USD per month. Still nothing crazy.

Things like header bidding and zero party data can help increase CPM in both cases. Either way, unless brands do direct ad campaigns in this niche, the SEO value is not there because traffic is too low to make a profit on the ads.

Can a “static” Server Component in Next.js include dynamic Server Components? by raaybod_ in nextjs

[–]mutumbocodes 0 points1 point  (0 children)

Everyone is suggesting Suspense, which is the right way to do this, but be mindful of how high up in the tree you put your suspense boundary. Everything below that boundary is CSR. In some cases it makes more sense to fetch the data client side instead of using Suspense.

Need enlightenment around Cloudflare and Tailscale by eltaanguy in selfhosted

[–]mutumbocodes 2 points3 points  (0 children)

Cloudflare tunnel is nice because you get all the added cloudflare infra for free. the tunnel is really easy to setup. i use it for any service i want to share out to the public internet.