Live data from Hacker News

Viewing profile — guramarx

guramarx

HN member
Joined
Sun, Apr 29, 2018, 8:49 AM UTC
HN karma
0
Public activity
3 items

About guramarx

No profile information was provided.

Recent public activity

  1. comment
    Comment #20242688

    "narwhal bacon" is what came to my mind, an ancient story I heard from reddit

  2. 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

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