Viewing profile — pooryorick
pooryorick
HN member- Joined
- Sat, Mar 21, 2009, 1:13 AM UTC
- HN karma
- 8
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About pooryorick
No profile information was provided.
Recent public activity
-
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://…
-
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…
- story
-
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…
-
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…
-
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…