Live data from Hacker News

Viewing profile — pooryorick

pooryorick

HN member
Joined
Sat, Mar 21, 2009, 1:13 AM UTC
HN karma
8
Public activity
6 items

About pooryorick

No profile information was provided.

Recent public activity

  1. comment
    Comment #34988556

    Location: Salt Lake City, Utah Location: Estonia Remote: Yes Willing to relocate: yes Technologies: C, Tcl, Python, Rust, Make, Docker, AWS, SQL, NoSQL, BPM/ETL Résumé/CV: https://…

  2. comment
    Comment #29148627

    [list apply {args body} $value1 $value2 ...] can be used to capture values without actually generating a string because even though conceptually a list is a string, it's actually s…

  3. story
  4. comment
    Comment #28757498

    He says, "well it's great", but the subtititles say, "we're safe". That itself could be interpreted as an interesting window into the mindset of our own society at the moment. Peop…

  5. comment
    Comment #26831354

    Tcl. As with other shells, the scripting model is based on commands and substitutions, but in Tcl substitution is more sane because a substitution is never reparsed and reinterpret…

  6. comment
    Comment #525850

    I recently wrote some image-manipulation routines in Python which ran 71 times faster with Psyco. Without Psyco, this kind of computation isn't really feasible in pure Python, so I…