Viewing profile — guramarx
guramarx
HN member- Joined
- Sun, Apr 29, 2018, 8:49 AM UTC
- HN karma
- 0
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About guramarx
No profile information was provided.
Recent public activity
-
comment
Comment #20242688
"narwhal bacon" is what came to my mind, an ancient story I heard from reddit
-
comment
Comment #19769412
"science advances one funeral at a time" ~ Max Planck Reality is a subjective experience, shared yet interpreted differently by each, irregardless of the real truth
-
comment
Comment #16952167
python variables are stored in locals()(read only dict) we have "{NAME : EXPR}" for dict just do "(NAME : EXPR)" with parenthesis within its scope, list comp can be results = [b fo…