Viewing profile — dsj36
dsj36
HN member- Joined
- Mon, Sep 12, 2011, 3:30 PM UTC
- HN karma
- 2
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About dsj36
No profile information was provided.
Recent public activity
-
comment
Comment #7001661
I think it was David Beazley who characterized metaclasses as "infecting" an inheritance tree. If `class A` has a metaclass, then all subclasses of `A` will inherit the metaclass a…
-
comment
Comment #6356371
how did the error JSON include the undecodable bytes? JSON strings are all unicode sequences, so there would have had to be some way that the raw bytes were mapped into codepoints.…