Live data from Hacker News

Viewing profile — fuzzyman

fuzzyman

HN member
Joined
Sat, Apr 07, 2007, 1:31 PM UTC
HN karma
49
Public activity
28 items

About fuzzyman

No profile information was provided.

Recent public activity

  1. comment
    Comment #5178471

    It's Ruby in RPython, the implementation language of the PyPy VM toolchain. It has nothing to do with integrating with Python. It's an alternative Ruby VM using a proven JIT genera…

  2. comment
    Comment #4847156

    Hey, at least he thinks it's glitzy. That's a plus.

  3. comment
    Comment #3446614

    Uhm... utter tripe. How bizarre.

  4. comment
    Comment #3403258

    In the process of moving 24 domains.

  5. comment
    Comment #3120427

    I don't really know what you mean by supporting numpy on pypy "excludes" scipy (other than in the short term). If you mean you assumed that the pypy team would port all of scipy as…

  6. comment
    Comment #3120413

    I missed the specific suggestions on how the pypy guys could improve things - other than "do a lot of work on numpy itself as well so that it better supports multiple implementatio…

  7. comment
    Comment #3084352

    Shuttleworth is trying... :-)

  8. comment
    Comment #3040797

    It doesn't make it more of an issue. Installing any Python package already requires "arbitrary code execution" -- which is the big problem with Python packaging. (And hopefully wil…

  9. comment
    Comment #3040790

    This Trojan requires the ability to execute arbitrary code and write to files - so it's not in itself any kind of exploit. It's just malicious Python code.

  10. comment
    Comment #2797147

    And whilst we're at it can people stop using "water" as a synonym for "pure water". Mud is water too, it's just not as pure!

  11. comment
    Comment #2588555

    Well, you just change to the Python 2 super call form and it works fine. The substitution hardly requires a master programmer...

  12. comment
    Comment #2254275

    Because there is no need for locking in the fundamental data-types like hashes.

  13. comment
    Comment #1991779

    pypy has quicker start up than CPython and also has a JIT. They're working on interesting memory optimisations too.

  14. comment
    Comment #1504057

    IronPython is another GIL free Python implementation.

  15. comment
    Comment #1289908

    "Python is hurting from a bad design decision that doesn't let multiple interpreter implementations share components that they could have." As many others have said, changing synta…

  16. comment
    Comment #1287753

    Bug report triaging is very good now - most reports get responded to within a day.

  17. comment
    Comment #1098293

    Nope - not arbitrary, it is because of the indentation scoping rules. Try coming up with a syntax for statement based lambdas that isn't ugly as heck.

  18. comment
    Comment #1098209

    Well, normally I would agree - but if its entirely abstracted away in a library (and the library is well written) then it might sort-of-kind-of-maybe be ok. Python itself does vary…

  19. comment
    Comment #1097985

    You could almost certainly achieve that with the implementation of blocks provided by this package: http://pypi.python.org/pypi/withhacks/

  20. comment
    Comment #1097969

    And not being Lisp is one of the big reasons for the success of both Python and Ruby. :-) FLAMEBAIT -> FLAMEBAIT

  21. comment
    Comment #1097964

    As a Pythonista I have no idea what the Ruby snippet is doing. Readability depends entirely on context. The Python 3 version is using a function annotation. In Python 2 or 3 you co…

  22. comment
    Comment #821591

    Bullsh*t.

  23. comment
    Comment #424849

    And in terms of scaling Ruby is likely to be the cause of your problems rather than the solution...

  24. comment
    Comment #168044

    "method_missing" - do you know about '__getattr__' for Python? (can be a one liner if you want...) "oh-so-thread-safe-code for an interpreter that serializes around a global interp…

  25. comment
    Comment #11911

    "The browser is a fantastic platform. You never have to install web apps. You never have to patch web apps." Fantastic for the developer maybe - not so for the user. "Remember, dum…