Viewing profile — tweakimp
tweakimp
HN member- Joined
- Wed, Oct 20, 2021, 8:05 PM UTC
- HN karma
- 123
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About tweakimp
No profile information was provided.
Recent public activity
-
comment
Comment #49240884
Somebody makes a lot of money and generates a lot of power with it.
-
comment
Comment #49229546
Thanks!
-
comment
Comment #49229058
Until now I thought it was boots-trapped. I am not a native speaker :)
-
comment
Comment #49229037
Does this mean religion can be good for the third of the population that needs an imaginary character to be good?
-
comment
Comment #49020228
The "minimum viable product" is part of the development process. If you are already at a certain quality and choose to make it worse, this is something else. Enshittification or ju…
-
comment
Comment #49006586
The contributors are already compensated by the ads the are allowed to see.
-
comment
Comment #48650334
What exactly changed?
-
comment
Comment #48373583
and they are?
-
comment
Comment #48145240
Do you mean by vibecoding these vulnerabilities into the kernel or by finding them?
-
comment
Comment #48060149
Use black as format on save and you will never have a problem with that. https://github.com/psf/black
-
comment
Comment #48059322
When it was announced it was not generally available for everyone to try out. There was a waitlist phase.
-
comment
Comment #47377797
Be careful with that, numpy arrays can be slower than Python tuples for some operations. The creation is always slower and the overhead has to be worth it.
-
comment
Comment #46816998
MY favourite is ChatJippiddy
-
comment
Comment #46706000
And right in this moment Trump is talking about how Canada should be grateful for all the American freebies :D
-
comment
Comment #46574864
Can you also add why and for who you recommend it?
-
comment
Comment #46473993
I think also many dont have the time or ressources to care. If you live a precarious life, you are happy if you can pay for food and your home.
-
comment
Comment #46452387
Why is y+2x optimal at (0,3) with a value of 3? Isnt it (3,0) with a value of 6?
-
comment
Comment #46385981
In the near future we will use lazy imports :) https://peps.python.org/pep-0810/
-
comment
Comment #46230085
Can you give a Python example of a use case for this?
-
comment
Comment #46167738
No, advertising is putting information in peoples faces as much as possible even if they are not interested at all.
-
comment
Comment #46167141
They can put their information where it can be found easily by people who are interested-
-
comment
Comment #45967834
Every time I see a table like this numbers go up. Can someone explain what this actually means? Is there just an improvement that some tests are solved in a better way or is this a…
-
comment
Comment #45313065
I thought this was about Starcraft
-
comment
Comment #44981337
Can you share a picture of that arch?
-
comment
Comment #44810240
I thought we would never see the GIL go away and yet, here we are. Never say never. Maybe Python4 is Python with another compiler.