Viewing profile — thehotelambush
thehotelambush
HN member- Joined
- Sun, Feb 05, 2012, 12:22 AM UTC
- HN karma
- 15
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About thehotelambush
No profile information was provided.
Recent public activity
-
comment
Comment #4501457
Not to mention the increase in difficulty of remembering the variable names.
-
comment
Comment #4501438
With the risk of RSI, I don't need to type any more than I already do. In a perfect world tab completion would exist everywhere and you could make arbitrarily long variable names. …
-
comment
Comment #4283555
Certainly that's a motive too. And it's no secret that the government (in particular the NSA) has been amassing large swathes of data on what could be the entire population of the …
-
comment
Comment #4283549
ok, what I said was based on something I heard Julian Assange said in an interview from about a year ago. Apparently he hasn't given any proof for his statement (namely, that Faceb…
-
comment
Comment #4281633
The real reason for this isn't to improve comment quality; it's so they can store information on you more effectively and then sell it to the government. Facebook has a leg up on t…
-
comment
Comment #3754492
What the fuck is a stack?
-
comment
Comment #3580698
Thanks for mentioning sets - this is another thing that I would like to be built-in in Ruby. But "list(set(mylist))" seems like kind of a hack. > you can import the rational class …
-
comment
Comment #3580491
This is the kind of reasoning that lies behind LFMs: that it is better to cater to someone who knows nothing about the language (but maybe has a few mainstream languages under thei…
-
comment
Comment #3580469
I used Python for a really long time and switched to Ruby several months ago. Benefits of Ruby are: -no distinction between expression and statement (everything has a value) -lambd…