Live data from Hacker News

Viewing profile — sspies

sspies

HN member
Joined
Sun, Jun 01, 2014, 3:25 PM UTC
HN karma
47
Public activity
29 items

About sspies

No profile information was provided.

Recent public activity

  1. comment
    Comment #44094519

    Thank you for creating dataclasses!

  2. comment
  3. comment
  4. comment
  5. story
  6. comment
  7. comment
    Comment #34517672

    Hey there. Please go ahead creating an account using the form just below the hero. You should be able to provision a router right away.

  8. story
  9. comment
    Comment #23683614

    I have been running my own postgres helm chart with read replication and pgpool2 for three years and never had major trouble. If you're interested check out https://github.com/sspi…

  10. comment
    Comment #11367283

    Actually, each tenant has just a view of the full table. There is no need to save the same routes for each customer over and over again. Furthermore, there is aggregation done befo…

  11. comment
    Comment #10636555

    I can fully agree with your experience using DNS failover vs anycast failover. Made a video of how I implemented anycast https://www.youtube.com/watch?v=tsXpQHi7Udo

  12. comment
    Comment #10636542

    We are working on this as well at http://datapath.io . You can use multiple iaas providers using global elastic IP addresses that you can announce from multiple locations at the sa…

  13. story
    Looking for datapath.io beta users

    The idea of datapath.io is to close a gap in today's computing environments: You can rent CPU, disk and memory in many flavors and use SDN to configure local network connections be…

  14. comment
    Comment #10382816

    I do not like fat jars. We use JVM + mvn + appassembler and pack the output into docker images. Not a big deal.

  15. comment
    Comment #9447718

    +1 for Unix Network Programming. http://www.amazon.com/UNIX-Network-Programming-Richard-Steve...

  16. comment
    Comment #8964997

    Transit providers sell access to the whole internet to us. We are in negotitations with them, but we will be more specific, once we have the commitments. Technically, we choose at …

  17. comment
    Comment #8964932

    Traffic passes the appliance at the edge of the hosting provider. It takes congestion at all links and the appliance itself into account and re-routes accordingly. Depending on the…

  18. comment
    Comment #8964916

    We have seen providers set the TTL value to 300 seconds no matter what. Chrome has been caching names forever while running...just two examples

  19. comment
  20. comment
    Comment #8964884

    You cannot do graceful failovers with Route 53. This is, because DNS is a system of many dependend caching layers and the TTL value is not realiable.

  21. comment
    Comment #8964867

    Id adds one hop (our appliance) to the path. It tries to increase performance of your path by taking non-standard BGP metrics into account: congestion and latency

  22. comment
  23. story
  24. comment
  25. comment
    Comment #8628955

    Do you run multi-region or maybe multi-provider setups? How do you migrate your instances from failed regions to healthy ones? How do you route users to the healthy regions? DNS? D…