Viewing profile — tweenagedream
tweenagedream
HN member- Joined
- Sun, Dec 31, 2017, 1:42 AM UTC
- HN karma
- 80
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About tweenagedream
No profile information was provided.
Recent public activity
- story
-
comment
Comment #41238708
Which ones? According to https://support.google.com/pixelphone/answer/4457705?hl=en pixel 5a is getting eol this month, with the next security update dropping for pixel 6 starting …
-
comment
Comment #41220300
Who says you have to purchase a service with dollars?
-
comment
Comment #41135264
I mean they did say almost no breaking changes, depending how much has changed in the language, a small handful of breaking changes in niche use cases may be considered almost none…
-
comment
Comment #37712609
I experienced this just last month! Except, I didn't know it at the moment. I was participating in a design review while wfh on meet. We were having some good discussions, which I …
-
comment
Comment #37146257
Can you please link to the incident where the "full region" was down for weeks?
-
comment
Comment #37075772
This is because of the way tcp congestion control works. In order to achieve higher speeds, tcp has a "window" that grows, essentially the amount of data in flight, that has not ye…
-
comment
Comment #36640827
I don't think that is true. MKBHD just came out with a video demonstrating using a video wall that updated in sync with the camera frame rate. Allowing two cameras to see different…
-
comment
Comment #35753064
For gRPC, the protobuf is the API specification, a service definition with endpoints, what requests to those endpoints should look like and what responses look like. Of course, the…
-
comment
Comment #35554176
I work at Google so am perhaps biased, but that article is from 2019 and cloud is now a 20B/yr business and growing. Why does it keep coming up?
-
comment
Comment #34878260
Usually a connection is defined by what's called a 5-tuple. Source up, source port, dest up, dest port, protocol (e.g. tcp or udp)
-
comment
Comment #30678667
Indeed, it's a publicly documented feature: https://support.google.com/mail/answer/7436150?hl=en#:~:text... .
- story
-
comment
Comment #27570182
I think down leveling is quite common, especially at higher levels as the expectations grow quite a bit between senior and staff. Depending on the position, actually filling it wit…
-
comment
Comment #27311355
Seems like there are quite a few options that show up pretty quickly when searching for multipath udp e.g: https://github.com/angt/glorytun Would that work for you?
-
comment
Comment #27113645
I was a simple customer since before the BBVA acquisition, but once I heard that they were shutting down the main service I moved everything over to a cash reserve account in bette…
-
comment
Comment #26115613
Generally RAM doesn't burn out, so I don't think that will be the reason. My guess it will be around capacity, though if the LEO ISP market has multiple players all covering the sa…
- story
- story
-
comment
Comment #25601188
DNS doesn't really redirect, but DNS is the answer. What you're talking about is split horizon, this is most common when you have an authoritative server for say a corporation, but…
-
comment
Comment #24589028
Except, sometimes a data center goes down and no one notices. So if a data center goes down, and no user around notices, is it really down?
-
comment
Comment #24231162
Yes.
-
comment
Comment #23037141
For the most part, other services take care of network resources. Borg might have some host level network limits, but I haven't seen them used much.
-
comment
Comment #22802734
I've asked that my number be unable to be changed to a different sim over the phone. So to change it I need to go into a physical store and present proper ID
-
comment
Comment #22633657
Usually grpc connections are left open after a message is sent and received. And since it's based on h2, multiple message streams can be multiplexed over a single connection. That …