Viewing profile — hjntmp
hjntmp
HN member- Joined
- Sat, Oct 03, 2020, 12:04 PM UTC
- HN karma
- 34
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About hjntmp
No profile information was provided.
Recent public activity
-
comment
Comment #24713851
In javascript: const stf = [ {name: "x", pets: [{type: "cat", name: "kitty"}, {type: "cat", name: "kitty2"}]}, {name: "y", pets: [{type: "dog"}]}, {name: "z", pets: [{type: "cat", …
-
comment
Comment #24712258
It was a rough example but the idea is thinking in terms of data in and data out and how can it be done. Here the train of thought first would be: do I have the right data form for…
-
comment
Comment #24712008
Because it is easier to reason about data transformations. Here when I see loops and conditionals it is confusing because anything could be happening. company.staff.filter(notCats)…
-
comment
Comment #24711098
What about letters?
-
comment
Comment #24692182
Also remember here the promise is that the data you are talking about wont suddenly change underneath not that the reference 'is up to date". It is not a solution for change in tim…
-
comment
Comment #24690786
Think of it as versioning for your data. So instead of referring to some data structure by its general concept with immutable data structures we are a lot more specific with respec…
-
comment
Comment #24690201
Immutability is not the fact that something can not change in this case. It has more to do with the identity of a value. Every time you change anything inside the data structure yo…
-
comment
Comment #24688849
We should rename object oriented programing to bureaucrat oriented programming. I always think that the reasoning that led to develop the aberration of OO is the same that creates …
-
comment
Comment #24673112
I think that a lot of people here are forgetting that a project is whatever you make a project to be. It does not need to be operated like a bureaucratic profit seeking corporation…
-
comment
Comment #24672669
Love, care and a nurturing social structure wihle developing as a child is what keeps a child healthy. What I meant was that self worth is tied with validation from authority. A se…
-
comment
Comment #24671712
In some ways it has to do with the fact that people are educated to have a need for validation from an authority and several other ways of thinking that are completely counterprodu…
-
comment
Comment #24671666
I think it has to do with the idea of work. Some people associate work with discomfort and feel guilty if they have fun so they transform their projects on uncomfortable work like …
-
comment
Comment #24671615
You do that to yourself and of course the system around us is not made to acomodate such freedoms.
-
comment
Comment #24671599
The beauty of it is that once you craate something and you share it you have already contributed something. I think that what you feel has more to do with your educaction. Like I s…
-
comment
Comment #24671415
His point is that if you end up like that it's because you don't recognize freedom when you see it. Its like that movie when the monkey does not go out of thee cage even if opened.…