Viewing profile — tubes
tubes
HN member- Joined
- Sat, Dec 03, 2011, 5:40 PM UTC
- HN karma
- 10
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About tubes
No profile information was provided.
Recent public activity
-
comment
Comment #5014213
Scheme has set-car!, vector-set!, hash-set! etc to modify its standard containers. In clojure those containers are immutable. However, you could create equivalent immutable contain…
-
comment
Comment #4193741
Why would anyone do that? We use immutable collections, immutable value objects, unmodifiable views and deep/shallow copies, but never serializing data to a string just for passing…
-
comment
Comment #3976918
Not a good idea. Browsers that do not support imgset would show all three images using that syntax. A new element name like " " would be ignored by them.
-
comment
Comment #3799608
With a couple of simple macros, the code could be fraction of its size and much more readable. Code with that property is atrocious in my mind. For example these "argument reading"…
-
comment
Comment #3621781
I think in a couple of months there will be a "+1" button at the top bar of Chrome so you can click it to "like" any page.. And having a "+" button next to it would've been confusi…
-
comment
Comment #3486289
gzipped base64-encoded data is about the same size as the original data, though. It only requires more processing to be done.