Viewing profile — muchabi
muchabi
HN member- Joined
- Thu, Aug 29, 2013, 3:07 PM UTC
- HN karma
- 3
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About muchabi
No profile information was provided.
Recent public activity
-
comment
Comment #8356651
The other answers sound like they're from people who aren't new to the idea of pointers... Try simple data structures first. Having linked list nodes that actually uses minimal mem…
-
comment
Comment #8337020
Also curious here. I too find Ruby more consistent/predictable than Python. Ruby is my main/favorite language, but I was exposed to Python first and used it a lot more for work/sch…
-
comment
Comment #8269192
I read it as "given a choice between A and B, I'll choose A". So... When choices are available for a software library, pick an open-source one over a well-tested black box, and per…
-
comment
Comment #8268968
There's a strange, delightful joy in finding that I agree with every statement here and in the original post/repo
-
comment
Comment #8194329
To add another example to the list, Ruby lets you list which attributes can be read/written and which ones can only be read on top. Something like. class Car attr_reader :model, :c…
-
comment
Comment #6296216
This was posted on Hacker News a while back too: http://blog.forecast.io/its-not-a-web-app-its-an-app-you-ins... They put a lot of effort into making it work for mobile devices, an…