Live data from Hacker News

Viewing profile — youknowone

youknowone

HN member
Joined
Wed, Jan 23, 2013, 9:56 PM UTC
HN karma
132
Public activity
45 items

About youknowone

https://github.com/youknowone

Recent public activity

  1. comment
  2. story
  3. story
  4. 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…

  5. 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…

  6. story
  7. 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?

  8. comment
    Comment #39291789

    Thank you for working with RustPython. I believe kybra made RustPython wasi support a lot more stable.

  9. 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…

  10. comment
    Comment #36940565

    I translated a survey about LK-99 papers to English https://hackmd.io/DMjYGOJFRheZw5XZU8kqKg

  11. story
  12. 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…

  13. story
  14. comment
    Comment #35064878

    Thank you. That sounds like an important feature.

  15. comment
    Comment #35064872

    RustPython itself has more bugs. e.g. `dict()` doesn't work well on some multithread scenario yet.

  16. 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…

  17. comment
    Comment #35060731

    RustPython doesn't have working JIT in the common meaning of JIT yet.

  18. comment
    Comment #35060659

    RustPython doesn't use GIL at all. RustPython use individual lock for each data type. So RustPython has more multithreading bugs.

  19. comment
    Comment #35041517

    Windows utility. Working for AMD chips with multiple L3 cache clusters. By the developer, it boosts stellaris 50%.

  20. story
  21. comment
    Comment #32092044

    preview: https://twitter.com/js1024fun/status/1547183423239897089 This is insane.

  22. story
  23. story
  24. 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: …

  25. comment