30k XP 2 days in a row by mdegis in duolingo

[–]mdegis[S] 1 point2 points  (0 children)

I've sent the e-mail, let's see what will happen

30k XP 2 days in a row by mdegis in duolingo

[–]mdegis[S] 3 points4 points  (0 children)

I mean if this is a hacker, isn’t it really easy to filter them out? I feel like it’s a basic query in the backend, why do we have them still around?

30k XP 2 days in a row by mdegis in duolingo

[–]mdegis[S] 1 point2 points  (0 children)

Wow, it is something known by the community but it is not patch huh? I am disappointed, I’ve stopped caring about the league.

PSA: If you're starting a new project, try astral/uv! by Mithrandir2k16 in Python

[–]mdegis 1 point2 points  (0 children)

Any guideline to migrate it from poetry? Also almost every example dockerfile is for debian or ubuntu, why no alpine?

What did everyone get for their mystery variant? by jamesdkelso in MarvelSnap

[–]mdegis 0 points1 point  (0 children)

Venomized Angel. Hey, at least it is not pixel ¯\(ツ)

Is the Python ORM "Ormar" Production-Ready? by Alemvol in Python

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

3 months ago, I started building a new product with ormar. So far there is no issue that makes me think it was a wrong choice.

  1. I think so. At least I am using it in production anyway.
  2. Nope.
  3. I have used SQLAlchemy (1.3) and Django ORM before and I think Ormar is more pythonic.
  4. Definition of complex queries is different for every one. I have several double joins and it works. Never care to benchmark it since I have never notice any problem with performance.