Live data from Hacker News

Viewing profile — Alir3z4

Alir3z4

HN member
Joined
Mon, Sep 29, 2014, 8:15 PM UTC
HN karma
897
Public activity
210 items

About Alir3z4

No profile information was provided.

Recent public activity

  1. comment
    Comment #46783307

    It's even worse that that.

  2. comment
  3. comment
    Comment #45903762

    What happened to it? I'm still using it with not a single issue (except when is messes up the iptables rules) I still confidently, upgrade the docker across all the nodes, workers …

  4. comment
    Comment #45890336

    I never ever knew such product existed. No wonder they made iPhone pocket now. They should make tshirts for their laptops as well.

  5. comment
    Comment #45890297

    I thought it's a joke and someone made a satire website or something. The ridiculous part is, people will buy this.

  6. comment
    Comment #45801558

    Async and Django don't mix well and I honestly see the whole Django Async as wasted resources, all those "a" prefixed functions etc. To be honest, I never liked the way async is do…

  7. comment
    Comment #45580176

    Just an update for whoever ends up on this comment. This feature works as long as your venv that uv creates and the uv cache (in user home directory, or anywhere else that is confi…

  8. comment
    Comment #45575069

    I use golang, rust and c++ here and there, but majority of my time is spent working in Python projects. I'm not alien to the concept of speed and performance, especially the toolin…

  9. comment
    Comment #45574962

    Yes, that's a shame. I noticed the comment from andy99 got several downvotes (became grey) and mine here also immediately got some.

  10. comment
    Comment #45574765

    Ooooh that's a neat one. I really like the hard links. On my machine, there are like 100s of not thousands of venvs. I simply have all of them under ~/.python_venvs/ / Does that me…

  11. comment
    Comment #45574709

    I seriously still don't know why I should use "uv". I just create my .venv and pip install. Rarely I'd need a different version of python, in case I do, either I let the IDE to tak…

  12. comment
    Comment #45467056

    Me neither. Introducing new keyword has become a recent thing in Python. Seems Python has a deep scare since Python2 to Python3 time and is scared to do anything that causes such d…

  13. comment
    Comment #45466955

    I wish all imports were lazy by default. I know/heard there are "some" (which I haven't seen by the way) libraries that depend on import side effects, but the advantage is much big…

  14. comment
    Comment #42423151

    Yeah, I assume pinning the version is something everyone does? Or probably many just don't and will have those "python deps management is a mess drama". TBH, I've seen tutorials or…

  15. comment
    Comment #42423138

    Not really. `pyproject.toml` let's you set the min python version. If not met, it won't install. Regardless, majority of the times, deployment is done via Docker.

  16. comment
    Comment #42420696

    Almost 2 decades of working with python. I create a venv. Pip install and keep my direct deps in requirements.txt That's it. Never understood all these python dependency management…

  17. comment
    Comment #34937483

    > For a long time I didn't realize why people were so down on ORMs until I tried using a non-django ORM, it really does set the bar. This. Very much this. I have given up on one fi…

  18. comment
    Comment #34937441

    Yes. Migrations are checked into the source control. They're still the source of truth of the database changes. Regarding read only models pointing to a tabel. It'd possible to use…

  19. comment
    Comment #34765176

    > Masih Alinejad, a world-renowned journalist and women's rights activist, and first in line advocate to sanction Iran even in time of covid.

  20. comment
    Comment #34763932

    This is an English language and of course majority westerners. You say something against the mainstream media or US hegemony, you'll b labeled as Basiji or "iranian regime supporte…

  21. comment
    Comment #34763897

    > I do believe it will collapse in the next few years Has been said for the last 44 years.

  22. comment
    Comment #34763295

    [flagged]

  23. comment
    Comment #34562818

    I love PostgreSQL, it's the database I go for even for really tiny projects and data needs even when SQLite could be used, but one thing that makes me annoyed is the upgrading.

  24. comment
    Comment #34418554

    Even if GvR promotes it fully, it won't be adopted unless c extensions work out of the box. Python without its crazy amount of extensions in c-api won't survive.

  25. comment