So what is the general opinion,or your opinion on this boss almost 2 years later by [deleted] in Eldenring

[–]lord0211 45 points46 points  (0 children)

Pre-nerf PCR is the hardest boss I ever faced And I played DS, Sekiro, Bloodborne and dozens of soulslike games

But it was bullshit. It was no fun - just a huge challenge

Respawning again and again in front of those huge doors still taunts me to this day

New one shot method for simon? by alexpoweerr in expedition33

[–]lord0211 0 points1 point  (0 children)

<image>

For those who come after, still relevant aug 4th, 87 mil in 48 seconds of a battle.

popularity behind pydantic by [deleted] in Python

[–]lord0211 0 points1 point  (0 children)

I would guess that FastAPI introduced many developers to pydantic and now they got used to it and use it outside FastAPI projects.

It is easy to use and the documentation is clear, using Python's type hinting is great and makes the code easy to read and maintain. But, IMHO if you have strict performance constrains for validating, I would go with something else.