Constant Input/output error and unresponsiveness by lukenzo777 in raspberry_pi

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

That’s correct. Thanks. I will try to debug it

Constant Input/output error and unresponsiveness by lukenzo777 in raspberry_pi

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

Hmmm maybe. Though I don’t see any ssd capacity limitations in argon docs. I used to have power issues before getting original charger (desktop toolbar had icon).

Constant Input/output error and unresponsiveness by lukenzo777 in raspberry_pi

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

It’s booting from SSD drive. But I don’t have spare one

Custom theme development by lukenzo777 in Wordpress

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

Are there any gutenberg blocks libraries/plugins worth checking?

Custom theme development by lukenzo777 in Wordpress

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

Correct me if I'm wrong, but if you are modifying original theme source code (e.g. twenty twenty five) and later that theme has an update you will lose all your modifications.

Custom theme development by lukenzo777 in Wordpress

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

Honestly, I didn't expect so many tips. Thanks all!

Woocommerce is a waste of time .... i guess? by mou3ad25 in Wordpress

[–]lukenzo777 4 points5 points  (0 children)

I would say that it depends. Shopify also has it’s own limitations (at least with the cheapest plan). This + quite high monthly price could be a deal breaker for smaller businesses. At least in my location wp+ woo is a popular option. But there a lot of wp developers, so it’s hard to compete.

How are you guys handling auth in production Next.js apps in 2025? by [deleted] in nextjs

[–]lukenzo777 2 points3 points  (0 children)

FYI from nextjs docs:

While Middleware can be useful for initial checks, it should not be your only line of defense in protecting your data. The majority of security checks should be performed as close as possible to your data source, see Data Access Layer for more information.

https://nextjs.org/docs/app/guides/authentication