Viewing profile — sspies
sspies
HN member- Joined
- Sun, Jun 01, 2014, 3:25 PM UTC
- HN karma
- 47
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About sspies
No profile information was provided.
Recent public activity
-
comment
Comment #44094519
Thank you for creating dataclasses!
- comment
- comment
- comment
- story
- comment
-
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.
- story
-
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…
-
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…
-
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
-
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…
-
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…
-
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.
-
comment
Comment #9447718
+1 for Unix Network Programming. http://www.amazon.com/UNIX-Network-Programming-Richard-Steve...
-
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 …
-
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…
-
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
- comment
-
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.
-
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
-
comment
Comment #8964861
Nope
- story
- comment
-
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…