Live data from Hacker News

Viewing profile — ghomem

ghomem

HN member
Joined
Sat, Jun 10, 2023, 12:59 AM UTC
HN karma
139
Public activity
82 items

About ghomem

No profile information was provided.

Recent public activity

  1. comment
    Comment #42773620

    Mix is absolutely awesome. One of the most carefully organized open source projects that I've seen. Some years ago I made a Mixxx demo video with a DYI "integrated controller". It …

  2. comment
    Comment #41739775

    True story ^^^^^ Add to this, that you can have outages due to operational complexity, which tends to happen in complex cloud native setups.

  3. comment
    Comment #41739759

    People want simple answers. "It depends" annoys everyone :-\

  4. comment
    Comment #41739755

    >I wonder if there is some major propaganda push on HN to discourage actual >software engineers from ever running their servers How to scare a computer engineer in 2024? Invite him…

  5. comment
    Comment #41739744

    Yeah, the Emperor's New Clouds. Sometime ago I thought I was crazy and everybody else was right :-) but now we are seeing more and more people doing the numbers. https://logical.li…

  6. comment
    Comment #41560628

    Agreed, in general. But don't forget about the definition of micro :-) This is an optimization problem rather than a conceptual one.

  7. comment
    Comment #41560523

    I love Martin Fowler's one pager called Snowflake server - it aged very well and I still use it as a reference in the cloud era. And this text is also good advice IMO. What I feel …

  8. comment
    Comment #41553949

    Thanks for sharing the story. Despite the whole TCO being higher, I wonder how the 8K to 6K reduction happened. On AWS, fargate containers way are more expensive than VMs and non f…

  9. comment
    Comment #41553783

    > There's also an even bigger problem that can arise, the distribution can just end, such as the termination of CentOS If you are doing something serious you probably want to chose…

  10. comment
    Comment #41543517

    >reproducibility isn't just on your deployments, it's for development too Absolutely. Adhoc configurations should be forbidden! It is easy to ensure dev env reproducibility when yo…

  11. comment
    Comment #41543471

    My thoughts and prayers :-\ Wish you a quick recovery!

  12. comment
    Comment #41539183

    Thank you as well, for sharing these notes about your setup. Indeed concentrating everything in the same monitoring system is very helpful as it reduces the cognitive load. You can…

  13. comment
    Comment #41539145

    > Honestly I just think you should be more generous I am generous in the context for generosity. Turns out that engineering is not about being generous but rather about choosing th…

  14. comment
    Comment #41534888

    You might be right - maybe Apple's poorly operated bug bounty is a result of incompetence rather than intentional malice. But does that matter to security researchers or the public…

  15. comment
    Comment #41534802

    > Good luck finding someone to understand what that 'custom Naemon' plugin is doing. You Kubernetes people get triggered very easily. I was already lucky to have found several juni…

  16. comment
    Comment #41534718

    The longer you wait the harder the pain. The less you wait the more frequent the pain. So it depends on the function that converts intensity and frequency to suffering :p But, most…

  17. comment
    Comment #41532429

    Like 12 years of life cycle is not enough for you to plan a transition? You can use the entire life cycle but not one is forcing you to. You can update from one LTS to another ever…

  18. comment
    Comment #41532235

    Also "scalability" is multi dimensional. I've seen, in the same company, infinite scalability in one downstream system whereas the upstream system it depended on was manually feed …

  19. comment
    Comment #41532172

    I am curious about this too but haven't had the time to give it a try. Looking forward to hear about experiences.

  20. comment
    Comment #41531855

    The questions are short but the answers would be long. Puppet manages all fine grained OS resources (files, dirs, repos, cronjobs, sudo declarations, firewall rules, etc) and you a…

  21. comment
    Comment #41531754

    I don't mind elaborating - the fact that people are asking me questions reminds me that I need to invest a bit more effort on some articles. This case is actually pretty simple. Pu…

  22. comment
    Comment #41530701

    Once you do it for long enough it might be worth it to consider configuration management where you declare native structured resources (users, firewall rules, nginx reverse proxies…

  23. comment
    Comment #41530605

    Well that's exactly the point! Creating complex cloud resources with, for instance, Terraform, is less reproducible than a shell script on an LTS system like Ubuntu or RHEL - that'…

  24. comment
    Comment #41530392

    I had the exact same business for 18 years :-) and yes, without corporate nonsense it is easy to retain intelligent people. Cheers

  25. comment
    Comment #41529683

    My comment about pip is orthogonal to Docker. This is the same with or without Docker - I added a comment on this thread with more detail.