Viewing profile — jmagnusson
jmagnusson
HN member- Joined
- Wed, Apr 11, 2012, 11:22 AM UTC
- HN karma
- 22
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About jmagnusson
[ my public key: https://keybase.io/jacobsvante; my proof: https://keybase.io/jacobsvante/sigs/qWdeONfaQswEsq-IbgXtO2tGm3Cedl9RXaNTJLZQNJ8 ]
Bye!
Recent public activity
-
comment
Comment #11295733
Without being able to change amount of elements per row depending on viewport width I don't see this picking up.
-
comment
Comment #7876763
Alfred App is an absolute essential in my book (especially custom web searches) http://www.sequelpro.com/ Sublime Text. Makes u feel like a magician. http://www.sublimetext.com/ Se…
-
comment
Comment #7219053
Actually Py3-support landed 6 months ago https://github.com/nvie/rq/pull/239
- story
-
comment
Comment #4495737
I completely agree with you. I only used map as he pointed out in the examples how "easy" it was to call it dynamically.
-
comment
Comment #4495571
Why, oh why? map(str.upper, ['foo', 'bar']) == _(["foo", "bar"]).invoke("upper") [w for w in ["foo", "hello", "bar", "world"] if len(w) > 3] == _.filter(["foo", "hello", "bar", "wo…