Live data from Hacker News

Viewing profile — hjntmp

hjntmp

HN member
Joined
Sat, Oct 03, 2020, 12:04 PM UTC
HN karma
34
Public activity
15 items

About hjntmp

No profile information was provided.

Recent public activity

  1. 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", …

  2. 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…

  3. 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)…

  4. comment
    Comment #24711098

    What about letters?

  5. 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…

  6. 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…

  7. 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…

  8. 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 …

  9. 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…

  10. 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…

  11. 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…

  12. 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 …

  13. comment
    Comment #24671615

    You do that to yourself and of course the system around us is not made to acomodate such freedoms.

  14. 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…

  15. 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.…