Viewing profile — youknowone
youknowone
HN member- Joined
- Wed, Jan 23, 2013, 9:56 PM UTC
- HN karma
- 132
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About youknowone
Recent public activity
-
comment
Comment #47613262
[dead]
- story
- story
-
comment
Comment #45818390
The article is a bit misleading. The new law requires the installation of solar panels in all *public* parking lots operated by the government. I checked this through local news so…
-
comment
Comment #44352939
Congratulations on having been born into an environment where you’ve had the privilege of becoming so fluent in English that you feel comfortable complaining about other people’s s…
- story
-
comment
Comment #39291918
Our team tends to drilling on code more than writing. I know it is not a strategic good way though. Any idea what do you expect to see on the blog?
-
comment
Comment #39291789
Thank you for working with RustPython. I believe kybra made RustPython wasi support a lot more stable.
-
comment
Comment #39291697
If Python community and CPython developers were more open to PyPy, many things could be changed. A group of people talks about how good having a third-party interpreter in Python c…
-
comment
Comment #36940565
I translated a survey about LK-99 papers to English https://hackmd.io/DMjYGOJFRheZw5XZU8kqKg
- story
-
comment
Comment #36928860
The article is mostly about people and their motivation. And why it is going with noise and trouble. Please feel free to ask about the article if your machine translator doesn't wo…
- story
-
comment
Comment #35064878
Thank you. That sounds like an important feature.
-
comment
Comment #35064872
RustPython itself has more bugs. e.g. `dict()` doesn't work well on some multithread scenario yet.
-
comment
Comment #35060817
RustPython didn't adapt the optimization designs yet. One of the current major goal is this optimization: https://github.com/RustPython/RustPython/issues/3244 RustPython even canno…
-
comment
Comment #35060731
RustPython doesn't have working JIT in the common meaning of JIT yet.
-
comment
Comment #35060659
RustPython doesn't use GIL at all. RustPython use individual lock for each data type. So RustPython has more multithreading bugs.
-
comment
Comment #35041517
Windows utility. Working for AMD chips with multiple L3 cache clusters. By the developer, it boosts stellaris 50%.
- story
-
comment
Comment #32092044
preview: https://twitter.com/js1024fun/status/1547183423239897089 This is insane.
- story
- story
-
comment
Comment #20033415
Thanks. I didn't think adding them to the why page. For now, the actual projects work like: if DEBUG: ring_cache = functools.partial(ring.dict, {}, default_action='execute') else: …
-
comment
Comment #20033249
agree