Live data from Hacker News

Viewing profile — dsirola

dsirola

HN member
Joined
Tue, May 19, 2015, 1:24 PM UTC
HN karma
70
Public activity
37 items

About dsirola

No profile information was provided.

Recent public activity

  1. comment
    Comment #30803293

    It's not impossible, but I wouldn't say it's worth it. From my experience, there is more ageism in programming than there is in management so it would be even more difficult to fin…

  2. comment
    Comment #30525640

    > It may cause digestive distress. "People with dairy allergies or trouble digesting lactose [milk sugar] can experience gastrointestinal discomfort if they use a milk-based protei…

  3. comment
    Comment #29906012

    True, but I see a trend where everybody is trying to "hack" reading by listening to audio books on 3x or other tricks which is a complete nonsense for professional books and absorb…

  4. comment
    Comment #29905812

    What's the point? If you enjoy reading and reading for fun then you'll just read as much as is fun for you. If you're reading professional books, then the quantity doesn't matter. …

  5. comment
    Comment #29304775

    I have one but it's been sitting in a drawer for a long time now. I went back to iPad Pro with Apple Pen as it's much easier to navigate around and I enjoy the color screen much mo…

  6. comment
    Comment #27588731

    Wow, 2 major things introduced over 8 years and 4 different state management libraries and people complain it's too much?

  7. comment
    Comment #27116130

    Do they pay anything to the maintainers of the packages they depend on?

  8. comment
    Comment #26413098

    I don't think that's possible since types are not present at the runtime. They are just stripped away during compilation

  9. comment
    Comment #24605140

    The methane has lower cumulative impact and is a closed loop where it gets recycled over time. [1] [1] https://onezero.medium.com/cow-farts-are-not-the-problem-f57...

  10. comment
    Comment #24578883

    It's true that methane has a much greater impact, but only in the short term. Long term, CO2 is much more dangerous. The methane that cow produces is recycled as it circulates thro…

  11. comment
    Comment #21981621

    I really like Firefox, but I had to switch back to Chrome because of resource usage. After using it for some time it got up to 3GB RAM consumption for a single tab with no plugins.…

  12. comment
    Comment #21460835

    In my opinion, this is the point at which FaaS becomes viable

  13. comment
    Comment #21460695

    I think the more common term is distributed ball of mud

  14. comment
    Comment #21289919

    I strongly dislike that his words are always distorted by taking out of context this small segment of what he said. "We should forget about small efficiencies, say about 97% of the…

  15. comment
    Comment #21156525

    Mostly experience

  16. comment
    Comment #20988647

    You can mess up async/await in C# in exactly 0 ways. Calling .Result is just a bad practice and should never be done.

  17. comment
    Comment #20939404

    People can't even align divs properly. I would say AGI is further away than most people think.

  18. comment
    Comment #20656188

    Why is nuclear power a problem? It's one of the cleanest energy sources currently.

  19. comment
    Comment #20656072

    The report states with high confidence that balanced diets featuring plant-based, and sustainably-produced animal-sourced, food “present major opportunities for adaptation and miti…

  20. comment
    Comment #20632794

    They also own 21st Century Fox

  21. comment
    Comment #20498145

    The correct number is actually 100% (or close to it). It just depends how many generations back the family immigrated.

  22. comment
    Comment #20420115

    Why does it break the first rule of agile software development? "That is, while there is value in the items on the right, we value the items on the left more."

  23. comment
    Comment #20254371

    I would say - The ABI is not stable yet - The compiler is not the fastest - Doesn't work on all architectures (compared to C in the embedded space) While those are potential downsi…

  24. comment
    Comment #19755651

    I'll name the rabbit - Peko

  25. comment
    Comment #19643136

    Sounds like a nightmare to me. Something that could've been a module in a regular application is split across multiple services introducing multiple network calls that can fail (no…