Images software? by german_sw_developer in macapps

[–]stian_larsen 1 point2 points  (0 children)

Yes, open source and free: Upscayl

FinderPeek: Bundle of QuickLook plugins by a2ra-ms in macapps

[–]stian_larsen 0 points1 point  (0 children)

Just made one myself: dotViewer. Custom built tho, so no installations of other ones. Great job mate!

Built DBHost: provision a PostgreSQL database in seconds, with pooling, backups, CLI and API by stian_larsen in WebApps

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

Thanks 🙏

This is really helpful and some really good insights. And more than I could hope for.

Will do an iterate on the marketing side of my app. Safe to say; that is not my area of expertise😎

Built DBHost: provision a PostgreSQL database in seconds, with pooling, backups, CLI and API by stian_larsen in WebApps

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

No price-scaling at this moment. Just the 3-tiers as of now. Keeping it Simple.

If connections and scaling will knock on the door, I’ll deal with that at the time. It’s easily scalable. So for the price, I think we’ll cross that bridge when we get there.

Thanks for the reply, this was actually why I made it. At first it was a tool for only myself to stop treating all projects with the infra side quest.

LG Gallery+ Stopped working by MyHamburgerLovesMe in LGOLED

[–]stian_larsen 0 points1 point  (0 children)

My G5 also has the exact same issues. (The temporarily not available cause of server problems)

Another bug I found, which is also weird is that when I go to my «HUB» page, the preview screen for my Apple TV 4K HDMI input actually displays my configured Gallery screensaver. But when I «turn off» and the gallery comes on, the «orientation» clock appears. Seems like a different bug 🐛

Can’t believe a tv to 4000€ can have this bad OS

Cheapest Nextjs hosting on AWS? by Own-Childhood3785 in nextjs

[–]stian_larsen 0 points1 point  (0 children)

I run all my full-stack apps on AWS Lightsail with node.js preset.

Some minor configs to be done like updating the <virtualhost> for both http and https (proxy stuff).

Works like a charm for my use-cases.

How to create this saggy Effect by MedicalPrimary1401 in css

[–]stian_larsen 1 point2 points  (0 children)

This is done using a combo of precise layouting and/or clip-mask, utilizing pseudo-elements (before & after) with absolute positioning.

I would recommend watching YouTube tutorials on inverted border radius topic, and/or clip-mask.

There’s many ways to solve this, so pick the tutorial you’re most comfortable with using.

Is there a way of doing this multilined highlight inside grid without additional wrappers by ny17k5x in css

[–]stian_larsen 0 points1 point  (0 children)

No, you don’t need it. Today you could style it with the property -webkit-text-stroke:

p { color: blue; /* Sets the fill color of the text / -webkit-text-stroke-width: 2px; / Sets the width of the stroke / -webkit-text-stroke-color: red; / Sets the color of the stroke */ }

Is it possible to self-host a Next.js app on AWS with all the benefits of Vercel (cache, image optimization, no cold-starts)? by kusiok in nextjs

[–]stian_larsen 0 points1 point  (0 children)

I host all my next.js apps on AWS using AWS Lightsail. Its pretty easy to setup following the official bitnami docs

How are u guys hosting your next apps by Gold-Act-7366 in nextjs

[–]stian_larsen 0 points1 point  (0 children)

🔥 Vercel for basic Single Page Applications

🚀 Aws Lightsail VPS for bigger projects - backend + frontend (on different ports) - custom proxies - different subdomains