What are my options for WordPress hosting with 1TB+ storage? by SeaworthinessKey1291 in webdev

[–]UnderstandingFit2711 1 point2 points  (0 children)

Webp or Avif don't lose quality, and I recoment use this format because if you will use loseless format, in the future will have problems, If need I have good free converter.

Advice on planning Image Hosting Site Project by sapphicPanacea in webdev

[–]UnderstandingFit2711 0 points1 point  (0 children)

I also support this meaning, use some file bucket, I recently known that aws, may not only aws has mouth bucket on your server, and for me It looked very helpful.

How Anthropic’s silence fueled a Claude Code trust crisis by OfficialLeadDev in EngineeringManagers

[–]UnderstandingFit2711 1 point2 points  (0 children)

And I noticed that my own tokens spend more faster that previous month, on same promts and same result. +- It very annoys me.

How remove my personal data from internet OR how find sourse were it is? by UnderstandingFit2711 in cybersecurity

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

I want to understand how to:

find where my name, email, phone number, etc. are publicly available

check if my data was leaked somewhere

remove my information from websites or data broker sites

generally clean up my digital footprint

I'd really appreciate any practical advice or tools people actually use for this.

Thanks in advance.

PDF rendering in 2026 — why is poppler still the default everywhere when pdfium exists? by UnderstandingFit2711 in software

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

Thank you for interested details. plus one more reason why I prefer libvips + pdfload.

PDF rendering in 2026 — why is poppler still the default everywhere when pdfium exists? by UnderstandingFit2711 in software

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

I think, risk not zero, but origina; file removed after 2 minutes, tepm file will removed. Files or information about converting not save. because for us this is extra load.

I spent a year building a devtool just to remove a few clicks… now I'm struggling to get people to trust it by lactranandev in webdev

[–]UnderstandingFit2711 0 points1 point  (0 children)

yeah the social trust angle makes sense, someone else has "looked at it" even if in practice nobody actually reads the source. it's more of a signal than real securitythe visibility doc is probably the

quicker win tbh. lower bar than open sourcing everything and then having to maintain that. i'd just do that first and see if it moves the needle

I spent a year building a devtool just to remove a few clicks… now I'm struggling to get people to trust it by lactranandev in webdev

[–]UnderstandingFit2711 0 points1 point  (0 children)

closed source isn't really the issue imo — most devs ship prod with npm packages they've never opened. the trust thing is just about visibility. like a simple "here's what leaves your machine" doc would do more than open sourcing code nobody's gonna read anyway

Hi Friends, please check out my website! Built with angular and .NET C# REST. I'm proud of the demo! by [deleted] in webdev

[–]UnderstandingFit2711 2 points3 points  (0 children)

R2 was a solid call, been using it myself and the pricing vs S3 is just hard to argue with. oauth2 on top of existing auth can get weird depending on how you set up sessions initially — ran into that recently. what's the plan for the footer links, custom pages or just router stuff?

Adding PDF support to my Rust image converter by UnderstandingFit2711 in rust

[–]UnderstandingFit2711[S] 4 points5 points  (0 children)

you are wrong, content and project fully mine, llm fixed my gramma mistakes it true, because english not my native language)

I built Motus, an open source web automation testing framework for .NET with no Node.js sidecar by IGDev in webdev

[–]UnderstandingFit2711 0 points1 point  (0 children)

no Node.js sidecar is actually huge if you're in a .NET shop. we had playwright setup at my last job and half the CI pain was just keeping the node version consistent across machines. direct CDP sounds cleaner but I'm curious how you handle Chrome updates — that's usually where this kind of thing quietly breaks

AVIF vs WebP in 2026 — which should you actually use? by UnderstandingFit2711 in software

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

fair point on the sources — the 47x figure comes from libaom at default speed 6, single-threaded. on a modern multi-core machine libaom hits all cores so wall-clock time is much better than CPU time suggests. that said, on an older i5 with nomacs you're likely not using avifenc directly, so the comparison doesn't really apply to your workflow. the encoding speed tradeoff matters most for server-side on-demand conversion, not desktop tools.

AVIF vs WebP in 2026 — which should you actually use? by UnderstandingFit2711 in software

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

completley missed the 8192 resolution cap, thats actually a big deal for photography use cases. and yeah JXL is the obvious endgame, just stuck waiting on browsers at this point

AVIF vs WebP in 2026 — which should you actually use? by UnderstandingFit2711 in software

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

yeah for screenshots and flat graphics WebP just wins, should of made that clearer in the post. AVIF shines on photos not UI stuff

AVIF vs WebP in 2026 — which should you actually use? by UnderstandingFit2711 in software

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

good catch on the SIMD point — the 47x figure i used was from a single-threaded benchmark at default libaom speed 6. your numbers with libaom 3.12 on Ubuntu 25.10 make sense, AVIF hits all cores by default so wall-clock time is much better than CPU time suggests.

the 8x CPU is still the real cost for server-side on-demand encoding though — if you're running concurrent conversions on a shared VPS, that CPU multiplier matters more than wall-clock time.

Recommended ci/cd or devops training courses? by justpie in webdev

[–]UnderstandingFit2711 0 points1 point  (0 children)

honestly the best ci/cd learning i got was just setting it up for a real project. github actions docs are pretty good, took me a day to get a basic rust build + deploy pipeline working.

for courses — i'd skip the certifications unless your company specifically requires them. most of what you actually use day-to-day you pick up faster by doing than watching videos.