Live data from Hacker News

Viewing profile — seperman

seperman

HN member
Joined
Fri, Sep 30, 2016, 12:31 AM UTC
HN karma
90
Public activity
24 items

About seperman

Creator of DeepDiff and Qluster

https://zepworks.com http://qluster.ai

https://github.com/seperman

hello _at_ zepworks.com

Recent public activity

  1. comment
    Comment #44880407

    Very interesting. Why does Claude find more problems if we mention the code is written by another developer?

  2. comment
    Comment #44867724

    I’m the same way — I skip straight to pricing too. Curious though: when you get there, do you prefer seeing a few fixed tiers (like the classic “3 bucket” layout), or would you rat…

  3. story
  4. comment
    Comment #37463889

    I have been working on a data validation tool for a while. I even tried creating an extended YAML parser for data validation. You made me realize I wasted my time with that approac…

  5. story
  6. comment
    Comment #24595585

    It seems things are coming back full circle. From what I remember, Guido wanted Python 3 to be a whole new spec and not be backward compatible with Py2. Then they kept adding featu…

  7. story
  8. story
  9. comment
    Comment #20471720

    We do use libraries as much as possible. However we avoid putting business logic into libraries.

  10. comment
    Comment #20467374

    It took over a quarter of the year with one engineer 100% dedicated to it and between 1 to 3 other engineers involved part-time over different stages of the project.

  11. comment
    Comment #20467330

    That is a great question. Kubernetes and docker and the recent addition of service mesh layer definitely do make things easier for micro-services. However as another commenter ment…

  12. comment
    Comment #20467074

    Hmm, not sure if I'm completely following... Yeah you can consider them separate entities if they are truly decoupled.

  13. comment
    Comment #20466757

    There are pros and cons to the micro-services architecture. To your point it is not a black or white solution. Our systems are fairly large and over-engineered. Often switching to …

  14. comment
    Comment #20466698

    Exactly. I could not have explained it better than you.

  15. comment
    Comment #20466689

    This is a very simplified version of our architecture just for the purpose of this article. We have exactly 83 micro-services currently.

  16. comment
    Comment #20465676

    I was just disagreeing with "Microservices are almost completely opposed to agile development". You can be agile in both monolith architecture and micro-services. I don't see why m…

  17. comment
    Comment #20465485

    Lol, Mirco-service architecture is a vehicle that can make it easier to achieve those goals. It is not a black or white solution. There are pros and cons.

  18. comment
    Comment #20465461

    Not sure if I agree with you regarding the agile part. If each team owns their "micro-service", then they can have their own "sprints".

  19. comment
    Comment #20464867

    So far it has worked I guess!

  20. comment
    Comment #20464674

    The performance gains of the API were not the by-product of cutting into micro-services. Basically this article is about "We had some issues with the monolith, we cut it into micro…

  21. comment
    Comment #20464622

    I do not disagree with your comment. As I mentioned in the article the main reasons to break into micro-services are: 1. Independent releases 2. Easier for on-boarding new engineer…

  22. comment
    Comment #20464092

    Mainly saved in infrastructure costs: Elasticsearch and Kubernetes resources.

  23. story
  24. story