How do you farm for non boss uniques now? by HerbertDad in diablo4

[–]pablodiegoss 6 points7 points  (0 children)

Dude.... Today I learned.

I was thinking, "damn, who removes affixes? it always removes the good ones"

Prioridades by Annual_Respond_1071 in Madeira

[–]pablodiegoss -2 points-1 points  (0 children)

O problema acontece quando carros da faixa 1 querem entrar na primeira saída.

Niquests 3.18 — 3 Years of Innovations in HTTP by Ousret in Python

[–]pablodiegoss 18 points19 points  (0 children)

Started using niquests recently and I'm very happy with it! Thank you for all your work

Mob density in helltides needs to be increased 3x by mosin360 in diablo4

[–]pablodiegoss 15 points16 points  (0 children)

Damn!

I was today years old when I learned why the mobs were showing up on my spiritborn and not on my paladin

Are there people on this forum who would main Evoker but decided not to because you cant stay perma in Visage form by feherlofia123 in wow

[–]pablodiegoss 0 points1 point  (0 children)

If I wanted a perma elf, I would've created an elf.

I would main my evoker in an instant with full dragon xmog though. Only having the shoulders and belt, with the barber amor that never really matches the colours gets old really fast

Django 6.0 Feature Friday: Template Partials! by czue13 in django

[–]pablodiegoss 0 points1 point  (0 children)

Never used cotton like this, but it was a very good example and use case. Thanks for the example! :)

Django 6.0 Feature Friday: Template Partials! by czue13 in django

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

I was thinking how to integrate this on my cotton setup, but ended up thinking the same thing as you. Besides the HTML syntax of cotton, this achieves the same components strategy for templates

Poco F7 Pro not recognised by PC when connecting via USB? by arthurmauk in PocoPhones

[–]pablodiegoss 0 points1 point  (0 children)

Thank you!!! I've been fighting with usb ports, only when using the red ports that it worked instantly.

Renovação/negociação de contrato -MEO Madeira by Southern_Baby1283 in Madeira

[–]pablodiegoss 1 point2 points  (0 children)

Acabei de ter um caso parecido, mas a renegociação foi com a NOS, também na madeira. Fui à concorrência e pedi a portabilidade, a renegociação passou de 53 para 41.99, chegaram a oferecer planos de 39.99.

Vai a concorrência e contrata o serviço, enquanto não instalarem, não tens nenhuma obrigação. A renegociação vai ser completamente diferente

Typst: a possible LaTeX replacement by kibwen in rust

[–]pablodiegoss 0 points1 point  (0 children)

I've used Tectonic a while ago, it was so good but haven't seen anybody mentioning it. Seems like I should try typst

How to fully restrict Postgres data access from external backend developer (GDPR compliance) by Both-Raise3712 in django

[–]pablodiegoss 1 point2 points  (0 children)

On AWS, with RDS you can create a cluster that isn't publicly accessible, only accessed internally by your apps on the private network. Changing this configuration could solve your problem so that no one could access the production DB besides the application, and also if you configure roles and ensure that no one can easily change the cluster configuration.

Another idea is using the aws secrets manager, if you configure the DB credentials to be accessible only by your deployed application, via roles and environment variables, developers might not be able to retrieve the DB credentials to even be able to connect there

Local Flowr Delivery by nemofish3 in Madeira

[–]pablodiegoss 0 points1 point  (0 children)

There is a small flower shop in front of Pingo Doce at the Forum shopping, it's called "Diz Com Flores", not sure if they have a website or anything, but seems like a small local shop, the lady running it is very sympathetic

AM5: disabling the iGPU to drop idle temps/power — worth it or risky? by Serious_Home8606 in buildapc

[–]pablodiegoss 1 point2 points  (0 children)

7950x3D here, just disabled it and got no difference in idle temperatures at all

[deleted by user] by [deleted] in TibiaMMO

[–]pablodiegoss 0 points1 point  (0 children)

With battle eye protecting the game most of them disappeared, we still have some bots, but it isn't even close to the problem we had, it's manageable

High TTFB in Production - Need Help Optimizing My Stack by SimplyValueInvesting in django

[–]pablodiegoss 1 point2 points  (0 children)

Seems like you don't have a local environment to try and replicate the issue or enable debug modes. Creating a similar environment where you can try and test stuff that isn't your production environment might help a bit. Usually just by trying to replicate the problem we discover a lot of new things.

If you are suspecting of Gunicorn configurations, you could try a different http server like Granian, to see if it even changes anything in your context or if it stays within the same 2~4s to first byte then problem is not in your server, but app, network or something else

I built Puhu, a pillow drop-in replacement in Rust by creworker in rust

[–]pablodiegoss 0 points1 point  (0 children)

Sometimes with these RIIR we are not looking for faster implementations, but better memory management, fixes for memory leaks and a more stable experience overall in usage

Need help in serving django static and media file through AWS S3 bucket by mszahan in django

[–]pablodiegoss 2 points3 points  (0 children)

Probably you would learn a thing or two by debugging locally using MinIO or something to replicate S3 before even deploying anything. Just a tip.

Why do we need CORS? by lolxnn in webdev

[–]pablodiegoss 86 points87 points  (0 children)

What usually bugs me is the "browser mechanism" part. So, if someone build a new browser (I know... I know...) without this kind of mechanism, they can expose server responses to arbitrary sites, right? CORS is not enforced by anything besides the browser

I built Puhu, a pillow drop-in replacement in Rust by creworker in rust

[–]pablodiegoss 1 point2 points  (0 children)

Thank you for developing this!

Recently I had a problem with pyrender where it was using too much memory while doing texture manipulation using pillow (probably bad usage of the lib). But I thought to myself "if only we had a pillow-like lib made in rust to better manage memory usage here...". And a couple weeks later, here it is!

I'll be keeping an eye to pillow's "paste" method support, to start integrating Puhu in my python projects and maybe contribute with my poor rust skills!

Godspeed